Organisationsbacktrackingbitv0e42d4 ()ubuntu-25.04-4.14_opam-2.5

ubuntu-25.04-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-05-27 07:19.47: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/pull/41/head (0e42d4c622b7b4cd629990a7dd6bceddcf46b19b) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
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:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
# ubuntu-25.04-4.14_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-threads.base base-unix.base dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1"
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-05-27 07:19.47: Using cache hint "backtracking/bitv-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3-ubuntu-25.04-4.14_opam-2.5-eae4555874c5f41f1479b84289105c80"
2026-05-27 07:19.47: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3)
(comment ubuntu-25.04-4.14_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-threads.base base-unix.base dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.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-05-27 07:19.47: Waiting for resource in pool OCluster
2026-05-27 07:20.04: Waiting for worker…
2026-05-27 07:20.04: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 0e42d4c faster tanimoto implementation


(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3' locally
docker.io/ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3: Pulling from ocaml/opam
c62190a9ab61: Already exists
3ffa5fa4c338: Pulling fs layer
1ad98d62710f: Pulling fs layer
32b7f1733f93: Pulling fs layer
60b6d784b3f1: Pulling fs layer
1ad98d62710f: Waiting
5a2a6d451e1f: Pulling fs layer
32b7f1733f93: Waiting
3ffa5fa4c338: Waiting
6331cc613db1: Pulling fs layer
60b6d784b3f1: Waiting
5a2a6d451e1f: Waiting
cd17da539bcb: Pulling fs layer
6331cc613db1: Waiting
a78785a8707a: Pulling fs layer
017a8e839984: Pulling fs layer
cd17da539bcb: Waiting
a78785a8707a: Waiting
269878e77d3e: Pulling fs layer
017a8e839984: Waiting
d105ce9936af: Pulling fs layer
6a816e31a608: Pulling fs layer
c561c5e7e836: Pulling fs layer
269878e77d3e: Waiting
2c2bead92061: Pulling fs layer
d105ce9936af: Waiting
181b5e50467a: Pulling fs layer
c561c5e7e836: Waiting
6a816e31a608: Waiting
2c2bead92061: Waiting
181b5e50467a: Waiting
e1747048878a: Pulling fs layer
9964000ee5c2: Pulling fs layer
2f528d56ff17: Pulling fs layer
e1747048878a: Waiting
0cae2e739013: Pulling fs layer
9964000ee5c2: Waiting
4f4fb700ef54: Pulling fs layer
2f528d56ff17: Waiting
7b56ac9ded88: Pulling fs layer
4f4fb700ef54: Waiting
02acd4f922b8: Pulling fs layer
5820f3f0ac5b: Pulling fs layer
0cae2e739013: Waiting
565d3d2f91e3: Pulling fs layer
02acd4f922b8: Waiting
6011b75baccf: Pulling fs layer
7b56ac9ded88: Waiting
aa679525444d: Pulling fs layer
6233cfda6bc6: Pulling fs layer
6011b75baccf: Waiting
565d3d2f91e3: Waiting
5820f3f0ac5b: Waiting
e337c50fadae: Pulling fs layer
68480da602a2: Pulling fs layer
fe8455ef7fdd: Pulling fs layer
6233cfda6bc6: Waiting
376ec1c1ff04: Pulling fs layer
68480da602a2: Waiting
e337c50fadae: Waiting
62414c6876a0: Pulling fs layer
aa679525444d: Waiting
376ec1c1ff04: Waiting
e13152495ead: Pulling fs layer
7237efe4b8d6: Pulling fs layer
62414c6876a0: Waiting
dcb6948decd1: Pulling fs layer
e13152495ead: Waiting
9ef3e7aa87ba: Pulling fs layer
7237efe4b8d6: Waiting
cd0bb5382221: Pulling fs layer
18f69dc7a237: Pulling fs layer
9ef3e7aa87ba: Waiting
dcb6948decd1: Waiting
a2e0e75156e8: Pulling fs layer
cd0bb5382221: Waiting
8d2cef0a103d: Pulling fs layer
1ebb3eb77b53: Pulling fs layer
af2e6699089c: Pulling fs layer
1ebb3eb77b53: Waiting
a2e0e75156e8: Waiting
8d2cef0a103d: Waiting
18f69dc7a237: Waiting
3ffa5fa4c338: Verifying Checksum
3ffa5fa4c338: Download complete
3ffa5fa4c338: Pull complete
1ad98d62710f: Verifying Checksum
1ad98d62710f: Download complete
1ad98d62710f: Pull complete
32b7f1733f93: Verifying Checksum
32b7f1733f93: Download complete
6331cc613db1: Verifying Checksum
6331cc613db1: Download complete
5a2a6d451e1f: Verifying Checksum
5a2a6d451e1f: Download complete
cd17da539bcb: Verifying Checksum
cd17da539bcb: Download complete
32b7f1733f93: Pull complete
017a8e839984: Verifying Checksum
017a8e839984: Download complete
60b6d784b3f1: Pull complete
269878e77d3e: Download complete
a78785a8707a: Verifying Checksum
a78785a8707a: Download complete
d105ce9936af: Verifying Checksum
d105ce9936af: Download complete
6a816e31a608: Verifying Checksum
6a816e31a608: Download complete
c561c5e7e836: Download complete
e1747048878a: Download complete
181b5e50467a: Verifying Checksum
181b5e50467a: Download complete
9964000ee5c2: Download complete
2c2bead92061: Verifying Checksum
2c2bead92061: Download complete
2f528d56ff17: Verifying Checksum
2f528d56ff17: Download complete
0cae2e739013: Verifying Checksum
0cae2e739013: Download complete
4f4fb700ef54: Verifying Checksum
7b56ac9ded88: Verifying Checksum
7b56ac9ded88: Download complete
5820f3f0ac5b: Download complete
02acd4f922b8: Verifying Checksum
02acd4f922b8: Download complete
aa679525444d: Verifying Checksum
aa679525444d: Download complete
565d3d2f91e3: Verifying Checksum
565d3d2f91e3: Download complete
6233cfda6bc6: Verifying Checksum
6233cfda6bc6: Download complete
6011b75baccf: Verifying Checksum
6011b75baccf: Download complete
fe8455ef7fdd: Verifying Checksum
fe8455ef7fdd: Download complete
e337c50fadae: Verifying Checksum
e337c50fadae: Download complete
68480da602a2: Verifying Checksum
68480da602a2: Download complete
376ec1c1ff04: Verifying Checksum
376ec1c1ff04: Download complete
62414c6876a0: Download complete
7237efe4b8d6: Verifying Checksum
7237efe4b8d6: Download complete
9ef3e7aa87ba: Download complete
cd0bb5382221: Verifying Checksum
cd0bb5382221: Download complete
18f69dc7a237: Verifying Checksum
18f69dc7a237: Download complete
a2e0e75156e8: Verifying Checksum
a2e0e75156e8: Download complete
5a2a6d451e1f: Pull complete
8d2cef0a103d: Download complete
1ebb3eb77b53: Verifying Checksum
1ebb3eb77b53: Download complete
6331cc613db1: Pull complete
dcb6948decd1: Verifying Checksum
dcb6948decd1: Download complete
af2e6699089c: Verifying Checksum
af2e6699089c: Download complete
cd17da539bcb: Pull complete
e13152495ead: Verifying Checksum
e13152495ead: Download complete
a78785a8707a: Pull complete
017a8e839984: Pull complete
269878e77d3e: Pull complete
d105ce9936af: Pull complete
6a816e31a608: Pull complete
c561c5e7e836: Pull complete
2c2bead92061: Pull complete
181b5e50467a: Pull complete
e1747048878a: Pull complete
9964000ee5c2: Pull complete
2f528d56ff17: Pull complete
0cae2e739013: Pull complete
4f4fb700ef54: Pull complete
7b56ac9ded88: Pull complete
02acd4f922b8: Pull complete
5820f3f0ac5b: Pull complete
565d3d2f91e3: Pull complete
6011b75baccf: Pull complete
aa679525444d: Pull complete
6233cfda6bc6: Pull complete
e337c50fadae: Pull complete
68480da602a2: Pull complete
fe8455ef7fdd: Pull complete
376ec1c1ff04: Pull complete
62414c6876a0: Pull complete
e13152495ead: Pull complete
7237efe4b8d6: Pull complete
dcb6948decd1: Pull complete
9ef3e7aa87ba: Pull complete
cd0bb5382221: Pull complete
18f69dc7a237: Pull complete
a2e0e75156e8: Pull complete
8d2cef0a103d: Pull complete
1ebb3eb77b53: Pull complete
af2e6699089c: Pull complete
Digest: sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
Status: Downloaded newer image for ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
2026-05-27 07:22.29 ---> saved as "ba0b4e302ef2a5e9263f83048ac28906cbdea9e3c191aa9493eeacb40f39272f"


/: (comment ubuntu-25.04-4.14_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-05-27 07:22.29 ---> saved as "524407d8fe112b7bfa75e00567b985b67279940b6e7f65d5ed4175eb6d6baed4"


/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"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
fc08333d1b..d44435513c  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-27 07:22.34 ---> saved as "27d2300354b056df6e51b252d753a0ac8b0e38e10a3dc22ff67544323b6fd49f"


/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.


[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
Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"
[default] synchronised from git+file:///home/opam/opam-repository
2026-05-27 07:22.47 ---> saved as "ec2e3a1604e84cabcdff479fdca1c25eec16523a63e7b3ac2e26a20c104a8afa"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-27 07:22.47 ---> saved as "07668deda066b9814cc4dc383f9f5fe87dc3f770a5c3c27e64c6a01dcf283d05"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-27 07:22.47 ---> saved as "ca3dfa76342dcb74e7a0514dbdca2106a9ce2bb94239ee9439a6d00c1a0e5aac"


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


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
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-05-27 07:22.56 ---> saved as "7f808911a116217e778dbb4cfbd068dd5fca1a3910058a56fe589a907437c5b8"


/src: (copy (src bitv.opam) (dst ./))
2026-05-27 07:22.56 ---> saved as "5c87000d382a0d15f6ceb0de39cdc38b1281b24af418ddde3dea541201e96cc3"


/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-05-27 07:22.58 ---> saved as "29ff45f1b363940e0c47dcbb07d382066dd88732926b5c8cdf2e2ac7ec6f3139"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-27 07:22.58 ---> saved as "e03a1cfe3126d42dcedec01f93ac896b806baacf7c1776319197123b7087c6bb"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 --depext-only -y bitv.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 


<><> 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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-05-27 07:23.10 ---> saved as "57a15be9dc6a34140ca1c1e011d195a27ecfe06b945e2ea7afdfe854f59bc026"


/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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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.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-05-27 07:23.58 ---> saved as "624711ebe8d97b7f7af93a6612caec7e69fb7a248079fa9ed8ca8340c7964669"


/src: (copy (src .) (dst /src))
2026-05-27 07:23.58 ---> saved as "e4bff52e544ae9253bcbb1e1ba08efb0fab725435e30a27304234f618de6b6ee"


/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 Assert_failure("test.ml", 85, 2)
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-05-27 07:23.59: Job failed: Failed: Build failed