(not at the head of any monitored branch or PR)
2025-04-12 19:50.27: New job: build orthologic-coq.0.9.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27747/head (7ba2ff089f43ce5f35b0e456996861b2c152869d)
                              on ubuntu-24.04-ocaml-5.3/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27747/head" && git reset --hard 7ba2ff08
git fetch origin master
git merge --no-edit 34a3fc46c301a891122df75c17fef6b5358bd68f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 orthologic-coq.0.9.1 0.9.1
RUN opam reinstall orthologic-coq.0.9.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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'orthologic-coq.0.9.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-04-12 19:50.27: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca-orthologic-coq.0.9.1-7ba2ff089f43ce5f35b0e456996861b2c152869d"
2025-04-12 19:50.27: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 orthologic-coq.0.9.1 0.9.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall orthologic-coq.0.9.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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'orthologic-coq.0.9.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-04-12 19:50.27: Waiting for resource in pool OCluster
2025-04-12 19:50.28: Waiting for worker…
2025-04-12 19:50.28: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
Updating files:  12% (2748/22853)
Updating files:  13% (2971/22853)
Updating files:  14% (3200/22853)
Updating files:  15% (3428/22853)
Updating files:  16% (3657/22853)
Updating files:  17% (3886/22853)
Updating files:  18% (4114/22853)
Updating files:  19% (4343/22853)
Updating files:  20% (4571/22853)
Updating files:  21% (4800/22853)
Updating files:  22% (5028/22853)
Updating files:  23% (5257/22853)
Updating files:  23% (5363/22853)
Updating files:  24% (5485/22853)
Updating files:  25% (5714/22853)
Updating files:  26% (5942/22853)
Updating files:  27% (6171/22853)
Updating files:  28% (6399/22853)
Updating files:  29% (6628/22853)
Updating files:  30% (6856/22853)
Updating files:  31% (7085/22853)
Updating files:  32% (7313/22853)
Updating files:  33% (7542/22853)
Updating files:  34% (7771/22853)
Updating files:  35% (7999/22853)
Updating files:  35% (8033/22853)
Updating files:  36% (8228/22853)
Updating files:  37% (8456/22853)
Updating files:  38% (8685/22853)
Updating files:  39% (8913/22853)
Updating files:  40% (9142/22853)
Updating files:  41% (9370/22853)
Updating files:  42% (9599/22853)
Updating files:  43% (9827/22853)
Updating files:  44% (10056/22853)
Updating files:  45% (10284/22853)
Updating files:  45% (10470/22853)
Updating files:  46% (10513/22853)
Updating files:  47% (10741/22853)
Updating files:  48% (10970/22853)
Updating files:  49% (11198/22853)
Updating files:  50% (11427/22853)
Updating files:  51% (11656/22853)
Updating files:  52% (11884/22853)
Updating files:  53% (12113/22853)
Updating files:  54% (12341/22853)
Updating files:  55% (12570/22853)
Updating files:  56% (12798/22853)
Updating files:  56% (12838/22853)
Updating files:  57% (13027/22853)
Updating files:  58% (13255/22853)
Updating files:  59% (13484/22853)
Updating files:  60% (13712/22853)
Updating files:  61% (13941/22853)
Updating files:  62% (14169/22853)
Updating files:  63% (14398/22853)
Updating files:  64% (14626/22853)
Updating files:  65% (14855/22853)
Updating files:  66% (15083/22853)
Updating files:  66% (15273/22853)
Updating files:  67% (15312/22853)
Updating files:  68% (15541/22853)
Updating files:  69% (15769/22853)
Updating files:  70% (15998/22853)
Updating files:  71% (16226/22853)
Updating files:  72% (16455/22853)
Updating files:  73% (16683/22853)
Updating files:  74% (16912/22853)
Updating files:  75% (17140/22853)
Updating files:  76% (17369/22853)
Updating files:  76% (17459/22853)
Updating files:  77% (17597/22853)
Updating files:  78% (17826/22853)
Updating files:  79% (18054/22853)
Updating files:  80% (18283/22853)
Updating files:  81% (18511/22853)
Updating files:  82% (18740/22853)
Updating files:  83% (18968/22853)
Updating files:  84% (19197/22853)
Updating files:  85% (19426/22853)
Updating files:  86% (19654/22853)
Updating files:  87% (19883/22853)
Updating files:  87% (19947/22853)
Updating files:  88% (20111/22853)
Updating files:  89% (20340/22853)
Updating files:  90% (20568/22853)
Updating files:  91% (20797/22853)
Updating files:  92% (21025/22853)
Updating files:  93% (21254/22853)
Updating files:  94% (21482/22853)
Updating files:  95% (21711/22853)
Updating files:  96% (21939/22853)
Updating files:  97% (22168/22853)
Updating files:  97% (22285/22853)
Updating files:  98% (22396/22853)
Updating files:  99% (22625/22853)
Updating files: 100% (22853/22853)
Updating files: 100% (22853/22853), done.
HEAD is now at e781d3bf9b Package checked_oint.0.6.0
HEAD is now at 34a3fc46c3 Merge pull request #27736 from Leonidas-from-XIV/core-unix-glibc
Updating 34a3fc46c3..7ba2ff089f
Fast-forward
 packages/orthologic-coq/orthologic-coq.0.9.1/opam | 41 +++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 packages/orthologic-coq/orthologic-coq.0.9.1/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca' locally
docker.io/ocaml/opam@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca: Pulling from ocaml/opam
6e1053d729cc: Already exists
70020f22a6da: Already exists
a99aa5c5fdc9: Already exists
0183accb66ab: Already exists
6b64d338467a: Already exists
b4fd817e357d: Already exists
093ce8c404c1: Already exists
edf7ca655210: Already exists
add17f78d886: Already exists
795d96136fc3: Already exists
40f677a9f5f3: Already exists
43aff7631cc9: Already exists
dee1a0a1459c: Already exists
a1681d9893ee: Already exists
da60b1ab5ad6: Already exists
da60b1ab5ad6: Already exists
fb8a70b65cb1: Already exists
1fb9c2b7b221: Already exists
876a2dbf9adb: Already exists
74d9838ef5ce: Already exists
4f4fb700ef54: Already exists
a378c37267ad: Already exists
030cc9dd64f2: Already exists
82fdda04a760: Already exists
b579b8361c0d: Already exists
70bcccf8db59: Already exists
dd129148f76c: Already exists
5c43943adb16: Already exists
b82e55811e17: Already exists
8f594400c163: Already exists
d4c55eb89951: Already exists
296bc47d2b36: Already exists
2c7dc57a9234: Already exists
faa1bacd9000: Already exists
ada64f9a66a6: Already exists
aa23598af6d5: Already exists
06f690bf7eef: Already exists
1048aa842aa9: Already exists
79f073dc777c: Pulling fs layer
7d32d4268171: Pulling fs layer
79a10064f4bc: Pulling fs layer
bb7499b77dbe: Pulling fs layer
03e0bc17cf64: Pulling fs layer
ed56cc07adf3: Pulling fs layer
55aa4d682a63: Pulling fs layer
bb7499b77dbe: Waiting
03e0bc17cf64: Waiting
ed56cc07adf3: Waiting
55aa4d682a63: Waiting
7d32d4268171: Verifying Checksum
7d32d4268171: Download complete
79f073dc777c: Verifying Checksum
79f073dc777c: Pull complete
7d32d4268171: Pull complete
79a10064f4bc: Verifying Checksum
79a10064f4bc: Download complete
ed56cc07adf3: Verifying Checksum
ed56cc07adf3: Download complete
03e0bc17cf64: Verifying Checksum
03e0bc17cf64: Download complete
55aa4d682a63: Verifying Checksum
55aa4d682a63: Download complete
79a10064f4bc: Pull complete
bb7499b77dbe: Verifying Checksum
bb7499b77dbe: Download complete
bb7499b77dbe: Pull complete
03e0bc17cf64: Pull complete
ed56cc07adf3: Pull complete
55aa4d682a63: Pull complete
Digest: sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca
Status: Downloaded newer image for ocaml/opam@sha256:4b73b9d9e69dae98b43e4e7bad4f59bb2311a28bc53c9ba4bcf558ae708133ca
2025-04-12 19:50.57 ---> using "838d9935e07589fe62a0ae7b779444bef95e168915cee40e3b4e6fe7aa3ef1d9" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-12 19:50.57 ---> using "86b510a839bc9ccb06c99f5c778ffdfdcbd9911dcefdfc38e577bcbed0345d12" 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 development 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-04-12 19:50.57 ---> using "2033be8d7b526c22a2202dfb0d8588cf4e2174d2b869e42976a29dacb1dda9e8" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# 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-04-12 19:50.57 ---> using "76bba658aa0fae8661c45a981f4a34b95cd3a287efb68b188418d8a5b21656f8" 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-12 19:50.57 ---> using "a198a01ccdbba0b03bf094c33aefda5c9e2f573e1ffd53e96996a40e4f815f6a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-12 19:51.27 ---> saved as "ad8a115c4cfe8f6a2c58d7fccaa3cb16cfeb683fa5702ec3f4568b746f46a45d"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-12 19:53.20 ---> saved as "2e7589c056ae94a01a4e2cde498900876db32a0951f9244d6a6a77708d0d6f1d"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1092 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [714 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [409 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [826 kB]
- Fetched 3419 kB in 2s (1776 kB/s)
- Reading package lists...
- 
2025-04-12 19:53.28 ---> saved as "3bb034780d6ee2847760d468d7059e6462d4479d009d8b2f8dc7a60e4dac5937"

/home/opam: (run (shell "opam pin add -k version -yn orthologic-coq.0.9.1 0.9.1"))
orthologic-coq is now pinned to version 0.9.1
2025-04-12 19:53.31 ---> saved as "6f416b239971289438a72297c7b63629111cb55aba5f3b09fc479e98575855af"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall orthologic-coq.0.9.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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'orthologic-coq.0.9.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
orthologic-coq.0.9.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 10 packages
  - install conf-gmp        5              [required by zarith]
  - install conf-pkg-config 4              [required by zarith]
  - install coq             8.18.0         [required by orthologic-coq]
  - install coq-core        8.18.0         [required by coq]
  - install coq-stdlib      8.18.0         [required by coq]
  - install coqide-server   8.18.0         [required by coq]
  - install dune            3.18.0         [required by orthologic-coq]
  - install ocamlfind       1.9.8          [required by coq-core]
  - install orthologic-coq  0.9.1 (pinned)
  - install zarith          1.14           [required by coq-core]

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:riscv64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16279 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libgmp-dev:riscv64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-2build1_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../4-pkgconf_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../5-pkg-config_1.8.1-2build1_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-2build1) ...
- Setting up libpkgconf3:riscv64 (1.8.1-2build1) ...
- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf:riscv64 (1.8.1-2build1) ...
- Setting up pkg-config:riscv64 (1.8.1-2build1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved coq.8.18.0, coq-core.8.18.0, coq-stdlib.8.18.0, coqide-server.8.18.0  (https://github.com/coq/coq/releases/download/V8.18.0/coq-8.18.0.tar.gz)
-> retrieved dune.3.18.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved orthologic-coq.0.9.1  (https://github.com/SimonGuilloud/orthologic-coq/releases/download/v0.9.1/orthologic-coq-0.9.1.tbz)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.18.0
-> installed coq-core.8.18.0
-> installed coqide-server.8.18.0
-> installed coq-stdlib.8.18.0
-> installed coq.8.18.0
-> installed orthologic-coq.0.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-12 20:43.22 ---> saved as "4c059005ad8288dab6a240009d4af5b76a6fce73da9288c968a3e091d96d11a9"
Job succeeded
2025-04-12 20:44.04: Job succeeded