2025-06-03 11:43.06: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/pull/36/head (10e04b93b31366ee4eb502a41e514082ec651fa9) (linux-x86_64:opensuse-15.6-5.3_opam-2.3)
Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/backtracking/bitv.git" && cd "bitv" && git fetch origin "refs/pull/36/head" && git reset --hard 10e04b93
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600
# opensuse-15.6-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && 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.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-06-03 11:43.06: Using cache hint "backtracking/bitv-ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600-opensuse-15.6-5.3_opam-2.3-2efa62987e33ec95030c43afd50285a2"
2025-06-03 11:43.06: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600)
(comment opensuse-15.6-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && 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.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.3 --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-06-03 11:43.06: Waiting for resource in pool OCluster
2025-06-03 11:43.06: Waiting for worker…
2025-06-03 11:43.06: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 10e04b9 Add tests for bitwise in place operations
(from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600' locally
docker.io/ocaml/opam@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600: Pulling from ocaml/opam
dd194abb521a: Pulling fs layer
dd194abb521a: Verifying Checksum
dd194abb521a: Download complete
dd194abb521a: Pull complete
Digest: sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600
Status: Downloaded newer image for ocaml/opam@sha256:36e05b425c0b04d4045c63087d07e299e176b878207d788e9abdc92f67fa4600
2025-06-03 11:43.07 ---> using "e2985c4688e78c185fe5effed79d132da1434e7bdd40f94bb99436d3b96690ce" from cache
/: (comment opensuse-15.6-5.3_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-03 11:43.07 ---> using "50434b1af48c812e5b8b97b6a092abb9dd6da5001ea1c138b231ba3655932e87" 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 development 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-03 11:43.07 ---> using "7cefc43bb115418c0e97b1444415cc019594bb8990b6e1f2ed0a436414564ab1" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-03 11:43.07 ---> using "bbea99c20ed515ef2fe261fc823d093d079ef495d3a45cfaf2f85630d6f346ad" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-03 11:43.07 ---> using "42f82abd2853d50c6163e98a7ac94c7848ae533331533f1aa6d2fbe1dddc149c" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
35eb2f107a..c037675bed master -> origin/master
2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.0
<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-03 11:43.07 ---> using "830de3684b2303473878f5698d61ec87cb7fe814b217f5708a2c7f6d4451ffe1" from cache
/src: (copy (src bitv.opam) (dst ./))
2025-06-03 11:43.07 ---> using "92499c9dfe965abc0ec513fcd8209a8bf2eac4fe5ecb7edafda9b514adc3a90d" 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)
2025-06-03 11:43.07 ---> using "acf24f77dd1d54f07cef2f1fc8616c402f2852eb61b31a6da47b66c911751498" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-03 11:43.07 ---> using "385d8830feaef99a39c4bd48c0d512721da816354aa2fb929fd92e9a8abc959d" from cache
/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.3 --depext-only -y bitv.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [......
- .......done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.........
- .........
- .....
- .....
- .........
- .........
- ........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- ........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ..........
- .........
- .........
- .......
- ..........
- .........
- .........
- .........
- ........
- ..........
- ........
- .........
- .........
- ........
- .........
- ........
- .........
- .........
- .........
- ........
- ........
- ........
- ........
- .........
- ........
- ........
- ........
- .........
- ........
- ........
- .........
- .........
- ........
- ......
- .........
- .....
- ........
- .......
- .......
- .......
- .......
- .......
- ......
- .....
- .....
- ......
- .......
- ......
- .....
- ........
- ........
- ........
- ......
- ......
- ......
- .........
- .......
- .......
- ........
- ......
- ......
- ......
- ......
- .......
- .......
- .......
- .......
- ........
- ........
- .......
- ......
- ......
- ........
- .......
- ........
- .......
- .....
- ........
- .....
- ......
- .......
- ......
- .....
- ......
- ......
- ......
- .....
- ......
- .....
- .......
- ......
- ......
- ......
- .....
- .......
- .....
- .....
- .....
- .....
- ....
- .......
- .....
- .....
- ......
- .......
- ......
- .....
- .....
- .....
- .....
- ....
- .......
- ......
- ........
- ....
- .....
- ......
- ......
- .....
- .....
- .......
- ......
- ........
- .......
- ........
- ......
- ........
- .....
- ......
- .....
- ......
- ........
- .......
- .......
- .......
- .....
- .......
- .......
- ......
- .......
- .......
- ......
- ......
- ......
- ......
- .......
- ........
- ......
- ......
- ........
- ......
- ......
- ......
- ......
- ......
- ......
- .....
- .....
- .......
- ......
- .......
- .....
- .....
- .....
- ......
- .....
- ......
- ......
- .....
- .....
- ......
- ......
- ......
- .......
- .......
- ........
- ........
- .......
- ........
- ......
- .......
- .......
- .....
- ........
- ........
- .......
- .........
- ........
- .......
- .......
- .......
- ........
- .........
- ........
- .........
- .........
- ........
- ........
- .....
- ........
- .......
- .....
- ......
- ......
- .......
- .......
- .........
- ........
- .......
- .......
- ........
- .......
- .........
- .......
- .......
- ........
- .......
- .......
- ..........
- .........
- .........
- .........
- ......
- .......
- ........
- ...done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [.
- ........
- ...done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [.
- ......
- ......done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- 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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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-06-03 11:43.07 ---> using "0f2c2b07f43227f04b7bb7983f4be4fbf3ba5e59f0333e2709c6cb36aec84c90" from cache
/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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.19.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.19.0 (cached)
-> installed dune.3.19.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-03 11:43.07 ---> using "f82b86a2f7f3467c24b274afdf319d1b721e13459ed54419f119587c8edc22a8" from cache
/src: (copy (src .) (dst /src))
2025-06-03 11:43.07 ---> saved as "b2b8d13a220dfacb4e735b561e79650e962c286ca794cf1d3d47340a54c4cb59"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-03 11:43.08 ---> saved as "8e55a561f2181380de8dfa9dbdf80993327636ef654fd1d6af596f8dc44c1d25"
Job succeeded
2025-06-03 11:43.09: Job succeeded