Organisationsmiragebloomf084961 (master)debian-13-4.09_opam-2.5

debian-13-4.09_opam-2.5

Logs

Show full logs
2026-01-16 11:41.35: New job: test mirage/bloomf https://github.com/mirage/bloomf.git#refs/heads/master (084961d207cec4c3b041baa8a62bce12a3290a55) (linux-x86_64:debian-13-4.09_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/bloomf.git" -b "master" && cd "bloomf" && git reset --hard 084961d2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3
# debian-13-4.09_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bloomf.opam bloomf-bench.opam ./
RUN opam pin add -yn bloomf.dev './' && \
    opam pin add -yn bloomf-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.1 cmdliner.2.1.0 cppo.1.8.0 dune.3.21.0 fmt.0.11.0 notty.0.2.3 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bloomf.dev bloomf-bench.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-01-16 11:41.35: Using cache hint "mirage/bloomf-ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3-debian-13-4.09_opam-2.5-4fc43f8eedaa459a388ee080e4b37978"
2026-01-16 11:41.35: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3)
 (comment debian-13-4.09_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bloomf.opam bloomf-bench.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn bloomf.dev './' && \
             \nopam pin add -yn bloomf-bench.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.1 cmdliner.2.1.0 cppo.1.8.0 dune.3.21.0 fmt.0.11.0 notty.0.2.3 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")
 (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 bloomf.dev bloomf-bench.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-01-16 11:41.35: Waiting for resource in pool OCluster
2026-01-16 16:16.37: Waiting for worker…
2026-01-16 16:18.46: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 084961d Merge pull request #9 from bobot/add_copy_function

(from ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3' locally
docker.io/ocaml/opam@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3: Pulling from ocaml/opam
281b80c799de: Already exists
00fc4ac50d5e: Already exists
7dc48a314bea: Already exists
8f654937f9e3: Already exists
1240f6fbe8cc: Already exists
f77f967230a1: Already exists
1b4ac3d9a8c2: Already exists
27b61414175d: Already exists
26fabf9b20e0: Already exists
b4426e2c299b: Already exists
9c12df827e83: Already exists
9a5608646906: Already exists
2a83342677ae: Already exists
5cbaedd36b85: Already exists
750a9830ac77: Already exists
400560080670: Already exists
bad13195b6fa: Already exists
b51fe78b498e: Already exists
185ce27e889b: Already exists
8a483dc1e759: Already exists
4de9d6d54a13: Already exists
0c268a22c8a0: Already exists
4f4fb700ef54: Already exists
e61881bc2621: Already exists
c864a4af1ff0: Already exists
42d012f62ad9: Already exists
ccb2ed78fa2e: Already exists
84c22434b2f6: Already exists
18c972827b32: Already exists
4c6dcdff9e80: Already exists
280bf9d33ca6: Already exists
51ce8c29753c: Already exists
5ac80663b9d2: Already exists
93f877c915e3: Already exists
8573ccc6bb69: Already exists
d26192cd75ec: Already exists
c7cce15b715e: Already exists
c998ca7b5976: Already exists
3cd1b61d806b: Already exists
19a26ec5319e: Already exists
b1f6813045f3: Already exists
3848f8e0de1f: Already exists
45634817fff9: Already exists
1a80835458d6: Already exists
322b3693140a: Already exists
Digest: sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3
Status: Downloaded newer image for ocaml/opam@sha256:0adeafd144dbbf1cc8e6bfcc22b6e35fa89db7df15e22a70313fe366bbfb73d3
2026-01-16 16:18.47 ---> using "c6ce586cd6ccd9ec41cde7e4cc1e2aa0d36fcef65a985a5f4637343d676e3caa" from cache

/: (comment debian-13-4.09_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-01-16 16:18.47 ---> using "b570d8f7e316265b8126f0a344fdfb298f430c13b4c4132c799ef9c4ad19e3be" 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-01-16 16:18.47 ---> using "832309a63b6e07e0d43274d87231766a77e49a04a05ac7bd27fedcddb9341b5d" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.09.1
2.5.0
2026-01-16 16:18.47 ---> using "e9bc9bb2ca6cf40e3ec6478894fe31b11a8ac3d323dc4e66eff2a0725c26ec83" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-16 16:18.47 ---> using "6299ef7f51601a63ad7a614e6d4eeb63b16cdf204e4a9894c9af7cd6a5ea59b5" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   a6b2f19780..92679ed614  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.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 at these versions (e.g. "opam upgrade ocaml.5.4.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-01-16 16:18.47 ---> using "b0f4b74a6e5381264c2acf8293d1b04c0809a00ba3d0e35073f86e7873645344" from cache

/src: (copy (src bloomf.opam bloomf-bench.opam) (dst ./))
2026-01-16 16:18.47 ---> saved as "9e738b2d7df414ec003dbd3b68eecec7542046fd4ce48c627f6814bd9f9fc3eb"

/src: (run (network host)
           (shell  "opam pin add -yn bloomf.dev './' && \
                  \nopam pin add -yn bloomf-bench.dev './'"))
[bloomf.dev] synchronised (file:///src)
bloomf is now pinned to file:///src (version dev)
[NOTE] Package bloomf-bench does not exist in opam repositories registered in the current switch.
[bloomf-bench.dev] synchronised (file:///src)
bloomf-bench is now pinned to file:///src (version dev)
2026-01-16 16:18.53 ---> saved as "16dd90ceecd77a4d2341e4fcb9b68fbac4576215e0b251ea853cce8c54001260"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-16 16:18.54 ---> saved as "ed7c7aefe9ad95d45d180b9d5ca6ad7de29f0196d74467ccc67167ee787993c0"

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.1 cmdliner.2.1.0 cppo.1.8.0 dune.3.21.0 fmt.0.11.0 notty.0.2.3 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")

/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 bloomf.dev bloomf-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.9 kB]
- Fetched 9997 kB in 2s (4830 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bloomf.dev] synchronised (file:///src)
[bloomf-bench.dev] synchronised (file:///src)

[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-01-16 16:19.18 ---> saved as "4ad5dd1d8bc82aced977eebdcd42ad99c2a91547341741a4f54aaa4fc7f1702a"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 18 packages
  - install alcotest           1.9.1
  - install astring            0.8.5
  - install bechamel           0.5.0
  - install bechamel-notty     0.5.0
  - install bitv               2.1
  - install cmdliner           2.1.0
  - install cppo               1.8.0
  - install dune               3.21.0
  - install fmt                0.11.0
  - install notty              0.2.3
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.16.1
  - install ocamlfind          1.9.8
  - install re                 1.11.0
  - install seq                base
  - install stdlib-shims       0.3.0
  - install topkg              1.1.1
  - install uutf               1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bechamel.0.5.0, bechamel-notty.0.5.0  (cached)
-> retrieved bitv.2.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved notty.0.2.3  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.21.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.21.0
-> installed bitv.2.1
-> installed stdlib-shims.0.3.0
-> installed bechamel.0.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed re.1.11.0
-> installed alcotest.1.9.1
-> installed notty.0.2.3
-> installed bechamel-notty.0.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 16:20.58 ---> saved as "8dbcfae17df7e3fb67911bc860d8bbd12a54decd4755aecc8554cb69c00eb56f"

/src: (copy (src .) (dst /src))
2026-01-16 16:20.59 ---> saved as "92daa64d818c46910b217969f6838fd855c618cd228481895285409ade7f5ed7"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./main.exe -q)
Testing `Bloomf'.
This run has ID `DZ68TDYY'.

  [OK]          bloomf          0   Mem returns true when element was added.
  [SKIP]        bloomf          1   False positive rate is as specified (15% ...
  [SKIP]        bloomf          2   Size estimate is correct.
  [OK]          bloomf          3   Union.
  [OK]          bloomf          4   Intersection.
  [OK]          bloomf          5   Serialisation.

Full test results in `/src/_build/default/test/_build/_tests/Bloomf'.
Test Successful in 40.318s. 4 tests run.
2026-01-16 16:21.40 ---> saved as "5747ae36000344a1ba6544ddc7d28201a8f709272e21b090599d2ec749451212"
Job succeeded
2026-01-16 16:21.40: Job succeeded