2025-10-10 20:14.09: New job: test patricoferris/ocaml-cid https://github.com/patricoferris/ocaml-cid.git#refs/heads/main (4f665cacb56e73462b690dcc793f1c6ec173c7b5) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.4)Base: windows-server-2022-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/patricoferris/ocaml-cid.git" -b "main" && cd "ocaml-cid" && git reset --hard 4f665caccat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-4.14# windows-server-2022-amd64-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 cid.opam /Users/opam/src/./RUN opam pin add -yn cid.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 camlp-streams.5.0.1 cmdliner.2.0.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 dune.3.20.2 eqaf.0.10 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 mdx.2.5.1 mingw-w64-shims.0.2.0 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 result.1.5 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y cid.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-10-10 20:14.09: Using cache hint "patricoferris/ocaml-cid-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.4-5d343c5ba218193ce91a58da34b9e490"2025-10-10 20:14.09: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-4.14)(comment windows-server-2022-amd64-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/bin/opam-2.4 /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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src cid.opam) (dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn cid.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.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 camlp-streams.5.0.1 cmdliner.2.0.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 dune.3.20.2 eqaf.0.10 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 mdx.2.5.1 mingw-w64-shims.0.2.0 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 result.1.5 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.0 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.4 --depext-only -y cid.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-10-10 20:14.09: Waiting for resource in pool OCluster2025-10-10 20:14.09: Waiting for worker…2025-10-10 23:23.15: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at 4f665ca Add changes(from windows-server-2022-amd64-ocaml-4.14)2025-10-10 23:23.15 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache/: (comment windows-server-2022-amd64-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-10 23:23.15 ---> using "fa5bb00e1b6dc297799f071f6d36c5ba197ac910917f6631927fc1b4259523b1" 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-10-10 23:23.15 ---> using "c9a6bb12454183a6bda5e24c40375763b3914e101e14ca85a4ab6e7ff857e315" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.6.4-1.x86_64The OCaml toplevel, version 4.14.22.4.12025-10-10 23:23.15 ---> using "6ecdd3ea7a5353b5481faeb55be51b830717334a488c4abef4de194957089ce9" 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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf6368c68f9..4b164c25f6 master -> origin/master6fab318652 Merge pull request #28690 from mtelvers/opam-publish-ocaml-version.4.0.3<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-10 23:23.15 ---> using "cc46f4cfa82d3c3f05992b346c769f25610d78b7e9d87d51492f5bdf50f2c035" from cache/: (copy (src cid.opam) (dst /Users/opam/src/./))2025-10-10 23:23.43 ---> saved as "610b84425ead50c24da52cf2d094423b2bfe79b0af8984854708ab03aba5ac7e"/: (run (network host)(shell "opam pin add -yn cid.dev '/Users/opam/src/./'"))[cid.dev] synchronised (file://C:/Users/opam/src/.)[WARNING] Failed checks on cid package definition from source at file://C:/Users/opam/src/.:warning 68: Missing field 'license'cid is now pinned to file://C:/Users/opam/src/. (version dev)2025-10-10 23:24.35 ---> saved as "388f3058ab1b3deb39c5cd067d02ee728b635d9b731afb00f01f953bfbdecfa8"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-10-10 23:24.56 ---> saved as "685671be52f8dbed1b6f4eb8d8e55b70b083f0dec8e20ef474b0746e997de37d"/: (env DEPS "alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 camlp-streams.5.0.1 cmdliner.2.0.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 dune.3.20.2 eqaf.0.10 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 mdx.2.5.1 mingw-w64-shims.0.2.0 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 result.1.5 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.0 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.4 --depext-only -y cid.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cid.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-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).[NOTE] Package arch-x86_64 is already installed (current version is 1).2025-10-10 23:28.39 ---> saved as "b7860ac8886215f6347eb90480541409616c9dc59dd98be6b9ce300ce516def9"/: (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 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-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 28 packages- install alcotest 1.9.1- install astring 0.8.5- install base64 3.5.2- install camlp-streams 5.0.1- install cmdliner 2.0.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install digestif 1.3.0- install dune 3.20.2- install eqaf 0.10- install fmt 0.11.0- install logs 0.9.0- install mdx 2.5.1- install multibase 0.1.0- install multicodec 0.1.0- install multihash 0.1.0- install multihash-digestif 0.1.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install optint 0.3.0- install re 1.14.0- install result 1.5- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved base64.3.5.2 (https://github.com/mirage/ocaml-base64/releases/download/v3.5.2/base64-3.5.2.tbz)-> retrieved alcotest.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.0.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.0.0.tbz)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)-> retrieved logs.0.9.0 (https://erratique.ch/software/logs/releases/logs-0.9.0.tbz)-> retrieved multibase.0.1.0 (cached)-> retrieved multicodec.0.1.0 (cached)-> retrieved multihash.0.1.0, multihash-digestif.0.1.0 (cached)-> retrieved mdx.2.5.1 (https://github.com/realworldocaml/mdx/releases/download/2.5.1/mdx-2.5.1.tbz)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (https://github.com/ocurrent/ocaml-version/releases/download/v4.0.3/ocaml-version-4.0.3.tbz)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved result.1.5 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)-> retrieved topkg.1.1.0 (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)-> installed cmdliner.2.0.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\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe[WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\bin\safe_camlp4 is a script; the command won't be available-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed fmt.0.11.0-> installed logs.0.9.0-> installed dune.3.20.2-> installed base64.3.5.2-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed eqaf.0.10-> installed multicodec.0.1.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed optint.0.3.0-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed multihash.0.1.0-> installed multibase.0.1.0-> installed re.1.14.0-> installed digestif.1.3.0-> installed multihash-digestif.0.1.0-> installed alcotest.1.9.1-> installed mdx.2.5.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-10 23:39.29 ---> saved as "1fbacdadded8d4fb2a2af76eb9a675fd5b1155038389dd489a5d177422a9d035"/: (copy (src .) (dst /Users/opam/src))2025-10-10 23:40.14 ---> saved as "63f8b19748b9a0a717fd0e23329a713f99bf0023e33c56dac1859e0f86bb5511"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && .\test.exe)Testing `CID'.This run has ID `GIHXC4RO'.[OK] enc-dec 0 cid 0.[OK] enc-dec 1 cid 1.[OK] enc-dec 2 cid 2.[OK] enc-dec 3 cid 3.[OK] enc-dec 4 cid 4.Full test results in `~\src\_build\default\test\_build\_tests\GIHXC4RO'.Test Successful in 0.017s. 5 tests run.2025-10-10 23:40.54 ---> saved as "6e4c7c215983fe6af8668553050b0c7e4efc5992db9c31fd83ed0f12ce1196ae"Job succeeded2025-10-10 23:40.54: Job succeeded