Organisationspascuttocachecache36efb3 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 16:00.05: New job: test pascutto/cachecache https://github.com/pascutto/cachecache.git#refs/heads/main (36efb3cfb66198c6aaf155334db42220f264d97a) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/pascutto/cachecache.git" -b "main" && cd "cachecache" && git reset --hard 36efb3cf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
# debian-12-4.09_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cachecache.opam cachecache-bench.opam ./
RUN opam pin add -yn cachecache.dev './' && \
    opam pin add -yn cachecache-bench.dev './'
ENV DEPS="alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.1.0 bechamel-notty.0.1.0 cmdliner.1.0.0 conf-m4.1 dune.2.7.0 fmt.0.8.7 fpath.0.7.0 gospel.0.1.0 jbuilder.1.0+beta20.1 lru.0.1.0 menhir.20181006 notty.0.2.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocb-stubblr.0.1.0 ppx_derivers.1.0 ppxlib.0.23.0 psq.0.1.0 result.1.0 seq.0.2.2 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2 uucp.2.0.0 uuseg.1.0.1 uutf.1.0.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cachecache.dev cachecache-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-05-10 16:00.05: Using cache hint "pascutto/cachecache-ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9-debian-12-4.09_opam-2.1-b81f504856df87925990e32e21b0c85b"
2024-05-10 16:00.05: Using OBuilder spec:
((from ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9)
 (comment debian-12-4.09_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cachecache.opam cachecache-bench.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn cachecache.dev './' && \
             \nopam pin add -yn cachecache-bench.dev './'"))
 (env DEPS "alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.1.0 bechamel-notty.0.1.0 cmdliner.1.0.0 conf-m4.1 dune.2.7.0 fmt.0.8.7 fpath.0.7.0 gospel.0.1.0 jbuilder.1.0+beta20.1 lru.0.1.0 menhir.20181006 notty.0.2.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocb-stubblr.0.1.0 ppx_derivers.1.0 ppxlib.0.23.0 psq.0.1.0 result.1.0 seq.0.2.2 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2 uucp.2.0.0 uuseg.1.0.1 uutf.1.0.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.1 --depext-only -y cachecache.dev cachecache-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-05-10 16:00.05: Waiting for resource in pool OCluster
2024-05-11 06:43.23: Waiting for worker…
2024-05-11 06:46.40: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
HEAD is now at 36efb3c Merge pull request #11 from Lucccyo/dbllist++


(from ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9)
Unable to find image 'ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9' locally
docker.io/ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9: Pulling from ocaml/opam
284e39a0325f: Pulling fs layer
284e39a0325f: Verifying Checksum
284e39a0325f: Download complete
284e39a0325f: Pull complete
Digest: sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
Status: Downloaded newer image for ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
2024-05-11 06:47.01 ---> saved as "13498a0cf66b8f07d15362cfcccf5f8630769f57c0ea152dc1915464c5466db1"


/: (comment debian-12-4.09_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 06:47.02 ---> saved as "ad3cb7a105df5f83b203f3cd875033ed4c36e10136cafeca4739022cb584919b"


/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.1, 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-05-11 06:48.11 ---> saved as "cc1b286b446cf6ddc7224cde6eaa6e0d14016761338b95985b76ba8ee52d3ae7"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.09.1
2.1.5
2024-05-11 06:48.11 ---> saved as "2f473b59adeef12889dcfba398a10a129b9dfa986f1a8b2d350ca2742b15b2c6"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 06:48.12 ---> saved as "c6a526d3c1c09077cca52c921042793d62718851a4f73db78c08240404cba7a7"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-05-11 06:49.24 ---> saved as "f2de23b137c568d1f8a0aa24d88601e9282aa75c0f36eba25d8bcbd87dd54415"


/src: (copy (src cachecache.opam cachecache-bench.opam) (dst ./))
2024-05-11 06:49.24 ---> saved as "f05b05e7d3a8cfdeb22e314f224f48e573b7fec008af4e1bfb31fbf6b8df9033"


/src: (run (network host)
           (shell  "opam pin add -yn cachecache.dev './' && \
                  \nopam pin add -yn cachecache-bench.dev './'"))
Package cachecache does not exist, create as a NEW package? [Y/n] y
[cachecache.dev] synchronised (file:///src)
cachecache is now pinned to file:///src (version dev)
Package cachecache-bench does not exist, create as a NEW package? [Y/n] y
[cachecache-bench.dev] synchronised (file:///src)
cachecache-bench is now pinned to file:///src (version dev)
2024-05-11 06:49.28 ---> saved as "69882ca1390763df2e8954b52877397cf21fd50ae7354be18a47748dc66be973"


/src: (env DEPS "alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.1.0 bechamel-notty.0.1.0 cmdliner.1.0.0 conf-m4.1 dune.2.7.0 fmt.0.8.7 fpath.0.7.0 gospel.0.1.0 jbuilder.1.0+beta20.1 lru.0.1.0 menhir.20181006 notty.0.2.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocb-stubblr.0.1.0 ppx_derivers.1.0 ppxlib.0.23.0 psq.0.1.0 result.1.0 seq.0.2.2 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2 uucp.2.0.0 uuseg.1.0.1 uutf.1.0.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.1 --depext-only -y cachecache.dev cachecache-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 amd64 Packages [155 kB]
- Fetched 258 kB in 0s (921 kB/s)
- Reading package lists...
- 


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


[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 system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 06:49.46 ---> saved as "13a7c917bf3a5e6fd5487bf5ee6fa4bd148b092fc1f07ad09a54459f3873d145"


/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 dune                2.7.0
  - install conf-m4             1
  - install jbuilder            1.0+beta20.1
  - install result              1.0
  - install ocamlbuild          0.14.0
  - install stdlib-shims        0.1.0
  - install sexplib0            v0.12.0
  - install seq                 0.2.2
  - install ocaml-compiler-libs v0.12.0
  - install ocamlfind           1.8.1
  - install ppx_derivers        1.0
  - install uchar               0.0.2
  - install topkg               0.9.0
  - install menhir              20181006
  - install base-bytes          base
  - install ppxlib              0.23.0
  - install uucp                2.0.0
  - install psq                 0.1.0
  - install cmdliner            1.0.0
  - install astring             0.8.2
  - install lru                 0.1.0
  - install uutf                1.0.1
  - install fmt                 0.8.7
  - install ocb-stubblr         0.1.0
  - install fpath               0.7.0
  - install uuseg               1.0.1
  - install gospel              0.1.0
  - install bechamel            0.1.0
  - install alcotest            0.8.0
  - install notty               0.2.1
  - install bechamel-notty      0.1.0
===== 31 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.0.8.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved bechamel.0.1.0  (cached)
-> retrieved bechamel-notty.0.1.0  (cached)
-> retrieved cmdliner.1.0.0  (cached)
-> retrieved dune.2.7.0  (cached)
-> installed conf-m4.1
-> retrieved fmt.0.8.7  (cached)
-> retrieved fpath.0.7.0  (cached)
-> retrieved gospel.0.1.0  (cached)
-> retrieved lru.0.1.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved notty.0.2.1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved menhir.20181006  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ocb-stubblr.0.1.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved psq.0.1.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved uuseg.1.0.1  (cached)
-> retrieved uutf.1.0.1  (cached)
-> installed result.1.0
-> retrieved uucp.2.0.0  (cached)
-> retrieved ppxlib.0.23.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.23.0/ppxlib-0.23.0.tbz)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed dune.2.7.0
-> installed topkg.0.9.0
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed sexplib0.v0.12.0
-> installed psq.0.1.0
-> installed ocaml-compiler-libs.v0.12.0
-> installed lru.0.1.0
-> installed astring.0.8.2
-> installed cmdliner.1.0.0
-> installed ocb-stubblr.0.1.0
-> installed fpath.0.7.0
-> installed uutf.1.0.1
-> installed fmt.0.8.7
-> installed alcotest.0.8.0
-> installed bechamel.0.1.0
-> installed ppxlib.0.23.0
-> installed uucp.2.0.0
-> installed menhir.20181006
-> installed uuseg.1.0.1
-> installed notty.0.2.1
-> installed bechamel-notty.0.1.0
-> installed gospel.0.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 06:51.09 ---> saved as "f7c9e8d73e21c0ff5bb4216ae46257159c6cde69e4778a208d0d7fb7286e63a6"


/src: (copy (src .) (dst /src))
2024-05-11 06:51.09 ---> saved as "5ddc43b1eb004edec90bb8986ac93ba2ae30176e5f30db56f1847696760d20ae"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.09/lib/alcotest/alcotest.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
    ocamlopt bench/main.exe (exit 2)
(cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o bench/main.exe /home/opam/.opam/4.09/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/4.09/lib/seq/seq.cmxa /home/opam/.opam/4.09/lib/fmt/fmt.cmxa /home/opam/.opam/4.09/lib/bechamel/monotonic_clock/monotonic_clock.cmxa -I /home/opam/.opam/4.09/lib/bechamel/monotonic_clock /home/opam/.opam/4.09/lib/bechamel/bechamel.cmxa /home/opam/.opam/4.09/lib/uucp/uucp.cmxa /home/opam/.opam/4.09/lib/uuseg/uuseg.cmxa /home/opam/.opam/4.09/lib/uutf/uutf.cmxa /home/opam/.opam/4.09/lib/notty/notty.cmxa -I /home/opam/.opam/4.09/lib/notty /home/opam/.opam/4.09/lib/bechamel-notty/bechamel_notty.cmxa /home/opam/.opam/4.09/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.09/lib/ocaml /home/opam/.opam/4.09/lib/notty/notty_unix.cmxa -I /home/opam/.opam/4.09/lib/notty /home/opam/.opam/4.09/lib/lru/lru.cmxa src/cachecache.cmxa bench/.main.eobjs/native/dune__exe__Main.cmx)
File "_none_", line 1:
Error: No implementations provided for the following modules:
         Psq referenced from /home/opam/.opam/4.09/lib/lru/lru.cmxa(Lru)
        main alias test/runtest
tput: No value for $TERM and no -T specified
stty: 'standard input': Inappropriate ioctl for device
Testing LRU.
[OK]                int                0   Mem finds value just added.
[OK]                int                1   Mem finds value just added over capacity.
[OK]                int                2   Correct values are being discarded.
[OK]                int                3   Removed values are not found.
[OK]                float              0   Mem finds value just added.
[OK]                float              1   Mem finds value just added over capacity.
[OK]                float              2   Correct values are being discarded.
[OK]                float              3   Removed values are not found.
[OK]                string             0   Mem finds value just added.
[OK]                string             1   Mem finds value just added over capacity.
[OK]                string             2   Correct values are being discarded.
[OK]                string             3   Removed values are not found.
[OK]                int array          0   Mem finds value just added.
[OK]                int array          1   Mem finds value just added over capacity.
[OK]                int array          2   Correct values are being discarded.
[OK]                int array          3   Removed values are not found.
[OK]                replay             0   Replay a trace of replace operations.
The full test results are available in `_build/_tests`.
Test Successful in 0.022s. 17 tests run.
Testing LFU.
[OK]                int                0   Mem finds value just added.
[OK]                int                1   Mem finds value just added over capacity.
[OK]                int                2   Correct values are being discarded.
[OK]                int                3   Removed values are not found.
[OK]                float              0   Mem finds value just added.
[OK]                float              1   Mem finds value just added over capacity.
[OK]                float              2   Correct values are being discarded.
[OK]                float              3   Removed values are not found.
[OK]                string             0   Mem finds value just added.
[OK]                string             1   Mem finds value just added over capacity.
[OK]                string             2   Correct values are being discarded.
[OK]                string             3   Removed values are not found.
[OK]                int array          0   Mem finds value just added.
[OK]                int array          1   Mem finds value just added over capacity.
[OK]                int array          2   Correct values are being discarded.
[OK]                int array          3   Removed values are not found.
[OK]                replay             0   Replay a trace of replace operations.
The full test results are available in `_build/_tests`.
Test Successful in 0.024s. 17 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 06:51.11: Job failed: Failed: Build failed