Organisationsdinosauremultipart_forme02be3 (main)macos-homebrew-5.2_arm64_opam-2.1

macos-homebrew-5.2_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 12:50.46: New job: test dinosaure/multipart_form https://github.com/dinosaure/multipart_form.git#refs/heads/main (e02be3b7711b448c5b3cf86ca3d87a0ee7602c97) (macos-arm64:macos-homebrew-5.2_arm64_opam-2.1)
Base: macos-homebrew-ocaml-5.2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/multipart_form.git" -b "main" && cd "multipart_form" && git reset --hard e02be3b7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.2
# macos-homebrew-5.2_arm64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 multipart_form.opam multipart_form-lwt.opam multipart_form-eio.opam multipart_form-cohttp-lwt.opam ./src/./
RUN opam pin add -yn multipart_form.dev './src/./' && \
    opam pin add -yn multipart_form-lwt.dev './src/./' && \
    opam pin add -yn multipart_form-eio.dev './src/./' && \
    opam pin add -yn multipart_form-cohttp-lwt.dev './src/./'
ENV DEPS="alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 astring.0.8.5 base.v0.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 cmdliner.1.3.0 cohttp.6.0.0~beta2 cohttp-lwt.6.0.0~beta2 coin.0.1.4 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.16.0 dune-configurator.3.16.0 eio.1.1 eio_main.1.1 eio_posix.1.1 fmt.0.9.0 hmap.0.8.1 host-arch-arm64.1 host-system-other.1 http.6.0.0~beta2 iomux.0.3 ke.0.6 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 mtime.2.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 pecu.0.7 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 prettym.0.0.3 psq.0.2.1 re.1.11.0 rosetta.0.3.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.0.7 unstrctrd.0.4 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 uuuu.0.3.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-lwt.dev multipart_form-eio.dev multipart_form-cohttp-lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-06-17 12:50.46: Using cache hint "dinosaure/multipart_form-macos-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_arm64_opam-2.1-17c4036acec233a2a122da2c68432fac"
2024-06-17 12:50.46: Using OBuilder spec:
((from macos-homebrew-ocaml-5.2)
 (comment macos-homebrew-5.2_arm64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src multipart_form.opam multipart_form-lwt.opam multipart_form-eio.opam multipart_form-cohttp-lwt.opam)
       (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn multipart_form.dev './src/./' && \
             \nopam pin add -yn multipart_form-lwt.dev './src/./' && \
             \nopam pin add -yn multipart_form-eio.dev './src/./' && \
             \nopam pin add -yn multipart_form-cohttp-lwt.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 astring.0.8.5 base.v0.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 cmdliner.1.3.0 cohttp.6.0.0~beta2 cohttp-lwt.6.0.0~beta2 coin.0.1.4 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.16.0 dune-configurator.3.16.0 eio.1.1 eio_main.1.1 eio_posix.1.1 fmt.0.9.0 hmap.0.8.1 host-arch-arm64.1 host-system-other.1 http.6.0.0~beta2 iomux.0.3 ke.0.6 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 mtime.2.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 pecu.0.7 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 prettym.0.0.3 psq.0.2.1 re.1.11.0 rosetta.0.3.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.0.7 unstrctrd.0.4 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 uuuu.0.3.0 yuscii.0.3.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y multipart_form.dev multipart_form-lwt.dev multipart_form-eio.dev multipart_form-cohttp-lwt.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-06-17 12:50.46: Waiting for resource in pool OCluster
2024-06-17 14:35.32: Waiting for worker…
2024-06-17 17:22.20: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
HEAD is now at e02be3b Merge pull request #40 from dinosaure/prepare-v0.6.0


(from macos-homebrew-ocaml-5.2)
2024-06-17 17:22.21 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache


/: (comment macos-homebrew-5.2_arm64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-06-17 17:22.21 ---> using "6315dae0772f39c88ebf2aad05a0508b7387f4993cd36bb9cd299cbcc3542ece" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-06-17 17:22.21 ---> using "3da9b05e9b357010706c9361ea401a2b6872addc078e3c650340484aca6de20f" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.2.0
2.1.5
2024-06-17 17:22.21 ---> using "fd0a29c7228c0de59ac2483ba2205b71b99c394f444b57a045b21a2bdf7b9c5f" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0dc68a8b92..e06bf2b8c3  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
default (at git+file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


default (at git+file:///Users/mac1000/opam-repository): 
    [WARNING] please ensure to have GNU patch installed as `patch`. Otherwise update may fail silently (since it can't remove files).


Constructing initial basis...
The following actions will be performed:
  - recompile ocaml-base-compiler   5.2.0 [upstream or system changes]
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1     [upstream or system changes]
  - install   host-arch-arm64       1
  - recompile ocaml-config          3     [upstream or system changes]
  - recompile ocaml                 5.2.0 [uses ocaml-base-compiler, ocaml-config]
  - recompile base-domains          base  [uses ocaml]
  - recompile base-nnp              base  [uses base-domains]
===== 2 to install | 6 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-arm64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-17 17:22.21 ---> using "3bdea3048234c3fadb547255161b518832c8e26de85ff6b550ff3f0224147673" from cache


/: (copy (src multipart_form.opam multipart_form-lwt.opam multipart_form-eio.opam multipart_form-cohttp-lwt.opam)
         (dst ./src/./))
2024-06-17 17:22.23 ---> saved as "66130dd963e7f86dae26caebfff9bf020715e40750b9ef56dde9fe3b78764f2c"


/: (run (network host)
        (shell  "opam pin add -yn multipart_form.dev './src/./' && \
               \nopam pin add -yn multipart_form-lwt.dev './src/./' && \
               \nopam pin add -yn multipart_form-eio.dev './src/./' && \
               \nopam pin add -yn multipart_form-cohttp-lwt.dev './src/./'"))
[multipart_form.dev] synchronised (file:///Users/mac1000/src)
multipart_form is now pinned to file:///Users/mac1000/src (version dev)
[multipart_form-lwt.dev] synchronised (file:///Users/mac1000/src)
multipart_form-lwt is now pinned to file:///Users/mac1000/src (version dev)
[multipart_form-eio.dev] synchronised (file:///Users/mac1000/src)
multipart_form-eio is now pinned to file:///Users/mac1000/src (version dev)
[multipart_form-cohttp-lwt.dev] synchronised (file:///Users/mac1000/src)
multipart_form-cohttp-lwt is now pinned to file:///Users/mac1000/src (version dev)
2024-06-17 17:22.37 ---> saved as "fd5021741c9e815dc86d0dd47a4c1c1af2ffb7662b31c313774ee765d5904370"


/: (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 astring.0.8.5 base.v0.17.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.9.1 cmdliner.1.3.0 cohttp.6.0.0~beta2 cohttp-lwt.6.0.0~beta2 coin.0.1.4 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.16.0 dune-configurator.3.16.0 eio.1.1 eio_main.1.1 eio_posix.1.1 fmt.0.9.0 hmap.0.8.1 host-arch-arm64.1 host-system-other.1 http.6.0.0~beta2 iomux.0.3 ke.0.6 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 mtime.2.0.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 pecu.0.7 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.32.1 ppxlib_jane.v0.17.0 prettym.0.0.3 psq.0.2.1 re.1.11.0 rosetta.0.3.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.0.7 unstrctrd.0.4 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 uuuu.0.3.0 yuscii.0.3.0")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y multipart_form.dev multipart_form-lwt.dev multipart_form-eio.dev multipart_form-cohttp-lwt.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> 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)


[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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-arm64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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).
Constructing initial basis...


The following system packages will first need to be installed:
    pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /opt/homebrew/bin/brew "install" "pkg-config"
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/manifests/0.29.2_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac691fc7ab8ecffba32a837e7197101d271474a3a84cfddcc30c9fd6763ab3c6--pkg-config-0.29.2_3.bottle_manifest.json
- ==> Fetching pkg-config
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/blobs/sha256:7b59abc0b5381065b1eab174217307af9324e0d02edf903171b29250ae58aeaf
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/84ce7ed13999bc49b583c1b0bfd220d1bb0682ca2316d985b0f5f9e9c0a9084d--pkg-config--0.29.2_3.arm64_sonoma.bottle.tar.gz
- ==> Pouring pkg-config--0.29.2_3.arm64_sonoma.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkg-config/0.29.2_3: 12 files, 678.2KB
- ==> Running `brew cleanup pkg-config`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
2024-06-17 17:22.56 ---> saved as "729eba7f8c84d60953f5cf900d8d05472a4616a0868b1500bc9a09ffbaac4293"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-arm64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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).
Constructing initial basis...
The following actions will be performed:
  - install ocamlbuild              0.14.3
  - install dune                    3.16.0
  - install ocamlfind               1.9.6
  - install seq                     base
  - install conf-pkg-config         3
  - install cmdliner                1.3.0
  - install yuscii                  0.3.0
  - install thread-table            1.0.0
  - install stringext               1.6.0
  - install stdlib-shims            0.3.0
  - install sexplib0                v0.17.0
  - install ppx_derivers            1.2.1
  - install pecu                    0.7
  - install optint                  0.3.0
  - install ocaml-syntax-shims      1.0.0
  - install ocaml-compiler-libs     v0.17.0
  - install ocaml_intrinsics_kernel v0.17.0
  - install lwt-dllist              1.0.1
  - install http                    6.0.0~beta2
  - install csexp                   1.5.2
  - install cppo                    1.6.9
  - install base64                  3.5.1
  - install topkg                   1.0.7
  - install base-bytes              base
  - install re                      1.11.0
  - install psq                     0.2.1
  - install bigarray-overlap        0.2.1
  - install domain-local-await      1.0.1
  - install ppxlib                  0.32.1
  - install dune-configurator       3.16.0
  - install uutf                    1.0.3
  - install rresult                 0.7.0
  - install mtime                   2.0.0
  - install hmap                    0.8.1
  - install fmt                     0.9.0
  - install astring                 0.8.5
  - install ocplib-endian           1.2
  - install uuuu                    0.3.0
  - install coin                    0.1.4
  - install ppxlib_jane             v0.17.0
  - install iomux                   0.3
  - install bigstringaf             0.9.1
  - install base                    v0.17.0
  - install ke                      0.6
  - install cstruct                 6.2.0
  - install alcotest                1.7.0
  - install lwt                     5.7.0
  - install rosetta                 0.3.0
  - install angstrom                0.16.0
  - install ppx_sexp_conv           v0.17.0
  - install prettym                 0.0.3
  - install eio                     1.1
  - install logs                    0.7.0
  - install uri                     4.4.0
  - install unstrctrd               0.4
  - install eio_posix               1.1
  - install alcotest-lwt            1.7.0
  - install uri-sexp                4.4.0
  - install eio_main                1.1
  - install cohttp                  6.0.0~beta2
  - install cohttp-lwt              6.0.0~beta2
===== 61 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest-lwt.1.7.0  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigarray-overlap.0.2.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp-lwt.6.0.0~beta2  (cached)
-> retrieved cohttp.6.0.0~beta2  (cached)
-> retrieved coin.0.1.4  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved base.v0.17.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved eio.1.1  (cached)
-> retrieved eio_main.1.1  (cached)
-> retrieved eio_posix.1.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved http.6.0.0~beta2  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved ppxlib_jane.v0.17.0  (cached)
-> retrieved prettym.0.0.3  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved rosetta.0.3.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved unstrctrd.0.4  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uuuu.0.3.0  (cached)
-> retrieved yuscii.0.3.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed bigarray-overlap.0.2.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed lwt-dllist.1.0.1
-> installed ke.0.6
-> installed http.6.0.0~beta2
-> installed cstruct.6.2.0
-> installed cppo.1.6.9
-> installed ppx_derivers.1.2.1
-> installed ocaml_intrinsics_kernel.v0.17.0
-> installed pecu.0.7
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed yuscii.0.3.0
-> installed thread-table.1.0.0
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.16.0
-> installed domain-local-await.1.0.1
-> installed re.1.11.0
-> installed bigstringaf.0.9.1
-> installed iomux.0.3
-> installed coin.0.1.4
-> installed uuuu.0.3.0
-> installed angstrom.0.16.0
-> installed alcotest.1.7.0
-> installed rosetta.0.3.0
-> installed unstrctrd.0.4
-> installed prettym.0.0.3
-> installed eio.1.1
-> installed lwt.5.7.0
-> installed uri.4.4.0
-> installed eio_posix.1.1
-> installed eio_main.1.1
-> installed logs.0.7.0
-> installed base.v0.17.0
-> installed alcotest-lwt.1.7.0
-> installed ppxlib.0.32.1
-> installed ppxlib_jane.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
-> installed uri-sexp.4.4.0
-> installed cohttp.6.0.0~beta2
-> installed cohttp-lwt.6.0.0~beta2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-17 17:24.12 ---> saved as "d1ab6b26444d0bb5034e071c9b793b5777ed7b3e0d6a32e07b1fccecd5978807"


/: (copy (src .) (dst ./src))
2024-06-17 17:24.13 ---> saved as "ee50f0a776f2ac1b599b9e0cad3a605000085789d3d15d6fff6af32f8f6f4ed6"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe --color=always)
Testing `multipart_form'.
This run has ID `Z11U6YEA'.


  [OK]          content-type                      0   text/plain; charset=us-...
  [OK]          content-type                      1   text/plain; charset="us...
  [OK]          content-type                      2   text/plain; charset=ISO...
  [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.


Full test results in `~/src/_build/default/test/_build/_tests/multipart_form'.
Test Successful in 0.001s. 7 tests run.
(cd _build/default/test && ./test_lwt.exe --color=always)
Testing `multipart_form_lwt'.
This run has ID `X6FBQBNN'.


  [OK]          truncated          0   truncated flow (with CRLF).
  [OK]          truncated          1   truncated flow (without CRLF).


Full test results in `~/src/_build/default/test/_build/_tests/multipart_form_lwt'.
Test Successful in 0.000s. 2 tests run.
2024-06-17 17:24.15 ---> saved as "4348dc42f198125d8aa827d12fd29e2fd1f89ae78fc05e89c64129531fedc2ea"
Job succeeded
2024-06-17 17:24.20: Job succeeded