Organisationsmiragebloomf084961 (master)debian-12-4.14_s390x_opam-2.2

debian-12-4.14_s390x_opam-2.2

Logs

Show full logs
2024-10-01 14:25.03: New job: test mirage/bloomf https://github.com/mirage/bloomf.git#refs/heads/master (084961d207cec4c3b041baa8a62bce12a3290a55) (linux-s390x:debian-12-4.14_s390x_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8
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-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8
# debian-12-4.14_s390x_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && 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 './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.0 cmdliner.1.3.0 cppo.1.7.0 dune.3.16.0 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 notty.0.2.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --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

2024-10-01 14:25.03: Using cache hint "mirage/bloomf-ocaml/opam:debian-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8-debian-12-4.14_s390x_opam-2.2-d050a0a105040e191b5afae553f173a8"
2024-10-01 14:25.03: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8)
 (comment debian-12-4.14_s390x_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && 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 './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.0 cmdliner.1.3.0 cppo.1.7.0 dune.3.16.0 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 notty.0.2.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (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.2 --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"))
)

2024-10-01 14:25.03: Waiting for resource in pool OCluster
2024-10-02 18:21.07: Waiting for worker…
2024-10-02 23:25.22: Got resource from pool OCluster
Building on s390x-worker-02.marist.ci.dev
All commits already cached
HEAD is now at 084961d Merge pull request #9 from bobot/add_copy_function

(from ocaml/opam:debian-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8)
2024-10-02 23:25.22 ---> using "3902120e6d8ebc0a0af571407951b958869b970274d63c0a9b3cf2d6d82078ab" from cache

/: (comment debian-12-4.14_s390x_opam-2.2)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-02 23:25.22 ---> using "e0a5cfd595e1e3af738de2aa1fbd15eeb035eeb0d62063270e19a93d8d2c98fd" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-02 23:25.22 ---> using "507a4a6ae38e15fd407fddb4114d12a06dce59114799e0ad6999bb044ab0ba27" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-45-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-10-02 23:25.22 ---> using "95bbf156cbca9384333b8ef68de525ede652417f152107d353d6a07f7c90f05f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-10-02 23:25.22 ---> using "6e6b2923389043e11796c603c71bb38483b938f2bcda5deffae7a32e2f5854b5" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
45f961713f Merge pull request #26585 from dra27/trunk-tweaks

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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.
# Run eval $(opam env) to update the current shell environment
2024-10-02 23:25.22 ---> using "b3d4d81a3447a2fcf73bdfb5103695325c62c27fe052eea2e6b8439ee501e577" from cache

/src: (copy (src bloomf.opam bloomf-bench.opam) (dst ./))
2024-10-02 23:25.23 ---> saved as "065091815e74939526bd11f16a89f38fac5b4e41433c4a06066b8ada55a9093e"

/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)
Package bloomf-bench does not exist, create as a NEW package? [y/n] y
[bloomf-bench.dev] synchronised (file:///src)
bloomf-bench is now pinned to file:///src (version dev)
2024-10-02 23:25.31 ---> saved as "a9dfaf7180161610eefec1539044ab6f0b264621914580a9ee48c489a44b25c5"

/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.0 cmdliner.1.3.0 cppo.1.7.0 dune.3.16.0 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 notty.0.2.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")

/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.2 --depext-only -y bloomf.dev bloomf-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [176 kB]
- Fetched 279 kB in 1s (453 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bloomf-bench.dev] synchronised (no changes)
[bloomf.dev] synchronised (no changes)

[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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x is already installed (current version is 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).
2024-10-02 23:25.49 ---> saved as "b173d0b74a059172ac6cfd149a01987986b6a5cbee336c096bcb207afb9d623b"

/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x is already installed (current version is 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.8.0
  - install astring            0.8.5
  - install bechamel           0.5.0
  - install bechamel-notty     0.5.0
  - install bitv               2.0
  - install cmdliner           1.3.0
  - install cppo               1.7.0
  - install dune               3.16.0
  - install fmt                0.9.0
  - install notty              0.2.3
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.15.0
  - install ocamlfind          1.9.6
  - install re                 1.12.0
  - install seq                base
  - install stdlib-shims       0.3.0
  - install topkg              1.0.7
  - install uutf               1.0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bechamel.0.5.0, bechamel-notty.0.5.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved bitv.2.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved notty.0.2.3  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved seq.base  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed seq.base
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed uutf.1.0.3
-> installed dune.3.16.0
-> installed bitv.2.0
-> installed bechamel.0.5.0
-> installed cppo.1.7.0
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed notty.0.2.3
-> installed bechamel-notty.0.5.0
-> installed alcotest.1.8.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-02 23:26.49 ---> saved as "24b9ad15f47167f1ed0b7e6d97b5a08bffbd3718bed7ec96ebd04eb987a6ff67"

/src: (copy (src .) (dst /src))
2024-10-02 23:26.50 ---> saved as "cd94083d813f9ec91bb0e8ed7feabf942ebabd0fb84a64313eec9704f692e0af"

/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 `IAXDXX77'.

  [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 19.463s. 4 tests run.
2024-10-02 23:27.17 ---> saved as "6a33bbadaf8f9ead862e24984a18351db6900d194f1687dc2e9e227fcb24162e"
Job succeeded
2024-10-02 23:27.18: Job succeeded