Organisationsbacktrackingbitv0e42d4 ()ubuntu-24.04-4.14_opam-2.5

ubuntu-24.04-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-05-27 07:33.47: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/pull/41/head (0e42d4c622b7b4cd629990a7dd6bceddcf46b19b) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794
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-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794
# ubuntu-24.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:33.47: Using cache hint "backtracking/bitv-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794-ubuntu-24.04-4.14_opam-2.5-eae4555874c5f41f1479b84289105c80"
2026-05-27 07:33.47: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794)
(comment ubuntu-24.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:33.47: Waiting for resource in pool OCluster
2026-05-27 07:52.29: Waiting for worker…
2026-05-27 07:54.55: 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-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794' locally
docker.io/ocaml/opam@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794: Pulling from ocaml/opam
b40150c1c271: Pulling fs layer
5635dddaaf61: Pulling fs layer
0a6d5f853ae3: Pulling fs layer
799f202be4df: Pulling fs layer
b903f564077a: Pulling fs layer
6c1d10b3d08f: Pulling fs layer
8fd224b6ae45: Pulling fs layer
5e37c7ad2993: Pulling fs layer
32255c35d5b3: Pulling fs layer
c3cffeaeb4b8: Pulling fs layer
a9de87727b20: Pulling fs layer
cd92154d260a: Pulling fs layer
5534cf6e4151: Pulling fs layer
92d42dfe1d12: Pulling fs layer
4974f6184649: Pulling fs layer
ddbbf37b07ba: Pulling fs layer
799f202be4df: Waiting
6c31853c12bf: Pulling fs layer
ed68394a86c7: Pulling fs layer
3cc6b078d5fc: Pulling fs layer
b903f564077a: Waiting
257a2bdf9f61: Pulling fs layer
4f4fb700ef54: Pulling fs layer
6c1d10b3d08f: Waiting
61b8d2ddf2f3: Pulling fs layer
92d42dfe1d12: Waiting
8fd224b6ae45: Waiting
dbb18f475127: Pulling fs layer
4974f6184649: Waiting
802447bfad8e: Pulling fs layer
cd92154d260a: Waiting
a9de87727b20: Waiting
5534cf6e4151: Waiting
ddbbf37b07ba: Waiting
e86ad76f9c74: Pulling fs layer
5e37c7ad2993: Waiting
c3cffeaeb4b8: Waiting
9e967f128a0d: Pulling fs layer
32255c35d5b3: Waiting
6c31853c12bf: Waiting
4f4fb700ef54: Waiting
ed68394a86c7: Waiting
5d5cafdc9e88: Pulling fs layer
3cc6b078d5fc: Waiting
257a2bdf9f61: Waiting
c81e5f5c4bfc: Pulling fs layer
dbb18f475127: Waiting
0a0005210533: Pulling fs layer
8549d7b2ccb2: Pulling fs layer
61b8d2ddf2f3: Waiting
57ea4f2cdcb7: Pulling fs layer
eea0ea6a7403: Pulling fs layer
e86ad76f9c74: Waiting
0a0005210533: Waiting
3d2e57752a6c: Pulling fs layer
8549d7b2ccb2: Waiting
5d5cafdc9e88: Waiting
128f8b8d9b04: Pulling fs layer
c81e5f5c4bfc: Waiting
eea0ea6a7403: Waiting
57ea4f2cdcb7: Waiting
3d2e57752a6c: Waiting
a594488fbf65: Pulling fs layer
fbe102fc5248: Pulling fs layer
4d204629c375: Pulling fs layer
a594488fbf65: Waiting
fbe102fc5248: Waiting
4d204629c375: Waiting
802447bfad8e: Waiting
504e6256aaf7: Pulling fs layer
128f8b8d9b04: Waiting
9e967f128a0d: Waiting
40958ecfdbe9: Pulling fs layer
5990e0a537ae: Pulling fs layer
504e6256aaf7: Waiting
f1077575c742: Pulling fs layer
40958ecfdbe9: Waiting
5990e0a537ae: Waiting
b02ed1fff6ac: Pulling fs layer
f1077575c742: Waiting
b02ed1fff6ac: Waiting
5635dddaaf61: Verifying Checksum
5635dddaaf61: Download complete
0a6d5f853ae3: Verifying Checksum
0a6d5f853ae3: Download complete
b903f564077a: Verifying Checksum
b903f564077a: Download complete
b40150c1c271: Verifying Checksum
b40150c1c271: Download complete
799f202be4df: Verifying Checksum
799f202be4df: Download complete
5e37c7ad2993: Download complete
6c1d10b3d08f: Download complete
32255c35d5b3: Download complete
b40150c1c271: Pull complete
5635dddaaf61: Pull complete
0a6d5f853ae3: Pull complete
8fd224b6ae45: Verifying Checksum
8fd224b6ae45: Download complete
c3cffeaeb4b8: Verifying Checksum
c3cffeaeb4b8: Download complete
cd92154d260a: Verifying Checksum
cd92154d260a: Download complete
5534cf6e4151: Verifying Checksum
5534cf6e4151: Download complete
4974f6184649: Download complete
ddbbf37b07ba: Verifying Checksum
ddbbf37b07ba: Download complete
a9de87727b20: Verifying Checksum
a9de87727b20: Download complete
92d42dfe1d12: Verifying Checksum
92d42dfe1d12: Download complete
ed68394a86c7: Verifying Checksum
ed68394a86c7: Download complete
6c31853c12bf: Verifying Checksum
6c31853c12bf: Download complete
3cc6b078d5fc: Download complete
257a2bdf9f61: Verifying Checksum
257a2bdf9f61: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
799f202be4df: Pull complete
b903f564077a: Pull complete
dbb18f475127: Download complete
61b8d2ddf2f3: Verifying Checksum
61b8d2ddf2f3: Download complete
e86ad76f9c74: Verifying Checksum
e86ad76f9c74: Download complete
9e967f128a0d: Verifying Checksum
9e967f128a0d: Download complete
802447bfad8e: Download complete
5d5cafdc9e88: Verifying Checksum
5d5cafdc9e88: Download complete
c81e5f5c4bfc: Verifying Checksum
c81e5f5c4bfc: Download complete
0a0005210533: Verifying Checksum
0a0005210533: Download complete
8549d7b2ccb2: Verifying Checksum
8549d7b2ccb2: Download complete
57ea4f2cdcb7: Download complete
eea0ea6a7403: Verifying Checksum
3d2e57752a6c: Verifying Checksum
3d2e57752a6c: Download complete
a594488fbf65: Verifying Checksum
a594488fbf65: Download complete
4d204629c375: Download complete
504e6256aaf7: Verifying Checksum
504e6256aaf7: Download complete
fbe102fc5248: Verifying Checksum
fbe102fc5248: Download complete
40958ecfdbe9: Verifying Checksum
40958ecfdbe9: Download complete
5990e0a537ae: Verifying Checksum
f1077575c742: Verifying Checksum
f1077575c742: Download complete
b02ed1fff6ac: Download complete
6c1d10b3d08f: Pull complete
8fd224b6ae45: Pull complete
5e37c7ad2993: Pull complete
32255c35d5b3: Pull complete
c3cffeaeb4b8: Pull complete
a9de87727b20: Pull complete
cd92154d260a: Pull complete
5534cf6e4151: Pull complete
92d42dfe1d12: Pull complete
4974f6184649: Pull complete
ddbbf37b07ba: Pull complete
6c31853c12bf: Pull complete
ed68394a86c7: Pull complete
3cc6b078d5fc: Pull complete
257a2bdf9f61: Pull complete
4f4fb700ef54: Pull complete
61b8d2ddf2f3: Pull complete
dbb18f475127: Pull complete
802447bfad8e: Pull complete
e86ad76f9c74: Pull complete
9e967f128a0d: Pull complete
5d5cafdc9e88: Pull complete
c81e5f5c4bfc: Pull complete
0a0005210533: Pull complete
8549d7b2ccb2: Pull complete
57ea4f2cdcb7: Pull complete
eea0ea6a7403: Pull complete
3d2e57752a6c: Pull complete
128f8b8d9b04: Verifying Checksum
128f8b8d9b04: Download complete
128f8b8d9b04: Pull complete
a594488fbf65: Pull complete
fbe102fc5248: Pull complete
4d204629c375: Pull complete
504e6256aaf7: Pull complete
40958ecfdbe9: Pull complete
5990e0a537ae: Pull complete
f1077575c742: Pull complete
b02ed1fff6ac: Pull complete
Digest: sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794
Status: Downloaded newer image for ocaml/opam@sha256:b8c7877267d6a674ed1d041c4fb372ca7a0c67540702782a956db3749aeb3794
2026-05-27 07:56.13 ---> saved as "ce6ce066b3ce16bf57691087430b54f6349033f601053fdc53ba0a4b5f4c8654"


/: (comment ubuntu-24.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:56.13 ---> saved as "071602620a02487b4cb85ea0944d53ee2faf72829f46b6f6f6826bb59c727faa"


/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:56.18 ---> saved as "4dccd5cf2dd7be9c34f4e3a0c4d3d571ce93307f672457dff642f28c01410947"


/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-05-27 07:56.28 ---> saved as "ca5082a6462f14d3f02da200e2968957fdc8891a1232b8370e001d8eb2383895"


/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:56.28 ---> saved as "c7e79942c8fcb18a27f8a7ed01f3634e9da0596c676e6571d9efbe9014151321"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-27 07:56.29 ---> saved as "41df5a53ffcb24a73f5b7e0689dec45846ad92f658e21e81571de690714414d1"


/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 (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:56.36 ---> saved as "17d9e03f885306be6c74d50376dfbcf84108eddc5d52cff0e202acdfb6d88b13"


/src: (copy (src bitv.opam) (dst ./))
2026-05-27 07:56.36 ---> saved as "bf372784a6615ec5bc5935da4bff3adbf1e6c8f9a384cdb6ca85a21db18b1e90"


/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:56.39 ---> saved as "2defc53eb2ad79ec6800402ce3fe767de1903b8501a5e9ca1bf105c3c2cff9cd"


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


/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"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2080 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2151 kB]
- Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1509 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3683 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3920 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2457 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.6 kB]
- Get:12 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.0 kB]
- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB]
- Get:14 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [48.4 kB]
- Fetched 16.4 MB in 11s (1495 kB/s)
- 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:57.01 ---> saved as "4d77118d00abbb56fbfc7f02a4c9844a2c826ea315f4c3935c033b6f383e2648"


/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:57.56 ---> saved as "5d2fba7a3514e8bc6153b0f3bf27c7d7c682d365ec1149701e1b6084a70a05d4"


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


/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:57.58: Job failed: Failed: Build failed