Organisationsmiragemirage-skeleton0d0c5e ()windows-server-2022-amd64-4.14_opam-2.3

windows-server-2022-amd64-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-02-05 08:39.47: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/407/head (0d0c5e528e21aefe9ddfcfc9f3c7e3d10f47e8c1) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.3)
Base: windows-server-2022-amd64-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/407/head" && git reset --hard 0d0c5e52
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-4.14
# windows-server-2022-amd64-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-skeleton.opam /Users/opam/src/./
RUN opam pin add -yn mirage-skeleton.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mingw-w64-shims.0.2.0 mirage.4.8.2 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 ocamlbuild.0.15.0 ocamlfind.1.9.8 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 system-mingw.1 topkg.1.0.7 uri.4.4.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-skeleton.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-02-05 08:39.47: Using cache hint "mirage/mirage-skeleton-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.3-f23135ad8e5abcce88ab08049dbaba5a"
2025-02-05 08:39.47: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-4.14)
(comment windows-server-2022-amd64-4.14_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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mirage-skeleton.opam) (dst /Users/opam/src/./))
(run (network host)
(shell "opam pin add -yn mirage-skeleton.dev '/Users/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
(env DEPS "angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mingw-w64-shims.0.2.0 mirage.4.8.2 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 ocamlbuild.0.15.0 ocamlfind.1.9.8 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 system-mingw.1 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")
(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 mirage-skeleton.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-02-05 08:39.47: Waiting for resource in pool OCluster
2025-02-05 11:00.13: Waiting for worker…
2025-02-05 11:25.54: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at 0d0c5e5 remove ~deps:[dep noop] now that mirage automatically inserts it


(from windows-server-2022-amd64-ocaml-4.14)
2025-02-05 11:25.54 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache


/: (comment windows-server-2022-amd64-4.14_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-02-05 11:25.54 ---> using "fe3978d598c814685c6ee8922c3ae17147a3127f83af70ca6588d6b26847cd93" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.


<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>


opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.


How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
3. Use Cygwin installation found in C:\cygwin64
4. Use another existing Cygwin/MSYS2 installation
5. Abort initialisation


[1/2/3/4/5] 1
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file://C:/Users/opam/opam-repository
2025-02-05 11:25.54 ---> using "0caf41f56a7e1f8a9ba062ae44d7d1f50471f3874e543c30c0d1c2b229f1e062" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64
The OCaml toplevel, version 4.14.2
2.3.0
2025-02-05 11:25.54 ---> using "6a7802e4db8e302e8ba8d87ff4e9376ae777099db0cd03bdab21ff27a442740c" 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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
11bdbee611..3ee951993d  master     -> origin/master
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-02-05 11:25.54 ---> using "50e219129641c87b8bc8ac0cc5364a342cd452bc0c83e57ebb749b975290bca1" from cache


/: (copy (src mirage-skeleton.opam) (dst /Users/opam/src/./))
2025-02-05 11:25.54 ---> using "e228d7dfcbe1b9f3b7290caa705c8a0e4202f42b89d0afe7c026f0b43b55634c" from cache


/: (run (network host)
(shell "opam pin add -yn mirage-skeleton.dev '/Users/opam/src/./'"))
Package mirage-skeleton does not exist, create as a NEW package? [y/n] y
[mirage-skeleton.dev] synchronised (file://C:/Users/opam/src/.)
[WARNING] Failed checks on mirage-skeleton package definition from source at file://C:/Users/opam/src/.:
warning 68: Missing field 'license'
mirage-skeleton is now pinned to file://C:/Users/opam/src/. (version dev)
2025-02-05 11:25.54 ---> using "80aab5e99410b5cad35710e04376921e7246a7d6b10fbe7ca5d5e34235600635" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-02-05 11:25.54 ---> using "0e3c2ddd2edb233d6155c199f3435755d05fd337633ca570e62720b2925ea30a" from cache


/: (env DEPS "angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mingw-w64-shims.0.2.0 mirage.4.8.2 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 ocamlbuild.0.15.0 ocamlfind.1.9.8 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 system-mingw.1 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")


/: (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 mirage-skeleton.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-skeleton.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.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
2025-02-05 11:25.54 ---> using "063dc056086d873a44e2302a1625fbc0f8c44403c69c55936a5c227eb96783be" from cache


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 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.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== recompile 1 package
- recompile mingw-w64-shims    0.2.0
=== install 28 packages
- install   angstrom           0.16.1
- install   astring            0.8.5
- install   base64             3.5.1
- install   bigstringaf        0.10.0
- install   bos                0.2.1
- install   cmdliner           1.3.0
- install   conf-pkg-config    4
- install   csexp              1.5.2
- install   domain-name        0.4.0
- install   dune               3.17.2
- install   dune-configurator  3.17.2
- install   emile              1.1
- install   fmt                0.9.0
- install   fpath              0.7.3
- install   ipaddr             5.6.0
- install   logs               0.7.0
- install   macaddr            5.6.0
- install   mirage             4.8.2
- install   ocaml-syntax-shims 1.0.0
- install   ocamlbuild         0.15.0
- install   ocamlfind          1.9.8
- install   opam-monorepo      0.4.0
- install   pecu               0.7
- install   rresult            0.7.0
- install   stringext          1.6.0
- install   topkg              1.0.7
- install   uri                4.4.0
- install   uutf               1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.9.0  (cached)
[ERROR] Failed to get sources of dune.3.17.2, dune-configurator.3.17.2 (https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz): curl failed
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> removed   mingw-w64-shims.0.2.0
-> installed conf-pkg-config.4
-> retrieved mirage.4.8.2  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
[ERROR] Failed to get sources of ocamlfind.1.9.8: curl failed
-> retrieved pecu.0.7  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> installed mingw-w64-shims.0.2.0
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved opam-monorepo.0.4.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0


#=== ERROR while fetching sources for ocamlfind.1.9.8 =========================#
OpamSolution.Fetch_fail("https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz (curl failed: \"C:\\\\Windows\\\\system32\\\\curl.exe --write-out %{http_code}\\\\n --retry 3 --retry-delay 2 --user-agent opam/2.3.0 -L -o C:\\\\Users\\\\opam\\\\AppData\\\\Local\\\\Temp\\\\opam-1752-d80715\\\\findlib-1.9.8.tar.gz.part -- https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz\" exited with code 35)")


#=== ERROR while fetching sources for dune.3.17.2 and dune-configurator.3.17.2 #
OpamSolution.Fetch_fail("https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz (curl failed: \"C:\\\\Windows\\\\system32\\\\curl.exe --write-out %{http_code}\\\\n --retry 3 --retry-delay 2 --user-agent opam/2.3.0 -L -o C:\\\\Users\\\\opam\\\\AppData\\\\Local\\\\Temp\\\\opam-1752-e16408\\\\dune-3.17.2.tbz.part -- https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz\" exited with code 35)")


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch dune.3.17.2, dune-configurator.3.17.2
| - fetch ocamlfind                             1.9.8
+- 
+- The following changes have been performed (the rest was aborted)
| - recompile mingw-w64-shims 0.2.0
| - install   cmdliner        1.3.0
| - install   conf-pkg-config 4
| - install   ocamlbuild      0.15.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\\4.14.2\\.opam-switch\\backup\\state-20250205112608.export"
"opam install $DEPS" failed with exit status 40
2025-02-05 11:26.38: Job failed: Failed: Build failed