2025-06-13 15:01.27: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/pull/65/head (14f99cc84703c0cd5e0a526a4397c4be0da1e65d) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3)Base: windows-server-2022-amd64-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/metrics.git" && cd "metrics" && git fetch origin "refs/pull/65/head" && git reset --hard 14f99cc8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-5.3# windows-server-2022-amd64-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam /Users/opam/src/./RUN opam pin add -yn metrics.dev '/Users/opam/src/./' && \opam pin add -yn metrics-unix.dev '/Users/opam/src/./' && \opam pin add -yn metrics-rusage.dev '/Users/opam/src/./' && \opam pin add -yn metrics-lwt.dev '/Users/opam/src/./' && \opam pin add -yn metrics-influx.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="alcotest.1.9.0 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.8.0 lwt.5.9.1 mingw-w64-shims.0.2.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.12.0 seq.base stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.8 uuidm.0.9.10 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-06-13 15:01.27: Using cache hint "mirage/metrics-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-b33ea33ce364e8f95cd187f8e5c1a907"2025-06-13 15:01.27: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-5.3)(comment windows-server-2022-amd64-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam)(dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn metrics.dev '/Users/opam/src/./' && \\nopam pin add -yn metrics-unix.dev '/Users/opam/src/./' && \\nopam pin add -yn metrics-rusage.dev '/Users/opam/src/./' && \\nopam pin add -yn metrics-lwt.dev '/Users/opam/src/./' && \\nopam pin add -yn metrics-influx.dev '/Users/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.0 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.8.0 lwt.5.9.1 mingw-w64-shims.0.2.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.12.0 seq.base stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.8 uuidm.0.9.10 uutf.1.0.4")(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.3 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.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/src))(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-06-13 15:01.27: Waiting for resource in pool OCluster2025-06-13 15:01.27: Waiting for worker…2025-06-13 15:11.02: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at 14f99cc autoformat(from windows-server-2022-amd64-ocaml-5.3)2025-06-13 15:11.02 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache/: (comment windows-server-2022-amd64-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-06-13 15:11.02 ---> using "95d5d85ee56c2575e196f53fe7f940cc0731fb5c4485beb38b72a714de9d05bf" 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:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking 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-repository2025-06-13 15:11.02 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.5.5-1.x86_64The OCaml toplevel, version 5.3.02.3.02025-06-13 15:11.02 ---> using "2b54922bf0d8d5ddbb1aea4afec4a959968c963bd87de7fe3038a742f957825c" 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf93eb7cb02..a28eb8a148 master -> origin/mastera28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryThe following actions will be performed:=== recompile 7 packages- recompile base-domains base [uses ocaml]- recompile base-effects base [uses ocaml]- recompile base-nnp base [uses base-domains]- recompile ocaml 5.3.0 [uses ocaml-base-compiler]- recompile ocaml-base-compiler 5.3.0 (pinned) [uses ocaml-compiler]- recompile ocaml-compiler 5.3.0 [uses flexdll]- recompile ocaml-config 3 [uses ocaml-base-compiler]=== upgrade 1 package- upgrade flexdll 0.43 to 0.44<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml-config.3 (cached)-> retrieved flexdll.0.44 (cached)-> removed base-effects.base-> removed base-nnp.base-> removed base-domains.base-> removed ocaml.5.3.0-> removed ocaml-config.3-> removed ocaml-base-compiler.5.3.0-> retrieved ocaml-compiler.5.3.0 (cached)-> removed ocaml-compiler.5.3.0-> removed flexdll.0.43-> installed flexdll.0.44-> 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.baseDone.# To update the current shell environment, run: eval $(opam env)2025-06-13 15:11.02 ---> using "f1c611ea2666f7a0711da8ea385783e98e2b94a025a92699b883cc48e2a2d2fb" from cache/: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam)(dst /Users/opam/src/./))2025-06-13 15:11.02 ---> using "fd29b65be7ff19c5ff269a9fa9f1522cb5a3a68954df190dcb5e0a4917760123" from cache/: (run (network host)(shell "opam pin add -yn metrics.dev '/Users/opam/src/./' && \\nopam pin add -yn metrics-unix.dev '/Users/opam/src/./' && \\nopam pin add -yn metrics-rusage.dev '/Users/opam/src/./' && \\nopam pin add -yn metrics-lwt.dev '/Users/opam/src/./' && \\nopam pin add -yn metrics-influx.dev '/Users/opam/src/./'"))[metrics.dev] synchronised (file://C:/Users/opam/src/.)metrics is now pinned to file://C:/Users/opam/src/. (version dev)[metrics-unix.dev] synchronised (file://C:/Users/opam/src/.)metrics-unix is now pinned to file://C:/Users/opam/src/. (version dev)[metrics-rusage.dev] synchronised (file://C:/Users/opam/src/.)metrics-rusage is now pinned to file://C:/Users/opam/src/. (version dev)[metrics-lwt.dev] synchronised (file://C:/Users/opam/src/.)metrics-lwt is now pinned to file://C:/Users/opam/src/. (version dev)[metrics-influx.dev] synchronised (file://C:/Users/opam/src/.)metrics-influx is now pinned to file://C:/Users/opam/src/. (version dev)2025-06-13 15:11.02 ---> using "a2ce77818ce28707bcd09aed20c7343b777d5e52355245da334fd21f9ab30420" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-06-13 15:11.02 ---> using "6ee3af14ed07cb7f9863f09358b881217e5f78f2e60f41bd80ce13a846f13912" from cache/: (env DEPS "alcotest.1.9.0 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gnuplot.0.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.8.0 lwt.5.9.1 mingw-w64-shims.0.2.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.12.0 seq.base stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.8 uuidm.0.9.10 uutf.1.0.4")/: (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.3 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[metrics-influx.dev] synchronised (file://C:/Users/opam/src/.)[metrics.dev] synchronised (file://C:/Users/opam/src/.)[metrics-lwt.dev] synchronised (file://C:/Users/opam/src/.)[metrics-rusage.dev] synchronised (file://C:/Users/opam/src/.)[metrics-unix.dev] synchronised (file://C:/Users/opam/src/.)[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-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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.44).[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-effects 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:gnuplot-base<><> 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" "gnuplot-base"- 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: 1 tasks, update: no, use test packages: no- solving: 42 tasks, update: no, use test packages: no- Augmented Transaction List:- 0 install dejavu-fonts 2.37-1- 1 install gsettings-desktop-schemas 3.24.1-1- 2 install libXau6 1.0.12-1- 3 install libXdmcp6 1.1.5-1- 4 install libcerf1 3.0-1- 5 install libdatrie1 0.2.13-1- 6 install libdeflate0 1.24-1- 7 install libfontconfig-common 2.16.0-2- 8 install libfribidi0 1.0.16-1- 9 install libgomp1 12.4.0-3- 10 install libgraphite2_3 1.3.14-1- 11 install libjbig2 2.1-2- 12 install libjpeg8 3.1.0-1- 13 install liblua5.3 5.3.6-4- 14 install liblzo2_2 2.10-2- 15 install libpixman1_0 0.43.4-1- 16 install libpng16 1.6.47-2- 17 install libwebp7 1.5.0-1- 18 install libxml2 2.10.4-2- 19 install desktop-file-utils 0.28-1- 20 install libglib2.0_0 2.85.0-1- 21 install shared-mime-info 2.4-1- 22 install libxcb1 1.17.0-1- 23 install libthai0 0.1.29-1- 24 install libimagequant0 2.10.0-1- 25 install libfreetype6 2.13.3-1- 26 install libwebpmux3 1.5.0-1- 27 install libtiff6 4.4.0-1- 28 install libxcb-shm0 1.17.0-1- 29 install libxcb-render0 1.17.0-1- 30 install libX11_6 1.8.10-1- 31 install libharfbuzz0 11.0.1-2- 32 install libfontconfig1 2.16.0-2- 33 install libXrender1 0.9.12-1- 34 install libXpm4 3.5.17-1- 35 install libXext6 1.3.6-1- 36 install libraqm0 0.7.0-1- 37 install libXft2 2.3.7-1- 38 install libcairo2 1.18.4-1- 39 install libgd3 2.3.3-1- 40 install libpango1.0_0 1.56.3-1- 41 install gnuplot-base 6.0.2-1- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/dejavu-fonts/dejavu-fonts-2.37-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXau/libXau6/libXau6-1.0.12-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXdmcp/libXdmcp6/libXdmcp6-1.1.5-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libcerf/libcerf1/libcerf1-3.0-1-x86_64.tar.zst- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libdatrie/libdatrie1/libdatrie1-0.2.13-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libdeflate/libdeflate0/libdeflate0-1.24-1-x86_64.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig-common/libfontconfig-common-2.16.0-2.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fribidi/libfribidi0/libfribidi0-1.0.16-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gcc/libgomp1/libgomp1-12.4.0-3.tar.zst- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/graphite2/libgraphite2_3/libgraphite2_3-1.3.14-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/jbigkit/libjbig2/libjbig2-2.1-2.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libjpeg-turbo/libjpeg8/libjpeg8-3.1.0-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lua/liblua5.3/liblua5.3-5.3.6-4.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.10-2.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pixman/libpixman1_0/libpixman1_0-0.43.4-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng16/libpng16-1.6.47-2-x86_64.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebp7/libwebp7-1.5.0-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.10.4-2.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/desktop-file-utils/desktop-file-utils-0.28-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.85.0-1-x86_64.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/shared-mime-info/shared-mime-info-2.4-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb1/libxcb1-1.17.0-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libthai/libthai0/libthai0-0.1.29-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libimagequant/libimagequant0/libimagequant0-2.10.0-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/freetype2/libfreetype6/libfreetype6-2.13.3-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpmux3/libwebpmux3-1.5.0-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/tiff/libtiff6/libtiff6-4.4.0-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-shm0/libxcb-shm0-1.17.0-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-render0/libxcb-render0-1.17.0-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libX11/libX11_6/libX11_6-1.8.10-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/harfbuzz/libharfbuzz0/libharfbuzz0-11.0.1-2-x86_64.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig1/libfontconfig1-2.16.0-2.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXrender/libXrender1/libXrender1-0.9.12-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXpm/libXpm4/libXpm4-3.5.17-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXext/libXext6/libXext6-1.3.6-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/raqm/libraqm0/libraqm0-0.7.0-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXft/libXft2/libXft2-2.3.7-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cairo/libcairo2/libcairo2-1.18.4-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gd/libgd3/libgd3-2.3.3-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pango1.0/libpango1.0_0/libpango1.0_0-1.56.3-1.tar.xz- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gnuplot/gnuplot-base/gnuplot-base-6.0.2-1-x86_64.tar.zst- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/dejavu-fonts/dejavu-fonts-2.37-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXau/libXau6/libXau6-1.0.12-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXdmcp/libXdmcp6/libXdmcp6-1.1.5-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libcerf/libcerf1/libcerf1-3.0-1-x86_64.tar.zst- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libdatrie/libdatrie1/libdatrie1-0.2.13-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libdeflate/libdeflate0/libdeflate0-1.24-1-x86_64.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig-common/libfontconfig-common-2.16.0-2.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fribidi/libfribidi0/libfribidi0-1.0.16-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gcc/libgomp1/libgomp1-12.4.0-3.tar.zst- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/graphite2/libgraphite2_3/libgraphite2_3-1.3.14-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/jbigkit/libjbig2/libjbig2-2.1-2.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libjpeg-turbo/libjpeg8/libjpeg8-3.1.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/lua/liblua5.3/liblua5.3-5.3.6-4.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/liblzo2/liblzo2_2/liblzo2_2-2.10-2.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pixman/libpixman1_0/libpixman1_0-0.43.4-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libpng/libpng16/libpng16-1.6.47-2-x86_64.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebp7/libwebp7-1.5.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxml2/libxml2-2.10.4-2.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/desktop-file-utils/desktop-file-utils-0.28-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/glib2.0/libglib2.0_0/libglib2.0_0-2.85.0-1-x86_64.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/shared-mime-info/shared-mime-info-2.4-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb1/libxcb1-1.17.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libthai/libthai0/libthai0-0.1.29-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libimagequant/libimagequant0/libimagequant0-2.10.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/freetype2/libfreetype6/libfreetype6-2.13.3-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libwebp/libwebpmux3/libwebpmux3-1.5.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/tiff/libtiff6/libtiff6-4.4.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-shm0/libxcb-shm0-1.17.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libxcb/libxcb-render0/libxcb-render0-1.17.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libX11/libX11_6/libX11_6-1.8.10-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/harfbuzz/libharfbuzz0/libharfbuzz0-11.0.1-2-x86_64.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/fontconfig/libfontconfig1/libfontconfig1-2.16.0-2.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXrender/libXrender1/libXrender1-0.9.12-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXpm/libXpm4/libXpm4-3.5.17-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXext/libXext6/libXext6-1.3.6-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/raqm/libraqm0/libraqm0-0.7.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/libXft/libXft2/libXft2-2.3.7-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/cairo/libcairo2/libcairo2-1.18.4-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gd/libgd3/libgd3-2.3.3-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/pango1.0/libpango1.0_0/libpango1.0_0-1.56.3-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/gnuplot/gnuplot-base/gnuplot-base-6.0.2-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\bash.exe --norc --noprofile "/etc/postinstall/libxml2.sh"- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/gnuplot-base.dash"- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_desktop-file-utils.sh"- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_fontconfig_cache_1.sh"- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_fontconfig_dtd.dash"- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_glib2.0.sh"- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_shared-mime-info.sh"- Ending cygwin install- NOTE: you should run 'diskperf -y' to enable the disk statistics- NOTE: you should run 'diskperf -y' to enable the disk statistics2025-06-13 15:11.02 ---> using "ba24151feeb45b0d718e20d02233a304af5476e3912b9941df109fe5e27182b0" 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-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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.44).[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-effects 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:=== install 24 packages- install alcotest 1.9.0- install astring 0.8.5- install base-bytes base- install cmdliner 1.3.0- install conf-gnuplot 0.1- install cppo 1.8.0- install csexp 1.5.2- install dune 3.19.1- install dune-configurator 3.19.1- install duration 0.2.1- install fmt 0.10.0- install logs 0.8.0- install lwt 5.9.1- install mtime 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install re 1.12.0- install seq base- install stdlib-shims 0.3.0- install topkg 1.0.8- install uuidm 0.9.10- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved logs.0.8.0 (cached)-> installed conf-gnuplot.0.1-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved lwt.5.9.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.12.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uuidm.0.9.10 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (https://github.com/ocaml/dune/releases/download/3.19.1/dune-3.19.1.tbz)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1[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.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe[WARNING] C:\Users\opam\AppData\Local\opam\5.3.0\bin\safe_camlp4 is a script; the command won't be available-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.0.8-> installed uuidm.0.9.10-> installed uutf.1.0.4-> installed astring.0.8.5-> installed fmt.0.10.0-> installed mtime.2.1.0-> installed dune.3.19.1-> installed stdlib-shims.0.3.0-> installed duration.0.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.12.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.19.1-> installed alcotest.1.9.0-> installed lwt.5.9.1-> installed logs.0.8.0Done.# To update the current shell environment, run: eval $(opam env)2025-06-13 15:11.02 ---> using "09b61c5937637160ef6a807fca28bb0fa7045ff2dffcc3fb12c8e8f9b0381754" from cache/: (copy (src .) (dst /Users/opam/src))2025-06-13 15:12.03 ---> saved as "10d7bae8b2f22991a07eca7d89933938da66f93efd190ccdb84b4c4b9f6d8170"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))File "src/rusage/dune", line 5, characters 11-31:5 | (c_names metrics_rusage_stubs))^^^^^^^^^^^^^^^^^^^^(cd _build/default/src/rusage && C:\Users\opam\AppData\Local\opam\5.3.0\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -g -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\fmt -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\logs -I ../core -o metrics_rusage_stubs.o -c metrics_rusage_stubs.c)metrics_rusage_stubs.c:12:10: fatal error: sys/resource.h: No such file or directory12 | #include <sys/resource.h>| ^~~~~~~~~~~~~~~~compilation terminated.(cd _build/default/test/core && .\test.exe)Testing `metrics'.This run has ID `8TK2QEEA'.[OK] base 0 f.[OK] base 1 timer.[OK] base 2 status.Full test results in `~\src\_build\default\test\core\_build\_tests\8TK2QEEA'.Test Successful in 1.031s. 3 tests run.2025-06-13 15:20.12: Cancelling: Auto-cancelling job because it is no longer neededJob cancelled