Organisationsdinosauremultipart_formc1bdd2 (miou)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:06.48: New job: test dinosaure/multipart_form https://github.com/dinosaure/multipart_form.git#refs/heads/miou (c1bdd2f79f887df1314c2aa429ae91efa65a8832) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/multipart_form.git" -b "miou" && cd "multipart_form" && git reset --hard c1bdd2f7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
# debian-12-5.0_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 multipart_form.opam multipart_form-miou.opam multipart_form-lwt.opam multipart_form-eio.opam multipart_form-cohttp-lwt.opam ./
RUN opam pin add -yn multipart_form.dev './' && \
    opam pin add -yn multipart_form-miou.dev './' && \
    opam pin add -yn multipart_form-lwt.dev './' && \
    opam pin add -yn multipart_form-eio.dev './' && \
    opam pin add -yn multipart_form-cohttp-lwt.dev './'
ENV DEPS="alcotest.1.0.0 alcotest-lwt.0.8.5 angstrom.0.14.0 astring.0.8.5 base.v0.15.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.1.0 bigarray-overlap.0.1.0 bigstringaf.0.9.0 cmdliner.1.1.0 cohttp.6.0.0~alpha0 cohttp-lwt.6.0.0~alpha0 coin.0.1.2 conf-pkg-config.1.0 cppo.1.6.6 cstruct.6.0.1 dune.3.7.0 dune-configurator.2.7.0 eio.0.9 eio_linux.0.9 eio_main.0.9 eio_posix.0.9 fmt.0.9.0 hmap.0.8.1 http.6.0.0~alpha0 iomux.0.2 ke.0.4 logs.0.7.0 lwt.5.6.0 lwt-dllist.1.0.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 miou.0.0.1~beta2 mtime.2.0.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 optint.0.1.0 pecu.0.4 ppx_derivers.1.2.1 ppx_sexp_conv.v0.15.0 ppxlib.0.25.1 prettym.0.0.1 psq.0.2.0 re.1.9.0 result.1.5 rosetta.0.3.0 rresult.0.4.0 seq.0.3 sexplib0.v0.15.1 stdlib-shims.0.1.0 stringext.1.6.0 topkg.1.0.6 unstrctrd.0.2 uri.4.0.0 uri-sexp.4.0.0 uring.0.5 uuidm.0.9.8 uutf.1.0.3 uuuu.0.2.0 yuscii.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y multipart_form.dev multipart_form-miou.dev multipart_form-lwt.dev multipart_form-eio.dev multipart_form-cohttp-lwt.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.48: Using cache hint "dinosaure/multipart_form-ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60-debian-12-5.0_opam-2.1-fb17bcf7e4f6ff5029bcca30a70236f3"
2024-05-10 22:06.48: Using OBuilder spec:
((from ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60)
 (comment debian-12-5.0_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 multipart_form.opam multipart_form-miou.opam multipart_form-lwt.opam multipart_form-eio.opam multipart_form-cohttp-lwt.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn multipart_form.dev './' && \
             \nopam pin add -yn multipart_form-miou.dev './' && \
             \nopam pin add -yn multipart_form-lwt.dev './' && \
             \nopam pin add -yn multipart_form-eio.dev './' && \
             \nopam pin add -yn multipart_form-cohttp-lwt.dev './'"))
 (env DEPS "alcotest.1.0.0 alcotest-lwt.0.8.5 angstrom.0.14.0 astring.0.8.5 base.v0.15.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.1.0 bigarray-overlap.0.1.0 bigstringaf.0.9.0 cmdliner.1.1.0 cohttp.6.0.0~alpha0 cohttp-lwt.6.0.0~alpha0 coin.0.1.2 conf-pkg-config.1.0 cppo.1.6.6 cstruct.6.0.1 dune.3.7.0 dune-configurator.2.7.0 eio.0.9 eio_linux.0.9 eio_main.0.9 eio_posix.0.9 fmt.0.9.0 hmap.0.8.1 http.6.0.0~alpha0 iomux.0.2 ke.0.4 logs.0.7.0 lwt.5.6.0 lwt-dllist.1.0.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 miou.0.0.1~beta2 mtime.2.0.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 optint.0.1.0 pecu.0.4 ppx_derivers.1.2.1 ppx_sexp_conv.v0.15.0 ppxlib.0.25.1 prettym.0.0.1 psq.0.2.0 re.1.9.0 result.1.5 rosetta.0.3.0 rresult.0.4.0 seq.0.3 sexplib0.v0.15.1 stdlib-shims.0.1.0 stringext.1.6.0 topkg.1.0.6 unstrctrd.0.2 uri.4.0.0 uri-sexp.4.0.0 uring.0.5 uuidm.0.9.8 uutf.1.0.3 uuuu.0.2.0 yuscii.0.3.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 multipart_form.dev multipart_form-miou.dev multipart_form-lwt.dev multipart_form-eio.dev multipart_form-cohttp-lwt.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.48: Waiting for resource in pool OCluster
2024-05-11 12:11.02: Waiting for worker…
2024-05-11 12:16.16: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at c1bdd2f Better API for Multipart_form_miou.Bounded_stream


(from ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60)
2024-05-11 12:16.16 ---> using "f05db63d7be607a84849be4c718d0fd213b3863baea95da9b7b8b80965f38f09" from cache


/: (comment debian-12-5.0_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:16.16 ---> using "4ef7767c4d58188e020404e6560e60fe966fbd7d39cd0f5e5b73f21649c47c59" 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:16.16 ---> using "903dbef71a7d3e1e2bc58f3c4fd0091238b48f399c79a2624ba389b1239d50c7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 5.0.0
2.1.5
2024-05-11 12:16.16 ---> using "e2a8b8d5bd06418be8543e1bada46989015c5387292c65871ea346f06f0534c3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:16.16 ---> using "0c98b2cb780c79e6c57c19764c71204b1df8a035bd6420ed22e0291d684871c1" from cache


/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 12:16.16 ---> using "84531e4fc5d427228d57eab93176c365fd25d42b32eca04ecd410cff34d78474" from cache


/src: (copy (src multipart_form.opam multipart_form-miou.opam multipart_form-lwt.opam multipart_form-eio.opam multipart_form-cohttp-lwt.opam)
            (dst ./))
2024-05-11 12:16.17 ---> saved as "231c6f5b245b98e97a05809246919725913a4cdf1d67d2c0633446019a019504"


/src: (run (network host)
           (shell  "opam pin add -yn multipart_form.dev './' && \
                  \nopam pin add -yn multipart_form-miou.dev './' && \
                  \nopam pin add -yn multipart_form-lwt.dev './' && \
                  \nopam pin add -yn multipart_form-eio.dev './' && \
                  \nopam pin add -yn multipart_form-cohttp-lwt.dev './'"))
[multipart_form.dev] synchronised (file:///src)
multipart_form is now pinned to file:///src (version dev)
Package multipart_form-miou does not exist, create as a NEW package? [Y/n] y
[multipart_form-miou.dev] synchronised (file:///src)
multipart_form-miou is now pinned to file:///src (version dev)
[multipart_form-lwt.dev] synchronised (file:///src)
multipart_form-lwt is now pinned to file:///src (version dev)
[multipart_form-eio.dev] synchronised (file:///src)
multipart_form-eio is now pinned to file:///src (version dev)
[multipart_form-cohttp-lwt.dev] synchronised (file:///src)
multipart_form-cohttp-lwt is now pinned to file:///src (version dev)
2024-05-11 12:16.29 ---> saved as "b7e354f6a779579718282d03d03b9c5b043e7e92b4a6a1573761bcc7275f606a"


/src: (env DEPS "alcotest.1.0.0 alcotest-lwt.0.8.5 angstrom.0.14.0 astring.0.8.5 base.v0.15.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.1.0 bigarray-overlap.0.1.0 bigstringaf.0.9.0 cmdliner.1.1.0 cohttp.6.0.0~alpha0 cohttp-lwt.6.0.0~alpha0 coin.0.1.2 conf-pkg-config.1.0 cppo.1.6.6 cstruct.6.0.1 dune.3.7.0 dune-configurator.2.7.0 eio.0.9 eio_linux.0.9 eio_main.0.9 eio_posix.0.9 fmt.0.9.0 hmap.0.8.1 http.6.0.0~alpha0 iomux.0.2 ke.0.4 logs.0.7.0 lwt.5.6.0 lwt-dllist.1.0.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 miou.0.0.1~beta2 mtime.2.0.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 optint.0.1.0 pecu.0.4 ppx_derivers.1.2.1 ppx_sexp_conv.v0.15.0 ppxlib.0.25.1 prettym.0.0.1 psq.0.2.0 re.1.9.0 result.1.5 rosetta.0.3.0 rresult.0.4.0 seq.0.3 sexplib0.v0.15.1 stdlib-shims.0.1.0 stringext.1.6.0 topkg.1.0.6 unstrctrd.0.2 uri.4.0.0 uri-sexp.4.0.0 uring.0.5 uuidm.0.9.8 uutf.1.0.3 uuuu.0.2.0 yuscii.0.3.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 multipart_form.dev multipart_form-miou.dev multipart_form-lwt.dev multipart_form-eio.dev multipart_form-cohttp-lwt.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 (971 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[multipart_form.dev] synchronised (no changes)
[multipart_form-cohttp-lwt.dev] synchronised (no changes)
[multipart_form-eio.dev] synchronised (no changes)
[multipart_form-lwt.dev] synchronised (no changes)
[multipart_form-miou.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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:
    pkg-config


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


2024-05-11 12:16.55 ---> saved as "7b892584afbe7a711eafefe72ec4c4d13c92dc760de35a0c3df742577b0e9e97"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 ocamlbuild          0.14.1
  - install cmdliner            1.1.0
  - install ocamlfind           1.9.5
  - install conf-pkg-config     1.0
  - install dune                3.7.0
  - install topkg               1.0.6
  - install base-bytes          base
  - install yuscii              0.3.0
  - install stringext           1.6.0
  - install stdlib-shims        0.1.0
  - install sexplib0            v0.15.1
  - install seq                 0.3
  - install result              1.5
  - install ppx_derivers        1.2.1
  - install pecu                0.4
  - install optint              0.1.0
  - install ocaml-compiler-libs v0.12.0
  - install miou                0.0.1~beta2
  - install menhirSdk           20200123
  - install menhirLib           20200123
  - install http                6.0.0~alpha0
  - install dune-configurator   2.7.0
  - install cppo                1.6.6
  - install bigstringaf         0.9.0
  - install bigarray-compat     1.1.0
  - install uutf                1.0.3
  - install uuidm               0.9.8
  - install mtime               2.0.0
  - install hmap                0.8.1
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install base64              3.1.0
  - install re                  1.9.0
  - install psq                 0.2.0
  - install rresult             0.4.0
  - install ppxlib              0.25.1
  - install menhir              20200123
  - install iomux               0.2
  - install base                v0.15.1
  - install ocplib-endian       1.1
  - install angstrom            0.14.0
  - install cstruct             6.0.1
  - install bigarray-overlap    0.1.0
  - install ke                  0.4
  - install alcotest            1.0.0
  - install ppx_sexp_conv       v0.15.0
  - install lwt                 5.6.0
  - install uuuu                0.2.0
  - install uri                 4.0.0
  - install unstrctrd           0.2
  - install coin                0.1.2
  - install uring               0.5
  - install prettym             0.0.1
  - install lwt-dllist          1.0.0
  - install logs                0.7.0
  - install uri-sexp            4.0.0
  - install rosetta             0.3.0
  - install eio                 0.9
  - install alcotest-lwt        0.8.5
  - install cohttp              6.0.0~alpha0
  - install eio_posix           0.9
  - install eio_linux           0.9
  - install cohttp-lwt          6.0.0~alpha0
  - install eio_main            0.9
===== 64 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.14.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved base64.3.1.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved alcotest.1.0.0  (cached)
-> retrieved alcotest-lwt.0.8.5  (cached)
-> retrieved bigarray-overlap.0.1.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved cohttp.6.0.0~alpha0  (cached)
-> retrieved cohttp-lwt.6.0.0~alpha0  (cached)
-> retrieved coin.0.1.2  (cached)
-> retrieved cppo.1.6.6  (cached)
-> installed conf-pkg-config.1.0
-> retrieved cstruct.6.0.1  (cached)
-> retrieved eio.0.9  (cached)
-> retrieved eio_linux.0.9  (cached)
-> retrieved eio_main.0.9  (cached)
-> retrieved dune-configurator.2.7.0  (cached)
-> retrieved dune.3.7.0  (cached)
-> retrieved eio_posix.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.2  (cached)
-> retrieved ke.0.4  (cached)
-> retrieved http.6.0.0~alpha0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.6.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved menhir.20200123  (cached)
-> retrieved menhirLib.20200123  (cached)
-> retrieved menhirSdk.20200123  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocamlbuild.0.14.1  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved ocplib-endian.1.1  (cached)
-> retrieved optint.0.1.0  (cached)
-> retrieved pecu.0.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.15.0  (cached)
-> retrieved miou.0.0.1~beta2  (https://github.com/robur-coop/miou/releases/download/v0.0.1_beta2/miou-0.0.1.beta2.tbz)
-> retrieved prettym.0.0.1  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved rosetta.0.3.0  (cached)
-> retrieved rresult.0.4.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved ppxlib.0.25.1  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.6  (cached)
-> retrieved unstrctrd.0.2  (cached)
-> retrieved uri.4.0.0  (cached)
-> retrieved uri-sexp.4.0.0  (cached)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uuuu.0.2.0  (cached)
-> retrieved yuscii.0.3.0  (cached)
-> retrieved uring.0.5  (https://github.com/ocaml-multicore/ocaml-uring/releases/download/v0.5/uring-0.5.tbz)
-> installed cmdliner.1.1.0
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed ocamlbuild.0.14.1
-> installed topkg.1.0.6
-> installed hmap.0.8.1
-> installed uuidm.0.9.8
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.7.0
-> installed bigarray-compat.1.1.0
-> installed bigstringaf.0.9.0
-> installed ppx_derivers.1.2.1
-> installed seq.0.3
-> installed result.1.5
-> installed pecu.0.4
-> installed stringext.1.6.0
-> installed stdlib-shims.0.1.0
-> installed yuscii.0.3.0
-> installed base64.3.1.0
-> installed bigarray-overlap.0.1.0
-> installed optint.0.1.0
-> installed http.6.0.0~alpha0
-> installed menhirSdk.20200123
-> installed ke.0.4
-> installed sexplib0.v0.15.1
-> installed psq.0.2.0
-> installed cppo.1.6.6
-> installed cstruct.6.0.1
-> installed menhirLib.20200123
-> installed miou.0.0.1~beta2
-> installed angstrom.0.14.0
-> installed rresult.0.4.0
-> installed ocaml-compiler-libs.v0.12.0
-> installed prettym.0.0.1
-> installed ocplib-endian.1.1
-> installed unstrctrd.0.2
-> installed dune-configurator.2.7.0
-> installed re.1.9.0
-> installed iomux.0.2
-> installed alcotest.1.0.0
-> installed uri.4.0.0
-> installed uring.0.5
-> installed lwt.5.6.0
-> installed lwt-dllist.1.0.0
-> installed logs.0.7.0
-> installed alcotest-lwt.0.8.5
-> installed eio.0.9
-> installed base.v0.15.1
-> installed eio_linux.0.9
-> installed eio_posix.0.9
-> installed menhir.20200123
-> installed eio_main.0.9
-> installed coin.0.1.2
-> installed uuuu.0.2.0
-> installed rosetta.0.3.0
-> installed ppxlib.0.25.1
-> installed ppx_sexp_conv.v0.15.0
-> installed uri-sexp.4.0.0
-> installed cohttp.6.0.0~alpha0
-> installed cohttp-lwt.6.0.0~alpha0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:18.49 ---> saved as "fb7a53835893589eb880d264f4efdd179a7fc23427aaac75d23dd49fed583b28"


/src: (copy (src .) (dst /src))
2024-05-11 12:18.49 ---> saved as "cff1652d317852bbe11f9836cd9e127c0a29d9cb425b51f5cac079396fa6b4cf"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.0/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_miou/lib/.multipart_form_miou.objs/byte -I /home/opam/.opam/5.0/lib/angstrom -I /home/opam/.opam/5.0/lib/base64 -I /home/opam/.opam/5.0/lib/base64/rfc2045 -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/bigarray-overlap -I /home/opam/.opam/5.0/lib/bigarray-overlap/stubs -I /home/opam/.opam/5.0/lib/bigstringaf -I /home/opam/.opam/5.0/lib/bytes -I /home/opam/.opam/5.0/lib/fmt -I /home/opam/.opam/5.0/lib/ke -I /home/opam/.opam/5.0/lib/logs -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/pecu -I /home/opam/.opam/5.0/lib/prettym -I /home/opam/.opam/5.0/lib/unstrctrd -I /home/opam/.opam/5.0/lib/unstrctrd/parser -I /home/opam/.opam/5.0/lib/uutf -I lib/.multipart_form.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o lib_miou/lib/.multipart_form_miou.objs/byte/multipart_form_miou.cmo -c -impl lib_miou/lib/multipart_form_miou.ml)
File "lib_miou/lib/multipart_form_miou.ml", line 8, characters 11-23:
8 |     lock : Miou.Mutex.t;
               ^^^^^^^^^^^^
Error: Unbound module Miou.Mutex
(cd _build/default && /home/opam/.opam/5.0/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_miou/lib/.multipart_form_miou.objs/byte -I lib_miou/lib/.multipart_form_miou.objs/native -I /home/opam/.opam/5.0/lib/angstrom -I /home/opam/.opam/5.0/lib/base64 -I /home/opam/.opam/5.0/lib/base64/rfc2045 -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/bigarray-overlap -I /home/opam/.opam/5.0/lib/bigarray-overlap/stubs -I /home/opam/.opam/5.0/lib/bigstringaf -I /home/opam/.opam/5.0/lib/bytes -I /home/opam/.opam/5.0/lib/fmt -I /home/opam/.opam/5.0/lib/ke -I /home/opam/.opam/5.0/lib/logs -I /home/opam/.opam/5.0/lib/miou -I /home/opam/.opam/5.0/lib/pecu -I /home/opam/.opam/5.0/lib/prettym -I /home/opam/.opam/5.0/lib/unstrctrd -I /home/opam/.opam/5.0/lib/unstrctrd/parser -I /home/opam/.opam/5.0/lib/uutf -I lib/.multipart_form.objs/byte -I lib/.multipart_form.objs/native -intf-suffix .ml -no-alias-deps -opaque -o lib_miou/lib/.multipart_form_miou.objs/native/multipart_form_miou.cmx -c -impl lib_miou/lib/multipart_form_miou.ml)
File "lib_miou/lib/multipart_form_miou.ml", line 8, characters 11-23:
8 |     lock : Miou.Mutex.t;
               ^^^^^^^^^^^^
Error: Unbound module Miou.Mutex
(cd _build/default && /home/opam/.opam/5.0/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 test/.test_lwt.eobjs/byte -I /home/opam/.opam/5.0/lib/alcotest -I /home/opam/.opam/5.0/lib/alcotest-lwt -I /home/opam/.opam/5.0/lib/angstrom -I /home/opam/.opam/5.0/lib/astring -I /home/opam/.opam/5.0/lib/base64 -I /home/opam/.opam/5.0/lib/base64/rfc2045 -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/bigarray-overlap -I /home/opam/.opam/5.0/lib/bigarray-overlap/stubs -I /home/opam/.opam/5.0/lib/bigstringaf -I /home/opam/.opam/5.0/lib/bytes -I /home/opam/.opam/5.0/lib/cmdliner -I /home/opam/.opam/5.0/lib/fmt -I /home/opam/.opam/5.0/lib/ke -I /home/opam/.opam/5.0/lib/logs -I /home/opam/.opam/5.0/lib/lwt -I /home/opam/.opam/5.0/lib/lwt/unix -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ocplib-endian -I /home/opam/.opam/5.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.0/lib/pecu -I /home/opam/.opam/5.0/lib/prettym -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/stdlib-shims -I /home/opam/.opam/5.0/lib/unstrctrd -I /home/opam/.opam/5.0/lib/unstrctrd/parser -I /home/opam/.opam/5.0/lib/uuidm -I /home/opam/.opam/5.0/lib/uutf -I lib/.multipart_form.objs/byte -I lib_lwt/.multipart_form_lwt.objs/byte -no-alias-deps -opaque -o test/.test_lwt.eobjs/byte/dune__exe__Test_lwt.cmo -c -impl test/test_lwt.ml)
File "test/test_lwt.ml", line 98, characters 2-18:
98 |   Alcotest_lwt.run "multipart_form_lwt" [ ("truncated", [ test01; test02 ]) ]
       ^^^^^^^^^^^^^^^^
Error: Unbound value Alcotest_lwt.run
(cd _build/default/test && ./test.exe --color=always)
Testing multipart_form.
This run has ID `8CB9A622-5971-4B92-AFAF-2BF53A4C08A8`.
[OK]                content-type                      0   text/plain; charset=us-ascii (Plain text).
[OK]                content-type                      1   text/plain; charset="us-ascii".
[OK]                content-type                      2   text/plain; charset=ISO-8859-1.
[OK]                multipart_form (decoder)          0   simple.
[OK]                multipart_form (decoder)          1   simple with helpers.
[OK]                multipart_form (encoder)          0   simple.
[OK]                filename with space               0   filename with space.
The full test results are available in `/src/_build/default/test/_build/_tests/8CB9A622-5971-4B92-AFAF-2BF53A4C08A8`.
Test Successful in 0.000s. 7 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 12:18.51: Job failed: Failed: Build failed