(not at the head of any monitored branch or PR)
2026-06-12 13:47.49: New job: test diffast-etc.0.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/30013/head (982b04ef93a661d2359626d5ec2c24b5bcd0e02c)
                              on debian-13-ocaml-5.2/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/30013/head" && git reset --hard 982b04ef
git fetch origin master
git merge --no-edit 41657ef82daca3cc2f3c76fd0c9978b7950071ce
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.2@sha256:3698a1b68e95bad29398c4e32e2cd24f845e20d9f86174bd75e44e3d10009d8d
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 diffast-etc.0.4 0.4
RUN opam reinstall diffast-etc.0.4; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'diffast-etc.0.4' && 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 diffast-etc.0.4) || true
RUN opam reinstall --with-test --verbose diffast-etc.0.4; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'diffast-etc.0.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2026-06-12 13:47.49: Using cache hint "ocaml/opam:debian-13-ocaml-5.2@sha256:3698a1b68e95bad29398c4e32e2cd24f845e20d9f86174bd75e44e3d10009d8d-diffast-etc.0.4-982b04ef93a661d2359626d5ec2c24b5bcd0e02c"
2026-06-12 13:47.49: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.2@sha256:3698a1b68e95bad29398c4e32e2cd24f845e20d9f86174bd75e44e3d10009d8d)
 (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 diffast-etc.0.4 0.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall diffast-etc.0.4;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'diffast-etc.0.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test diffast-etc.0.4) || true"))
 (run (shell  "opam reinstall --with-test --verbose diffast-etc.0.4;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'diffast-etc.0.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-06-12 13:47.49: Waiting for resource in pool OCluster
2026-06-12 18:00.35: Waiting for worker…
2026-06-12 18:02.34: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 41657ef82d Merge pull request #30025 from dinosaure/release-mcrunch-v0.0.3
Merge made by the 'ort' strategy.
 packages/diffast-api/diffast-api.0.4/opam          | 50 ++++++++++++++++
 packages/diffast-cli/diffast-cli.0.4/opam          | 52 ++++++++++++++++
 packages/diffast-core/diffast-core.0.4/opam        | 57 ++++++++++++++++++
 packages/diffast-etc/diffast-etc.0.4/opam          | 47 +++++++++++++++
 packages/diffast-git-cli/diffast-git-cli.0.4/opam  | 57 ++++++++++++++++++
 packages/diffast-git/diffast-git.0.4/opam          | 50 ++++++++++++++++
 .../diffast-langs-common.0.4/opam                  | 52 ++++++++++++++++
 .../diffast-langs-cpp-parsing-cli.0.4/opam         | 50 ++++++++++++++++
 .../diffast-langs-cpp-parsing.0.4/opam             | 54 +++++++++++++++++
 .../diffast-langs-cpp-spec.0.4/opam                | 50 ++++++++++++++++
 .../diffast-langs-cpp/diffast-langs-cpp.0.4/opam   | 53 ++++++++++++++++
 .../diffast-langs-fortran-parsing-cli.0.4/opam     | 49 +++++++++++++++
 .../diffast-langs-fortran-parsing.0.4/opam         | 52 ++++++++++++++++
 .../diffast-langs-fortran-spec.0.4/opam            | 50 ++++++++++++++++
 .../diffast-langs-fortran.0.4/opam                 | 53 ++++++++++++++++
 .../diffast-langs-java-parsing-cli.0.4/opam        | 49 +++++++++++++++
 .../diffast-langs-java-parsing.0.4/opam            | 52 ++++++++++++++++
 .../diffast-langs-java-spec.0.4/opam               | 50 ++++++++++++++++
 .../diffast-langs-java/diffast-langs-java.0.4/opam | 53 ++++++++++++++++
 .../diffast-langs-python-parsing-cli.0.4/opam      | 49 +++++++++++++++
 .../diffast-langs-python-parsing.0.4/opam          | 52 ++++++++++++++++
 .../diffast-langs-python-spec.0.4/opam             | 50 ++++++++++++++++
 .../diffast-langs-python.0.4/opam                  | 53 ++++++++++++++++
 .../diffast-langs-verilog-parsing-cli.0.4/opam     | 49 +++++++++++++++
 .../diffast-langs-verilog-parsing.0.4/opam         | 52 ++++++++++++++++
 .../diffast-langs-verilog-spec.0.4/opam            | 50 ++++++++++++++++
 .../diffast-langs-verilog.0.4/opam                 | 53 ++++++++++++++++
 packages/diffast-misc/diffast-misc.0.4/opam        | 52 ++++++++++++++++
 packages/diffast/diffast.0.4/opam                  | 70 ++++++++++++++++++++++
 29 files changed, 1510 insertions(+)
 create mode 100644 packages/diffast-api/diffast-api.0.4/opam
 create mode 100644 packages/diffast-cli/diffast-cli.0.4/opam
 create mode 100644 packages/diffast-core/diffast-core.0.4/opam
 create mode 100644 packages/diffast-etc/diffast-etc.0.4/opam
 create mode 100644 packages/diffast-git-cli/diffast-git-cli.0.4/opam
 create mode 100644 packages/diffast-git/diffast-git.0.4/opam
 create mode 100644 packages/diffast-langs-common/diffast-langs-common.0.4/opam
 create mode 100644 packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.4/opam
 create mode 100644 packages/diffast-langs-cpp/diffast-langs-cpp.0.4/opam
 create mode 100644 packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.4/opam
 create mode 100644 packages/diffast-langs-fortran/diffast-langs-fortran.0.4/opam
 create mode 100644 packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-java-spec/diffast-langs-java-spec.0.4/opam
 create mode 100644 packages/diffast-langs-java/diffast-langs-java.0.4/opam
 create mode 100644 packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-python-spec/diffast-langs-python-spec.0.4/opam
 create mode 100644 packages/diffast-langs-python/diffast-langs-python.0.4/opam
 create mode 100644 packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.4/opam
 create mode 100644 packages/diffast-langs-verilog/diffast-langs-verilog.0.4/opam
 create mode 100644 packages/diffast-misc/diffast-misc.0.4/opam
 create mode 100644 packages/diffast/diffast.0.4/opam

(from ocaml/opam:debian-13-ocaml-5.2@sha256:3698a1b68e95bad29398c4e32e2cd24f845e20d9f86174bd75e44e3d10009d8d)
2026-06-12 18:03.02 ---> saved as "4978e8858b12a63ba84a4aa1b5decc4bf0323d693c40ceeeeb19b2d4d0053ad6"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-06-12 18:03.02 ---> saved as "759490a9bebe2157add6514154aaddd271b07228999475a82d013e58770417dc"

/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.

Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-06-12 18:03.19 ---> saved as "7a968ba5ace6828d6daa5373cc1b394e4d7e8dd11917a5600d7dd4f3bf2b064d"

/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.1
# 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.2
# invariant            ["ocaml-base-compiler" {= "5.2.1"}]
# compiler-packages    ocaml-base-compiler.5.2.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.2/lib/ocaml/stublibs:/home/opam/.opam/5.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.2.1
2026-06-12 18:03.20 ---> saved as "5ca23c9cee300896e29680580f9af1b696dc46371ef9756507f2f309b419bed1"

/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-06-12 18:03.31 ---> saved as "094c3f9734e543b8b31ba44a193b159757e4de5c94d7000f87fb31767d870ce3"

/home/opam: (copy (src .) (dst opam-repository/))
2026-06-12 18:04.15 ---> saved as "66e042cb39236c0191363eca0e0c606a0d0b7c0a21a4de726a72b9c94e0f280d"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-06-12 18:04.33 ---> saved as "0ed2caa13697886f18d2c0981d3af8bede3ca73199fdfa9609be8a58f478f0f2"

/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 [215 kB]
- Fetched 306 kB in 0s (1291 kB/s)
- Reading package lists...
- 
2026-06-12 18:04.36 ---> saved as "064a39c17bd82e79ae39598bcac9268248bad824e060d8305707ac6961a1fb12"

/home/opam: (run (shell "opam pin add -k version -yn diffast-etc.0.4 0.4"))
diffast-etc is now pinned to version 0.4
2026-06-12 18:04.37 ---> saved as "8ed5c2e473d76d261e2cdab83637129a92d878a1aafe38f6563727b27208f8bb"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall diffast-etc.0.4;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'diffast-etc.0.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
diffast-etc.0.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install diffast-etc 0.4 (pinned)
  - install dune        3.23.1       [required by diffast-etc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved diffast-etc.0.4  (cached)
-> retrieved dune.3.23.1  (cached)
-> installed dune.3.23.1
-> installed diffast-etc.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:05.47 ---> saved as "60a2447045b8d7dda05f0a582f4df81ecda2f29832318014257d68f0284a5583"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test diffast-etc.0.4) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile diffast-etc 0.4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   diffast-etc.0.4
-> installed diffast-etc.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:05.55 ---> saved as "8b2ab32b3604650baf9acb67867ed077c26d1b9179e59630252c5bac1c3fc36f"

/home/opam: (run (shell  "opam reinstall --with-test --verbose diffast-etc.0.4;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'diffast-etc.0.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile diffast-etc 0.4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [diffast-etc: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "diffast-etc" "-j" "71" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.2/.opam-switch/build/diffast-etc.0.4)
- (cd _build/default/src/api/dev && /usr/bin/git describe --always --dirty) > _build/default/src/api/dev/v
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Processing  2/4: [diffast-etc: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "diffast-etc" "--create-install-files" "diffast-etc" (CWD=/home/opam/.opam/5.2/.opam-switch/build/diffast-etc.0.4)
-> compiled  diffast-etc.0.4
-> removed   diffast-etc.0.4
-> installed diffast-etc.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:06.03 ---> saved as "50529a83309ed12ff4940f90c711cc9b57d1f0e81dfa3e963f3851348145a30b"
Job succeeded
2026-06-12 18:06.22: Job succeeded