Build:
  1. 0
2025-09-18 12:21.53: New job: build jasmin.2025.06.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28526/head (cdd77a45b5ee96d9adbefea4b5e5add3fda5a57c)
                              on fedora-42-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/28526/head" && git reset --hard cdd77a45
git fetch origin master
git merge --no-edit 151ffce963e54519dd5d1280848f631d38db358e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05
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 jasmin.2025.06.1 2025.06.1
RUN opam reinstall jasmin.2025.06.1; \
    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 "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'jasmin.2025.06.1' && 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-09-18 12:21.53: Using cache hint "ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05-jasmin.2025.06.1-cdd77a45b5ee96d9adbefea4b5e5add3fda5a57c"
2025-09-18 12:21.53: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05)
 (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 jasmin.2025.06.1 2025.06.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall jasmin.2025.06.1;\
             \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 \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'jasmin.2025.06.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-09-18 12:21.53: Waiting for resource in pool OCluster
2025-09-18 14:49.33: Waiting for worker…
2025-09-18 14:53.28: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  57% (10534/18276)
Updating files:  58% (10601/18276)
Updating files:  59% (10783/18276)
Updating files:  60% (10966/18276)
Updating files:  61% (11149/18276)
Updating files:  62% (11332/18276)
Updating files:  63% (11514/18276)
Updating files:  64% (11697/18276)
Updating files:  65% (11880/18276)
Updating files:  66% (12063/18276)
Updating files:  67% (12245/18276)
Updating files:  68% (12428/18276)
Updating files:  69% (12611/18276)
Updating files:  70% (12794/18276)
Updating files:  71% (12976/18276)
Updating files:  72% (13159/18276)
Updating files:  73% (13342/18276)
Updating files:  74% (13525/18276)
Updating files:  75% (13707/18276)
Updating files:  76% (13890/18276)
Updating files:  77% (14073/18276)
Updating files:  78% (14256/18276)
Updating files:  79% (14439/18276)
Updating files:  80% (14621/18276)
Updating files:  81% (14804/18276)
Updating files:  82% (14987/18276)
Updating files:  83% (15170/18276)
Updating files:  84% (15352/18276)
Updating files:  85% (15535/18276)
Updating files:  86% (15718/18276)
Updating files:  87% (15901/18276)
Updating files:  88% (16083/18276)
Updating files:  89% (16266/18276)
Updating files:  90% (16449/18276)
Updating files:  91% (16632/18276)
Updating files:  92% (16814/18276)
Updating files:  93% (16997/18276)
Updating files:  94% (17180/18276)
Updating files:  95% (17363/18276)
Updating files:  96% (17545/18276)
Updating files:  97% (17728/18276)
Updating files:  98% (17911/18276)
Updating files:  99% (18094/18276)
Updating files: 100% (18276/18276)
Updating files: 100% (18276/18276), done.
HEAD is now at 151ffce963 Merge pull request #28412 from andersfugmann/release-ocaml-protoc-plugin-6.2.0
Merge made by the 'ort' strategy.
 packages/jasmin/jasmin.2025.06.1/opam | 44 +++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 packages/jasmin/jasmin.2025.06.1/opam

(from ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05)
2025-09-18 14:54.22 ---> saved as "35eb8746178ea8e003a48b9dd0b81f90508d2a71d9005f1bcd0e69f5de88cc13"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-09-18 14:54.22 ---> saved as "82b2d1f51f9b8ecfdb67798d3ee7c699c492d02d4bb0d530ec8d5711b1fb244b"

/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
2025-09-18 14:54.52 ---> saved as "a1804826e829eb0d415d4d6d5cdc861ffbe072cca4be2547ab0b2b19b1512ad8"

/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.4.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=42
# 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       5.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-09-18 14:54.53 ---> saved as "4cd812a8c8fc228ec5f41eae5063d463dd144c9b5c7fda8b03c6b8d98b0787a0"

/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-09-18 14:55.08 ---> saved as "6300e1790de13b552fdf327af9246d1480c20201f982b0d5aad0b8024df4fbd8"

/home/opam: (copy (src .) (dst opam-repository/))
2025-09-18 14:56.01 ---> saved as "32381dfc0f591ff74aa7e5004c85baa0817aa28f83437da19e448d0841132a14"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-18 14:56.24 ---> saved as "f1c1ca936488e52e04a432eae08c31650fd4967e0378080e180e187a11bdbc63"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% | 131.5 KiB/s |  15.3 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2025-09-18 14:56.27 ---> saved as "dcd34a9119a4ef952fba30986d68f15f82cf9b5f5be4e42ef630f1b0d8a072df"

/home/opam: (run (shell "opam pin add -k version -yn jasmin.2025.06.1 2025.06.1"))
jasmin is now pinned to version 2025.06.1
2025-09-18 14:56.27 ---> saved as "e68e6a6f503999f6b7d819b2971528fa73779cb99a144686799a89849a866ff7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall jasmin.2025.06.1;\
                        \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 \"\\\"fedora-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'jasmin.2025.06.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
jasmin.2025.06.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 31 packages
  - install angstrom           0.16.1             [required by jasmin]
  - install apron              v0.9.15            [required by jasmin]
  - install batteries          3.9.0              [required by jasmin]
  - install bigarray-compat    1.1.0              [required by mlgmpidl]
  - install bigstringaf        0.10.0             [required by angstrom]
  - install camlidl            1.13               [required by jasmin]
  - install camlp-streams      5.0.1              [required by batteries]
  - install cmdliner           1.3.0              [required by jasmin]
  - install conf-findutils     1                  [required by ez-conf-lib]
  - install conf-gmp           5                  [required by zarith]
  - install conf-gmp-paths     1                  [required by mlgmpidl]
  - install conf-mpfr-paths    1                  [required by mlgmpidl]
  - install conf-perl          2                  [required by apron]
  - install conf-pkg-config    4                  [required by zarith]
  - install conf-ppl           1                  [required by jasmin]
  - install csexp              1.5.2              [required by dune-configurator]
  - install dune               3.20.2             [required by jasmin]
  - install dune-configurator  3.20.2             [required by bigstringaf]
  - install ez-conf-lib        2                  [required by conf-gmp-paths, conf-mpfr-paths]
  - install jasmin             2025.06.1 (pinned)
  - install menhir             20250912           [required by jasmin]
  - install menhirCST          20250912           [required by menhir]
  - install menhirLib          20250912           [required by jasmin]
  - install menhirSdk          20250912           [required by menhir]
  - install mlgmpidl           1.3.0              [required by apron]
  - install num                1.6                [required by batteries]
  - install ocaml-syntax-shims 1.0.0              [required by angstrom]
  - install ocamlbuild         0.16.1             [required by apron]
  - install ocamlfind          1.9.8              [required by jasmin]
  - install yojson             3.0.0              [required by jasmin]
  - install zarith             1.14               [required by jasmin]

The following system packages will first need to be installed:
    gmp-devel mpfr-devel perl-Pod-Html ppl-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "gmp-devel" "mpfr-devel" "perl-Pod-Html" "ppl-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package        Arch   Version        Repository      Size
- Installing:
-  mpfr-devel    x86_64 4.2.2-1.fc42   fedora      62.9 KiB
-  perl-Pod-Html noarch 1.35-519.fc42  updates     42.2 KiB
-  ppl-devel     x86_64 1.2-35.fc42    fedora       3.8 MiB
- Installing dependencies:
-  gmp-c++       x86_64 1:6.3.0-4.fc42 fedora      27.6 KiB
-  gmp-devel     x86_64 1:6.3.0-4.fc42 fedora     352.3 KiB
-  ppl           x86_64 1.2-35.fc42    fedora       5.9 MiB
- 
- Transaction Summary:
-  Installing:         6 packages
- 
- Total size of inbound packages is 2 MiB. Need to download 2 MiB.
- After this operation, 10 MiB extra will be used (install 10 MiB, remove 0 B).
- [1/6] gmp-devel-1:6.3.0-4.fc42.x86_64   100% |   2.4 MiB/s | 174.4 KiB |  00m00s
- [2/6] gmp-c++-1:6.3.0-4.fc42.x86_64     100% |   2.6 MiB/s |  18.5 KiB |  00m00s
- [3/6] mpfr-devel-0:4.2.2-1.fc42.x86_64  100% |   2.4 MiB/s |  21.7 KiB |  00m00s
- [4/6] perl-Pod-Html-0:1.35-519.fc42.noa 100% | 770.3 KiB/s |  29.3 KiB |  00m00s
- [5/6] ppl-devel-0:1.2-35.fc42.x86_64    100% |   2.9 MiB/s | 382.6 KiB |  00m00s
- [6/6] ppl-0:1.2-35.fc42.x86_64          100% |   7.7 MiB/s |   1.7 MiB |  00m00s
- --------------------------------------------------------------------------------
- [6/6] Total                             100% |   4.7 MiB/s |   2.3 MiB |  00m01s
- Running transaction
- [1/8] Verify package files              100% | 666.0   B/s |   6.0   B |  00m00s
- [2/8] Prepare transaction               100% | 122.0   B/s |   6.0   B |  00m00s
- [3/8] Installing gmp-c++-1:6.3.0-4.fc42 100% |  13.9 MiB/s |  28.5 KiB |  00m00s
- [4/8] Installing gmp-devel-1:6.3.0-4.fc 100% | 172.9 MiB/s | 354.1 KiB |  00m00s
- [5/8] Installing ppl-0:1.2-35.fc42.x86_ 100% | 145.2 MiB/s |   6.0 MiB |  00m00s
- [6/8] Installing ppl-devel-0:1.2-35.fc4 100% | 343.3 MiB/s |   3.8 MiB |  00m00s
- [7/8] Installing mpfr-devel-0:4.2.2-1.f 100% |  62.1 MiB/s |  63.6 KiB |  00m00s
- [8/8] Installing perl-Pod-Html-0:1.35-5 100% | 683.8 KiB/s |  43.8 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "mpfr-devel" "perl-Pod-Html" "ppl-devel"
- gmp-devel-6.3.0-4.fc42.x86_64
- mpfr-devel-4.2.2-1.fc42.x86_64
- perl-Pod-Html-1.35-519.fc42.noarch
- ppl-devel-1.2-35.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved apron.v0.9.15  (cached)
-> retrieved batteries.3.9.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlidl.1.13  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-paths.1  (cached)
-> retrieved conf-mpfr-paths.1  (cached)
-> retrieved conf-ppl.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-findutils.1
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-perl.2
-> installed conf-ppl.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ez-conf-lib.2  (cached)
-> retrieved jasmin.2025.06.1  (cached)
-> installed cmdliner.1.3.0
-> installed camlidl.1.13
-> installed ez-conf-lib.2
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> installed conf-gmp-paths.1
-> retrieved mlgmpidl.1.3.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed conf-mpfr-paths.1
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed yojson.3.0.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mlgmpidl.1.3.0
-> installed batteries.3.9.0
-> installed menhir.20250912
-> installed apron.v0.9.15
-> installed jasmin.2025.06.1
Done.

<><> conf-mpfr-paths.1 installed successfully <><><><><><><><><><><><><><><><><>
=> header file found in /usr/include
=> library file found in /usr/lib64

<><> conf-gmp-paths.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> header file found in /usr/include
=> library file found in /usr/lib64
# To update the current shell environment, run: eval $(opam env)
2025-09-18 14:57.43 ---> saved as "233b648e52f0a47b40e10a3596b98afffd908ba5426b5fbe0b140e0a96c794bc"
Job succeeded
2025-09-18 14:57.56: Job succeeded