Building on thyme
(from windows-server-2022-amd64-ocaml-5.3)
2026-01-29 23:10.43 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache
/: (user (uid 1000) (gid 1000))
/: (env OPAMPRECISETRACKING 1)
/: (env OPAMUTF8 never)
/: (env OPAMEXTERNALSOLVER builtin-0install)
/: (env OPAMCRITERIA +removed)
/: (env CI true)
/: (env OPAM_HEALTH_CHECK_CI true)
/: (run (shell "ln -f /usr/bin/opam-dev.exe /usr/bin/opam.exe"))
2026-01-29 23:10.43 ---> using "75bf3fbea1cbc65a9803f40104651d67c546cddf5606f6a4af6db8fca92eb5c0" from cache
/: (run (network host)
(shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q f9f7db30fd6e805d48b947df138d463a5433f4d1"))
2026-01-29 23:10.43 ---> using "9ffa4e67a2bc1bb10e9ddbad49fb07bd9ccdabfd46a57b5dc6e4edb83dbbd851" from cache
/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
User configuration:
[NOTE] Make sure that ~\.bash_profile is well sourced in your ~/.bashrc.
Updating ~\.bash_profile.
Added 9 lines after line 1 in ~\.bash_profile.
2026-01-29 23:10.43 ---> using "82d19e1b0719e0b35d8d7240b154fc1d98e1fb03f8ae529f79f6dfe6a46b0e81" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
(network host)
(shell "opam switch create --repositories=default '5.3' '5.3.0'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed arch-x86_64.1
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-mingw.1
-> retrieved flexdll.0.44 (cached)
-> retrieved ocaml-config.3 (cached)
-> installed flexdll.0.44
-> installed ocaml-options-vanilla.1
-> retrieved mingw-w64-shims.0.2.0 (cached)
-> installed conf-mingw-w64-gcc-x86_64.1
-> installed ocaml-env-mingw64.1
-> installed system-mingw.1
-> retrieved ocaml-compiler.5.3.0 (cached)
-> installed mingw-w64-shims.0.2.0
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3)
2026-01-29 23:10.43 ---> using "8b7fac19fdffbfdcbbe929eaaa17d227bd9ca5a5ee7e3f828cf2ba2ad64f8ca8" from cache
/: (run (network host)
(shell "opam update --depexts"))
2026-01-29 23:10.43 ---> using "78ba57933dcbd178288706de33aff8e6f3519b4f701f692b063964f16cf2972b" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
(network host)
(shell "opam remove -y sowilo.1.0.0~alpha2\
\nopam install -vy sowilo.1.0.0~alpha2\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: sowilo.1.0.0~alpha2 | grep -q 'windows-server-2022-amd64-ocaml-5.3'; then\
\n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
\n exit 69\
\n fi\
\nfi \
\n\
\n\
\nexit $res"))
Nothing to do.
[NOTE] sowilo.1.0.0~alpha2 is not installed.
The following actions will be performed:
=== recompile 1 package
- recompile mingw-w64-shims 0.2.0 [uses conf-mingw-w64-gcc-i686]
=== install 20 packages
- install conf-bash 1 [required by conf-llvm-static]
- install conf-libffi 2.0.0 [required by ctypes-foreign]
- install conf-llvm-static 19 [required by rune]
- install conf-mingw-w64-gcc-i686 1 [required by conf-mingw-w64-libffi-i686, conf-mingw-w64-zlib-i686]
- install conf-mingw-w64-libffi-i686 1 [required by conf-libffi]
- install conf-mingw-w64-libffi-x86_64 1 [required by conf-libffi]
- install conf-mingw-w64-zlib-i686 1 [required by conf-zlib]
- install conf-mingw-w64-zlib-x86_64 1 [required by conf-zlib]
- install conf-pkg-config 4 [required by ctypes-foreign, nx]
- install conf-zlib 1 [required by nx]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by rune]
- install ctypes-foreign 0.24.0 [required by rune]
- install dune 3.20.2 [required by sowilo]
- install dune-configurator 3.20.2 [required by rune]
- install integers 0.7.0 [required by ctypes]
- install nx 1.0.0~alpha2 [required by rune]
- install rune 1.0.0~alpha2 [required by sowilo]
- install sowilo 1.0.0~alpha2
- install stdlib-shims 0.3.0 [required by nx]
The following system packages will first need to be installed:
mingw64-i686-gcc-core mingw64-i686-libffi mingw64-i686-zlib mingw64-x86_64-libffi mingw64-x86_64-zlib
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe to install them (may need root/sudo access)
2. Display the recommended C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ 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-i686-gcc-core,mingw64-i686-libffi,mingw64-i686-zlib,mingw64-x86_64-libffi,mingw64-x86_64-zlib"
- Starting cygwin install, version 2.934
- 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.constant.com/
- solving: 6 tasks, update: no, use test packages: no
- solving: 11 tasks, update: no, use test packages: no
- Augmented Transaction List:
- 0 install gettext-locale-alias 0.26-1
- 1 install mingw64-i686-binutils 2.45.1-1
- 2 install mingw64-i686-libffi 3.2.1-1
- 3 install mingw64-i686-windows-default-manifest 6.4-1
- 4 install mingw64-i686-winpthreads 13.0.0-1
- 5 install mingw64-i686-zlib 1.3.1-1
- 6 install mingw64-x86_64-libffi 3.2.1-2
- 7 install mingw64-x86_64-zlib 1.3.1-1
- 8 install mingw64-i686-headers 13.0.0-1
- 9 install mingw64-i686-runtime 13.0.0-1
- 10 install mingw64-i686-gcc-core 13.4.0-1
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.45.1-1-x86_64.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libffi/mingw64-i686-libffi-3.2.1-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-zlib/mingw64-i686-zlib-1.3.1-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.1-1.tar.zst
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-13.0.0-1-noarch.tar.xz
- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-13.4.0-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gettext/gettext-locale-alias/gettext-locale-alias-0.26-1-x86_64.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.45.1-1-x86_64.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-libffi/mingw64-i686-libffi-3.2.1-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-zlib/mingw64-i686-zlib-1.3.1-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-libffi/mingw64-x86_64-libffi-3.2.1-2.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-zlib/mingw64-x86_64-zlib-1.3.1-1.tar.zst
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-13.0.0-1-noarch.tar.xz
- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-13.4.0-1-x86_64.tar.zst
- 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
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 3/60: [conf-llvm-static.19/configure.sh: dl]
Processing 4/60: [conf-llvm-static.19/configure.sh: dl]
Processing 5/60: [conf-llvm-static.19/configure.sh: dl]
Processing 6/60: [conf-llvm-static.19/configure.sh: dl]
Processing 7/60: [conf-llvm-static.19/configure.sh: dl]
Processing 8/60: [conf-llvm-static.19/configure.sh: dl]
Processing 9/60: [conf-llvm-static.19/configure.sh: dl]
Processing 10/60: [conf-llvm-static.19/configure.sh: dl]
Processing 11/60: [conf-llvm-static.19/configure.sh: dl] [csexp.1.5.2: extract]
Processing 12/60: [conf-llvm-static.19/configure.sh: dl] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http]
Processing 13/60: [conf-llvm-static.19/configure.sh: dl] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [conf-bash: bash]
Processing 14/60: [conf-llvm-static.19/configure.sh: dl] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc]
Processing 15/60: [conf-llvm-static.19/configure.sh: dl] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved conf-llvm-static.19 (https://raw.githubusercontent.com/ocaml/opam-source-archives/refs/heads/main/patches/conf-llvm/configure.sh.18)
Processing 15/60: [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 16/60: [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [dune.3.20.2, dune-configurator.3.20.2: http] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved csexp.1.5.2 (cached)
Processing 16/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [dune.3.20.2, dune-configurator.3.20.2: http] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 17/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: http] [dune.3.20.2, dune-configurator.3.20.2: http] [integers.0.7.0: extract] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 17/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: http] [integers.0.7.0: extract] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 17/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [integers.0.7.0: extract] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved integers.0.7.0 (cached)
Processing 17/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 18/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [mingw-w64-shims.0.2.0: extract] [conf-bash: bash] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
+ C:\cygwin64\bin\bash.exe "--version" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-bash.1)
- GNU bash, version 5.2.21(1)-release (x86_64-pc-cygwin)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
-
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
-> compiled conf-bash.1
Processing 18/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [mingw-w64-shims.0.2.0: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> installed conf-bash.1
Processing 19/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [mingw-w64-shims.0.2.0: extract] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 20/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [mingw-w64-shims.0.2.0: extract] [conf-llvm-static: bash configure.sh] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
-> retrieved mingw-w64-shims.0.2.0 (cached)
Processing 20/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [conf-llvm-static: bash configure.sh] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
Processing 21/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-llvm-static: bash configure.sh] [conf-mingw-w64-gcc-i686: i686-w64-mingw32-gcc] [conf-pkg-config: pkgconf]
+ C:\cygwin64\bin\i686-w64-mingw32-gcc.exe "--version" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-gcc-i686.1)
- i686-w64-mingw32-gcc (GCC) 13.4.0
- Copyright (C) 2023 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-> compiled conf-mingw-w64-gcc-i686.1
Processing 21/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-llvm-static: bash configure.sh] [conf-pkg-config: pkgconf]
-> installed conf-mingw-w64-gcc-i686.1
Processing 22/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-llvm-static: bash configure.sh] [conf-pkg-config: pkgconf]
+ C:\cygwin64\bin\bash.exe "configure.sh" "19" "static" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-llvm-static.19)
- + version=19
- + mode=static
- + config_file=conf-llvm-static.config
- + hash brew
- + shopt -s nullglob
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm-config-19 --version
- configure.sh: line 16: llvm-config-19: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm-config-19'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm-config-19' doesn't match the required version. Got '' but required '19'.
- + continue
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm-config19 --version
- configure.sh: line 16: llvm-config19: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm-config19'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm-config19' doesn't match the required version. Got '' but required '19'.
- + continue
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm-config-19.0 --version
- configure.sh: line 16: llvm-config-19.0: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm-config-19.0'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm-config-19.0' doesn't match the required version. Got '' but required '19'.
- + continue
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm-config190 --version
- configure.sh: line 16: llvm-config190: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm-config190'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm-config190' doesn't match the required version. Got '' but required '19'.
- + continue
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm-config-mp-19 --version
- configure.sh: line 16: llvm-config-mp-19: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm-config-mp-19'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm-config-mp-19' doesn't match the required version. Got '' but required '19'.
- + continue
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm-config-mp-19.0 --version
- configure.sh: line 16: llvm-config-mp-19.0: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm-config-mp-19.0'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm-config-mp-19.0' doesn't match the required version. Got '' but required '19'.
- + continue
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm19-config --version
- configure.sh: line 16: llvm19-config: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm19-config'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm19-config' doesn't match the required version. Got '' but required '19'.
- + continue
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm-config-19-32 --version
- configure.sh: line 16: llvm-config-19-32: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm-config-19-32'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm-config-19-32' doesn't match the required version. Got '' but required '19'.
- + continue
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm-config-19-64 --version
- configure.sh: line 16: llvm-config-19-64: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm-config-19-64'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm-config-19-64' doesn't match the required version. Got '' but required '19'.
- + continue
- + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
- ++ llvm-config --version
- configure.sh: line 16: llvm-config: command not found
- + llvm_version=
- + true
- + case $llvm_version in
- + echo 'Note: '\''llvm-config'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
- Note: 'llvm-config' doesn't match the required version. Got '' but required '19'.
- + continue
- + echo 'Error: LLVM 19 is not installed.'
- Error: LLVM 19 is not installed.
- + exit 1
Processing 22/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-pkg-config: pkgconf]
Processing 23/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-pkg-config: pkgconf]
[ERROR] The compilation of conf-llvm-static.19 failed at "bash configure.sh 19 static".
+ C:\cygwin64\bin\pkgconf.exe "--version" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-pkg-config.4)
- 2.5.1
-> compiled conf-pkg-config.4
Processing 23/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http]
-> removed mingw-w64-shims.0.2.0
Processing 24/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http]
-> installed conf-pkg-config.4
Processing 25/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http]
Processing 26/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-mingw-w64-libffi-i686: pkgconf libffi]
Processing 27/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi]
Processing 28/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib]
Processing 29/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib]
Processing 30/60: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.24.0.tar.gz)
Processing 30/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
Processing 31/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2: http] [stdlib-shims.0.3.0: extract] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
Processing 31/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [stdlib-shims.0.3.0: extract] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved stdlib-shims.0.3.0 (cached)
Processing 31/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-mingw-w64-libffi-i686: pkgconf libffi] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\pkgconf.exe "--personality=i686-w64-mingw32" "libffi" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-libffi-i686.1)
-> compiled conf-mingw-w64-libffi-i686.1
Processing 31/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
-> installed conf-mingw-w64-libffi-i686.1
Processing 32/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-mingw-w64-libffi-x86_64: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "libffi" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-libffi-x86_64.1)
-> compiled conf-mingw-w64-libffi-x86_64.1
Processing 32/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
-> installed conf-mingw-w64-libffi-x86_64.1
Processing 33/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
Processing 34/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-libffi: pkgconf libffi] [conf-mingw-w64-zlib-i686: pkgconf zlib] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\pkgconf.exe "--personality=i686-w64-mingw32" "zlib" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-zlib-i686.1)
-> compiled conf-mingw-w64-zlib-i686.1
Processing 34/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-libffi: pkgconf libffi] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
-> installed conf-mingw-w64-zlib-i686.1
Processing 35/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-libffi: pkgconf libffi] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "libffi" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-libffi.2.0.0)
-> compiled conf-libffi.2.0.0
Processing 35/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
-> installed conf-libffi.2.0.0
Processing 36/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-mingw-w64-zlib-x86_64: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "zlib" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-mingw-w64-zlib-x86_64.1)
-> compiled conf-mingw-w64-zlib-x86_64.1
Processing 36/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [mingw-w64-shims: sh mingw-w64-shims]
-> installed conf-mingw-w64-zlib-x86_64.1
Processing 37/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [mingw-w64-shims: sh mingw-w64-shims]
Processing 38/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-zlib: pkgconf zlib] [mingw-w64-shims: sh mingw-w64-shims]
+ C:\cygwin64\bin\sh.exe "./gen_config.sh" "mingw-w64-shims" "i686-binutils" "i686-gcc-core" "i686-gcc-g++-false" "x86_64-binutils" "x86_64-gcc-core" "x86_64-gcc-g++-false" "pkgconf" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\mingw-w64-shims.0.2.0)
-> compiled mingw-w64-shims.0.2.0
Processing 38/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-zlib: pkgconf zlib]
-> installed mingw-w64-shims.0.2.0
Processing 39/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract] [conf-zlib: pkgconf zlib]
+ C:\cygwin64\bin\pkgconf.exe "--personality=x86_64-w64-mingw32" "zlib" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\conf-zlib.1)
-> compiled conf-zlib.1
Processing 39/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract]
-> installed conf-zlib.1
Processing 40/60: [dune.3.20.2, dune-configurator.3.20.2: extract] [nx.1.0.0~alpha2 + 2 others: extract]
-> retrieved nx.1.0.0~alpha2, rune.1.0.0~alpha2, sowilo.1.0.0~alpha2 (https://github.com/raven-ml/raven/releases/download/1.0.0_alpha2/raven-1.0.0.alpha2.tbz)
Processing 40/60: [dune.3.20.2, dune-configurator.3.20.2: extract]
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)
Processing 41/60: [dune: ocaml 7]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\ocaml.exe "boot/bootstrap.ml" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.20.2)
- ocamlc -output-complete-exe -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- .\.duneboot.exe -j 7
-
Processing 41/60: [dune: ./_boot/dune.exe build]
+ C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.20.2\./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune.3.20.2)
-> compiled dune.3.20.2
-> installed dune.3.20.2
Processing 43/60: [csexp: dune build]
Processing 44/60: [csexp: dune build] [stdlib-shims: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "stdlib-shims" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\stdlib-shims.0.3.0)
-> compiled stdlib-shims.0.3.0
Processing 44/60: [csexp: dune build]
-> installed stdlib-shims.0.3.0
Processing 45/60: [csexp: dune build]
Processing 46/60: [csexp: dune build] [integers: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "csexp" "-j" "7" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\csexp.1.5.2)
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlc.opt.exe -w -40 -g -bin-annot -bin-annot-occurrences -I src/.csexp.objs/byte -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/byte/csexp.cmo -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 | [@@inlined always]
- ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3\bin\ocamlopt.opt.exe -w -40 -g -I src/.csexp.objs/byte -I src/.csexp.objs/native -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/native/csexp.cmx -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 | [@@inlined always]
- ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
-> compiled csexp.1.5.2
Processing 46/60: [integers: dune build]
-> installed csexp.1.5.2
Processing 47/60: [integers: dune build]
Processing 48/60: [dune-configurator: rm] [integers: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "integers" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\integers.0.7.0)
-> compiled integers.0.7.0
Processing 48/60: [dune-configurator: rm]
-> installed integers.0.7.0
Processing 49/60: [dune-configurator: rm]
+ C:\cygwin64\bin\rm.exe "-rf" "vendor/csexp" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.20.2)
+ C:\cygwin64\bin\rm.exe "-rf" "vendor/pp" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.20.2)
Processing 49/60: [dune-configurator: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "dune-configurator" "-j" "7" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\dune-configurator.3.20.2)
-> compiled dune-configurator.3.20.2
-> installed dune-configurator.3.20.2
Processing 51/60: [ctypes: dune build]
Processing 52/60: [ctypes: dune build] [nx: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "nx" "-j" "7" "--promote-install-files=false" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\nx.1.0.0~alpha2)
- File "nx/vendor/ocaml-pocketfft/dune", line 6, characters 9-24:
- 6 | (names pocketfft_stubs)
- ^^^^^^^^^^^^^^^
- (cd _build/default/nx/vendor/ocaml-pocketfft && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -x c++ -std=gnu++11 -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -Wall -fdiagnostics-color=always -O3 -march=native -mtune=native -ffast-math -DNDEBUG -funroll-loops -fomit-frame-pointer -finline-functions -fno-rtti -std=c++17 -I. -DPOCKETFFT_NO_MULTITHREADING=0 -DPOCKETFFT_CACHE_SIZE=32768 -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I pocketfft -o pocketfft_stubs.o -c pocketfft_stubs.cpp)
- x86_64-w64-mingw32-gcc: fatal error: cannot execute 'cc1plus': spawn: No such file or directory
- compilation terminated.
- File "nx/lib/backend_c/dune", lines 30-33, characters 0-89:
- 30 | (rule
- 31 | (targets c_library_flags.sexp c_flags.sexp)
- 32 | (action
- 33 | (run config/discover.exe)))
- (cd _build/default/nx/lib/backend_c && config\discover.exe)
-
- Unable to link against OpenBLAS: the current values for cflags and libs
- are respectively () and (-lopenblas).
- Check that OpenBLAS is installed and, if necessary, extend PKG_CONFIG_PATH
- with the directory containing openblas.pc.
- run: x86_64-w64-mingw32-gcc --version
- -> process exited with code 0
- -> stdout:
- | x86_64-w64-mingw32-gcc (GCC) 13.4.0
- | Copyright (C) 2023 Free Software Foundation, Inc.
- | This is free software; see the source for copying conditions. There is NO
- | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- |
- -> stderr:
- run: x86_64-w64-mingw32-gcc --version
- -> process exited with code 0
- -> stdout:
- | x86_64-w64-mingw32-gcc (GCC) 13.4.0
- | Copyright (C) 2023 Free Software Foundation, Inc.
- | This is free software; see the source for copying conditions. There is NO
- | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- |
- -> stderr:
- compiling c program:
- | #include <omp.h>
- | int main(){return omp_get_num_threads();}
- run: x86_64-w64-mingw32-gcc -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -fopenmp -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -o C:\Users\opam\AppData\Local\Temp\build_8fe016_dune\ocaml-configurator722137\c-test-2\test.exe C:\Users\opam\AppData\Local\Temp\build_8fe016_dune\ocaml-configurator722137\c-test-2\test.c -lws2_32 -lole32 -luuid -lversion -lshlwapi -lsynchronization -l:libpthread.a -lgcc_eh -fopenmp
- -> process exited with code 0
- -> stdout:
- -> stderr:
- which: pkgconf
- -> found: C:\Users\opam\AppData\Local\opam\5.3\bin\pkgconf.exe
- run: C:\Users\opam\AppData\Local\opam\5.3\bin\pkgconf.exe --personality x86_64-w64-mingw32 --print-errors openblas
- -> process exited with code 1
- -> stdout:
- -> stderr:
- | Package openblas was not found in the pkg-config search path.
- | Perhaps you should add the directory containing `openblas.pc'
- | to the PKG_CONFIG_PATH environment variable
- | Package 'openblas' not found
- compiling c program:
- |
- | #include <cblas.h>
- |
- | int main() {
- | float a[6] = {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f};
- | float b[6] = {7.0f, 8.0f, 9.0f, 10.0f, 11.0f, 12.0f};
- | float c[9] = {0.0f};
- | cblas_sgemm(CblasRowMajor, CblasNoTrans, CblasNoTrans, 3, 3, 2, 1.0f, a, 2,
- | b, 3, 0.0f, c, 3);
- | return (int)c[0];
- | }
- run: x86_64-w64-mingw32-gcc -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -O3 -march=native -fPIC -fopenmp -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -o C:\Users\opam\AppData\Local\Temp\build_8fe016_dune\ocaml-configurator722137\c-test-5\test.exe C:\Users\opam\AppData\Local\Temp\build_8fe016_dune\ocaml-configurator722137\c-test-5\test.c -lws2_32 -lole32 -luuid -lversion -lshlwapi -lsynchronization -l:libpthread.a -lgcc_eh -lopenblas -fopenmp -lm
- -> process exited with code 1
- -> stdout:
- -> stderr:
- | C:\Users\opam\AppData\Local\Temp\build_8fe016_dune\ocaml-configurator722137\c-test-5\test.c:2:10: fatal error: cblas.h: No such file or directory
- | 2 | #include <cblas.h>
- | | ^~~~~~~~~
- | compilation terminated.
- Fatal error: exception Failure("Unable to link against openblas.")
Processing 52/60: [ctypes: dune build]
[ERROR] The compilation of nx.1.0.0~alpha2 failed at "dune build -p nx -j 7 --promote-install-files=false @install".
Processing 53/60: [ctypes: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "ctypes" "-j" "7" "--promote-install-files=false" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ctypes.0.24.0)
- (cd _build/default/src/ctypes && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -Wall -fdiagnostics-color=always -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:\Users\opam\AppData\Local\opam\5.3\lib\integers -I C:\Users\opam\AppData\Local\opam\5.3\lib\stdlib-shims -o type_info_stubs.o -c type_info_stubs.c)
- type_info_stubs.c: In function 'ctypes_string_of_prim':
- type_info_stubs.c:147:57: warning: unknown conversion type character 'z' in format [-Wformat=]
- 147 | case Ctypes_Size_t: len = snprintf(buf, sizeof buf, "%zu", (size_t)ctypes_size_t_val(v)); break;
- | ^
- type_info_stubs.c:147:55: warning: too many arguments for format [-Wformat-extra-args]
- 147 | case Ctypes_Size_t: len = snprintf(buf, sizeof buf, "%zu", (size_t)ctypes_size_t_val(v)); break;
- | ^~~~~
- type_info_stubs.c:162:62: warning: format '%Lg' expects argument of type 'double', but argument 4 has type 'long double' [-Wformat=]
- 162 | case Ctypes_LDouble: len = snprintf(buf, sizeof buf, "%.12Lg", ctypes_ldouble_val(v)); break;
- | ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~
- | | |
- | | long double
- | double
- type_info_stubs.c:175:43: warning: format '%Lg' expects argument of type 'double', but argument 4 has type 'long double' [-Wformat=]
- 175 | len = snprintf(buf, sizeof buf, "%.12Lg+%.12Lgi", ctypes_compat_creall(c), ctypes_compat_cimagl(c));
- | ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~
- | | |
- | double long double
- type_info_stubs.c:175:50: warning: format '%Lg' expects argument of type 'double', but argument 5 has type 'long double' [-Wformat=]
- 175 | len = snprintf(buf, sizeof buf, "%.12Lg+%.12Lgi", ctypes_compat_creall(c), ctypes_compat_cimagl(c));
- | ~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~
- | | |
- | double long double
- (cd _build/default/src/ctypes && C:\Users\opam\AppData\Local\opam\5.3\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -Wall -fdiagnostics-color=always -g -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -I C:\Users\opam\AppData\Local\opam\5.3\lib\integers -I C:\Users\opam\AppData\Local\opam\5.3\lib\stdlib-shims -o ldouble_stubs.o -c ldouble_stubs.c)
- ldouble_stubs.c: In function 'format_ldouble':
- ldouble_stubs.c:369:39: warning: format '%Lf' expects argument of type 'double', but argument 6 has type 'long double' [-Wformat=]
- 369 | print_len = snprintf(NULL, 0, "%*.*Lf", width, prec, d);
- | ~~~~~^ ~
- | | |
- | double long double
- ldouble_stubs.c:379:36: warning: format '%Lf' expects argument of type 'double', but argument 6 has type 'long double' [-Wformat=]
- 379 | snprintf(buf, print_len+1, "%*.*Lf", width, prec, d);
- | ~~~~~^ ~
- | | |
- | double long double
Processing 53/60: [ctypes: dune install]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ctypes.0.24.0)
-> compiled ctypes.0.24.0
-> installed ctypes.0.24.0
Processing 55/60: [ctypes-foreign: dune build]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "build" "-p" "ctypes-foreign" "-j" "7" "--promote-install-files=false" "@install" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ctypes-foreign.0.24.0)
Processing 55/60: [ctypes-foreign: dune install]
+ C:\Users\opam\AppData\Local\opam\5.3\bin\dune.exe "install" "-p" "ctypes-foreign" "--create-install-files" "ctypes-foreign" (CWD=C:\Users\opam\AppData\Local\opam\5.3\.opam-switch\build\ctypes-foreign.0.24.0)
-> compiled ctypes-foreign.0.24.0
-> installed ctypes-foreign.0.24.0
#=== ERROR while compiling nx.1.0.0~alpha2 ====================================#
# context 2.3.0 | win32/x86_64 | ocaml-base-compiler.5.3.0 | file://C:/Users/opam/opam-repository
# path ~\AppData\Local\opam\5.3\.opam-switch\build\nx.1.0.0~alpha2
# command ~\AppData\Local\opam\5.3\bin\dune.exe build -p nx -j 7 --promote-install-files=false @install
# exit-code 1
# env-file ~\AppData\Local\opam\log\nx-3068-3f1160.env
# output-file ~\AppData\Local\opam\log\nx-3068-3f1160.out
### output ###
# compiling c program:
# [...]
# | return (int)c[0];
# | }
# run: x86_64-w64-mingw32-gcc -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -O3 -march=native -fPIC -fopenmp -I C:/Users/opam/AppData/Local/opam/5.3/lib/ocaml -o C:\Users\opam\AppData\Local\Temp\build_8fe016_dune\ocaml-configurator722137\c-test-5\test.exe C:\Users\opam\AppData\Local\Temp\build_8fe016_dune\ocaml-configurator722137\c-test-5\test.c -lws2_32 -lole32 -luuid -lversion -lshlwapi [...]
# -> process exited with code 1
# -> stdout:
# -> stderr:
# | C:\Users\opam\AppData\Local\Temp\build_8fe016_dune\ocaml-configurator722137\c-test-5\test.c:2:10: fatal error: cblas.h: No such file or directory
# | 2 | #include <cblas.h>
# | | ^~~~~~~~~
# | compilation terminated.
# Fatal error: exception Failure("Unable to link against openblas.")
#=== ERROR while compiling conf-llvm-static.19 ================================#
# context 2.3.0 | win32/x86_64 | ocaml-base-compiler.5.3.0 | file://C:/Users/opam/opam-repository
# path ~\AppData\Local\opam\5.3\.opam-switch\build\conf-llvm-static.19
# command C:\cygwin64\bin\bash.exe configure.sh 19 static
# exit-code 1
# env-file ~\AppData\Local\opam\log\conf-llvm-static-3068-c40274.env
# output-file ~\AppData\Local\opam\log\conf-llvm-static-3068-c40274.out
### output ###
# [...]
# + for llvm_config in llvm-config-$version llvm-config${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config
# ++ llvm-config --version
# configure.sh: line 16: llvm-config: command not found
# + llvm_version=
# + true
# + case $llvm_version in
# + echo 'Note: '\''llvm-config'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''19'\''.'
# Note: 'llvm-config' doesn't match the required version. Got '' but required '19'.
# + continue
# + echo 'Error: LLVM 19 is not installed.'
# Error: LLVM 19 is not installed.
# + exit 1
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install rune 1.0.0~alpha2
| - install sowilo 1.0.0~alpha2
+-
+- The following actions failed
| - build conf-llvm-static 19
| - build nx 1.0.0~alpha2
+-
+- The following changes have been performed (the rest was aborted)
| - recompile mingw-w64-shims 0.2.0
| - install conf-bash 1
| - install conf-libffi 2.0.0
| - install conf-mingw-w64-gcc-i686 1
| - install conf-mingw-w64-libffi-i686 1
| - install conf-mingw-w64-libffi-x86_64 1
| - install conf-mingw-w64-zlib-i686 1
| - install conf-mingw-w64-zlib-x86_64 1
| - install conf-pkg-config 4
| - install conf-zlib 1
| - install csexp 1.5.2
| - install ctypes 0.24.0
| - install ctypes-foreign 0.24.0
| - install dune 3.20.2
| - install dune-configurator 3.20.2
| - install integers 0.7.0
| - install stdlib-shims 0.3.0
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
C:\cygwin64\bin\opam.exe switch import "C:\\Users\\opam\\AppData\\Local\\opam\\5.3\\.opam-switch\\backup\\state-20260129231228.export"
'C:\cygwin64\bin\opam.exe install -vy sowilo.1.0.0~alpha2' failed.
"opam remove -y sowilo.1.0.0~alpha2
opam install -vy sowilo.1.0.0~alpha2
res=$?
if [ $res = 31 ]; then
if opam show -f x-ci-accept-failures: sowilo.1.0.0~alpha2 | grep -q 'windows-server-2022-amd64-ocaml-5.3'; then
echo "This package failed and has been disabled for CI using the 'x-ci-accept-failures' field."
exit 69
fi
fi
exit $res" failed with exit status 31
Failed: Build failed