2024-10-28 18:32.53: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/195/head (502c87c6d502c5119d40986d1212330c94bb3181) (test:windows-server-2022-5.2_opam-2.2)
Base: windows-server-2022-ocaml-5.2
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/195/head" && git reset --hard 502c87c6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-ocaml-5.2
# windows-server-2022-5.2_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 63cfa2da7451530777c99ac51ebfc3a717cff962 || git fetch origin master) && git reset -q --hard 63cfa2da7451530777c99ac51ebfc3a717cff962 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam /Users/opam/Documents/./
RUN opam pin add -yn obuilder.dev '/Users/opam/Documents/./' && \
opam pin add -yn obuilder-spec.dev '/Users/opam/Documents/./'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.7.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 extunix.0.4.2 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.8.0 mingw-w64-shims.0.2.0 num.1.5-1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/Documents
RUN cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2024-10-28 18:32.53: Using cache hint "ocurrent/obuilder-windows-server-2022-ocaml-5.2-windows-server-2022-5.2_opam-2.2-375ffa9fe0eb169a23f96bdf55953596"
2024-10-28 18:32.53: Using OBuilder spec:
((from windows-server-2022-ocaml-5.2)
(comment windows-server-2022-5.2_opam-2.2)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 63cfa2da7451530777c99ac51ebfc3a717cff962 || git fetch origin master) && git reset -q --hard 63cfa2da7451530777c99ac51ebfc3a717cff962 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src obuilder.opam obuilder-spec.opam) (dst /Users/opam/Documents/./))
(run (network host)
(shell "opam pin add -yn obuilder.dev '/Users/opam/Documents/./' && \
\nopam pin add -yn obuilder-spec.dev '/Users/opam/Documents/./'"))
(env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.7.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 extunix.0.4.2 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.8.0 mingw-w64-shims.0.2.0 num.1.5-1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /Users/opam/Documents))
(run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2024-10-28 18:32.53: Waiting for resource in pool OCluster
2024-10-29 00:06.29: Waiting for worker…
2024-10-29 01:44.51: Got resource from pool OCluster
Building on alpha
All commits already cached
HEAD is now at 502c87c Add cygsympathy to base images
(from windows-server-2022-ocaml-5.2)
2024-10-29 01:44.51 ---> using "d06d42c2ce15c2a01b42f8b17cebab1b932321c607f2ddc4dd5ddd2822e824d3" from cache
/: (comment windows-server-2022-5.2_opam-2.2)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-29 01:44.51 ---> using "07caa043e99d274e8f5c24f90a23801bfecd8668fdfc89cbec291632f95cbe1d" from cache
/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>
opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.
How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
3. Use Cygwin installation found in C:\cygwin64
4. Use another existing Cygwin/MSYS2 installation
5. Abort initialisation
[1/2/3/4/5] 1
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 file://C:/Users/opam/opam-repository
2024-10-29 01:44.51 ---> using "48ce3edf601a937b33429fd277fc6d82f6328efd928637b9587c355ec03792b9" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64
The OCaml toplevel, version 5.2.0
2.2.1
2024-10-29 01:44.51 ---> using "51ad9d179da4b254f08dbbab0e5e269388b9181b90328f4f7a98acabc90e86a1" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 63cfa2da7451530777c99ac51ebfc3a717cff962 || git fetch origin master) && git reset -q --hard 63cfa2da7451530777c99ac51ebfc3a717cff962 && git log --no-decorate -n1 --oneline && opam update -u"))
63cfa2da74 Merge pull request #26797 from raphael-proust/lwt-5-8-0-is-ok-on-windows
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/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-10-29 01:44.51 ---> using "434550567831809aeb0191fc9c47dae367e2c6f1fff71179bada7b3855066961" from cache
/: (copy (src obuilder.opam obuilder-spec.opam)
(dst /Users/opam/Documents/./))
2024-10-29 01:44.51 ---> using "4893f9f1ed8e59b6d3646ed8b3593e2bb52c59d6d9295f1403a8950aec9800e4" from cache
/: (run (network host)
(shell "opam pin add -yn obuilder.dev '/Users/opam/Documents/./' && \
\nopam pin add -yn obuilder-spec.dev '/Users/opam/Documents/./'"))
[obuilder.dev] synchronised (file://C:/Users/opam/Documents/.)
obuilder is now pinned to file://C:/Users/opam/Documents/. (version dev)
[obuilder-spec.dev] synchronised (file://C:/Users/opam/Documents/.)
obuilder-spec is now pinned to file://C:/Users/opam/Documents/. (version dev)
2024-10-29 01:44.51 ---> using "4443adf7cc881774ef516fc215a3b10e4aaccf675154c44dae9b441fb828f60a" from cache
/: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.7.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 extunix.0.4.2 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.8.0 mingw-w64-shims.0.2.0 num.1.5-1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
/: (env CI true)
/: (env OCAMLCI true)
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder.dev] synchronised (no changes)
[obuilder-spec.dev] synchronised (no changes)
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following system packages will first need to be installed:
mingw64-x86_64-sqlite3
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-x86_64-sqlite3"
- Starting cygwin install, version 2.932
- User has backup/restore rights
- User has symlink creation right
- Current Directory: C:\Windows\system32
- root: C:\cygwin64 system
- Changing gid to Administrators
- Selected local directory: C:\Windows\system32
- net: Preconfig
- site: https://cygwin.mirror.uk.sargasso.net/
- solving: 1 tasks, update: no, use test packages: no
- solving: 1 tasks, update: no, use test packages: no
- Augmented Transaction List:
- 0 install mingw64-x86_64-sqlite3 3.34.0-1
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.uk.sargasso.net%2f/noarch/release/mingw64-x86_64-sqlite3/mingw64-x86_64-sqlite3-3.34.0-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.uk.sargasso.net%2f/noarch/release/mingw64-x86_64-sqlite3/mingw64-x86_64-sqlite3-3.34.0-1.tar.xz
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"
- Ending cygwin install
- NOTE: you should run 'diskperf -y' to enable the disk statistics
- NOTE: you should run 'diskperf -y' to enable the disk statistics
2024-10-29 01:44.51 ---> using "bc17b0b26ecafe51859505957db5862ef764f666ea1a3e85f5917f733c31bcb3" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== recompile 1 package
- recompile mingw-w64-shims 0.2.0
=== install 51 packages
- install alcotest 1.8.0
- install alcotest-lwt 1.8.0
- install astring 0.8.5
- install base v0.17.1
- install base-bytes base
- install camlp-streams 5.0.1
- install checkseum 0.5.2
- install cmdliner 1.3.0
- install conf-mingw-w64-sqlite3-x86_64 1
- install conf-pkg-config 3
- install conf-sqlite3 1
- install cppo 1.7.0
- install crunch 3.3.1
- install csexp 1.5.2
- install cstruct 6.2.0
- install cstruct-lwt 6.2.0
- install decompress 1.5.3
- install dune 3.16.0
- install dune-configurator 3.16.0
- install extunix 0.4.2
- install fmt 0.9.0
- install fpath 0.7.3
- install logs 0.7.0
- install lwt 5.8.0
- install num 1.5-1
- install ocaml-compiler-libs v0.17.0
- install ocaml-syntax-shims 1.0.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.5
- install ocplib-endian 1.2
- install optint 0.3.0
- install parsexp v0.17.0
- install ppx_derivers 1.2.1
- install ppx_deriving 6.0.3
- install ppx_sexp_conv v0.17.0
- install ppxlib 0.33.0
- install ppxlib_jane v0.17.0
- install ptime 1.2.0
- install re 1.12.0
- install seq base
- install sexplib v0.17.0
- install sexplib0 v0.17.0
- install sha 1.15.4
- install sqlite3 5.2.0
- install stdlib-shims 0.3.0
- install tar 2.6.0
- install tar-unix 2.6.0
- install topkg 1.0.7
- install uutf 1.0.3
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached)
-> retrieved base.v0.17.1 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved checkseum.0.5.2 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.7.0 (cached)
-> retrieved crunch.3.3.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)
-> retrieved decompress.1.5.3 (cached)
-> installed conf-pkg-config.3
-> retrieved fmt.0.9.0 (cached)
-> installed conf-mingw-w64-sqlite3-x86_64.1
-> retrieved fpath.0.7.3 (cached)
-> installed conf-sqlite3.1
-> retrieved logs.0.7.0 (cached)
-> retrieved extunix.0.4.2 (https://github.com/ygrek/extunix/releases/download/v0.4.2/extunix-0.4.2.tbz)
-> retrieved mingw-w64-shims.0.2.0 (cached)
-> removed mingw-w64-shims.0.2.0
-> retrieved lwt.5.8.0 (cached)
-> retrieved num.1.5-1 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> installed mingw-w64-shims.0.2.0
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocamlfind.1.9.5 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_sexp_conv.v0.17.0 (cached)
-> retrieved ppxlib_jane.v0.17.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved ppxlib.0.33.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved dune.3.16.0, dune-configurator.3.16.0 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved sha.1.15.4 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved sqlite3.5.2.0 (https://github.com/mmottl/sqlite3-ocaml/releases/download/5.2.0/sqlite3-5.2.0.tbz)
-> retrieved tar.2.6.0, tar-unix.2.6.0 (https://github.com/mirage/ocaml-tar/releases/download/v2.6.0/tar-2.6.0.tbz)
-> retrieved uutf.1.0.3 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> installed ocamlbuild.0.15.0
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.2.0\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.2.0\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.2.0\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.7.0
-> installed crunch.3.3.1
-> installed cstruct.6.2.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocplib-endian.1.2
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed dune-configurator.3.16.0
-> installed yojson.2.2.2
-> installed parsexp.v0.17.0
-> installed alcotest.1.8.0
-> installed checkseum.0.5.2
-> installed sexplib.v0.17.0
-> installed sqlite3.5.2.0
-> installed decompress.1.5.3
-> installed tar.2.6.0
-> installed lwt.5.8.0
-> installed cstruct-lwt.6.2.0
-> installed base.v0.17.1
-> installed tar-unix.2.6.0
-> installed ppxlib.0.33.0
-> installed logs.0.7.0
-> installed ppxlib_jane.v0.17.0
-> installed alcotest-lwt.1.8.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.17.0
-> installed extunix.0.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-29 01:44.51 ---> using "90e13deaa36d03d2f82e597c701fa0413dfda1912071e895916117f2f97de104" from cache
/: (copy (src .) (dst /Users/opam/Documents))
Uncaught exception: Unix.Unix_error(Unix.EPIPE, "write", "")
2024-10-29 01:44.54: Job failed: Failed: Internal error