Organisationstomjridgekv-hash0b5349 (master)debian-12-4.07_opam-2.1

debian-12-4.07_opam-2.1

Link Copied
Code Copied

Logs

2024-05-12 08:44.52: New job: test tomjridge/kv-hash https://github.com/tomjridge/kv-hash.git#refs/heads/master (0b5349dd27ed9a14dc7c1f166afd1ad691bcd9dc) (linux-x86_64:debian-12-4.07_opam-2.1)
Base: ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tomjridge/kv-hash.git" -b "master" && cd "kv-hash" && git reset --hard 0b5349dd
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
# debian-12-4.07_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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kv_hash.opam ./
RUN opam pin add -yn kv_hash.dev './'
ENV DEPS="base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bigarray-compat.1.1.0 bin_prot.v0.12.0 conf-pkg-config.3 conf-xxhash.1 core.v0.12.4 core_kernel.v0.12.3 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 extunix.0.2.0 fieldslib.v0.12.0 integers.0.7.0 jane-street-headers.v0.12.0 jst-config.v0.12.0 logs.0.7.0 lru.0.3.1 num.1.5 oasis.0.4.11 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocamlify.0.0.1 ocamlmod.0.0.9 octavius.1.2.2 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.1 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.2.1 ppx_enumerate.v0.12.0 ppx_expect.v0.12.0 ppx_fail.v0.12.0 ppx_fields_conv.v0.12.0 ppx_hash.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_jane.v0.12.0 ppx_js_style.v0.12.0 ppx_let.v0.12.0 ppx_module_timer.v0.12.0 ppx_optcomp.v0.12.0 ppx_optional.v0.12.0 ppx_pipebang.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_value.v0.12.0 ppx_stable.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_variants_conv.v0.12.0 ppxlib.0.8.1 psq.0.2.1 re.1.11.0 result.1.5 seq.base sexplib.v0.12.0 sexplib0.v0.12.0 spawn.v0.15.1 splittable_random.v0.12.0 stdio.v0.12.0 stdlib-shims.0.3.0 time_now.v0.12.0 topkg.1.0.7 typerep.v0.12.0 variantslib.v0.12.0 xxhash.0.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y kv_hash.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-12 08:44.52: Using cache hint "tomjridge/kv-hash-ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b-debian-12-4.07_opam-2.1-928921c07176a47faf546d0956fffdd7"
2024-05-12 08:44.52: Using OBuilder spec:
((from ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
 (comment debian-12-4.07_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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src kv_hash.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn kv_hash.dev './'"))
 (env DEPS "base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bigarray-compat.1.1.0 bin_prot.v0.12.0 conf-pkg-config.3 conf-xxhash.1 core.v0.12.4 core_kernel.v0.12.3 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 extunix.0.2.0 fieldslib.v0.12.0 integers.0.7.0 jane-street-headers.v0.12.0 jst-config.v0.12.0 logs.0.7.0 lru.0.3.1 num.1.5 oasis.0.4.11 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocamlify.0.0.1 ocamlmod.0.0.9 octavius.1.2.2 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.1 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.2.1 ppx_enumerate.v0.12.0 ppx_expect.v0.12.0 ppx_fail.v0.12.0 ppx_fields_conv.v0.12.0 ppx_hash.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_jane.v0.12.0 ppx_js_style.v0.12.0 ppx_let.v0.12.0 ppx_module_timer.v0.12.0 ppx_optcomp.v0.12.0 ppx_optional.v0.12.0 ppx_pipebang.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_value.v0.12.0 ppx_stable.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_variants_conv.v0.12.0 ppxlib.0.8.1 psq.0.2.1 re.1.11.0 result.1.5 seq.base sexplib.v0.12.0 sexplib0.v0.12.0 spawn.v0.15.1 splittable_random.v0.12.0 stdio.v0.12.0 stdlib-shims.0.3.0 time_now.v0.12.0 topkg.1.0.7 typerep.v0.12.0 variantslib.v0.12.0 xxhash.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 kv_hash.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-12 08:44.52: Waiting for resource in pool OCluster
2024-05-12 08:44.52: Waiting for worker…
2024-05-12 08:45.14: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 0b5349d Rewrite doc; add an "optimistic" log file


(from ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
2024-05-12 08:45.14 ---> using "6ad54a8a0a996de05cd03ed30cbb4884566b39028d090d19101121413431a89f" from cache


/: (comment debian-12-4.07_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-12 08:45.14 ---> using "f0b7040ce20c0568672a3afcab01929fd18e2ee66f02faa8d94fd05399839280" 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.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-12 08:45.14 ---> using "1178bb4688e7e4718d4170c0ec783ce5396ae6f9cd4db4b0fb12bcb2662305da" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.07.1
2.1.5
2024-05-12 08:45.14 ---> using "507d1b06732f1eddefe9afcbbd3414d34576360b7497df3aa76bf615c5a885e5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-12 08:45.14 ---> using "b88e937d6c36e43c713a83fbd5f0a1b9c25ffbb55d9e0cc753e256236a40f949" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..fec8ff50cd  master     -> origin/master
2275b40053 @dra27 maintains ocaml-secondary-compiler


<><> 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-12 08:45.14 ---> using "721a5ea72b5c54d3305d7eda5795c2d490562520d2ba7cd42cbb98b0a56f6967" from cache


/src: (copy (src kv_hash.opam) (dst ./))
2024-05-12 08:45.14 ---> saved as "39f1b5daecec7e1450d3b13b0f8daa79e1a56be8e374a67862a419c2343cdb92"


/src: (run (network host)
           (shell "opam pin add -yn kv_hash.dev './'"))
Package kv_hash does not exist, create as a NEW package? [Y/n] y
[kv_hash.dev] synchronised (file:///src)
kv_hash is now pinned to file:///src (version dev)
2024-05-12 08:45.16 ---> saved as "86e393d1e2b2aa27ccc67596aeb672079a9f70d3ca806f0501c109a4791ceedf"


/src: (env DEPS "base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bigarray-compat.1.1.0 bin_prot.v0.12.0 conf-pkg-config.3 conf-xxhash.1 core.v0.12.4 core_kernel.v0.12.3 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 extunix.0.2.0 fieldslib.v0.12.0 integers.0.7.0 jane-street-headers.v0.12.0 jst-config.v0.12.0 logs.0.7.0 lru.0.3.1 num.1.5 oasis.0.4.11 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocamlify.0.0.1 ocamlmod.0.0.9 octavius.1.2.2 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.1 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.2.1 ppx_enumerate.v0.12.0 ppx_expect.v0.12.0 ppx_fail.v0.12.0 ppx_fields_conv.v0.12.0 ppx_hash.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_jane.v0.12.0 ppx_js_style.v0.12.0 ppx_let.v0.12.0 ppx_module_timer.v0.12.0 ppx_optcomp.v0.12.0 ppx_optional.v0.12.0 ppx_pipebang.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_value.v0.12.0 ppx_stable.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_variants_conv.v0.12.0 ppxlib.0.8.1 psq.0.2.1 re.1.11.0 result.1.5 seq.base sexplib.v0.12.0 sexplib0.v0.12.0 spawn.v0.15.1 splittable_random.v0.12.0 stdio.v0.12.0 stdlib-shims.0.3.0 time_now.v0.12.0 topkg.1.0.7 typerep.v0.12.0 variantslib.v0.12.0 xxhash.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 kv_hash.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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 271 kB in 0s (717 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kv_hash.dev] synchronised (no changes)


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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:
    libxxhash-dev pkg-config


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


2024-05-12 08:45.30 ---> saved as "3261333e66fd02eda3c644f22826958d9265c48f7d6cf9498b5391036115313e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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 num                     1.5
  - install ocamlfind               1.9.6
  - install conf-pkg-config         3
  - install ocamlbuild              0.14.3
  - install seq                     base
  - install ocamlfind-secondary     1.9.6
  - install base-bytes              base
  - install conf-xxhash             1
  - install topkg                   1.0.7
  - install ocamlmod                0.0.9
  - install ocamlify                0.0.1
  - install dune                    3.15.2
  - install logs                    0.7.0
  - install oasis                   0.4.11
  - install stdlib-shims            0.3.0
  - install spawn                   v0.15.1
  - install sexplib0                v0.12.0
  - install result                  1.5
  - install re                      1.11.0
  - install psq                     0.2.1
  - install ppx_derivers            1.2.1
  - install octavius                1.2.2
  - install ocaml-compiler-libs     v0.12.4
  - install jane-street-headers     v0.12.0
  - install csexp                   1.5.2
  - install bigarray-compat         1.1.0
  - install integers                0.7.0
  - install lru                     0.3.1
  - install ocaml-migrate-parsetree 1.8.0
  - install dune-configurator       3.15.2
  - install extunix                 0.2.0
  - install ctypes                  0.22.0
  - install base                    v0.12.2
  - install xxhash                  0.1
  - install variantslib             v0.12.0
  - install typerep                 v0.12.0
  - install stdio                   v0.12.0
  - install parsexp                 v0.12.0
  - install fieldslib               v0.12.0
  - install ppxlib                  0.8.1
  - install sexplib                 v0.12.0
  - install ppx_variants_conv       v0.12.0
  - install ppx_typerep_conv        v0.12.0
  - install ppx_stable              v0.12.0
  - install ppx_sexp_conv           v0.12.0
  - install ppx_pipebang            v0.12.0
  - install ppx_optional            v0.12.0
  - install ppx_optcomp             v0.12.0
  - install ppx_let                 v0.12.0
  - install ppx_js_style            v0.12.0
  - install ppx_inline_test         v0.12.0
  - install ppx_here                v0.12.0
  - install ppx_fields_conv         v0.12.0
  - install ppx_enumerate           v0.12.0
  - install ppx_compare             v0.12.0
  - install ppx_custom_printf       v0.12.1
  - install ppx_bench               v0.12.0
  - install ppx_sexp_value          v0.12.0
  - install ppx_sexp_message        v0.12.0
  - install ppx_fail                v0.12.0
  - install ppx_hash                v0.12.0
  - install ppx_assert              v0.12.0
  - install bin_prot                v0.12.0
  - install ppx_base                v0.12.0
  - install splittable_random       v0.12.0
  - install ppx_expect              v0.12.0
  - install jst-config              v0.12.0
  - install ppx_bin_prot            v0.12.1
  - install base_quickcheck         v0.12.1
  - install time_now                v0.12.0
  - install ppx_module_timer        v0.12.0
  - install ppx_jane                v0.12.0
  - install base_bigstring          v0.12.0
  - install core_kernel             v0.12.3
  - install core                    v0.12.4
===== 75 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base_bigstring.v0.12.0  (cached)
-> retrieved base.v0.12.2  (cached)
-> retrieved base_quickcheck.v0.12.1  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bin_prot.v0.12.0  (cached)
-> retrieved core.v0.12.4  (cached)
-> installed conf-pkg-config.3
-> retrieved core_kernel.v0.12.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> installed conf-xxhash.1
-> retrieved extunix.0.2.0  (https://ygrek.org/p/release/ocaml-extunix/ocaml-extunix-0.2.0.tar.gz)
-> retrieved fieldslib.v0.12.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jane-street-headers.v0.12.0  (cached)
-> retrieved jst-config.v0.12.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved num.1.5  (cached)
-> retrieved oasis.0.4.11  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved ocamlify.0.0.1  (cached)
-> retrieved ocamlmod.0.0.9  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved ppx_assert.v0.12.0  (cached)
-> retrieved ppx_base.v0.12.0  (cached)
-> retrieved ppx_bench.v0.12.0  (cached)
-> retrieved ppx_bin_prot.v0.12.1  (cached)
-> retrieved ppx_compare.v0.12.0  (cached)
-> retrieved ppx_custom_printf.v0.12.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.12.0  (cached)
-> retrieved ppx_expect.v0.12.0  (cached)
-> retrieved ppx_fail.v0.12.0  (cached)
-> retrieved ppx_fields_conv.v0.12.0  (cached)
-> retrieved ppx_hash.v0.12.0  (cached)
-> retrieved ppx_here.v0.12.0  (cached)
-> retrieved ppx_inline_test.v0.12.0  (cached)
-> retrieved ppx_jane.v0.12.0  (cached)
-> retrieved ppx_js_style.v0.12.0  (cached)
-> retrieved ppx_let.v0.12.0  (cached)
-> retrieved ppx_module_timer.v0.12.0  (cached)
-> retrieved ppx_optcomp.v0.12.0  (cached)
-> retrieved ppx_optional.v0.12.0  (cached)
-> retrieved ppx_pipebang.v0.12.0  (cached)
-> retrieved ppx_sexp_conv.v0.12.0  (cached)
-> retrieved ppx_sexp_message.v0.12.0  (cached)
-> retrieved ppx_sexp_value.v0.12.0  (cached)
-> retrieved ppx_stable.v0.12.0  (cached)
-> retrieved ppx_typerep_conv.v0.12.0  (cached)
-> retrieved ppx_variants_conv.v0.12.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ppxlib.0.8.1  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved spawn.v0.15.1  (cached)
-> retrieved splittable_random.v0.12.0  (cached)
-> retrieved stdio.v0.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.12.0  (cached)
-> retrieved typerep.v0.12.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved variantslib.v0.12.0  (cached)
-> retrieved xxhash.0.1  (cached)
-> installed num.1.5
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed ocamlify.0.0.1
-> installed ocamlmod.0.0.9
-> installed topkg.1.0.7
-> installed logs.0.7.0
-> installed dune.3.15.2
-> installed jane-street-headers.v0.12.0
-> installed ppx_derivers.1.2.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed octavius.1.2.2
-> installed psq.0.2.1
-> installed re.1.11.0
-> installed result.1.5
-> installed sexplib0.v0.12.0
-> installed spawn.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed lru.0.3.1
-> installed integers.0.7.0
-> installed dune-configurator.3.15.2
-> installed ocaml-migrate-parsetree.1.8.0
-> installed ctypes.0.22.0
-> installed base.v0.12.2
-> installed fieldslib.v0.12.0
-> installed variantslib.v0.12.0
-> installed stdio.v0.12.0
-> installed typerep.v0.12.0
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed oasis.0.4.11
-> installed xxhash.0.1
-> installed ppxlib.0.8.1
-> installed extunix.0.2.0
-> installed ppx_compare.v0.12.0
-> installed ppx_enumerate.v0.12.0
-> installed ppx_fields_conv.v0.12.0
-> installed ppx_here.v0.12.0
-> installed ppx_inline_test.v0.12.0
-> installed ppx_js_style.v0.12.0
-> installed ppx_let.v0.12.0
-> installed ppx_optcomp.v0.12.0
-> installed ppx_optional.v0.12.0
-> installed ppx_pipebang.v0.12.0
-> installed ppx_sexp_conv.v0.12.0
-> installed ppx_stable.v0.12.0
-> installed ppx_typerep_conv.v0.12.0
-> installed ppx_variants_conv.v0.12.0
-> installed ppx_fail.v0.12.0
-> installed ppx_hash.v0.12.0
-> installed ppx_bench.v0.12.0
-> installed ppx_sexp_message.v0.12.0
-> installed ppx_assert.v0.12.0
-> installed ppx_sexp_value.v0.12.0
-> installed ppx_custom_printf.v0.12.1
-> installed ppx_base.v0.12.0
-> installed splittable_random.v0.12.0
-> installed jst-config.v0.12.0
-> installed bin_prot.v0.12.0
-> installed time_now.v0.12.0
-> installed ppx_expect.v0.12.0
-> installed base_quickcheck.v0.12.1
-> installed ppx_module_timer.v0.12.0
-> installed ppx_bin_prot.v0.12.1
-> installed ppx_jane.v0.12.0
-> installed base_bigstring.v0.12.0
-> installed core_kernel.v0.12.3
-> installed core.v0.12.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-12 08:47.23 ---> saved as "0e291554782067db63aaa1f872ad38b9f104e268c1b308f40acbd562dd83e9cb"


/src: (copy (src .) (dst /src))
2024-05-12 08:47.24 ---> saved as "8ce7119e46e150bd1ee3d846001a2a3ad26e9487a1cb863950827771bf084266"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/dune", line 53, characters 20-31:
53 |  (libraries extunix bigstringaf))
                         ^^^^^^^^^^^
Error: Library "bigstringaf" not found.
-> required by _build/default/test/.test7.eobjs/byte/dune__exe__Test7.cmi
-> required by alias test/check
File "test/dune", line 58, characters 20-31:
58 |  (libraries extunix bigstringaf ctypes))
                         ^^^^^^^^^^^
Error: Library "bigstringaf" not found.
-> required by _build/default/test/.test8.eobjs/byte/dune__exe__Test8.cmi
-> required by alias test/check
File "src/dune", line 5, characters 108-116:
5 |  (libraries base stdio sexplib tjr_mmap bin_prot xxhash threads ctypes core.bigstring_unix lru extunix logs unixfile))
                                                                                                                ^^^^^^^^
Error: Library "unixfile" not found.
-> required by library "kv_hash" in _build/default/src
-> required by _build/default/src/.kv_hash.objs/byte/kv_hash.cmi
-> required by alias src/check
(cd _build/default && .ppx/9e335f54304ea20d28de771d0103f8c1/ppx.exe --cookie 'library-name="kv_hash"' -o src/bucket.pp.ml --impl src/bucket.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
File "src/bucket.ml", line 8, characters 7-13:
Error: Syntax error
(cd _build/default && .ppx/9e335f54304ea20d28de771d0103f8c1/ppx.exe --cookie 'library-name="kv_hash"' -o src/bucket_intf.pp.ml --impl src/bucket_intf.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
File "src/bucket_intf.ml", line 80, characters 9-11:
Error: Syntax error
(cd _build/default && .ppx/9e335f54304ea20d28de771d0103f8c1/ppx.exe --cookie 'library-name="kv_hash"' -o src/frontend_ro.pp.ml --impl src/frontend_ro.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
File "src/frontend_ro.ml", line 52, characters 5-11:
Error: Syntax error
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-12 08:47.25: Job failed: Failed: Build failed