(not at the head of any monitored branch or PR)
2026-04-12 06:21.15: New job: test otoggl.0.3.2 with atd.4.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29709/head (8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426)
                              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/29709/head" && git reset --hard 8e5a62aa
git fetch origin master
git merge --no-edit 0404939bde256ca9d097922f265c4342b3b383b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
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 atd.4.1.0 4.1.0
RUN opam reinstall atd.4.1.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'atd.4.1.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall otoggl.0.3.2; \
    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" != 'otoggl.0.3.2' && 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 otoggl.0.3.2) || true
RUN opam reinstall --with-test --verbose otoggl.0.3.2; \
    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" != 'otoggl.0.3.2' && 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-04-12 06:21.15: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4-atd.4.1.0-otoggl.0.3.2-8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426"
2026-04-12 06:21.15: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
 (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 atd.4.1.0 4.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall atd.4.1.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'atd.4.1.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall otoggl.0.3.2;\
             \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\" != 'otoggl.0.3.2' && 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 otoggl.0.3.2) || true"))
 (run (shell  "opam reinstall --with-test --verbose otoggl.0.3.2;\
             \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\" != 'otoggl.0.3.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-12 06:21.15: Waiting for resource in pool OCluster
2026-04-12 06:21.16: Waiting for worker…
2026-04-12 06:22.06: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  98% (18324/18686)
Updating files:  99% (18500/18686)
Updating files: 100% (18686/18686)
Updating files: 100% (18686/18686), done.
HEAD is now at 0404939bde Merge pull request #29648 from sanette/opam-publish-tsdl-ttf.0.7
Updating 0404939bde..8e5a62aa6f
Fast-forward
 packages/atd-jsonlike/atd-jsonlike.4.1.0/opam      | 119 +++++++++++++++++++
 packages/atd-yamlx/atd-yamlx.4.1.0/opam            | 121 +++++++++++++++++++
 packages/atd/atd.4.1.0/opam                        | 126 ++++++++++++++++++++
 packages/atdcpp/atdcpp.4.0.0/opam                  |   2 +-
 packages/atdcpp/atdcpp.4.1.0/opam                  | 117 ++++++++++++++++++
 packages/atdd/atdd.4.0.0/opam                      |   2 +-
 packages/atdd/atdd.4.1.0/opam                      | 117 ++++++++++++++++++
 .../atdgen-codec-runtime.4.1.0/opam                | 116 ++++++++++++++++++
 packages/atdgen-runtime/atdgen-runtime.4.1.0/opam  | 118 +++++++++++++++++++
 packages/atdgen/atdgen.4.0.0/opam                  |   2 +-
 packages/atdgen/atdgen.4.1.0/opam                  | 131 +++++++++++++++++++++
 packages/atdj/atdj.4.0.0/opam                      |   2 +-
 packages/atdj/atdj.4.1.0/opam                      | 130 ++++++++++++++++++++
 packages/atdml/atdml.4.0.0/opam                    |   2 +-
 packages/atdml/atdml.4.1.0/opam                    | 122 +++++++++++++++++++
 packages/atdpy/atdpy.4.0.0/opam                    |   2 +-
 packages/atdpy/atdpy.4.1.0/opam                    | 119 +++++++++++++++++++
 packages/atds/atds.4.0.0/opam                      |   2 +-
 packages/atds/atds.4.1.0/opam                      | 115 ++++++++++++++++++
 packages/atdts/atdts.4.0.0/opam                    |   2 +-
 packages/atdts/atdts.4.1.0/opam                    | 118 +++++++++++++++++++
 21 files changed, 1577 insertions(+), 8 deletions(-)
 create mode 100644 packages/atd-jsonlike/atd-jsonlike.4.1.0/opam
 create mode 100644 packages/atd-yamlx/atd-yamlx.4.1.0/opam
 create mode 100644 packages/atd/atd.4.1.0/opam
 create mode 100644 packages/atdcpp/atdcpp.4.1.0/opam
 create mode 100644 packages/atdd/atdd.4.1.0/opam
 create mode 100644 packages/atdgen-codec-runtime/atdgen-codec-runtime.4.1.0/opam
 create mode 100644 packages/atdgen-runtime/atdgen-runtime.4.1.0/opam
 create mode 100644 packages/atdgen/atdgen.4.1.0/opam
 create mode 100644 packages/atdj/atdj.4.1.0/opam
 create mode 100644 packages/atdml/atdml.4.1.0/opam
 create mode 100644 packages/atdpy/atdpy.4.1.0/opam
 create mode 100644 packages/atds/atds.4.1.0/opam
 create mode 100644 packages/atdts/atdts.4.1.0/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4' locally
docker.io/ocaml/opam@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
bcb8aca13f7d: Already exists
bee1401d6aa9: Already exists
70a4ec3f5a63: Already exists
946380c37df7: Already exists
40a16ba01935: Already exists
f4df01b7be08: Already exists
c7d14a9ac62c: Already exists
8ece799add44: Already exists
d3cb64c779a6: Already exists
d54da7bf4e54: Already exists
3111aa7c2023: Already exists
962186c6e1e2: Already exists
8745338b1e0b: Already exists
70494a8c0d08: Already exists
9fbe01dcf1e6: Already exists
742774a39128: Already exists
6780ddc6e8a5: Already exists
5049c6e21d97: Already exists
f8f7f2d621cc: Already exists
d221e77cf2b7: Already exists
ea40bd8c29fe: Already exists
4f4fb700ef54: Already exists
546c3ffe9fcf: Already exists
de88a7570f24: Already exists
614f1e6aac31: Already exists
4448849c2ba8: Already exists
ae7502e72140: Already exists
ff97726fb361: Already exists
20d3e00ca128: Already exists
734e3f9ef8d5: Already exists
a9623fbab448: Already exists
d9066aed5713: Already exists
df57d5f0aedf: Already exists
a963972287a7: Already exists
960128877639: Already exists
224d5050da5a: Already exists
f8105fbb3180: Already exists
670a1f9738fe: Already exists
10f42e6216ad: Already exists
1930c7997386: Already exists
3dfb608b80df: Pulling fs layer
35294222fbdf: Pulling fs layer
b427a5ce3ccf: Pulling fs layer
159615597ae3: Pulling fs layer
159615597ae3: Waiting
35294222fbdf: Download complete
b427a5ce3ccf: Verifying Checksum
b427a5ce3ccf: Download complete
159615597ae3: Download complete
3dfb608b80df: Verifying Checksum
3dfb608b80df: Download complete
3dfb608b80df: Pull complete
35294222fbdf: Pull complete
b427a5ce3ccf: Pull complete
159615597ae3: Pull complete
Digest: sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
Status: Downloaded newer image for ocaml/opam@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
2026-04-12 06:29.29 ---> using "e7349b5faa6e8ea47e3f73a0784842b9d8524e468ce596e92633dbea53bd1c16" 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-04-12 06:29.29 ---> using "345d07c1ddcf0b692213607682954d9bdf190a7dc793f33951a109185e732dcb" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-12 06:29.29 ---> using "6e021c655ca00bde9af60e23db55b09a0bcc3db0d3ca38d66f78ad53e254a31c" 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, 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.3
2026-04-12 06:29.29 ---> using "7b2a5ae62cf702b99c177da358372ff585494a0b1c5dfffe5c4eda3046bc59fb" 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-04-12 06:29.29 ---> using "2d8e28a183d0990d4c5f7a587471f7c743cdf0d9f00bdf4de7761e94ec09202a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-12 06:29.30 ---> using "a61ae5bc89dd9b75a1482965703a51071b09765ea0ed652529e5428a856f5718" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-12 06:29.30 ---> using "ebc8ea7e40d1e8f053f19ceb73f9e3d5fe1068b37108557c44f90cde0fb43406" 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 [121 kB]
- Fetched 212 kB in 0s (1678 kB/s)
- Reading package lists...
2026-04-12 06:29.30 ---> using "356decc48f84fa0e01a6aba0504d3f7008d8cb48737c2a5f60cc052e90f531ea" from cache

/home/opam: (run (shell "opam pin add -k version -yn atd.4.1.0 4.1.0"))
atd is now pinned to version 4.1.0
2026-04-12 06:29.30 ---> using "f4f968e3e020a4b8a059f13fb16832750ec1fb0a8b15a48e59b0f82e3e88cf77" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall atd.4.1.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'atd.4.1.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
atd.4.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
  - install atd         4.1.0 (pinned)
  - install cmdliner    2.1.0          [required by atd]
  - install dune        3.22.1         [required by atd]
  - install easy-format 1.3.4          [required by atd]
  - install menhir      20260209       [required by atd]
  - install menhirCST   20260209       [required by menhir]
  - install menhirGLR   20260209       [required by menhir]
  - install menhirLib   20260209       [required by menhir]
  - install menhirSdk   20260209       [required by menhir]
  - install re          1.14.0         [required by atd]
  - install yojson      3.0.0          [required by atd]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd.4.1.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.22.1  (cached)
-> retrieved easy-format.1.3.4  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.1
-> installed easy-format.1.3.4
-> installed menhirCST.20260209
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed menhirSdk.20260209
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed menhir.20260209
-> installed atd.4.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-12 06:29.30 ---> using "596035a945ef67a835f50017f4214dc75a1f272275469e8911cf50f560840310" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall otoggl.0.3.2;\
                        \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\" != 'otoggl.0.3.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
otoggl.0.3.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 62 packages
  - install angstrom            0.16.1  [required by piaf]
  - install atdgen              4.1.0   [required by otoggl]
  - install atdgen-runtime      4.1.0   [required by otoggl]
  - install base-bytes          base    [required by ocplib-endian]
  - install base64              3.5.2   [required by otoggl]
  - install bigarray-compat     1.1.0   [required by mrmime]
  - install bigarray-overlap    0.2.1   [required by mrmime]
  - install bigstringaf         0.10.0  [required by piaf]
  - install biniou              1.2.2   [required by atdgen]
  - install camlp-streams       5.0.1   [required by biniou]
  - install coin                0.1.5   [required by rosetta]
  - install conf-libssl         4       [required by piaf]
  - install conf-pkg-config     4       [required by conf-libssl]
  - install containers          3.18    [required by otoggl]
  - install cppo                1.8.0   [required by ppx_deriving]
  - install csexp               1.5.2   [required by dune-configurator]
  - install domain-name         0.5.0   [required by ipaddr]
  - install dune-configurator   3.22.1  [required by containers]
  - install either              1.0.0   [required by containers]
  - install emile               1.1     [required by mrmime]
  - install faraday             0.8.2   [required by piaf]
  - install faraday-lwt         0.8.2   [required by faraday-lwt-unix]
  - install faraday-lwt-unix    0.8.2   [required by gluten-lwt-unix]
  - install fmt                 0.11.0  [required by logs, mrmime]
  - install gluten              0.5.2   [required by gluten-lwt]
  - install gluten-lwt          0.5.2   [required by gluten-lwt-unix]
  - install gluten-lwt-unix     0.5.2   [required by piaf]
  - install ipaddr              5.6.2   [required by mrmime]
  - install ke                  0.6     [required by mrmime]
  - install logs                0.10.0  [required by piaf]
  - install lwt                 6.1.1   [required by piaf]
  - install lwt_ssl             1.2.0   [required by piaf]
  - install macaddr             5.6.2   [required by ipaddr]
  - install magic-mime          1.3.1   [required by piaf]
  - install mrmime              0.3.2   [required by piaf]
  - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0   [required by angstrom]
  - install ocamlbuild          0.16.1  [required by logs]
  - install ocamlfind           1.9.8   [required by ppx_deriving]
  - install ocplib-endian       1.2     [required by lwt]
  - install otoggl              0.3.2
  - install pecu                0.7     [required by piaf]
  - install piaf                0.1.0   [required by otoggl]
  - install ppx_derivers        1.2.1   [required by ppx_deriving]
  - install ppx_deriving        6.1.1   [required by otoggl]
  - install ppxlib              0.38.0  [required by ppx_deriving]
  - install psq                 0.2.1   [required by piaf]
  - install ptime               1.2.0   [required by otoggl]
  - install result              1.5     [required by piaf]
  - install rosetta             0.4.0   [required by mrmime]
  - install rresult             0.7.0   [required by mrmime]
  - install seq                 base    [required by psq]
  - install sexplib0            v0.17.0 [required by ppxlib]
  - install ssl                 0.7.0   [required by piaf]
  - install stdlib-shims        0.3.0   [required by piaf]
  - install stringext           1.6.0   [required by uri]
  - install topkg               1.1.1   [required by logs]
  - install unstrctrd           0.4     [required by mrmime]
  - install uri                 4.4.0   [required by piaf]
  - install uutf                1.0.4   [required by mrmime]
  - install uuuu                0.4.0   [required by rosetta]
  - install yuscii              0.3.0   [required by rosetta]

The following system packages will first need to be installed:
    libssl-dev pkg-config

<><> 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" "libssl-dev" "pkg-config"
- (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 .../openssl-provider-legacy_3.5.5-1~deb13u2_amd64.deb ...
- Unpacking openssl-provider-legacy (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up openssl-provider-legacy (3.5.5-1~deb13u2) ...
- (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 .../libssl3t64_3.5.5-1~deb13u2_amd64.deb ...
- Unpacking libssl3t64:amd64 (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Setting up libssl3t64:amd64 (3.5.5-1~deb13u2) ...
- Selecting previously unselected package libpkgconf3: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 .../0-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../1-libssl-dev_3.5.5-1~deb13u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.5-1~deb13u2) ...
- Preparing to unpack .../2-openssl_3.5.5-1~deb13u2_amd64.deb ...
- Unpacking openssl (3.5.5-1~deb13u2) over (3.5.5-1~deb13u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libssl-dev:amd64 (3.5.5-1~deb13u2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up openssl (3.5.5-1~deb13u2) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved atdgen.4.1.0, atdgen-runtime.4.1.0  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigarray-overlap.0.2.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved biniou.1.2.2  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved coin.0.1.5  (cached)
-> retrieved conf-libssl.4  (cached)
-> installed conf-pkg-config.4
-> retrieved containers.3.18  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-libssl.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> installed base64.3.5.2
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed bigarray-overlap.0.2.1
-> installed csexp.1.5.2
-> installed domain-name.0.5.0
-> installed coin.0.1.5
-> installed biniou.1.2.2
-> retrieved dune-configurator.3.22.1  (cached)
-> installed cppo.1.8.0
-> installed atdgen-runtime.4.1.0
-> retrieved either.1.0.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gluten.0.5.2, gluten-lwt.0.5.2, gluten-lwt-unix.0.5.2  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved lwt_ssl.1.2.0  (cached)
-> installed either.1.0.0
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mrmime.0.3.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed macaddr.5.6.2
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved otoggl.0.3.2  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved piaf.0.1.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> installed ipaddr.5.6.2
-> installed pecu.0.7
-> installed ppx_derivers.1.2.1
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rosetta.0.4.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> installed magic-mime.1.3.1
-> retrieved sexplib0.v0.17.0  (cached)
-> installed dune-configurator.3.22.1
-> retrieved ssl.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed atdgen.4.1.0
-> installed ocaml-syntax-shims.1.0.0
-> installed result.1.5
-> installed psq.0.2.1
-> retrieved unstrctrd.0.4  (cached)
-> installed ocaml-compiler-libs.v0.12.4
-> retrieved uri.4.4.0  (cached)
-> installed stdlib-shims.0.3.0
-> retrieved uutf.1.0.4  (cached)
-> retrieved uuuu.0.4.0  (cached)
-> installed stringext.1.6.0
-> retrieved yuscii.0.3.0  (cached)
-> installed sexplib0.v0.17.0
-> installed bigstringaf.0.10.0
-> installed yuscii.0.3.0
-> installed faraday.0.8.2
-> installed uuuu.0.4.0
-> installed angstrom.0.16.1
-> installed gluten.0.5.2
-> installed rosetta.0.4.0
-> installed ssl.0.7.0
-> installed containers.3.18
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed uri.4.4.0
-> installed ocplib-endian.1.2
-> installed ocamlbuild.0.16.1
-> installed lwt.6.1.1
-> installed faraday-lwt.0.8.2
-> installed lwt_ssl.1.2.0
-> installed gluten-lwt.0.5.2
-> installed faraday-lwt-unix.0.8.2
-> installed gluten-lwt-unix.0.5.2
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed unstrctrd.0.4
-> installed emile.1.1
-> installed ke.0.6
-> installed logs.0.10.0
-> installed mrmime.0.3.2
-> installed ppxlib.0.38.0
-> installed piaf.0.1.0
-> installed ppx_deriving.6.1.1
-> installed otoggl.0.3.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-12 06:30.02 ---> saved as "df102bb50a1cba3025751cc1a7afe1d409773d05563c4501b67b843e7d9c51ea"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test otoggl.0.3.2) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile otoggl       0.3.2
=== install 3 packages
  - install   alcotest     1.9.1 [required by otoggl]
  - install   alcotest-lwt 1.9.1 [required by otoggl]
  - install   astring      0.8.5 [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved otoggl.0.3.2  (https://opam.ocaml.org/cache)
-> removed   otoggl.0.3.2
-> installed astring.0.8.5
-> installed alcotest.1.9.1
-> installed alcotest-lwt.1.9.1
-> installed otoggl.0.3.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-12 06:30.12 ---> saved as "523717f1cd74537d2c104de8e137d10a78f122f9c9bf23d9d190234970ea318e"

/home/opam: (run (shell  "opam reinstall --with-test --verbose otoggl.0.3.2;\
                        \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\" != 'otoggl.0.3.2' && 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 otoggl 0.3.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [otoggl.0.3.2: extract]
-> retrieved otoggl.0.3.2  (cached)
Processing  2/4: [otoggl: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "otoggl" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/otoggl.0.3.2)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I test/.otoggl_test.objs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/alcotest-lwt -I /home/opam/.opam/4.14/lib/alcotest/engine -I /home/opam/.opam/4.14/lib/alcotest/stdlib_ext -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/atdgen-runtime -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/base64/rfc2045 -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/bigarray-overlap -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/domain -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/faraday -I /home/opam/.opam/4.14/lib/faraday-lwt -I /home/opam/.opam/4.14/lib/faraday-lwt-unix -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/gluten -I /home/opam/.opam/4.14/lib/gluten-lwt -I /home/opam/.opam/4.14/lib/gluten-lwt-unix -I /home/opam/.opam/4.14/lib/ke -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/lwt -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/magic-mime -I /home/opam/.opam/4.14/lib/mrmime/prettym -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/pecu -I /home/opam/.opam/4.14/lib/piaf -I /home/opam/.opam/4.14/lib/piaf/h2 -I /home/opam/.opam/4.14/lib/piaf/h2-lwt -I /home/opam/.opam/4.14/lib/piaf/h2-lwt-unix -I /home/opam/.opam/4.14/lib/piaf/hpack -I /home/opam/.opam/4.14/lib/piaf/httpaf -I /home/opam/.opam/4.14/lib/piaf/httpaf-lwt -I /home/opam/.opam/4.14/lib/piaf/httpaf-lwt-unix -I /home/opam/.opam/4.14/lib/piaf/multipart -I /home/opam/.opam/4.14/lib/piaf/multipart_form -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/psq -I /home/opam/.opam/4.14/lib/ptime -I /home/opam/.opam/4.14/lib/ptime/clock -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/unstrctrd -I /home/opam/.opam/4.14/lib/unstrctrd/parser -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/yojson -I lib/.Toggl.objs/byte -no-alias-deps -open Otoggl_test -o test/.otoggl_test.objs/byte/otoggl_test__Test_toggl.cmo -c -impl test/test_toggl.ml)
- File "test/test_toggl.ml", line 7, characters 12-19:
- 7 |   result |> map_err (fun err -> Failure (Piaf.Error.to_string err)) |> get_exn
-                 ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 149, characters 7-14:
- 149 |     |> map_err (check string "Says that url is not found" "not_found")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 148, characters 7-14:
- 148 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 156, characters 7-14:
- 156 |     |> map_err (check string "Says that url is not found" "not_found")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 155, characters 7-14:
- 155 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 163, characters 7-14:
- 163 |     |> map_err (check string "Says that url is not found" "not_found")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 162, characters 7-14:
- 162 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 170, characters 7-14:
- 170 |     |> map_err (check string "Says that url is not found" "not_found")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 169, characters 7-14:
- 169 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 184, characters 7-14:
- 184 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 183, characters 7-14:
- 183 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 191, characters 7-14:
- 191 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 190, characters 7-14:
- 190 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 200, characters 7-14:
- 200 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 199, characters 7-14:
- 199 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 209, characters 7-14:
- 209 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 208, characters 7-14:
- 208 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 216, characters 7-14:
- 216 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 215, characters 7-14:
- 215 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 223, characters 7-14:
- 223 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 222, characters 7-14:
- 222 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 230, characters 7-14:
- 230 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 229, characters 7-14:
- 229 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 237, characters 7-14:
- 237 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 236, characters 7-14:
- 236 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I test/.otoggl_test.objs/byte -I test/.otoggl_test.objs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/alcotest-lwt -I /home/opam/.opam/4.14/lib/alcotest/engine -I /home/opam/.opam/4.14/lib/alcotest/stdlib_ext -I /home/opam/.opam/4.14/lib/angstrom -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/atdgen-runtime -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/base64/rfc2045 -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/bigarray-overlap -I /home/opam/.opam/4.14/lib/bigstringaf -I /home/opam/.opam/4.14/lib/biniou -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/camlp-streams -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/domain -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/easy-format -I /home/opam/.opam/4.14/lib/either -I /home/opam/.opam/4.14/lib/faraday -I /home/opam/.opam/4.14/lib/faraday-lwt -I /home/opam/.opam/4.14/lib/faraday-lwt-unix -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/gluten -I /home/opam/.opam/4.14/lib/gluten-lwt -I /home/opam/.opam/4.14/lib/gluten-lwt-unix -I /home/opam/.opam/4.14/lib/ke -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/lwt -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/lwt_ssl -I /home/opam/.opam/4.14/lib/magic-mime -I /home/opam/.opam/4.14/lib/mrmime/prettym -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/pecu -I /home/opam/.opam/4.14/lib/piaf -I /home/opam/.opam/4.14/lib/piaf/h2 -I /home/opam/.opam/4.14/lib/piaf/h2-lwt -I /home/opam/.opam/4.14/lib/piaf/h2-lwt-unix -I /home/opam/.opam/4.14/lib/piaf/hpack -I /home/opam/.opam/4.14/lib/piaf/httpaf -I /home/opam/.opam/4.14/lib/piaf/httpaf-lwt -I /home/opam/.opam/4.14/lib/piaf/httpaf-lwt-unix -I /home/opam/.opam/4.14/lib/piaf/multipart -I /home/opam/.opam/4.14/lib/piaf/multipart_form -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/psq -I /home/opam/.opam/4.14/lib/ptime -I /home/opam/.opam/4.14/lib/ptime/clock -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/rresult -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/ssl -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/stringext -I /home/opam/.opam/4.14/lib/unstrctrd -I /home/opam/.opam/4.14/lib/unstrctrd/parser -I /home/opam/.opam/4.14/lib/uri -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/yojson -I lib/.Toggl.objs/byte -I lib/.Toggl.objs/native -intf-suffix .ml -no-alias-deps -open Otoggl_test -o test/.otoggl_test.objs/native/otoggl_test__Test_toggl.cmx -c -impl test/test_toggl.ml)
- File "test/test_toggl.ml", line 7, characters 12-19:
- 7 |   result |> map_err (fun err -> Failure (Piaf.Error.to_string err)) |> get_exn
-                 ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 149, characters 7-14:
- 149 |     |> map_err (check string "Says that url is not found" "not_found")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 148, characters 7-14:
- 148 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 156, characters 7-14:
- 156 |     |> map_err (check string "Says that url is not found" "not_found")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 155, characters 7-14:
- 155 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 163, characters 7-14:
- 163 |     |> map_err (check string "Says that url is not found" "not_found")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 162, characters 7-14:
- 162 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 170, characters 7-14:
- 170 |     |> map_err (check string "Says that url is not found" "not_found")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 169, characters 7-14:
- 169 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 184, characters 7-14:
- 184 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 183, characters 7-14:
- 183 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 191, characters 7-14:
- 191 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 190, characters 7-14:
- 190 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 200, characters 7-14:
- 200 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 199, characters 7-14:
- 199 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 209, characters 7-14:
- 209 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 208, characters 7-14:
- 208 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 216, characters 7-14:
- 216 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 215, characters 7-14:
- 215 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 223, characters 7-14:
- 223 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 222, characters 7-14:
- 222 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 230, characters 7-14:
- 230 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 229, characters 7-14:
- 229 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 237, characters 7-14:
- 237 |     |> map_err (check string "Returns error" "Connect Error: connection error")
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- File "test/test_toggl.ml", line 236, characters 7-14:
- 236 |     |> map_err Piaf.Error.to_string
-              ^^^^^^^
- Alert deprecated: Lwt_result.map_err
- Alias to map_error
- (cd _build/default/test && ./test_runner.exe -q --color=always)
- Testing `Toggl unit tests'.
- This run has ID `VVE9M6J2'.
- 
-   [OK]          Normal behaviour                 0   Creating time entry resp...
-   [OK]          Normal behaviour                 1   Starting time entry resp...
-   [OK]          Normal behaviour                 2   Stopping time entry resp...
-   [OK]          Normal behaviour                 3   Getting current time ent...
-   [OK]          Normal behaviour                 4   Getting specified time e...
-   [OK]          Normal behaviour                 5   Deleting specified time ...
-   [OK]          Normal behaviour                 6   Getting all time entries...
-   [OK]          Normal behaviour                 7   Getting all time entries...
-   [OK]          Normal behaviour                 8   Getting no time entries ...
-   [OK]          Normal behaviour                 9   Getting all workspaces r...
-   [OK]          Normal behaviour                10   Getting all projects res...
-   [OK]          Page not found                   0   Stopping time entry resp...
-   [OK]          Page not found                   1   Getting all projects res...
-   [OK]          Page not found                   2   Getting specified time e...
-   [OK]          Page not found                   3   Deleting specified time ...
-   [OK]          Error case                       0   Creating time entry resp...
-   [OK]          Error case                       1   Starting time entry resp...
-   [OK]          Error case                       2   Stopping time entry resp...
-   [OK]          Error case                       3   Getting current time ent...
-   [OK]          Error case                       4   Getting specified time e...
-   [OK]          Error case                       5   Deleting specified time ...
-   [OK]          Error case                       6   Getting all workspaces r...
-   [OK]          Error case                       7   Getting all projects res...
-   [SKIP]        Toggl integration tests          0   Start, get current, stop...
-   [SKIP]        Toggl integration tests          1   Start, get current and d...
-   [SKIP]        Toggl integration tests          2   Start, stop and delete t...
-   [SKIP]        Toggl integration tests          3   Start and delete time en...
-   [SKIP]        Toggl integration tests          4   Create, get by id and de...
-   [SKIP]        Toggl integration tests          5   Create time entry then l...
-   [SKIP]        Toggl integration tests          6   Create time entry then l...
-   [SKIP]        Toggl integration tests          7   Create time entry then l...
-   [SKIP]        Toggl integration tests          8   Create time entry then l...
-   [SKIP]        Toggl integration tests          9   Create time entry then m...
- 
- Full test results in `~/.opam/4.14/.opam-switch/build/otoggl.0.3.2/_build/default/test/_build/_tests/Toggl unit tests'.
- Test Successful in 0.002s. 23 tests run.
Processing  2/4: [otoggl: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "otoggl" "--create-install-files" "otoggl" (CWD=/home/opam/.opam/4.14/.opam-switch/build/otoggl.0.3.2)
-> compiled  otoggl.0.3.2
-> removed   otoggl.0.3.2
-> installed otoggl.0.3.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-12 06:30.19 ---> saved as "71234802dd2bb242a22e07c22e26de02ac0c8772e56eb187064dd401ff904b7d"
Job succeeded
2026-04-12 06:30.27: Job succeeded