(for PR #27806)

2025-04-22 07:08.37: New job: test fungi.0.1.4, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27806/head (329441876953d310d81578603583aa15a960b1d5)
                              on debian-12-ocaml-5.3/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27806/head" && git reset --hard 32944187
git fetch origin master
git merge --no-edit 999bff3ed88d26f76ff7eaddbfa7af49ed4737dc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:446565e696f67badd64a9da6b737f870b0646ce996df2a2c2915be2fffa3d1cb
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn fungi.0.1.4 0.1.4
RUN opam depext fungi.0.1.4 && opam reinstall fungi.0.1.4; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'fungi.0.1.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam depext --with-test fungi.0.1.4 && opam reinstall --with-test fungi.0.1.4) || true
RUN opam depext --with-test fungi.0.1.4 && opam reinstall --with-test --verbose fungi.0.1.4; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'fungi.0.1.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2025-04-22 07:08.37: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:446565e696f67badd64a9da6b737f870b0646ce996df2a2c2915be2fffa3d1cb-fungi.0.1.4-329441876953d310d81578603583aa15a960b1d5"
2025-04-22 07:08.37: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:446565e696f67badd64a9da6b737f870b0646ce996df2a2c2915be2fffa3d1cb)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || true"))
 (run (shell "opam pin add -k version -yn fungi.0.1.4 0.1.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext fungi.0.1.4 && opam reinstall fungi.0.1.4;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'fungi.0.1.4' && 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 depext --with-test fungi.0.1.4 && opam reinstall --with-test fungi.0.1.4) || true"))
 (run (shell  "opam depext --with-test fungi.0.1.4 && opam reinstall --with-test --verbose fungi.0.1.4;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'fungi.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-04-22 07:08.37: Waiting for resource in pool OCluster
2025-04-22 07:08.38: Waiting for worker…
2025-04-22 07:08.38: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
Updating files:  60% (13763/22930)
Updating files:  61% (13988/22930)
Updating files:  62% (14217/22930)
Updating files:  63% (14446/22930)
Updating files:  64% (14676/22930)
Updating files:  65% (14905/22930)
Updating files:  66% (15134/22930)
Updating files:  67% (15364/22930)
Updating files:  68% (15593/22930)
Updating files:  69% (15822/22930)
Updating files:  70% (16051/22930)
Updating files:  71% (16281/22930)
Updating files:  72% (16510/22930)
Updating files:  73% (16739/22930)
Updating files:  74% (16969/22930)
Updating files:  75% (17198/22930)
Updating files:  76% (17427/22930)
Updating files:  77% (17657/22930)
Updating files:  78% (17886/22930)
Updating files:  79% (18115/22930)
Updating files:  80% (18344/22930)
Updating files:  81% (18574/22930)
Updating files:  82% (18803/22930)
Updating files:  83% (19032/22930)
Updating files:  84% (19262/22930)
Updating files:  85% (19491/22930)
Updating files:  86% (19720/22930)
Updating files:  87% (19950/22930)
Updating files:  88% (20179/22930)
Updating files:  89% (20408/22930)
Updating files:  90% (20637/22930)
Updating files:  91% (20867/22930)
Updating files:  92% (21096/22930)
Updating files:  93% (21325/22930)
Updating files:  94% (21555/22930)
Updating files:  95% (21784/22930)
Updating files:  96% (22013/22930)
Updating files:  97% (22243/22930)
Updating files:  98% (22472/22930)
Updating files:  99% (22701/22930)
Updating files: 100% (22930/22930)
Updating files: 100% (22930/22930), done.
HEAD is now at 999bff3ed8 Merge pull request #27746 from hirrolot/opam-publish-checked_oint.0.6.0
Updating 999bff3ed8..3294418769
Fast-forward
 packages/fungi/fungi.0.1.4/opam | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 packages/fungi/fungi.0.1.4/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:446565e696f67badd64a9da6b737f870b0646ce996df2a2c2915be2fffa3d1cb)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:446565e696f67badd64a9da6b737f870b0646ce996df2a2c2915be2fffa3d1cb' locally
docker.io/ocaml/opam@sha256:446565e696f67badd64a9da6b737f870b0646ce996df2a2c2915be2fffa3d1cb: Pulling from ocaml/opam
31ebcad2cdb3: Pulling fs layer
31ebcad2cdb3: Download complete
31ebcad2cdb3: Pull complete
Digest: sha256:446565e696f67badd64a9da6b737f870b0646ce996df2a2c2915be2fffa3d1cb
Status: Downloaded newer image for ocaml/opam@sha256:446565e696f67badd64a9da6b737f870b0646ce996df2a2c2915be2fffa3d1cb
2025-04-22 07:09.47 ---> using "4deaef3dcbe19696a2c1ff021867d35e9bd9df8acd600dbdfe827c4802d9df72" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-04-22 07:09.47 ---> using "57de625645e59376832b970f24dc74876685617ca0d939a9b21ae2d206128631" from cache

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

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-04-22 07:09.47 ---> using "326d35feb27187a758bbf794abde34467f0aa49c49f37d5b71843ce070e97238" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=12
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              39
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    5.3
2025-04-22 07:09.47 ---> using "a4f71333883a69db72e83ba25d8d00f28ae49056688906cdf2256a0d1c65676f" 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/"))
2025-04-22 07:09.47 ---> using "fea5b40ee25d52199b476698c24e6a24d9c40cba2179dcd52ff0a6ed5613dd00" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-22 07:09.49 ---> using "bbb6a938b7aef3b2f5174117c48794cefcf1bca6d39fbfc5f359a7409b11287d" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-04-22 07:09.49 ---> using "c95f49d259b68a87f37d4bca364dbc1cf8243df5bb3fcae454267b9f2c54cddc" from cache

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
    apt-get update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [260 kB]
Fetched 363 kB in 0s (1335 kB/s)
Reading package lists...
# OS package update successful
2025-04-22 07:09.49 ---> using "a3520cc074229369f89e954371b81b8405738e4f30ea1519ef9b29dac3d619a1" from cache

/home/opam: (run (shell "opam pin add -k version -yn fungi.0.1.4 0.1.4"))
fungi is now pinned to version 0.1.4
2025-04-22 07:09.49 ---> using "0f9731fe0187ba381cb2f3ed80ebe09050c04d122bd4333ef279625224b22f41" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext fungi.0.1.4 && opam reinstall fungi.0.1.4;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'fungi.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
fungi.0.1.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install dune  3.18.1 [required by fungi]
  - install fungi 0.1.4*
===== 2 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[dune.3.18.1] found in cache
[fungi.0.1.4] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed dune.3.18.1
-> installed fungi.0.1.4
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-22 07:10.21 ---> saved as "634e1d38d133c6cc455e36d424b4eba314c2167bd99f5b062aa8976c1325148e"

/home/opam: (run (network host)
                 (shell "(opam depext --with-test fungi.0.1.4 && opam reinstall --with-test fungi.0.1.4) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
  - install   ocaml_intrinsics_kernel     v0.17.1 [required by base]
  - install   num                         1.5-1   [required by sexplib]
  - install   sexplib0                    v0.17.0 [required by base]
  - install   spawn                       v0.17.0 [required by core_unix]
  - install   seq                         base    [required by re]
  - install   ocaml-syntax-shims          1.0.0   [required by alcotest]
  - install   stdlib-shims                0.3.0   [required by alcotest]
  - install   ocaml-compiler-libs         v0.17.0 [required by ppxlib]
  - install   ocamlfind                   1.9.8   [required by fmt, astring, uutf]
  - install   ppx_derivers                1.2.1   [required by ppxlib]
  - install   ocamlbuild                  0.16.1  [required by fmt, astring, uutf]
  - install   jane-street-headers         v0.17.0 [required by core]
  - install   cmdliner                    1.3.0   [required by alcotest]
  - install   dune-configurator           2.7.0   [required by base]
  - install   qcheck-core                 0.25    [required by fungi]
  - install   parsexp                     v0.17.0 [required by sexplib]
  - install   re                          1.12.0  [required by alcotest, core_bench]
  - install   ppxlib                      0.35.0  [required by ppx_diff]
  - install   topkg                       1.0.8   [required by fmt, astring, uutf]
  - install   base                        v0.17.1 [required by core]
  - install   sexplib                     v0.17.0 [required by core]
  - install   ppxlib_jane                 v0.17.2 [required by ppx_diff]
  - install   ppx_pipebang                v0.17.0 [required by ppx_jane]
  - install   ppx_ignore_instrumentation  v0.17.0 [required by ppx_jane]
  - install   uutf                        1.0.4   [required by alcotest]
  - install   fmt                         0.10.0  [required by alcotest]
  - install   astring                     0.8.5   [required by alcotest]
  - install   variantslib                 v0.17.0 [required by core]
  - install   typerep                     v0.17.1 [required by core]
  - install   stdio                       v0.17.0 [required by core]
  - install   ppx_tydi                    v0.17.0 [required by ppx_jane]
  - install   ppx_stable_witness          v0.17.0 [required by ppx_jane]
  - install   ppx_stable                  v0.17.0 [required by ppx_jane]
  - install   ppx_here                    v0.17.0 [required by ppx_jane]
  - install   ppx_fixed_literal           v0.17.0 [required by ppx_jane]
  - install   ppx_disable_unused_warnings v0.17.0 [required by ppx_jane]
  - install   ppx_cold                    v0.17.0 [required by ppx_base]
  - install   fieldslib                   v0.17.0 [required by core]
  - install   ppx_sexp_conv               v0.17.0 [required by core_bench]
  - install   ppx_optional                v0.17.0 [required by ppx_jane]
  - install   ppx_globalize               v0.17.0 [required by ppx_base]
  - install   ppx_enumerate               v0.17.0 [required by ppx_diff]
  - install   ppx_compare                 v0.17.0 [required by core_bench]
  - install   cstruct                     6.2.0   [required by async_unix]
  - install   alcotest                    1.9.0   [required by fungi]
  - install   ppx_variants_conv           v0.17.0 [required by ppx_jane]
  - install   ppx_typerep_conv            v0.17.0 [required by ppx_jane]
  - install   ppx_optcomp                 v0.17.0 [required by core]
  - install   ppx_let                     v0.17.0 [required by core_bench]
  - install   ppx_fields_conv             v0.17.0 [required by core_bench]
  - install   ppx_sexp_value              v0.17.0 [required by ppx_jane]
  - install   ppx_sexp_message            v0.17.0 [required by core]
  - install   ppx_custom_printf           v0.17.0 [required by ppx_jane]
  - install   ppx_hash                    v0.17.0 [required by core]
  - install   ppx_assert                  v0.17.0 [required by core]
  - install   qcheck-alcotest             0.25    [required by fungi]
  - install   bin_prot                    v0.17.0 [required by core]
  - install   ppx_base                    v0.17.0 [required by core]
  - install   jst-config                  v0.17.0 [required by core]
  - install   ppx_bin_prot                v0.17.0 [required by ppx_jane]
  - install   sexp_pretty                 v0.17.0 [required by expect_test_helpers_core]
  - install   ppx_string                  v0.17.0 [required by ppx_jane]
  - install   capitalization              v0.17.0 [required by ppx_string_conv]
  - install   time_now                    v0.17.0 [required by core_bench]
  - install   ppx_string_conv             v0.17.0 [required by ppx_jane]
  - install   ppx_module_timer            v0.17.0 [required by ppx_jane]
  - install   ppx_inline_test             v0.17.0 [required by core]
  - install   ppx_expect                  v0.17.2 [required by ppx_jane]
  - install   ppx_bench                   v0.17.0 [required by ppx_jane]
  - install   ppx_log                     v0.17.0 [required by ppx_jane]
  - install   splittable_random           v0.17.0 [required by core]
  - install   base_quickcheck             v0.17.0 [required by core]
  - install   ppx_jane                    v0.17.0 [required by core_bench]
  - install   uopt                        v0.17.0 [required by core_kernel, core_unix]
  - install   record_builder              v0.17.0 [required by core_extended]
  - install   int_repr                    v0.17.0 [required by base_bigstring, core_kernel]
  - install   gel                         v0.17.0 [required by ppx_diff]
  - install   base_bigstring              v0.17.0 [required by core]
  - install   ppx_diff                    v0.17.0 [required by core]
  - install   core                        v0.17.1 [required by core_bench]
  - install   timezone                    v0.17.0 [required by core_unix]
  - install   protocol_version_header     v0.17.0 [required by async_rpc_kernel]
  - install   expect_test_helpers_core    v0.17.0 [required by core_unix]
  - install   core_kernel                 v0.17.0 [required by core_bench]
  - install   core_unix                   v0.17.1 [required by core_bench]
  - install   async_kernel                v0.17.0 [required by async]
  - install   textutils                   v0.17.0 [required by core_bench]
  - install   core_extended               v0.17.0 [required by core_bench]
  - install   async_unix                  v0.17.0 [required by async]
  - install   async_rpc_kernel            v0.17.0 [required by async]
  - install   async_log                   v0.17.0 [required by async]
  - install   async                       v0.17.0 [required by delimited_parsing]
  - install   delimited_parsing           v0.17.0 [required by core_bench]
  - install   core_bench                  v0.17.0 [required by fungi]
  - recompile fungi                       0.1.4*
===== 94 to install | 1 to recompile =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[alcotest.1.9.0] downloaded from https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz
[astring.0.8.5] downloaded from https://erratique.ch/software/astring/releases/astring-0.8.5.tbz
[async.v0.17.0] downloaded from https://github.com/janestreet/async/archive/refs/tags/v0.17.0.tar.gz
[async_kernel.v0.17.0] downloaded from https://github.com/janestreet/async_kernel/archive/refs/tags/v0.17.0.tar.gz
[async_log.v0.17.0] downloaded from https://github.com/janestreet/async_log/archive/refs/tags/v0.17.0.tar.gz
[async_rpc_kernel.v0.17.0] downloaded from https://github.com/janestreet/async_rpc_kernel/archive/refs/tags/v0.17.0.tar.gz
[async_unix.v0.17.0] downloaded from https://github.com/janestreet/async_unix/archive/refs/tags/v0.17.0.tar.gz
[base.v0.17.1] downloaded from https://github.com/janestreet/base/archive/refs/tags/v0.17.1.tar.gz
[base.v0.17.1/fix-mpopcnt.patch] downloaded from https://patch-diff.githubusercontent.com/raw/janestreet/base/pull/180.diff
[base_bigstring.v0.17.0] downloaded from https://github.com/janestreet/base_bigstring/archive/refs/tags/v0.17.0.tar.gz
[base_quickcheck.v0.17.0] downloaded from https://github.com/janestreet/base_quickcheck/archive/refs/tags/v0.17.0.tar.gz
[bin_prot.v0.17.0] downloaded from https://github.com/janestreet/bin_prot/archive/refs/tags/v0.17.0.tar.gz
[capitalization.v0.17.0] downloaded from https://github.com/janestreet/capitalization/archive/refs/tags/v0.17.0.tar.gz
[cmdliner.1.3.0] downloaded from https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz
[core.v0.17.1] downloaded from https://github.com/janestreet/core/archive/refs/tags/v0.17.1.tar.gz
[core_bench.v0.17.0] downloaded from https://github.com/janestreet/core_bench/archive/refs/tags/v0.17.0.tar.gz
[core_extended.v0.17.0] downloaded from https://github.com/janestreet/core_extended/archive/refs/tags/v0.17.0.tar.gz
[core_kernel.v0.17.0] downloaded from https://github.com/janestreet/core_kernel/archive/refs/tags/v0.17.0.tar.gz
[core_unix.v0.17.1] downloaded from https://github.com/janestreet/core_unix/archive/refs/tags/v0.17.1.tar.gz
[cstruct.6.2.0] downloaded from https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz
[delimited_parsing.v0.17.0] downloaded from https://github.com/janestreet/delimited_parsing/archive/refs/tags/v0.17.0.tar.gz
[dune-configurator.2.7.0] downloaded from https://github.com/ocaml/dune/releases/download/2.7.0/dune-2.7.0.tbz
[expect_test_helpers_core.v0.17.0] downloaded from https://github.com/janestreet/expect_test_helpers_core/archive/refs/tags/v0.17.0.tar.gz
[fieldslib.v0.17.0] downloaded from https://github.com/janestreet/fieldslib/archive/refs/tags/v0.17.0.tar.gz
[fmt.0.10.0] downloaded from https://erratique.ch/software/fmt/releases/fmt-0.10.0.tbz
[gel.v0.17.0] downloaded from https://github.com/janestreet/gel/archive/refs/tags/v0.17.0.tar.gz
[int_repr.v0.17.0] downloaded from https://github.com/janestreet/int_repr/archive/refs/tags/v0.17.0.tar.gz
[jane-street-headers.v0.17.0] downloaded from https://github.com/janestreet/jane-street-headers/archive/refs/tags/v0.17.0.tar.gz
[jst-config.v0.17.0] downloaded from https://github.com/janestreet/jst-config/archive/refs/tags/v0.17.0.tar.gz
[num.1.5-1] downloaded from https://github.com/ocaml/num/archive/v1.5.tar.gz
[num.1.5-1/num-in-findlib-dir.patch] downloaded from https://github.com/ocaml/num/commit/f6e31b1653f32c7c425b69c2b123ab2f924a4d61.patch?full_index=1
[ocaml-compiler-libs.v0.17.0] downloaded from https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz
[ocaml-syntax-shims.1.0.0] downloaded from https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz
[ocaml_intrinsics_kernel.v0.17.1] downloaded from https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.1.tar.gz
[ocamlbuild.0.16.1] downloaded from https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz
[ocamlfind.1.9.8] downloaded from https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz
[parsexp.v0.17.0] downloaded from https://github.com/janestreet/parsexp/archive/refs/tags/v0.17.0.tar.gz
[ppx_assert.v0.17.0] downloaded from https://github.com/janestreet/ppx_assert/archive/refs/tags/v0.17.0.tar.gz
[ppx_base.v0.17.0] downloaded from https://github.com/janestreet/ppx_base/archive/refs/tags/v0.17.0.tar.gz
[ppx_bench.v0.17.0] downloaded from https://github.com/janestreet/ppx_bench/archive/refs/tags/v0.17.0.tar.gz
[ppx_bin_prot.v0.17.0] downloaded from https://github.com/janestreet/ppx_bin_prot/archive/refs/tags/v0.17.0.tar.gz
[ppx_cold.v0.17.0] downloaded from https://github.com/janestreet/ppx_cold/archive/refs/tags/v0.17.0.tar.gz
[ppx_compare.v0.17.0] downloaded from https://github.com/janestreet/ppx_compare/archive/refs/tags/v0.17.0.tar.gz
[ppx_custom_printf.v0.17.0] downloaded from https://github.com/janestreet/ppx_custom_printf/archive/refs/tags/v0.17.0.tar.gz
[ppx_derivers.1.2.1] downloaded from https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz
[ppx_diff.v0.17.0] downloaded from https://github.com/janestreet/ppx_diff/archive/refs/tags/v0.17.0.tar.gz
[ppx_disable_unused_warnings.v0.17.0] downloaded from https://github.com/janestreet/ppx_disable_unused_warnings/archive/refs/tags/v0.17.0.tar.gz
[ppx_enumerate.v0.17.0] downloaded from https://github.com/janestreet/ppx_enumerate/archive/refs/tags/v0.17.0.tar.gz
[ppx_expect.v0.17.2] downloaded from https://github.com/janestreet/ppx_expect/archive/refs/tags/v0.17.2.tar.gz
[ppx_fields_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_fields_conv/archive/refs/tags/v0.17.0.tar.gz
[ppx_fixed_literal.v0.17.0] downloaded from https://github.com/janestreet/ppx_fixed_literal/archive/refs/tags/v0.17.0.tar.gz
[ppx_globalize.v0.17.0] downloaded from https://github.com/janestreet/ppx_globalize/archive/refs/tags/v0.17.0.tar.gz
[ppx_hash.v0.17.0] downloaded from https://github.com/janestreet/ppx_hash/archive/refs/tags/v0.17.0.tar.gz
[ppx_here.v0.17.0] downloaded from https://github.com/janestreet/ppx_here/archive/refs/tags/v0.17.0.tar.gz
[ppx_ignore_instrumentation.v0.17.0] downloaded from https://github.com/janestreet/ppx_ignore_instrumentation/archive/refs/tags/v0.17.0.tar.gz
[ppx_inline_test.v0.17.0] downloaded from https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.17.0.tar.gz
[ppx_jane.v0.17.0] downloaded from https://github.com/janestreet/ppx_jane/archive/refs/tags/v0.17.0.tar.gz
[ppx_let.v0.17.0] downloaded from https://github.com/janestreet/ppx_let/archive/refs/tags/v0.17.0.tar.gz
[ppx_log.v0.17.0] downloaded from https://github.com/janestreet/ppx_log/archive/refs/tags/v0.17.0.tar.gz
[ppx_module_timer.v0.17.0] downloaded from https://github.com/janestreet/ppx_module_timer/archive/refs/tags/v0.17.0.tar.gz
[ppx_optcomp.v0.17.0] downloaded from https://github.com/janestreet/ppx_optcomp/archive/refs/tags/v0.17.0.tar.gz
[ppx_optional.v0.17.0] downloaded from https://github.com/janestreet/ppx_optional/archive/refs/tags/v0.17.0.tar.gz
[ppx_pipebang.v0.17.0] downloaded from https://github.com/janestreet/ppx_pipebang/archive/refs/tags/v0.17.0.tar.gz
[ppx_sexp_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.0.tar.gz
[ppx_sexp_message.v0.17.0] downloaded from https://github.com/janestreet/ppx_sexp_message/archive/refs/tags/v0.17.0.tar.gz
[ppx_sexp_value.v0.17.0] downloaded from https://github.com/janestreet/ppx_sexp_value/archive/refs/tags/v0.17.0.tar.gz
[ppx_stable.v0.17.0] downloaded from https://github.com/janestreet/ppx_stable/archive/refs/tags/v0.17.0.tar.gz
[ppx_stable_witness.v0.17.0] downloaded from https://github.com/janestreet/ppx_stable_witness/archive/refs/tags/v0.17.0.tar.gz
[ppx_string.v0.17.0] downloaded from https://github.com/janestreet/ppx_string/archive/refs/tags/v0.17.0.tar.gz
[ppx_string_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_string_conv/archive/refs/tags/v0.17.0.tar.gz
[ppx_tydi.v0.17.0] downloaded from https://github.com/janestreet/ppx_tydi/archive/refs/tags/v0.17.0.tar.gz
[ppx_typerep_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_typerep_conv/archive/refs/tags/v0.17.0.tar.gz
[ppx_variants_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_variants_conv/archive/refs/tags/v0.17.0.tar.gz
[ppxlib.0.35.0] downloaded from https://github.com/ocaml-ppx/ppxlib/releases/download/0.35.0/ppxlib-0.35.0.tbz
[ppxlib_jane.v0.17.2] downloaded from https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.2.tar.gz
[protocol_version_header.v0.17.0] downloaded from https://github.com/janestreet/protocol_version_header/archive/refs/tags/v0.17.0.tar.gz
[qcheck-alcotest.0.25] downloaded from https://github.com/c-cube/qcheck/archive/v0.25.tar.gz
[qcheck-core.0.25] found in cache
[re.1.12.0] downloaded from https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz
[record_builder.v0.17.0] downloaded from https://github.com/janestreet/record_builder/archive/refs/tags/v0.17.0.tar.gz
[seq.base/META.seq] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/META.seq
[seq.base/seq.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/seq.install
[sexp_pretty.v0.17.0] downloaded from https://github.com/janestreet/sexp_pretty/archive/refs/tags/v0.17.0.tar.gz
[sexplib.v0.17.0] downloaded from https://github.com/janestreet/sexplib/archive/refs/tags/v0.17.0.tar.gz
[sexplib0.v0.17.0] downloaded from https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz
[spawn.v0.17.0] downloaded from https://github.com/janestreet/spawn/releases/download/v0.17.0/spawn-v0.17.0.tbz
[splittable_random.v0.17.0] downloaded from https://github.com/janestreet/splittable_random/archive/refs/tags/v0.17.0.tar.gz
[stdio.v0.17.0] downloaded from https://github.com/janestreet/stdio/archive/refs/tags/v0.17.0.tar.gz
[stdlib-shims.0.3.0] downloaded from https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz
[textutils.v0.17.0] downloaded from https://github.com/janestreet/textutils/archive/refs/tags/v0.17.0.tar.gz
[time_now.v0.17.0] downloaded from https://github.com/janestreet/time_now/archive/refs/tags/v0.17.0.tar.gz
[timezone.v0.17.0] downloaded from https://github.com/janestreet/timezone/archive/refs/tags/v0.17.0.tar.gz
[topkg.1.0.8] downloaded from https://erratique.ch/software/topkg/releases/topkg-1.0.8.tbz
[typerep.v0.17.1] downloaded from https://github.com/janestreet/typerep/archive/refs/tags/v0.17.1.tar.gz
[uopt.v0.17.0] downloaded from https://github.com/janestreet/uopt/archive/refs/tags/v0.17.0.tar.gz
[uutf.1.0.4] downloaded from https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz
[variantslib.v0.17.0] downloaded from https://github.com/janestreet/variantslib/archive/refs/tags/v0.17.0.tar.gz

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed jane-street-headers.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ppx_derivers.1.2.1
-> installed dune-configurator.2.7.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed sexplib0.v0.17.0
-> installed qcheck-core.0.25
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed num.1.5-1
-> installed cmdliner.1.3.0
-> installed parsexp.v0.17.0
-> installed ocamlfind.1.9.8
-> installed sexplib.v0.17.0
-> removed   fungi.0.1.4
-> installed ocamlbuild.0.16.1
-> installed base.v0.17.1
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed topkg.1.0.8
-> installed fmt.0.10.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed cstruct.6.2.0
-> installed alcotest.1.9.0
-> installed qcheck-alcotest.0.25
-> installed ppxlib.0.35.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_optcomp.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_stable.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_tydi.v0.17.0
-> installed ppx_typerep_conv.v0.17.0
-> installed ppx_variants_conv.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
-> installed ppx_let.v0.17.0
-> 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
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.0
-> installed ppx_bench.v0.17.0
-> installed ppx_expect.v0.17.2
-> installed splittable_random.v0.17.0
-> installed base_quickcheck.v0.17.0
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed record_builder.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.0
-> installed core.v0.17.1
-> installed protocol_version_header.v0.17.0
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed textutils.v0.17.0
-> installed async_rpc_kernel.v0.17.0
-> installed core_extended.v0.17.0
-> installed async_unix.v0.17.0
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed delimited_parsing.v0.17.0
-> installed core_bench.v0.17.0
-> installed fungi.0.1.4
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-22 07:14.37 ---> saved as "fa7e7c827bb40b884555490192e62ef80a75d3440e8f36e8ee96a70b2633386c"

/home/opam: (run (shell  "opam depext --with-test fungi.0.1.4 && opam reinstall --with-test --verbose fungi.0.1.4;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'fungi.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
  - recompile fungi 0.1.4*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [fungi: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "fungi" "-j" "39" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/fungi.0.1.4)
- (cd _build/default/test && ./treeprops.exe)
- qcheck random seed: 980415945
- Testing `Treeset'.
- This run has ID `D5VEN2OQ'.
- 
-   [OK]          structural              0   addition.
-   [OK]          structural              1   removal.
-   [OK]          structural              2   membership.
-   [OK]          structural              3   minimum.
-   [OK]          structural              4   maximum.
-   [OK]          traversal               0   traversal.
-   [OK]          set operations          0   subset.
-   [OK]          set operations          1   intersection.
-   [OK]          set operations          2   difference.
-   [OK]          set operations          3   union.
-   [OK]          set properties          0   unique_element_membership.
-   [OK]          set properties          1   inorder_traversal_sorted.
- 
- Full test results in `~/.opam/5.3/.opam-switch/build/fungi.0.1.4/_build/default/test/_build/_tests/Treeset'.
- Test Successful in 0.139s. 12 tests run.
- (cd _build/default/test && ./treebench.exe)
- Estimated testing time 3s (3 benchmarks x 1s). Change using '-quota'.
- ┌─────────────────────┬──────────┬──────────┬───────────┬───────────┬────────────┐
- │ Name                │ Time/Run │  mWd/Run │  mjWd/Run │  Prom/Run │ Percentage │
- ├─────────────────────┼──────────┼──────────┼───────────┼───────────┼────────────┤
- │ fibHeap_insert      │ 710.28us │ 133.35kw │ 3_335.02w │ 3_335.02w │    100.00% │
- │ fibHeap_extract_all │ 691.35us │ 229.98kw │   190.06w │   190.06w │     97.34% │
- │ fibHeap_collapse    │  12.85us │   9.66kw │    83.25w │    83.25w │      1.81% │
- └─────────────────────┴──────────┴──────────┴───────────┴───────────┴────────────┘
- (cd _build/default/test && ./treebench.bc)
- Estimated testing time 3s (3 benchmarks x 1s). Change using '-quota'.
- ┌─────────────────────┬─────────────┬──────────┬────────────┬────────────┬────────────┐
- │ Name                │    Time/Run │  mWd/Run │   mjWd/Run │   Prom/Run │ Percentage │
- ├─────────────────────┼─────────────┼──────────┼────────────┼────────────┼────────────┤
- │ fibHeap_insert      │  7_116.38us │ 122.85kw │  3_047.67w │  3_047.67w │     52.18% │
- │ fibHeap_extract_all │ 13_638.30us │ 242.10kw │ 17_145.01w │ 17_145.01w │    100.00% │
- │ fibHeap_collapse    │    359.26us │   9.67kw │     91.05w │     91.05w │      2.63% │
- └─────────────────────┴─────────────┴──────────┴────────────┴────────────┴────────────┘
-> compiled  fungi.0.1.4
-> removed   fungi.0.1.4
-> installed fungi.0.1.4
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-22 07:15.04 ---> saved as "2d8721a00017f7a45b06fa19af3b043f19555b79a8611d875a49df1505ba9eb7"
Job succeeded
2025-04-22 07:15.11: Job succeeded