Organisationsbacktrackingbitv459b76 (persistent-bit-vectors)opensuse-15.6-5.4_opam-2.5

opensuse-15.6-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:35.30: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/heads/persistent-bit-vectors (459b76d4286b3fd31297aa41766da2762554a426) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)
Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/backtracking/bitv.git" -b "persistent-bit-vectors" && cd "bitv" && git reset --hard 459b76d4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591
# opensuse-15.6-5.4_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 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-04-03 11:35.30: Using cache hint "backtracking/bitv-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591-opensuse-15.6-5.4_opam-2.5-9bea1b863981a6f2f03541d5c0512438"
2026-04-03 11:35.30: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591)
(comment opensuse-15.6-5.4_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 (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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (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.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-04-03 11:35.30: Waiting for resource in pool OCluster
2026-04-03 11:41.01: Waiting for worker…
2026-04-03 11:43.11: Got resource from pool OCluster
Building on doris.caelum.ci.dev
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>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/bitv.git-7f0b62793a025827c544d43688f29a76e7c7a897/.git/
HEAD is now at 459b76d sets over a given universe


(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591)
2026-04-03 11:43.16 ---> using "c6a1131d87fe81b3c5dd0a1a137a8f5539f4e2f1fd1faba8a2efef22e8c4eba9" from cache


/: (comment opensuse-15.6-5.4_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-04-03 11:43.16 ---> using "aba125f442ebca1613bb2dc403fa17f047432f612fe1fe553be27d9e02cd9dd7" 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.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
2026-04-03 11:43.16 ---> using "9958be451c1edb34a483a57a08196fec3220f75513964403498fe28c613b8a9f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-03 11:43.16 ---> using "fcd9c1d34ef35aa901203eee22440fe414d47a07fca0ba30d8c25a578321e6ea" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 11:43.16 ---> using "b971d9c91a5370a63037966e03acbc1f3330aa7e4ec33858cf986917a901851d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> 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 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-04-03 11:43.16 ---> using "fe3b36e4a58d2538594eee6a8742fcb56cdeda72a83986eb1b225914f0ec098f" from cache


/src: (copy (src bitv.opam) (dst ./))
2026-04-03 11:43.17 ---> saved as "436fcadbc26dc04a7a091947dd67136c6496332e3645694698fcbd9e1f275656"


/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-04-03 11:43.18 ---> saved as "645b2dc9ab6ace3bc11b09ec4719c656e2a4ad39cf80325bb6f3f829bdbf6fde"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 11:43.18 ---> saved as "aeaa0c2cd740c93b02329646213ea265216cca784527a7e45ccbb86985f07a81"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.
- ...
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ..
- ....
- ....
- ....
- ....
- ....
- .......
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ...........
- ..........
- .......
- .........
- .........
- ...........
- .........done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .....
- ....
- ....
- ....
- ....
- ....
- .........
- ..........
- ........
- .........
- ........
- ..........
- .......
- ........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- .........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- .......
- .........
- .........
- .........
- .........
- .........
- ........
- ........
- ........
- .........
- ........
- .........
- .........
- .......
- .........
- ........
- ........
- .........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- ........
- .........
- .........
- ........
- ........
- .........
- .........
- .........
- ......
- ........
- ..........
- ........
- .........
- ..........
- ........
- .........
- .........
- .......
- ........
- ........
- .........
- ..........
- ........
- .........
- .......
- .........
- .........
- .........
- .........
- .........
- .........
- .......
- ....
- ........
- ........
- ......
- ......
- .........
- .......
- .........
- ........
- ..........
- ........
- .......
- .........
- .........
- ........
- .........
- ........
- ........
- .........
- ........
- .........
- ........
- ........
- ........
- .........
- ........
- ...
- .....
- ........
- ........
- ........
- ........
- .........
- ........
- .........
- .........
- .......
- ........
- ........
- ......
- .....
- .........
- ........
- ........
- .........
- ........
- .........
- .....
- ......
- .....
- ....
- ........
- .........
- .........
- ........
- .......
- .........
- ........
- .......
- ........
- .......
- ........
- .....
- .......
- .......
- ......
- ........
- ......
- .........
- .........
- .......
- .........
- .........
- ........
- ........
- .........
- ......
- .........
- .........
- .......
- ........
- .........
- .........
- ........
- ........
- ........
- ........
- .......
- ......
- ......
- .......
- ........
- .....
- ........
- .........
- .......
- ........
- .........
- ........
- ........
- .......
- .........
- .........
- .........
- ........
- .........
- .......
- ........
- .........
- ........
- ......
- ........
- ........
- .........
- ........
- .........
- .........
- ........
- .......
- ....
- ........
- ........
- .........
- ........
- .........
- .......
- ........
- .......
- ........
- ........
- ........
- .........
- .........
- ..........
- ........
- .........
- ........
- .........
- ..........
- ........
- ........
- ........
- .........
- .........
- .........
- ........
- ......
- ........
- .........
- ........
- ........
- ........
- .........
- .........
- ........
- ........
- .........
- ........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- ........
- ..........
- ........
- ........
- .......
- .........
- ........
- ........
- ........
- ........
- .........
- ........
- .......
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- .......
- .........
- ........
- .........
- ........
- ..........
- .........
- .........
- .........
- .........
- ........
- ..........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- .........
- .........
- .........
- ........
- .........
- ........
- .........
- ..........
- .........
- .........
- ........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ........
- .........
- ..........
- ........
- ....
- ......
- .........
- ...........
- ..........
- .........
- .done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


<><> 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-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).
# To update the current shell environment, run: eval $(opam env)
2026-04-03 11:50.11 ---> saved as "499ed8156c9e6f554407a1cf3e9743add41c099f3a786ce7aabc2612673a0de1"


/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-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.22.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1  (cached)
-> installed dune.3.22.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 11:55.51 ---> saved as "b32bbbc2b1f3bcac104cdeaaae84cc2f51a7442053d0099e15aea391a81f95af"


/src: (copy (src .) (dst /src))
2026-04-03 11:55.52 ---> saved as "7fb01e55dd452369ef2b20ab54239579cc4f281bcff4e60e65ec9689cb0bb617"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && ./test_pbv.exe)
size = 63
size = 17
size = 31
size = 32
size = 63
size = 200
size = 1100
s = {a}
s = {a,b}
2026-04-03 11:55.54 ---> saved as "054ea21742f5f65af3a7563b5369d96d3cb5c00530e932f9d95a52fb9808971a"
Job succeeded
2026-04-03 11:55.54: Job succeeded