Organisationsinhabitedtypeocaml-sessionfcf444 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:06.56: New job: test inhabitedtype/ocaml-session https://github.com/inhabitedtype/ocaml-session.git#refs/heads/master (fcf4449bf8d3eabb33887f8612c2875432da0906) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/inhabitedtype/ocaml-session.git" -b "master" && cd "ocaml-session" && git reset --hard fcf4449b
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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 session.opam session-webmachine.opam session-redis-lwt.opam session-postgresql.opam session-postgresql-lwt.opam session-postgresql-async.opam session-cohttp.opam session-cohttp-lwt.opam session-cohttp-async.opam ./
RUN opam pin add -yn session.dev './' && \
    opam pin add -yn session-webmachine.dev './' && \
    opam pin add -yn session-redis-lwt.dev './' && \
    opam pin add -yn session-postgresql.dev './' && \
    opam pin add -yn session-postgresql-lwt.dev './' && \
    opam pin add -yn session-postgresql-async.dev './' && \
    opam pin add -yn session-cohttp.dev './' && \
    opam pin add -yn session-cohttp-lwt.dev './' && \
    opam pin add -yn session-cohttp-async.dev './'
ENV DEPS="astring.0.8.2 async.v0.12.0 async_extra.v0.12.0 async_kernel.v0.12.0 async_rpc_kernel.v0.12.0 async_unix.v0.12.0 base.v0.12.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.2.0.0 base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bin_prot.v0.12.0 calendar.2.03.2 cmdliner.1.0.0 cohttp.1.2.0 cohttp-async.2.1.1 cohttp-lwt.1.2.0 cohttp-lwt-unix.1.2.0 conduit.1.3.0 conduit-async.1.3.0 conduit-lwt.1.3.0 conduit-lwt-unix.1.0.3 conf-m4.1 conf-pkg-config.1.0 core.v0.12.0 core_kernel.v0.12.3 cppo.1.6.1 cpuid.0.1.2 cstruct.3.2.0 dispatch.0.3.0 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fieldslib.v0.12.0 fmt.0.8.2 ipaddr.2.8.0 jane-street-headers.v0.12.0 jbuilder.1.0+beta10 jsonm.1.0.1 jst-config.v0.12.0 logs.0.6.2 lwt.4.2.0 magic-mime.1.0.0 mirage-crypto.0.6.0 mirage-crypto-rng.0.6.0 mmap.1.0.2 num.1.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocamlbuild.0.9.1 ocamlfind.1.8.0 ocplib-endian.1.0 octavius.0.1.0 ounit.2.0.0 parsexp.v0.12.0 postgresql.3.2.1 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.0 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.0 ppx_derivers.1.0 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.5.0 protocol_version_header.v0.12.0 re.1.8.0 redis.0.3.6 redis-lwt.0.3.6 result.1.0 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 spawn.v0.13.0 splittable_random.v0.12.0 stdio.v0.12.0 stringext.1.4.0 textutils.v0.12.0 time_now.v0.12.0 topkg.0.9.0 typerep.v0.12.0 uchar.0.0.2 uri.2.2.0 uuidm.0.9.6 uutf.1.0.1 variantslib.v0.12.0 webmachine.0.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y session.dev session-webmachine.dev session-redis-lwt.dev session-postgresql.dev session-postgresql-lwt.dev session-postgresql-async.dev session-cohttp.dev session-cohttp-lwt.dev session-cohttp-async.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 22:06.56: Using cache hint "inhabitedtype/ocaml-session-ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b-debian-12-4.07_opam-2.1-a014f4af0e10cd96ead2dec37bada7d0"
2024-05-10 22:06.56: 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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src session.opam session-webmachine.opam session-redis-lwt.opam session-postgresql.opam session-postgresql-lwt.opam session-postgresql-async.opam session-cohttp.opam session-cohttp-lwt.opam session-cohttp-async.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn session.dev './' && \
             \nopam pin add -yn session-webmachine.dev './' && \
             \nopam pin add -yn session-redis-lwt.dev './' && \
             \nopam pin add -yn session-postgresql.dev './' && \
             \nopam pin add -yn session-postgresql-lwt.dev './' && \
             \nopam pin add -yn session-postgresql-async.dev './' && \
             \nopam pin add -yn session-cohttp.dev './' && \
             \nopam pin add -yn session-cohttp-lwt.dev './' && \
             \nopam pin add -yn session-cohttp-async.dev './'"))
 (env DEPS "astring.0.8.2 async.v0.12.0 async_extra.v0.12.0 async_kernel.v0.12.0 async_rpc_kernel.v0.12.0 async_unix.v0.12.0 base.v0.12.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.2.0.0 base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bin_prot.v0.12.0 calendar.2.03.2 cmdliner.1.0.0 cohttp.1.2.0 cohttp-async.2.1.1 cohttp-lwt.1.2.0 cohttp-lwt-unix.1.2.0 conduit.1.3.0 conduit-async.1.3.0 conduit-lwt.1.3.0 conduit-lwt-unix.1.0.3 conf-m4.1 conf-pkg-config.1.0 core.v0.12.0 core_kernel.v0.12.3 cppo.1.6.1 cpuid.0.1.2 cstruct.3.2.0 dispatch.0.3.0 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fieldslib.v0.12.0 fmt.0.8.2 ipaddr.2.8.0 jane-street-headers.v0.12.0 jbuilder.1.0+beta10 jsonm.1.0.1 jst-config.v0.12.0 logs.0.6.2 lwt.4.2.0 magic-mime.1.0.0 mirage-crypto.0.6.0 mirage-crypto-rng.0.6.0 mmap.1.0.2 num.1.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocamlbuild.0.9.1 ocamlfind.1.8.0 ocplib-endian.1.0 octavius.0.1.0 ounit.2.0.0 parsexp.v0.12.0 postgresql.3.2.1 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.0 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.0 ppx_derivers.1.0 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.5.0 protocol_version_header.v0.12.0 re.1.8.0 redis.0.3.6 redis-lwt.0.3.6 result.1.0 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 spawn.v0.13.0 splittable_random.v0.12.0 stdio.v0.12.0 stringext.1.4.0 textutils.v0.12.0 time_now.v0.12.0 topkg.0.9.0 typerep.v0.12.0 uchar.0.0.2 uri.2.2.0 uuidm.0.9.6 uutf.1.0.1 variantslib.v0.12.0 webmachine.0.4.0")
 (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 session.dev session-webmachine.dev session-redis-lwt.dev session-postgresql.dev session-postgresql-lwt.dev session-postgresql-async.dev session-cohttp.dev session-cohttp-lwt.dev session-cohttp-async.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 22:06.56: Waiting for resource in pool OCluster
2024-05-11 12:16.54: Waiting for worker…
2024-05-11 12:21.48: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at fcf4449 Merge pull request #34 from inhabitedtype/fix-ci


(from ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
Unable to find image 'ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b' locally
docker.io/ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b: Pulling from ocaml/opam
Digest: sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
Status: Downloaded newer image for ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
2024-05-11 12:21.48 ---> 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-11 12:21.48 ---> 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-11 12:21.48 ---> using "1178bb4688e7e4718d4170c0ec783ce5396ae6f9cd4db4b0fb12bcb2662305da" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:21.48 ---> 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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..2ae169d7d0  master     -> origin/master
819388d34c @dra27 maintains the OCaml Museum


<><> 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 12:22.49 ---> saved as "3f8fe4bb9daf2f46667018536d3a20db07a060c5ab106ce7ef961fce70d61a07"


/src: (copy (src session.opam session-webmachine.opam session-redis-lwt.opam session-postgresql.opam session-postgresql-lwt.opam session-postgresql-async.opam session-cohttp.opam session-cohttp-lwt.opam session-cohttp-async.opam)
            (dst ./))
2024-05-11 12:22.50 ---> saved as "bf9cb1e14df23b818e25906cb1ad336a10fa8ca27121646b8341d13e3c8151b0"


/src: (run (network host)
           (shell  "opam pin add -yn session.dev './' && \
                  \nopam pin add -yn session-webmachine.dev './' && \
                  \nopam pin add -yn session-redis-lwt.dev './' && \
                  \nopam pin add -yn session-postgresql.dev './' && \
                  \nopam pin add -yn session-postgresql-lwt.dev './' && \
                  \nopam pin add -yn session-postgresql-async.dev './' && \
                  \nopam pin add -yn session-cohttp.dev './' && \
                  \nopam pin add -yn session-cohttp-lwt.dev './' && \
                  \nopam pin add -yn session-cohttp-async.dev './'"))
[session.dev] synchronised (file:///src)
session is now pinned to file:///src (version dev)
[session-webmachine.dev] synchronised (file:///src)
session-webmachine is now pinned to file:///src (version dev)
[session-redis-lwt.dev] synchronised (file:///src)
session-redis-lwt is now pinned to file:///src (version dev)
[session-postgresql.dev] synchronised (file:///src)
session-postgresql is now pinned to file:///src (version dev)
[session-postgresql-lwt.dev] synchronised (file:///src)
session-postgresql-lwt is now pinned to file:///src (version dev)
[session-postgresql-async.dev] synchronised (file:///src)
session-postgresql-async is now pinned to file:///src (version dev)
[session-cohttp.dev] synchronised (file:///src)
session-cohttp is now pinned to file:///src (version dev)
[session-cohttp-lwt.dev] synchronised (file:///src)
session-cohttp-lwt is now pinned to file:///src (version dev)
[session-cohttp-async.dev] synchronised (file:///src)
session-cohttp-async is now pinned to file:///src (version dev)
2024-05-11 12:23.05 ---> saved as "cd129c104fb7e6f265547570f762892499e31432b498d3c3977d84bece99a893"


/src: (env DEPS "astring.0.8.2 async.v0.12.0 async_extra.v0.12.0 async_kernel.v0.12.0 async_rpc_kernel.v0.12.0 async_unix.v0.12.0 base.v0.12.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.2.0.0 base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bin_prot.v0.12.0 calendar.2.03.2 cmdliner.1.0.0 cohttp.1.2.0 cohttp-async.2.1.1 cohttp-lwt.1.2.0 cohttp-lwt-unix.1.2.0 conduit.1.3.0 conduit-async.1.3.0 conduit-lwt.1.3.0 conduit-lwt-unix.1.0.3 conf-m4.1 conf-pkg-config.1.0 core.v0.12.0 core_kernel.v0.12.3 cppo.1.6.1 cpuid.0.1.2 cstruct.3.2.0 dispatch.0.3.0 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fieldslib.v0.12.0 fmt.0.8.2 ipaddr.2.8.0 jane-street-headers.v0.12.0 jbuilder.1.0+beta10 jsonm.1.0.1 jst-config.v0.12.0 logs.0.6.2 lwt.4.2.0 magic-mime.1.0.0 mirage-crypto.0.6.0 mirage-crypto-rng.0.6.0 mmap.1.0.2 num.1.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocamlbuild.0.9.1 ocamlfind.1.8.0 ocplib-endian.1.0 octavius.0.1.0 ounit.2.0.0 parsexp.v0.12.0 postgresql.3.2.1 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.0 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.0 ppx_derivers.1.0 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.5.0 protocol_version_header.v0.12.0 re.1.8.0 redis.0.3.6 redis-lwt.0.3.6 result.1.0 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 spawn.v0.13.0 splittable_random.v0.12.0 stdio.v0.12.0 stringext.1.4.0 textutils.v0.12.0 time_now.v0.12.0 topkg.0.9.0 typerep.v0.12.0 uchar.0.0.2 uri.2.2.0 uuidm.0.9.6 uutf.1.0.1 variantslib.v0.12.0 webmachine.0.4.0")


/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 session.dev session-webmachine.dev session-redis-lwt.dev session-postgresql.dev session-postgresql-lwt.dev session-postgresql-async.dev session-cohttp.dev session-cohttp-lwt.dev session-cohttp-async.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 (660 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[session.dev] synchronised (no changes)
[session-cohttp.dev] synchronised (no changes)
[session-cohttp-async.dev] synchronised (no changes)
[session-cohttp-lwt.dev] synchronised (no changes)
[session-postgresql.dev] synchronised (no changes)
[session-postgresql-async.dev] synchronised (no changes)
[session-postgresql-lwt.dev] synchronised (no changes)
[session-redis-lwt.dev] synchronised (no changes)
[session-webmachine.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.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:
    libpq-dev m4 pkg-config


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


2024-05-11 12:23.27 ---> saved as "bfc8d5db1b1d5ecb21a705ba1ea6bd27e187c93c7b1009477924e44fe286e6b2"


/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.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 conf-m4                 1
  - install result                  1.0
  - install conf-pkg-config         1.0
  - install dune                    2.0.1
  - install ocamlbuild              0.9.1
  - install ocamlfind               1.8.0
  - install spawn                   v0.13.0
  - install sexplib0                v0.12.0
  - install seq                     0.2.2
  - install ocaml-compiler-libs     v0.12.0
  - install mmap                    1.0.2
  - install jane-street-headers     v0.12.0
  - install dune-private-libs       2.0.1
  - install cpuid                   0.1.2
  - install uchar                   0.0.2
  - install topkg                   0.9.0
  - install ounit                   2.0.0
  - install num                     1.0
  - install magic-mime              1.0.0
  - install jbuilder                1.0+beta10
  - install dispatch                0.3.0
  - install calendar                2.03.2
  - install base-bytes              base
  - install base                    v0.12.0
  - install dune-configurator       2.0.1
  - install octavius                0.1.0
  - install cmdliner                1.0.0
  - install re                      1.8.0
  - install ppx_derivers            1.0
  - install stringext               1.4.0
  - install postgresql              3.2.1
  - install cppo                    1.6.1
  - install base64                  2.0.0
  - install astring                 0.8.2
  - 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 uutf                    1.0.1
  - install uuidm                   0.9.6
  - install fmt                     0.8.2
  - install ocaml-migrate-parsetree 1.2.0
  - install ocplib-endian           1.0
  - install lwt                     4.2.0
  - install sexplib                 v0.12.0
  - install jsonm                   1.0.1
  - install redis                   0.3.6
  - install ppxlib                  0.5.0
  - install logs                    0.6.2
  - install cstruct                 3.2.0
  - install redis-lwt               0.3.6
  - 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 mirage-crypto           0.6.0
  - install uri                     2.2.0
  - install ppx_custom_printf       v0.12.0
  - install ipaddr                  2.8.0
  - 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 mirage-crypto-rng       0.6.0
  - install cohttp                  1.2.0
  - install bin_prot                v0.12.0
  - install conduit                 1.3.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 webmachine              0.4.0
  - install cohttp-lwt              1.2.0
  - install ppx_bin_prot            v0.12.0
  - install conduit-lwt             1.3.0
  - install base_quickcheck         v0.12.1
  - install time_now                v0.12.0
  - install conduit-lwt-unix        1.0.3
  - install ppx_module_timer        v0.12.0
  - install cohttp-lwt-unix         1.2.0
  - install ppx_jane                v0.12.0
  - install base_bigstring          v0.12.0
  - install core_kernel             v0.12.3
  - install protocol_version_header v0.12.0
  - install core                    v0.12.0
  - install async_kernel            v0.12.0
  - install textutils               v0.12.0
  - install async_unix              v0.12.0
  - install async_rpc_kernel        v0.12.0
  - install async_extra             v0.12.0
  - install async                   v0.12.0
  - install conduit-async           1.3.0
  - install cohttp-async            2.1.1
===== 106 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved async_extra.v0.12.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved async.v0.12.0  (cached)
-> retrieved async_kernel.v0.12.0  (cached)
-> retrieved async_rpc_kernel.v0.12.0  (cached)
-> retrieved async_unix.v0.12.0  (cached)
-> retrieved base.v0.12.0  (cached)
-> retrieved base64.2.0.0  (cached)
-> retrieved base_bigstring.v0.12.0  (cached)
-> retrieved base_quickcheck.v0.12.1  (cached)
-> retrieved bin_prot.v0.12.0  (cached)
-> retrieved calendar.2.03.2  (cached)
-> retrieved cmdliner.1.0.0  (cached)
-> retrieved cohttp.1.2.0  (cached)
-> retrieved cohttp-async.2.1.1  (cached)
-> retrieved cohttp-lwt.1.2.0  (cached)
-> retrieved cohttp-lwt-unix.1.2.0  (cached)
-> retrieved conduit.1.3.0  (cached)
-> retrieved conduit-async.1.3.0  (cached)
-> retrieved conduit-lwt.1.3.0  (cached)
-> retrieved conduit-lwt-unix.1.0.3  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved core_kernel.v0.12.3  (cached)
-> retrieved cppo.1.6.1  (cached)
-> retrieved core.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/core-v0.12.0.tar.gz)
-> retrieved cpuid.0.1.2  (cached)
-> retrieved cstruct.3.2.0  (cached)
-> retrieved dispatch.0.3.0  (cached)
-> retrieved dune.2.0.1  (cached)
-> retrieved dune-configurator.2.0.1  (cached)
-> retrieved dune-private-libs.2.0.1  (cached)
-> retrieved fieldslib.v0.12.0  (cached)
-> retrieved fmt.0.8.2  (cached)
-> retrieved ipaddr.2.8.0  (cached)
-> retrieved jane-street-headers.v0.12.0  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved jst-config.v0.12.0  (cached)
-> retrieved logs.0.6.2  (cached)
-> retrieved magic-mime.1.0.0  (cached)
-> retrieved jbuilder.1.0+beta10  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocaml-migrate-parsetree.1.2.0  (cached)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved octavius.0.1.0  (cached)
-> retrieved ounit.2.0.0  (cached)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved postgresql.3.2.1  (cached)
-> retrieved ppx_assert.v0.12.0  (cached)
-> retrieved ppx_base.v0.12.0  (cached)
-> retrieved mirage-crypto.0.6.0  (cached)
-> retrieved mirage-crypto-rng.0.6.0  (cached)
-> retrieved ppx_bench.v0.12.0  (cached)
-> retrieved ppx_compare.v0.12.0  (cached)
-> retrieved ppx_derivers.1.0  (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_custom_printf.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_custom_printf-v0.12.0.tar.gz)
-> retrieved ppx_stable.v0.12.0  (cached)
-> retrieved ppx_typerep_conv.v0.12.0  (cached)
-> retrieved ppx_variants_conv.v0.12.0  (cached)
-> retrieved protocol_version_header.v0.12.0  (cached)
-> retrieved re.1.8.0  (cached)
-> retrieved ppxlib.0.5.0  (cached)
-> retrieved redis.0.3.6  (cached)
-> retrieved redis-lwt.0.3.6  (cached)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved ppx_bin_prot.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_bin_prot-v0.12.0.tar.gz)
-> retrieved spawn.v0.13.0  (cached)
-> retrieved splittable_random.v0.12.0  (cached)
-> retrieved stdio.v0.12.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved textutils.v0.12.0  (cached)
-> retrieved time_now.v0.12.0  (cached)
-> retrieved typerep.v0.12.0  (cached)
-> retrieved topkg.0.9.0  (cached)
-> installed result.1.0
-> retrieved uchar.0.0.2  (cached)
-> retrieved uuidm.0.9.6  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved uri.2.2.0  (cached)
-> retrieved variantslib.v0.12.0  (cached)
-> retrieved webmachine.0.4.0  (cached)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.9.1
-> installed uchar.0.0.2
-> installed num.1.0
-> installed calendar.2.03.2
-> installed base64.2.0.0
-> installed dispatch.0.3.0
-> installed jbuilder.1.0+beta10
-> installed magic-mime.1.0.0
-> installed cppo.1.6.1
-> installed ounit.2.0.0
-> installed postgresql.3.2.1
-> installed dune.2.0.1
-> installed ppx_derivers.1.0
-> installed stringext.1.4.0
-> installed cpuid.0.1.2
-> installed jane-street-headers.v0.12.0
-> installed mmap.1.0.2
-> installed ocaml-compiler-libs.v0.12.0
-> installed ocplib-endian.1.0
-> installed seq.0.2.2
-> installed sexplib0.v0.12.0
-> installed spawn.v0.13.0
-> installed topkg.0.9.0
-> installed ocaml-migrate-parsetree.1.2.0
-> installed re.1.8.0
-> installed dune-private-libs.2.0.1
-> installed octavius.0.1.0
-> installed astring.0.8.2
-> installed cmdliner.1.0.0
-> installed dune-configurator.2.0.1
-> installed uuidm.0.9.6
-> installed uutf.1.0.1
-> installed fmt.0.8.2
-> installed redis.0.3.6
-> installed lwt.4.2.0
-> installed jsonm.1.0.1
-> installed redis-lwt.0.3.6
-> installed base.v0.12.0
-> installed logs.0.6.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 cstruct.3.2.0
-> installed mirage-crypto.0.6.0
-> installed mirage-crypto-rng.0.6.0
-> installed ppxlib.0.5.0
-> installed ppx_optcomp.v0.12.0
-> installed ppx_optional.v0.12.0
-> installed ppx_here.v0.12.0
-> installed ppx_enumerate.v0.12.0
-> installed ppx_stable.v0.12.0
-> installed ppx_variants_conv.v0.12.0
-> installed ppx_let.v0.12.0
-> installed ppx_compare.v0.12.0
-> installed ppx_fields_conv.v0.12.0
-> installed ppx_typerep_conv.v0.12.0
-> installed ppx_sexp_conv.v0.12.0
-> installed ppx_pipebang.v0.12.0
-> installed ppx_inline_test.v0.12.0
-> installed ppx_js_style.v0.12.0
-> installed ipaddr.2.8.0
-> installed ppx_fail.v0.12.0
-> installed ppx_hash.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_bench.v0.12.0
-> installed ppx_custom_printf.v0.12.0
-> 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 uri.2.2.0
-> installed time_now.v0.12.0
-> installed ppx_expect.v0.12.0
-> installed base_quickcheck.v0.12.1
-> installed conduit.1.3.0
-> installed ppx_module_timer.v0.12.0
-> installed ppx_bin_prot.v0.12.0
-> installed cohttp.1.2.0
-> installed conduit-lwt.1.3.0
-> installed ppx_jane.v0.12.0
-> installed cohttp-lwt.1.2.0
-> installed conduit-lwt-unix.1.0.3
-> installed base_bigstring.v0.12.0
-> installed cohttp-lwt-unix.1.2.0
-> installed webmachine.0.4.0
-> installed core_kernel.v0.12.3
-> installed protocol_version_header.v0.12.0
-> installed async_kernel.v0.12.0
-> installed async_rpc_kernel.v0.12.0
-> installed core.v0.12.0
-> installed textutils.v0.12.0
-> installed async_unix.v0.12.0
-> installed async_extra.v0.12.0
-> installed async.v0.12.0
-> installed conduit-async.1.3.0
-> installed cohttp-async.2.1.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:25.37 ---> saved as "588c53286232e1b7068d600d3aaf043b3a469640cf39eb359af28a9f6a32dfe1"


/src: (copy (src .) (dst /src))
2024-05-11 12:25.37 ---> saved as "7ba625af7cdbbe8a171d72bdf912a0bf19d0b3183d362295ab7a441fcd26a6cd"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
    ocamlopt lib/.session.objs/native/session__Memory.{cmx,o} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/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 -I lib/.session.objs/byte -I lib/.session.objs/native -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base64 -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/mirage-crypto -I /home/opam/.opam/4.07/lib/mirage-crypto-rng -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/parsexp -I /home/opam/.opam/4.07/lib/sexplib -I /home/opam/.opam/4.07/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -open Session -o lib/.session.objs/native/session__Memory.cmx -c -impl lib/memory.ml)
File "lib/memory.ml", line 47, characters 2-22:
Error: Unbound module Base64
      ocamlc lib/.session.objs/byte/session__Memory.{cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamlc.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 -bin-annot -I lib/.session.objs/byte -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base64 -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/mirage-crypto -I /home/opam/.opam/4.07/lib/mirage-crypto-rng -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/parsexp -I /home/opam/.opam/4.07/lib/sexplib -I /home/opam/.opam/4.07/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -open Session -o lib/.session.objs/byte/session__Memory.cmo -c -impl lib/memory.ml)
File "lib/memory.ml", line 47, characters 2-22:
Error: Unbound module Base64
      ocamlc backends/redis/lwt/.session_redis_lwt.objs/byte/session_redis_lwt.{cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamlc.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 -bin-annot -I backends/redis/lwt/.session_redis_lwt.objs/byte -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base64 -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/lwt -I /home/opam/.opam/4.07/lib/lwt/unix -I /home/opam/.opam/4.07/lib/mirage-crypto -I /home/opam/.opam/4.07/lib/mirage-crypto-rng -I /home/opam/.opam/4.07/lib/mmap -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/parsexp -I /home/opam/.opam/4.07/lib/re -I /home/opam/.opam/4.07/lib/re/str -I /home/opam/.opam/4.07/lib/redis -I /home/opam/.opam/4.07/lib/redis-lwt -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/seq -I /home/opam/.opam/4.07/lib/sexplib -I /home/opam/.opam/4.07/lib/sexplib0 -I /home/opam/.opam/4.07/lib/uuidm -I lib/.session.objs/byte -I lib/.session.objs/native -intf-suffix .ml -no-alias-deps -opaque -o backends/redis/lwt/.session_redis_lwt.objs/byte/session_redis_lwt.cmo -c -impl backends/redis/lwt/session_redis_lwt.ml)
File "backends/redis/lwt/session_redis_lwt.ml", line 55, characters 2-22:
Error: Unbound module Base64
      ocamlc backends/postgresql/.session_postgresql.objs/byte/session_postgresql.{cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamlc.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 -bin-annot -I backends/postgresql/.session_postgresql.objs/byte -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base64 -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/mirage-crypto -I /home/opam/.opam/4.07/lib/mirage-crypto-rng -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/parsexp -I /home/opam/.opam/4.07/lib/postgresql -I /home/opam/.opam/4.07/lib/sexplib -I /home/opam/.opam/4.07/lib/sexplib0 -I lib/.session.objs/byte -I lib/.session.objs/native -intf-suffix .ml -no-alias-deps -opaque -o backends/postgresql/.session_postgresql.objs/byte/session_postgresql.cmo -c -impl backends/postgresql/session_postgresql.ml)
File "backends/postgresql/session_postgresql.ml", line 66, characters 2-22:
Error: Unbound module Base64
    ocamlopt backends/postgresql/.session_postgresql.objs/native/session_postgresql.{cmx,o} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/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 -I backends/postgresql/.session_postgresql.objs/byte -I backends/postgresql/.session_postgresql.objs/native -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base64 -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/mirage-crypto -I /home/opam/.opam/4.07/lib/mirage-crypto-rng -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/parsexp -I /home/opam/.opam/4.07/lib/postgresql -I /home/opam/.opam/4.07/lib/sexplib -I /home/opam/.opam/4.07/lib/sexplib0 -I lib/.session.objs/byte -I lib/.session.objs/native -intf-suffix .ml -no-alias-deps -opaque -o backends/postgresql/.session_postgresql.objs/native/session_postgresql.cmx -c -impl backends/postgresql/session_postgresql.ml)
File "backends/postgresql/session_postgresql.ml", line 66, characters 2-22:
Error: Unbound module Base64
    ocamlopt backends/redis/lwt/.session_redis_lwt.objs/native/session_redis_lwt.{cmx,o} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/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 -I backends/redis/lwt/.session_redis_lwt.objs/byte -I backends/redis/lwt/.session_redis_lwt.objs/native -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base64 -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/lwt -I /home/opam/.opam/4.07/lib/lwt/unix -I /home/opam/.opam/4.07/lib/mirage-crypto -I /home/opam/.opam/4.07/lib/mirage-crypto-rng -I /home/opam/.opam/4.07/lib/mmap -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/parsexp -I /home/opam/.opam/4.07/lib/re -I /home/opam/.opam/4.07/lib/re/str -I /home/opam/.opam/4.07/lib/redis -I /home/opam/.opam/4.07/lib/redis-lwt -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/seq -I /home/opam/.opam/4.07/lib/sexplib -I /home/opam/.opam/4.07/lib/sexplib0 -I /home/opam/.opam/4.07/lib/uuidm -I lib/.session.objs/byte -I lib/.session.objs/native -intf-suffix .ml -no-alias-deps -opaque -o backends/redis/lwt/.session_redis_lwt.objs/native/session_redis_lwt.cmx -c -impl backends/redis/lwt/session_redis_lwt.ml)
File "backends/redis/lwt/session_redis_lwt.ml", line 55, characters 2-22:
Error: Unbound module Base64
      ocamlc examples/.webmachine_lwt_counter.eobjs/byte/webmachine_lwt_counter.{cmi,cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamlc.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 -bin-annot -I examples/.webmachine_lwt_counter.eobjs/byte -I /home/opam/.opam/4.07/lib/astring -I /home/opam/.opam/4.07/lib/base -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base/shadow_stdlib -I /home/opam/.opam/4.07/lib/base64 -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/calendar -I /home/opam/.opam/4.07/lib/cohttp -I /home/opam/.opam/4.07/lib/cohttp-lwt -I /home/opam/.opam/4.07/lib/cohttp-lwt-unix -I /home/opam/.opam/4.07/lib/conduit -I /home/opam/.opam/4.07/lib/conduit-lwt -I /home/opam/.opam/4.07/lib/conduit-lwt-unix -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/dispatch -I /home/opam/.opam/4.07/lib/fieldslib -I /home/opam/.opam/4.07/lib/fmt -I /home/opam/.opam/4.07/lib/ipaddr -I /home/opam/.opam/4.07/lib/ipaddr/unix -I /home/opam/.opam/4.07/lib/logs -I /home/opam/.opam/4.07/lib/lwt -I /home/opam/.opam/4.07/lib/lwt/unix -I /home/opam/.opam/4.07/lib/magic-mime -I /home/opam/.opam/4.07/lib/mirage-crypto -I /home/opam/.opam/4.07/lib/mirage-crypto-rng -I /home/opam/.opam/4.07/lib/mirage-crypto-rng/unix -I /home/opam/.opam/4.07/lib/mmap -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/parsexp -I /home/opam/.opam/4.07/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.07/lib/re -I /home/opam/.opam/4.07/lib/re/posix -I /home/opam/.opam/4.07/lib/re/str -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/seq -I /home/opam/.opam/4.07/lib/sexplib -I /home/opam/.opam/4.07/lib/sexplib0 -I /home/opam/.opam/4.07/lib/stringext -I /home/opam/.opam/4.07/lib/uchar -I /home/opam/.opam/4.07/lib/uri -I /home/opam/.opam/4.07/lib/uri/services -I /home/opam/.opam/4.07/lib/uri/sexp -I /home/opam/.opam/4.07/lib/webmachine -I cohttp/.session_cohttp.objs/byte -I cohttp/.session_cohttp.objs/native -I lib/.session.objs/byte -I lib/.session.objs/native -I webmachine/.session_webmachine.objs/byte -I webmachine/.session_webmachine.objs/native -no-alias-deps -opaque -o examples/.webmachine_lwt_counter.eobjs/byte/webmachine_lwt_counter.cmo -c -impl examples/webmachine_lwt_counter.ml)
File "examples/webmachine_lwt_counter.ml", line 15, characters 8-43:
Error: This module is not a functor; it has type
       sig
         type 'a io = 'a Session.io
         type 'a result =
           'a Webmachine.Make(Cohttp_lwt_unix__Io).result =
             Ok of 'a
           | Error of int
         type ('a, 'b) op = 'b Rd.t -> ('a result * 'b Rd.t) io
           constraint 'b = [> `Empty ]
         type 'a provider = ('a, 'a) op constraint 'a = [> `Empty ]
         type 'a acceptor = (bool, 'a) op constraint 'a = [> `Empty ]
         type auth = [ `Authorized | `Basic of string | `Redirect of Uri.t ]
         val continue : 'a -> ('a, [> `Empty ]) op
         val respond : ?body:([> `Empty ] as 'b) -> int -> ('a, 'b) op
         class virtual ['a] resource :
           object
             constraint 'a = [> `Empty ]
             method allowed_methods : (Cohttp.Code.meth list, 'a) op
             method charsets_provided : ((string * ('a -> 'a)) list, 'a) op
             method virtual content_types_accepted :
               ((string * 'a acceptor) list, 'a) op
             method virtual content_types_provided :
               ((string * 'a provider) list, 'a) op
             method delete_completed : (bool, 'a) op
             method delete_resource : (bool, 'a) op
             method encodings_provided : ((string * ('a -> 'a)) list, 'a) op
             method expires : (string option, 'a) op
             method finish_request : (unit, 'a) op
             method forbidden : (bool, 'a) op
             method generate_etag : (string option, 'a) op
             method is_authorized : (auth, 'a) op
             method is_conflict : (bool, 'a) op
             method known_content_type : (bool, 'a) op
             method known_methods : (Cohttp.Code.meth list, 'a) op
             method language_available : (bool, 'a) op
             method last_modified : (string option, 'a) op
             method malformed_request : (bool, 'a) op
             method moved_permanently : (Uri.t option, 'a) op
             method moved_temporarily : (Uri.t option, 'a) op
             method multiple_choices : (bool, 'a) op
             method options : ((string * string) list, 'a) op
             method previously_existed : (bool, 'a) op
             method process_post : (bool, 'a) op
             method resource_exists : (bool, 'a) op
             method service_available : (bool, 'a) op
             method uri_too_long : (bool, 'a) op
             method valid_content_headers : (bool, 'a) op
             method valid_entity_length : (bool, 'a) op
             method variances : (string list, 'a) op
           end
         val to_handler :
           ?dispatch_path:string ->
           ?path_info:(string * string) list ->
           resource:([> `Empty ] as 'a) resource ->
           body:'a ->
           request:Cohttp.Request.t ->
           unit ->
           (Cohttp.Code.status_code * Cohttp.Header.t * 'a * string list) io
         val dispatch :
           ((Dispatch.tag * string) list * Dispatch.typ *
            (unit -> ([> `Empty ] as 'a) resource))
           list ->
           body:'a ->
           request:Cohttp.Request.t ->
           (Cohttp.Code.status_code * Cohttp.Header.t * 'a * string list)
           option io
         val dispatch' :
           (string * (unit -> ([> `Empty ] as 'a) resource)) list ->
           body:'a ->
           request:Cohttp.Request.t ->
           (Cohttp.Code.status_code * Cohttp.Header.t * 'a * string list)
           option io
       end
      ocamlc examples/.webmachine_async_counter.eobjs/byte/webmachine_async_counter.{cmi,cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamlc.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 -bin-annot -I examples/.webmachine_async_counter.eobjs/byte -I /home/opam/.opam/4.07/lib/astring -I /home/opam/.opam/4.07/lib/async -I /home/opam/.opam/4.07/lib/async_extra -I /home/opam/.opam/4.07/lib/async_kernel -I /home/opam/.opam/4.07/lib/async_kernel/persistent_connection_kernel -I /home/opam/.opam/4.07/lib/async_rpc_kernel -I /home/opam/.opam/4.07/lib/async_unix -I /home/opam/.opam/4.07/lib/async_unix/thread_pool -I /home/opam/.opam/4.07/lib/async_unix/thread_safe_ivar -I /home/opam/.opam/4.07/lib/base -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base/md5 -I /home/opam/.opam/4.07/lib/base/shadow_stdlib -I /home/opam/.opam/4.07/lib/base64 -I /home/opam/.opam/4.07/lib/base_bigstring -I /home/opam/.opam/4.07/lib/base_quickcheck -I /home/opam/.opam/4.07/lib/bin_prot -I /home/opam/.opam/4.07/lib/bin_prot/shape -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/calendar -I /home/opam/.opam/4.07/lib/cohttp -I /home/opam/.opam/4.07/lib/cohttp-async -I /home/opam/.opam/4.07/lib/conduit -I /home/opam/.opam/4.07/lib/conduit-async -I /home/opam/.opam/4.07/lib/core -I /home/opam/.opam/4.07/lib/core/nano_mutex -I /home/opam/.opam/4.07/lib/core/squeue -I /home/opam/.opam/4.07/lib/core/uuid -I /home/opam/.opam/4.07/lib/core_kernel -I /home/opam/.opam/4.07/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.07/lib/core_kernel/moption -I /home/opam/.opam/4.07/lib/core_kernel/thread_pool_cpu_affinity -I /home/opam/.opam/4.07/lib/core_kernel/thread_safe_queue -I /home/opam/.opam/4.07/lib/core_kernel/uopt -I /home/opam/.opam/4.07/lib/core_kernel/uuid -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/dispatch -I /home/opam/.opam/4.07/lib/fieldslib -I /home/opam/.opam/4.07/lib/fmt -I /home/opam/.opam/4.07/lib/ipaddr -I /home/opam/.opam/4.07/lib/ipaddr/unix -I /home/opam/.opam/4.07/lib/jane-street-headers -I /home/opam/.opam/4.07/lib/logs -I /home/opam/.opam/4.07/lib/magic-mime -I /home/opam/.opam/4.07/lib/mirage-crypto -I /home/opam/.opam/4.07/lib/mirage-crypto-rng -I /home/opam/.opam/4.07/lib/mirage-crypto-rng/unix -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/parsexp -I /home/opam/.opam/4.07/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.07/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.07/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.07/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.07/lib/ppx_expect/collector -I /home/opam/.opam/4.07/lib/ppx_expect/common -I /home/opam/.opam/4.07/lib/ppx_expect/config -I /home/opam/.opam/4.07/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.07/lib/ppx_inline_test/config -I /home/opam/.opam/4.07/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.07/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.07/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.07/lib/protocol_version_header -I /home/opam/.opam/4.07/lib/re -I /home/opam/.opam/4.07/lib/re/posix -I /home/opam/.opam/4.07/lib/re/str -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/seq -I /home/opam/.opam/4.07/lib/sexplib -I /home/opam/.opam/4.07/lib/sexplib/unix -I /home/opam/.opam/4.07/lib/sexplib0 -I /home/opam/.opam/4.07/lib/spawn -I /home/opam/.opam/4.07/lib/splittable_random -I /home/opam/.opam/4.07/lib/stdio -I /home/opam/.opam/4.07/lib/stringext -I /home/opam/.opam/4.07/lib/time_now -I /home/opam/.opam/4.07/lib/typerep -I /home/opam/.opam/4.07/lib/uchar -I /home/opam/.opam/4.07/lib/uri -I /home/opam/.opam/4.07/lib/uri/services -I /home/opam/.opam/4.07/lib/uri/sexp -I /home/opam/.opam/4.07/lib/variantslib -I /home/opam/.opam/4.07/lib/webmachine -I cohttp/.session_cohttp.objs/byte -I cohttp/.session_cohttp.objs/native -I lib/.session.objs/byte -I lib/.session.objs/native -I webmachine/.session_webmachine.objs/byte -I webmachine/.session_webmachine.objs/native -no-alias-deps -opaque -o examples/.webmachine_async_counter.eobjs/byte/webmachine_async_counter.cmo -c -impl examples/webmachine_async_counter.ml)
File "examples/webmachine_async_counter.ml", line 17, characters 8-40:
Error: This module is not a functor; it has type
       sig
         type 'a io = 'a Session.io
         type 'a result =
           'a Webmachine.Make(Cohttp_async.Io).result =
             Ok of 'a
           | Error of int
         type ('a, 'b) op = 'b Rd.t -> ('a result * 'b Rd.t) io
           constraint 'b = [> `Empty ]
         type 'a provider = ('a, 'a) op constraint 'a = [> `Empty ]
         type 'a acceptor = (bool, 'a) op constraint 'a = [> `Empty ]
         type auth = [ `Authorized | `Basic of string | `Redirect of Uri.t ]
         val continue : 'a -> ('a, [> `Empty ]) op
         val respond : ?body:([> `Empty ] as 'b) -> int -> ('a, 'b) op
         class virtual ['a] resource :
           object
             constraint 'a = [> `Empty ]
             method allowed_methods : (Cohttp.Code.meth list, 'a) op
             method charsets_provided : ((string * ('a -> 'a)) list, 'a) op
             method virtual content_types_accepted :
               ((string * 'a acceptor) list, 'a) op
             method virtual content_types_provided :
               ((string * 'a provider) list, 'a) op
             method delete_completed : (bool, 'a) op
             method delete_resource : (bool, 'a) op
             method encodings_provided : ((string * ('a -> 'a)) list, 'a) op
             method expires : (string option, 'a) op
             method finish_request : (unit, 'a) op
             method forbidden : (bool, 'a) op
             method generate_etag : (string option, 'a) op
             method is_authorized : (auth, 'a) op
             method is_conflict : (bool, 'a) op
             method known_content_type : (bool, 'a) op
             method known_methods : (Cohttp.Code.meth list, 'a) op
             method language_available : (bool, 'a) op
             method last_modified : (string option, 'a) op
             method malformed_request : (bool, 'a) op
             method moved_permanently : (Uri.t option, 'a) op
             method moved_temporarily : (Uri.t option, 'a) op
             method multiple_choices : (bool, 'a) op
             method options : ((string * string) list, 'a) op
             method previously_existed : (bool, 'a) op
             method process_post : (bool, 'a) op
             method resource_exists : (bool, 'a) op
             method service_available : (bool, 'a) op
             method uri_too_long : (bool, 'a) op
             method valid_content_headers : (bool, 'a) op
             method valid_entity_length : (bool, 'a) op
             method variances : (string list, 'a) op
           end
         val to_handler :
           ?dispatch_path:string ->
           ?path_info:(string * string) list ->
           resource:([> `Empty ] as 'a) resource ->
           body:'a ->
           request:Cohttp.Request.t ->
           unit ->
           (Cohttp.Code.status_code * Cohttp.Header.t * 'a * string list) io
         val dispatch :
           ((Dispatch.tag * string) list * Dispatch.typ *
            (unit -> ([> `Empty ] as 'a) resource))
           list ->
           body:'a ->
           request:Cohttp.Request.t ->
           (Cohttp.Code.status_code * Cohttp.Header.t * 'a * string list)
           option io
         val dispatch' :
           (string * (unit -> ([> `Empty ] as 'a) resource)) list ->
           body:'a ->
           request:Cohttp.Request.t ->
           (Cohttp.Code.status_code * Cohttp.Header.t * 'a * string list)
           option io
       end
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 12:25.38: Job failed: Failed: Build failed