Organisationsbacktrackingbitve77f8e ()fedora-41-4.14_opam-2.3

fedora-41-4.14_opam-2.3

Logs

Show full logs
2025-06-03 14:11.32: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/heads/master (e77f8eba8b0c01a0e77a3df3c755226ccad9b2fd) (linux-x86_64:fedora-41-4.14_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/backtracking/bitv.git" -b "master" && cd "bitv" && git reset --hard e77f8eba
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd
# fedora-41-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bitv.opam ./
RUN opam pin add -yn bitv.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.19.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bitv.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-06-03 14:11.32: Using cache hint "backtracking/bitv-ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd-fedora-41-4.14_opam-2.3-ef1757ea52ca786ef95ed67d1c3054ff"
2025-06-03 14:11.32: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd)
 (comment fedora-41-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bitv.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bitv.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.19.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bitv.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-06-03 14:11.32: Waiting for resource in pool OCluster
2025-06-03 14:11.33: Waiting for worker…
2025-06-03 14:11.33: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at e77f8eb new function random

(from ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd)
Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd' locally
docker.io/ocaml/opam@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd: Pulling from ocaml/opam
b889fd56ba46: Pulling fs layer
b889fd56ba46: Verifying Checksum
b889fd56ba46: Download complete
b889fd56ba46: Pull complete
Digest: sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd
Status: Downloaded newer image for ocaml/opam@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd
2025-06-03 14:11.34 ---> using "037ff28cdb8a693c85c3367b9713188bdeafabbd82d042c068bafa2f7452020e" from cache

/: (comment fedora-41-4.14_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 41 - x86_64 - Updates           100% |  81.4 KiB/s |  25.2 KiB |  00m00s
 Fedora 41 openh264 (From Cisco) - x86_ 100% |   9.8 KiB/s | 989.0   B |  00m00s
 Fedora 41 - x86_64                     100% | 200.6 KiB/s |  25.9 KiB |  00m00s
 Fedora 41 - x86_64 - Updates           100% |   6.4 MiB/s |   9.7 MiB |  00m02s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.

Nothing to do.
2025-06-03 14:11.34 ---> using "ffdd78e692da3f0ebf5ce0e8ac46e14c85985dc229512a09832e6f1860694ad5" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-03 14:11.34 ---> using "75cacfbbbd7cc4adaf5d870da6c78c45a0495deffe093875560acc03f9a46a6e" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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-06-03 14:11.34 ---> using "745de786c7f9c53e370c26a7c94f0ca4e17886deeb406cc01cf91385e525be05" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-03 14:11.34 ---> using "7489ae0982687fb7f3bbf0d50c63a90d5c0cab74a92650c7e564177a9b1e5e67" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-06-03 14:11.34 ---> using "433e8a6f2a5ae909c766bba81984583cc4acbe837460c161199c22eccc82d22a" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0d013e603b..c037675bed  master     -> origin/master
2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-03 14:11.34 ---> using "ca1b96886306664c4688ec3a4aaf6cea3cc8e3a5016069815fd146a8e0a51dd2" from cache

/src: (copy (src bitv.opam) (dst ./))
2025-06-03 14:11.34 ---> using "5e7c13b1091949264ad22d2c465777b14989960e9a0b97d54df178807089bfcf" from cache

/src: (run (network host)
           (shell "opam pin add -yn bitv.dev './'"))
[bitv.dev] synchronised (file:///src)
bitv is now pinned to file:///src (version dev)
2025-06-03 14:11.35 ---> using "658dbaa3c2ff32b1295f4338836d0096d9aeaf62e1a1956f1ed89481e5ed3473" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-03 14:11.35 ---> using "a5ad150b48cbea5a3c052a8a0a2c287139db48b67040c7243726235c847c7b8f" from cache

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.19.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bitv.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 41 - x86_64 - Updates           100% |  77.7 KiB/s |   9.2 KiB |  00m00s
-  Fedora 41 - x86_64 - Updates           100% |   3.0 MiB/s |   3.1 MiB |  00m01s
- Repositories loaded.
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bitv.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-06-03 14:11.35 ---> using "196424673fcfc62fa606bc3b1aa7adcc5cbac7e055a278918c37acc4bcc4088f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 1 package
  - install dune 3.19.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.19.0  (cached)
-> installed dune.3.19.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-03 14:11.35 ---> using "dbdd4c471ca8a5eff995a6f8d87ac75878ecba92cc1775ab1231a94ac7a0b44b" from cache

/src: (copy (src .) (dst /src))
2025-06-03 14:11.35 ---> saved as "54301c1995767a6c3bc6a504e3c376f2c3135082d3e38469b478949debcb50c0"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-03 14:11.36 ---> saved as "63340a90dc1acc8adf9a5244c49d5f4dcaa128b4ce826e768502699088182261"
Job succeeded
2025-06-03 14:11.36: Job succeeded