Organisationsbacktrackingbitv4ac65e (master)debian-13-5.4+flambda_opam-2.4

debian-13-5.4+flambda_opam-2.4

Logs

Show full logs
2025-10-18 16:32.55: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/heads/master (4ac65e74e6cd89997cb0717c0bd33da41549fa3e) (linux-x86_64:debian-13-5.4+flambda_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/backtracking/bitv.git" -b "master" && cd "bitv" && git reset --hard 4ac65e74
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933
# debian-13-5.4+flambda_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.2 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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-10-18 16:32.55: Using cache hint "backtracking/bitv-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933-debian-13-5.4+flambda_opam-2.4-53187f2b587fdf10a104b4b420badc42"
2025-10-18 16:32.55: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)
 (comment debian-13-5.4+flambda_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.2 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options")
 (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.4 --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-10-18 16:32.55: Waiting for resource in pool OCluster
2025-10-18 16:43.46: Waiting for worker…
2025-10-18 16:45.22: Got resource from pool OCluster
Building on eumache
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/bitv.git-7f0b62793a025827c544d43688f29a76e7c7a897/.git/
HEAD is now at 4ac65e7 fixed building on 32-bit arch

(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933' locally
docker.io/ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933: Pulling from ocaml/opam
cae3b572364a: Already exists
1ea31b9b2905: Already exists
00af97c1a7ee: Already exists
2888ddae7853: Already exists
169f1c0e1d75: Already exists
b97630267a3c: Already exists
8f0f0f294210: Already exists
a61c20f8abb8: Already exists
276b6584a497: Already exists
f959c052cfb3: Already exists
badfcf6bb6a0: Already exists
a922ef0f4b3a: Already exists
763b846be8bd: Already exists
f2aedde72921: Already exists
93872d64e9dc: Already exists
5539ecb0d21f: Already exists
1da4220c24fc: Already exists
3370bc40449d: Already exists
d9f40c12529d: Already exists
1cc07cfbde7c: Already exists
6192479a37f0: Already exists
4f4fb700ef54: Already exists
4ecb3473db3c: Already exists
7b53a84c214e: Already exists
bf785b671409: Already exists
d31b01dff4a7: Already exists
573722d1f7a6: Already exists
ed9a82da7774: Already exists
2124637b0a62: Already exists
55471547ee86: Already exists
7c57db1a5e44: Already exists
c9318ee17ec1: Already exists
3746bb8be4f4: Already exists
343122758f2e: Already exists
d2c146b14ad0: Already exists
480879182a9f: Already exists
41ec89e6098c: Already exists
9a9e8fae4e62: Already exists
0bedcf0c3971: Already exists
595479dafdfb: Already exists
d808eb6342e5: Pulling fs layer
9be9c7fc6d78: Pulling fs layer
460ed924d035: Pulling fs layer
262579630356: Pulling fs layer
d77e746d137e: Pulling fs layer
2f2153070a8d: Pulling fs layer
e156a7fecdea: Pulling fs layer
d77e746d137e: Waiting
e156a7fecdea: Waiting
2f2153070a8d: Waiting
262579630356: Waiting
460ed924d035: Verifying Checksum
460ed924d035: Download complete
d808eb6342e5: Verifying Checksum
d808eb6342e5: Download complete
d808eb6342e5: Pull complete
9be9c7fc6d78: Verifying Checksum
9be9c7fc6d78: Download complete
9be9c7fc6d78: Pull complete
460ed924d035: Pull complete
d77e746d137e: Verifying Checksum
d77e746d137e: Download complete
e156a7fecdea: Verifying Checksum
e156a7fecdea: Download complete
2f2153070a8d: Verifying Checksum
2f2153070a8d: Download complete
262579630356: Verifying Checksum
262579630356: Download complete
262579630356: Pull complete
d77e746d137e: Pull complete
2f2153070a8d: Pull complete
e156a7fecdea: Pull complete
Digest: sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933
Status: Downloaded newer image for ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933
2025-10-18 16:45.24 ---> using "6aac88b40f8371df71ceaa583553943aaa2f334eb9f2c24a03f1036a44dbf41f" from cache

/: (comment debian-13-5.4+flambda_opam-2.4)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-18 16:45.24 ---> using "4af4db56322f2f0c85d629dbe510932763c6b2b1976cf88a8d80b906e22d12a4" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
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.

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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-18 16:45.24 ---> using "d0e85ef98074b40067e94f168ff3ed5cb417c68cb50047d7d91df4680844c444" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-18 16:45.24 ---> using "d4c745d416d0ad39026f729b7e42fa33645ccd268b3c6ce110c95ee11b42edf3" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-18 16:45.24 ---> using "ff3572a5540826f30578995d37df9333fd351510fd19da0873c9c071bb414e99" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u"))
c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release

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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 16:45.24 ---> using "5a041d64fb620e7d672bd7e276840dc2f6f87996bbf2166c99d772bad45206fc" from cache

/src: (copy (src bitv.opam) (dst ./))
2025-10-18 16:45.24 ---> saved as "7416a1b1c129268cfa110d51c5009809c1675ac4b34e8404545d56c61f826d07"

/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-10-18 16:45.27 ---> saved as "f16e232a1b3d744eebd91fe747df18110e004f5a15f37db6cf333226bb2923e5"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 16:45.28 ---> saved as "0b3776bc69bbfde2e19a1a1846005c259c09c21a38aaa08edcb59982859d01a1"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.2 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options")

/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.4 --depext-only -y bitv.dev $DEPS"))
+ /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]
- Fetched 90.7 kB in 0s (435 kB/s)
- Reading package lists...
- 

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

[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-10-18 16:45.46 ---> saved as "8e2ca33ac9a5bc41764871dec15f4a8c7712dfdcb3aa65f64877a095ef59a9ba"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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.20.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2  (cached)
-> installed dune.3.20.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 16:47.15 ---> saved as "bae43503761b7739f7e1aaa9ec607402db6ba895dddd9d7f5d939d01499ad3c2"

/src: (copy (src .) (dst /src))
2025-10-18 16:47.15 ---> saved as "cff1e9666fa2d7b761dd42e6d60064825bcf93c724c824febcfa2dfe35a94dce"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-18 16:47.17 ---> saved as "ca8eb4dbfd62d0771e76e11fc59803fad48349c914ce9e77dac830b4b27e6420"
Job succeeded
2025-10-18 16:47.17: Job succeeded