Build:
  1. 1
  2. 0
2026-02-17 18:08.37: New job: build oq.1.0.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29407/head (6e32489f2089b0482c5eca0092c9023d2f289906)
                              on debian-13-ocaml-5.4-no-flat-float-array/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/29407/head" && git reset --hard 6e32489f
git fetch origin master
git merge --no-edit 3b501ac1d7ca1c4c2a0a9d24fe18453007b1c41a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8
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 oq.1.0.3 1.0.3
RUN opam reinstall oq.1.0.3; \
    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" != 'oq.1.0.3' && 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-02-17 18:08.37: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8-oq.1.0.3-6e32489f2089b0482c5eca0092c9023d2f289906"
2026-02-17 18:08.37: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8)
 (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 oq.1.0.3 1.0.3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall oq.1.0.3;\
             \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\" != 'oq.1.0.3' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-02-17 18:08.37: Waiting for resource in pool OCluster
2026-02-17 18:08.37: Waiting for worker…
2026-02-17 18:08.39: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 3b501ac1d7 Merge pull request #29383 from thatportugueseguy/release-passage-0.3.3
Merge made by the 'ort' strategy.
 packages/oq/oq.1.0.3/opam | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 packages/oq/oq.1.0.3/opam

(from ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8' locally
docker.io/ocaml/opam@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8: Pulling from ocaml/opam
ef235bf1a09a: Already exists
58b06b604a42: Already exists
b55f23c32d5a: Already exists
aa415425edb7: Already exists
c4f39ed7469c: Already exists
ca248a2fdd5e: Already exists
74109c509b2f: Already exists
18c2fa2271cb: Already exists
37d4d41661a2: Already exists
0b2f35f78814: Already exists
e65f29522a9a: Already exists
603a51b67573: Already exists
89b2faa02f16: Already exists
e5f11471afd4: Already exists
d7b0e5daa224: Already exists
7bec4d50f3b2: Already exists
d3a70ed71f1c: Already exists
90de03d9b27a: Already exists
a28f685cf2db: Already exists
5bb5e02041c7: Already exists
74f9af816199: Already exists
74c2f6cb4138: Already exists
4f4fb700ef54: Already exists
5ce9bdcb2952: Already exists
bf18c14e9b34: Already exists
bb4b67501479: Already exists
89e7ed0468f5: Already exists
640077527026: Already exists
363b481ff012: Already exists
437bd8bc3ce9: Already exists
2bcf3429833a: Already exists
3e5fe21454e9: Already exists
f3afb11ae499: Already exists
c3a5b88f5e5f: Already exists
124a1dc355b1: Already exists
0a9982d37abd: Already exists
9b8b724665ed: Already exists
f81507befe71: Already exists
7984e4546bf9: Already exists
3579b890ab6e: Already exists
e83772930ba8: Already exists
ae210f88246e: Already exists
e035ef68bd1a: Already exists
10a755270a5b: Already exists
f386dc2e5083: Already exists
a5b9340f2146: Already exists
7bf34647f3c3: Already exists
ab4fbc37d0a0: Already exists
Digest: sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8
Status: Downloaded newer image for ocaml/opam@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8
2026-02-17 18:09.15 ---> using "eee4a4e3e3dfcaed06dc627cb6997fe795e33a4f989ebc264f8cb631b050e99d" 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-02-17 18:09.15 ---> using "c68fb787eeec020e9c3b340812d370d6be1fe98d9a1afc0a4a4aebab32720eff" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-17 18:09.15 ---> using "7d2c219132fdcb468ebf47022dd91c6cb818a56a11ca8432a464265732f91f06" 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       5.4
# invariant            ["ocaml-variants" {= "5.4.0+options"}]
# compiler-packages    ocaml-compiler.5.4.0, ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.5.4.0+options
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0+options+no-flat-float-array
2026-02-17 18:09.15 ---> using "4b4c3452ef4e7daf43d616e25327f5ac08b15f350134f6c6632472c02ad27f63" 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-02-17 18:09.15 ---> using "7867ad78dc4ea035aaba2e1169e85db95fa59221c452298a821c9c97e5952981" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-17 18:09.22 ---> saved as "f7990e7ea150eb2762d8463e65e3ed64fc153de69fc5335daa97db69ab8d6f9b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-17 18:09.44 ---> saved as "d52e8baf645a8fef2dd9f0bd948ce65d5f66675e4e7d617df024f575326aa08f"

/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 [108 kB]
- Fetched 198 kB in 0s (2045 kB/s)
- Reading package lists...
2026-02-17 18:09.45 ---> saved as "cb1b977c985a9410460d1b209f76b28f52ddccc40cc20960021bfff85d60ac97"

/home/opam: (run (shell "opam pin add -k version -yn oq.1.0.3 1.0.3"))
oq is now pinned to version 1.0.3
2026-02-17 18:09.47 ---> saved as "f6de3dd69667e0e8913ce91f3c7d584b6c5e69ec541c2feb28b3998488cf9e31"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall oq.1.0.3;\
                        \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\" != 'oq.1.0.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
oq.1.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 78 packages
  - install base                        v0.17.3        [required by oq]
  - install base_bigstring              v0.17.0        [required by core]
  - install base_quickcheck             v0.17.1        [required by core]
  - install bin_prot                    v0.17.0-1      [required by core]
  - install capitalization              v0.17.0        [required by ppx_string_conv]
  - install cmdliner                    2.1.0          [required by oq]
  - install conf-g++                    1.0            [required by re2]
  - install core                        v0.17.1        [required by oq]
  - install core_kernel                 v0.17.0        [required by core_unix]
  - install core_unix                   v0.17.1        [required by oq]
  - install csexp                       1.5.2          [required by dune-configurator]
  - install dune                        3.21.1         [required by oq]
  - install dune-configurator           3.21.1         [required by base]
  - install expect_test_helpers_core    v0.17.0        [required by core_unix]
  - install fieldslib                   v0.17.0        [required by core]
  - install gel                         v0.17.0        [required by ppx_diff]
  - install int_repr                    v0.17.0        [required by base_bigstring, core_kernel]
  - install jane-street-headers         v0.17.0        [required by core, core_unix]
  - install jane_rope                   v0.17.0        [required by re2]
  - install jst-config                  v0.17.0        [required by core, core_unix]
  - install num                         1.6            [required by sexplib]
  - install ocaml-compiler-libs         v0.17.0        [required by ppxlib]
  - install ocaml_intrinsics_kernel     v0.17.1        [required by base]
  - install oq                          1.0.3 (pinned)
  - install parsexp                     v0.17.0        [required by sexplib]
  - install ppx_assert                  v0.17.0        [required by core]
  - install ppx_base                    v0.17.0        [required by core]
  - install ppx_bench                   v0.17.1        [required by ppx_jane]
  - install ppx_bin_prot                v0.17.1        [required by ppx_jane]
  - install ppx_cold                    v0.17.0        [required by ppx_base]
  - install ppx_compare                 v0.17.0        [required by ppx_diff]
  - install ppx_custom_printf           v0.17.0        [required by ppx_jane]
  - install ppx_derivers                1.2.1          [required by ppxlib]
  - install ppx_diff                    v0.17.1        [required by core]
  - install ppx_disable_unused_warnings v0.17.0        [required by ppx_jane]
  - install ppx_enumerate               v0.17.0        [required by ppx_diff]
  - install ppx_expect                  v0.17.3        [required by ppx_jane]
  - install ppx_fields_conv             v0.17.0        [required by ppx_jane]
  - install ppx_fixed_literal           v0.17.0        [required by ppx_jane]
  - install ppx_globalize               v0.17.2        [required by ppx_base]
  - install ppx_hash                    v0.17.0        [required by core]
  - install ppx_here                    v0.17.0        [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.17.0        [required by ppx_jane]
  - install ppx_inline_test             v0.17.1        [required by core]
  - install ppx_jane                    v0.17.0        [required by oq]
  - install ppx_let                     v0.17.1        [required by ppx_jane]
  - install ppx_log                     v0.17.0        [required by ppx_jane]
  - install ppx_module_timer            v0.17.0        [required by ppx_jane]
  - install ppx_optcomp                 v0.17.1        [required by core, core_unix]
  - install ppx_optional                v0.17.0        [required by ppx_jane]
  - install ppx_pipebang                v0.17.0        [required by ppx_jane]
  - install ppx_sexp_conv               v0.17.1        [required by core]
  - install ppx_sexp_message            v0.17.0        [required by core]
  - install ppx_sexp_value              v0.17.0        [required by ppx_jane]
  - install ppx_stable                  v0.17.1        [required by ppx_jane]
  - install ppx_stable_witness          v0.17.0        [required by ppx_jane]
  - install ppx_string                  v0.17.0        [required by ppx_jane]
  - install ppx_string_conv             v0.17.0        [required by ppx_jane]
  - install ppx_tydi                    v0.17.1        [required by ppx_jane]
  - install ppx_typerep_conv            v0.17.1        [required by ppx_jane]
  - install ppx_variants_conv           v0.17.1        [required by ppx_jane]
  - install ppxlib                      0.37.0         [required by ppx_diff]
  - install ppxlib_jane                 v0.17.4        [required by ppx_diff]
  - install re                          1.14.0         [required by expect_test_helpers_core]
  - install re2                         v0.17.0        [required by oq]
  - install regex_parser_intf           v0.17.0        [required by re2]
  - install sexp_pretty                 v0.17.0        [required by expect_test_helpers_core]
  - install sexplib                     v0.17.0        [required by core, core_unix]
  - install sexplib0                    v0.17.0        [required by base]
  - install spawn                       v0.17.0        [required by core_unix]
  - install splittable_random           v0.17.0        [required by core]
  - install stdio                       v0.17.0        [required by oq]
  - install stdlib-shims                0.3.0          [required by ppxlib]
  - install time_now                    v0.17.0        [required by core]
  - install timezone                    v0.17.0        [required by core_unix]
  - install typerep                     v0.17.1        [required by core]
  - install uopt                        v0.17.0        [required by core_unix]
  - install variantslib                 v0.17.0        [required by core]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved base_bigstring.v0.17.0  (cached)
-> retrieved base_quickcheck.v0.17.1  (cached)
-> retrieved bin_prot.v0.17.0-1  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved core.v0.17.1  (cached)
-> installed conf-g++.1.0
-> retrieved core_kernel.v0.17.0  (cached)
-> retrieved core_unix.v0.17.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved expect_test_helpers_core.v0.17.0  (cached)
-> retrieved fieldslib.v0.17.0  (cached)
-> retrieved gel.v0.17.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jane_rope.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved oq.1.0.3  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_bench.v0.17.1  (cached)
-> retrieved ppx_bin_prot.v0.17.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_custom_printf.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_diff.v0.17.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.3  (cached)
-> retrieved ppx_fields_conv.v0.17.0  (cached)
-> retrieved ppx_fixed_literal.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_jane.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.1  (cached)
-> retrieved ppx_log.v0.17.0  (cached)
-> retrieved ppx_module_timer.v0.17.0  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_optional.v0.17.0  (cached)
-> retrieved ppx_pipebang.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_sexp_message.v0.17.0  (cached)
-> retrieved ppx_sexp_value.v0.17.0  (cached)
-> retrieved ppx_stable.v0.17.1  (cached)
-> retrieved ppx_stable_witness.v0.17.0  (cached)
-> retrieved ppx_string.v0.17.0  (cached)
-> retrieved ppx_string_conv.v0.17.0  (cached)
-> retrieved ppx_tydi.v0.17.1  (cached)
-> retrieved ppx_typerep_conv.v0.17.1  (cached)
-> retrieved ppx_variants_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved re2.v0.17.0  (cached)
-> retrieved regex_parser_intf.v0.17.0  (cached)
-> retrieved sexp_pretty.v0.17.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved timezone.v0.17.0  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uopt.v0.17.0  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> installed num.1.6
-> installed dune.3.21.1
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.21.1
-> installed sexplib.v0.17.0
-> installed base.v0.17.3
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed regex_parser_intf.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_tydi.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_let.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed capitalization.v0.17.0
-> installed jst-config.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.1
-> installed ppx_module_timer.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_bench.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed splittable_random.v0.17.0
-> installed base_quickcheck.v0.17.1
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed jane_rope.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.1
-> installed core.v0.17.1
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
2026-02-17 18:11.57: Cancelling: Cancelled by user
Job cancelled
2026-02-17 18:12.02: Cancelled by user