Organisationsbacktrackingbitv0e42d4 ()debian-13-5.4+flambda_opam-2.5

debian-13-5.4+flambda_opam-2.5

Link Copied
Code Copied

Logs

2026-06-02 13:23.13: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/pull/41/head (0e42d4c622b7b4cd629990a7dd6bceddcf46b19b) (linux-x86_64:debian-13-5.4+flambda_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/backtracking/bitv.git" && cd "bitv" && git fetch origin "refs/pull/41/head" && git reset --hard 0e42d4c6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
# debian-13-5.4+flambda_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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.23.1 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-variants.5.4.1+options"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-06-02 13:23.13: Using cache hint "backtracking/bitv-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9-debian-13-5.4+flambda_opam-2.5-3a2e99a16e54570006cb275c7d818e6a"
2026-06-02 13:23.13: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9)
(comment debian-13-5.4+flambda_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
(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 "opam update -u"))
(copy (src bitv.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bitv.dev './'"))
(run (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.23.1 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-variants.5.4.1+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.5 --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"))
)


2026-06-02 13:23.13: Waiting for resource in pool OCluster
2026-06-02 13:30.36: Waiting for worker…
2026-06-02 13:33.58: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 0e42d4c faster tanimoto implementation


(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9' locally
docker.io/ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9: Pulling from ocaml/opam
f32f49ce655a: Already exists
fd21ad20ea72: Already exists
350fea6fdd1f: Already exists
ee1c6e6495fe: Already exists
ca3f7d195dd8: Already exists
2db963a7a6c4: Already exists
097f281792a9: Already exists
e1179adf7e6f: Already exists
9910f5ef2330: Already exists
56254a8cc260: Already exists
c25ffc1034a2: Already exists
2f984283cef7: Already exists
65afd386c6bd: Already exists
69e32d325951: Already exists
1fbcbf284526: Already exists
f06818f9d74c: Already exists
da36d673ac3a: Already exists
938d32f4a9c3: Already exists
e8b60f8dbe46: Already exists
c7dfee8223c7: Already exists
d3255826ed1a: Already exists
4f4fb700ef54: Already exists
3e510ecd1a29: Already exists
cbac9186cbdc: Already exists
6c607cb9312a: Already exists
f220bcb43b84: Already exists
2c97950df42a: Already exists
e06ff79658b8: Already exists
fc86d2d179bb: Already exists
cfc21adeca13: Already exists
88f8a5f78fe6: Already exists
a68949be79e8: Already exists
6be6ee7bfec5: Already exists
6ed8cb715fa8: Already exists
b3e3e6b7c11c: Already exists
438c528cea8d: Already exists
c8af8023de66: Already exists
de29ca428654: Already exists
ab951542eba7: Already exists
db047cfd8365: Already exists
a89316b3efdd: Pulling fs layer
8601ac07e880: Pulling fs layer
1c1e8b5aa2d6: Pulling fs layer
888f8ca97020: Pulling fs layer
2e0139e636e6: Pulling fs layer
ec64e8d20974: Pulling fs layer
888f8ca97020: Waiting
e44c3547185b: Pulling fs layer
2e0139e636e6: Waiting
ec64e8d20974: Waiting
e44c3547185b: Waiting
8601ac07e880: Verifying Checksum
8601ac07e880: Download complete
a89316b3efdd: Verifying Checksum
a89316b3efdd: Download complete
a89316b3efdd: Pull complete
8601ac07e880: Pull complete
1c1e8b5aa2d6: Download complete
1c1e8b5aa2d6: Pull complete
ec64e8d20974: Download complete
2e0139e636e6: Download complete
888f8ca97020: Verifying Checksum
888f8ca97020: Download complete
888f8ca97020: Pull complete
2e0139e636e6: Pull complete
ec64e8d20974: Pull complete
e44c3547185b: Pull complete
Digest: sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
Status: Downloaded newer image for ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
2026-06-02 13:34.06 ---> using "6fc637dd7aead0e25b5413fc7c453961c6a66b0075b09c406ad013dd09c7d95a" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-06-02 13:34.07 ---> using "4d0bd359b6ff63c6ff07ca1dcdd19b10974423245f2f05a4cc47a1259ca44d35" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-06-02 13:34.07 ---> using "3401544e8ce5c088bea9275eb6f826b6eac3892ca5c04e18c818899284c2a67d" 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 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.


Continue? [Y/n] y
[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] synchronised from git+file:///home/opam/opam-repository
2026-06-02 13:34.08 ---> using "977de69b51a6eccdb87d4c403409dbd0a9e9a761e48d52bb0267ab23041b9743" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-06-02 13:34.08 ---> using "1a12dfd8cbae4b38209fc07d4ce92d6057a492c475d386858cd9379b78f30b74" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-06-02 13:34.08 ---> using "580b1a9a987f26de17c757b34f149c4db24e3b42e6f2e4aa4bd60788178ff292" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))


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


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-06-02 13:34.11 ---> using "3a39fdeabe341dd7ecfbe40ed44261907011d55bd5466d257fc51a588476143c" from cache


/src: (copy (src bitv.opam) (dst ./))
2026-06-02 13:34.11 ---> using "c297b39df1af58dbc7c9b63bfff4a1d05bdbc831c08f431c637700d2f5542fcf" 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)
2026-06-02 13:34.18 ---> saved as "c4a8e663255206f5df1cf2fd3b14dabafca29e6b638b05304d7f585e6eb4fe91"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-02 13:34.24 ---> saved as "f20ed6329d67d890488203c6521885c173dd0a05752a78004fa068461cc0ee75"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.23.1 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-variants.5.4.1+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.5 --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]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [195 kB]
- Fetched 286 kB in 0s (2882 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.1+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-06-02 13:34.45 ---> saved as "003c9ea241259e578cd71a3a876464c66db79028533b6d9f1032a9ff56ef2f58"


/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.1+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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.23.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.1  (cached)
-> installed dune.3.23.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-02 13:35.32 ---> saved as "ccf3f61e62d5e3eaa14b749d434706de78f04b469cad6cef120cfa02b196cef8"


/src: (copy (src .) (dst /src))
2026-06-02 13:36.08 ---> saved as "b949afe2503a269a7ff061ac8b3a7c21e59efecbea5bd19fe2126c63e4c3d8b3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune", line 14, characters 7-11:
14 |  (name test)
^^^^
(cd _build/default && ./test.exe)
Fatal error: exception File "test.ml", line 85, characters 2-8: Assertion failed
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-06-02 13:36.32: Job failed: Failed: Build failed