Organisationsmiragebloomf084961 (master)ubuntu-24.04-4.14_opam-2.2

ubuntu-24.04-4.14_opam-2.2

Link Copied
Code Copied

Logs

2024-10-01 14:14.39: New job: test mirage/bloomf https://github.com/mirage/bloomf.git#refs/heads/master (084961d207cec4c3b041baa8a62bce12a3290a55) (linux-x86_64:ubuntu-24.04-4.14_opam-2.2)
Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:af88f39a53161d40942001f831f3453834f1656f908ff231c4936c225bca3940
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:ubuntu-24.04-ocaml-4.14@sha256:af88f39a53161d40942001f831f3453834f1656f908ff231c4936c225bca3940
# ubuntu-24.04-4.14_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-x86_64.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:14.39: Using cache hint "mirage/bloomf-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:af88f39a53161d40942001f831f3453834f1656f908ff231c4936c225bca3940-ubuntu-24.04-4.14_opam-2.2-a84015a86012b42d6ae588dbd3d683f3"
2024-10-01 14:14.39: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:af88f39a53161d40942001f831f3453834f1656f908ff231c4936c225bca3940)
 (comment ubuntu-24.04-4.14_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-x86_64.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:14.39: Waiting for resource in pool OCluster
2024-10-01 17:48.40: Waiting for worker…
2024-10-01 17:51.01: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
HEAD is now at 084961d Merge pull request #9 from bobot/add_copy_function


(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:af88f39a53161d40942001f831f3453834f1656f908ff231c4936c225bca3940)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:af88f39a53161d40942001f831f3453834f1656f908ff231c4936c225bca3940' locally
docker.io/ocaml/opam@sha256:af88f39a53161d40942001f831f3453834f1656f908ff231c4936c225bca3940: Pulling from ocaml/opam
7e10ccc022ab: Pulling fs layer
7e10ccc022ab: Verifying Checksum
7e10ccc022ab: Download complete
7e10ccc022ab: Pull complete
Digest: sha256:af88f39a53161d40942001f831f3453834f1656f908ff231c4936c225bca3940
Status: Downloaded newer image for ocaml/opam@sha256:af88f39a53161d40942001f831f3453834f1656f908ff231c4936c225bca3940
2024-10-01 17:51.07 ---> using "247bc374ef4a11d71411afbbacccf969bf1d2fe27a101aac4ea81d1cd5444824" from cache


/: (comment ubuntu-24.04-4.14_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-01 17:51.07 ---> using "cdcbba055c4847c1fd8e5a9957c61acd8dc2787e1c73c81c2deaf280bba677e2" 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-01 17:51.07 ---> using "2847833153a876e82b3bd5bcf3e40bb244d68cc9f00679c64cd888a3ca222137" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-10-01 17:51.07 ---> using "a5112471ed5682a8ded5b029c6b9ec2d65588f2a70539fa210ef219d3eb53fa5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-10-01 17:51.07 ---> using "1817fce2801a3d04b4e3457198cdb3eec0acbe7c29a41193c79199c974244b27" 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-01 17:51.07 ---> using "9a7bccfc8de68d41416b3f5ab22cebbc408a81a11360f67d36c57edd1e5e7729" from cache


/src: (copy (src bloomf.opam bloomf-bench.opam) (dst ./))
2024-10-01 17:51.07 ---> saved as "c2c79efb7ae51a433ffb974c67da540dda69642cd59e6c63a5898eddcf165800"


/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-01 17:51.12 ---> saved as "de657e118f54560fc0c738e125d770671084e7b30f6ea7f4ca6a1cd99ac08f31"


/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-x86_64.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://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [678 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [506 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [11.8 kB]
- Get:7 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [366 kB]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [477 kB]
- Fetched 2418 kB in 1s (4601 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bloomf.dev] synchronised (no changes)
[bloomf-bench.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-x86_64 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-01 17:51.34 ---> saved as "0713e436e1793b6161e5e2568e7bdec0376df4e34abc7f3b3e591db6d764783c"


/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-x86_64 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 bitv.2.0  (cached)
-> retrieved bechamel.0.5.0, bechamel-notty.0.5.0  (cached)
-> retrieved alcotest.1.8.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)
-> installed seq.base
-> 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)
-> retrieved dune.3.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed bitv.2.0
-> installed stdlib-shims.0.3.0
-> installed bechamel.0.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.7.0
-> installed re.1.12.0
-> installed alcotest.1.8.0
-> installed notty.0.2.3
-> installed bechamel-notty.0.5.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-01 17:52.44 ---> saved as "ea850b0895aa8f6376bf2cc4b78c2dd5023575c248996a08b66526b0b8733c7d"


/src: (copy (src .) (dst /src))
2024-10-01 17:52.44 ---> saved as "eb3a84abd12bfed75b81f775c01b5a38911f49827d7c93af7e43937b8b41039e"


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


  [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 38.590s. 4 tests run.
2024-10-01 17:53.24 ---> saved as "d8f805784c89fd27deda72b6f160476dbb298449cd1903252abdffb938573d85"
Job succeeded
2024-10-01 17:53.24: Job succeeded