Organisationsocaml-multicoredomainslib731f08 (main)windows-server-2022-amd64-5.3_opam-2.3

windows-server-2022-amd64-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-01-25 11:47.18: New job: test ocaml-multicore/domainslib https://github.com/ocaml-multicore/domainslib.git#refs/heads/main (731f08891c87e788f2cc95f2a600328f6682a5e2) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3)
Base: windows-server-2022-amd64-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/domainslib.git" -b "main" && cd "domainslib" && git reset --hard 731f0889
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.3
# windows-server-2022-amd64-5.3_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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 domainslib.opam /Users/opam/src/./
RUN opam pin add -yn domainslib.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="arch-x86_64.1 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.17.2 dune-configurator.3.17.2 flexdll.0.43 host-arch-x86_64.1 host-system-mingw.1 kcas.0.7.0 mingw-w64-shims.0.2.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.1 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 ocamlbuild.0.15.0 ocamlfind.1.9.5 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 saturn.1.0.0 seq.base system-mingw.1 thread-table.1.0.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y domainslib.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-01-25 11:47.18: Using cache hint "ocaml-multicore/domainslib-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-77f84114e2c4357b9a2351c4ac9d4e56"
2025-01-25 11:47.18: 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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src domainslib.opam) (dst /Users/opam/src/./))
(run (network host)
(shell "opam pin add -yn domainslib.dev '/Users/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
(env DEPS "arch-x86_64.1 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.17.2 dune-configurator.3.17.2 flexdll.0.43 host-arch-x86_64.1 host-system-mingw.1 kcas.0.7.0 mingw-w64-shims.0.2.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.1 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 ocamlbuild.0.15.0 ocamlfind.1.9.5 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 saturn.1.0.0 seq.base system-mingw.1 thread-table.1.0.0 topkg.1.0.7")
(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 domainslib.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-01-25 11:47.18: Waiting for resource in pool OCluster
2025-01-25 14:23.24: Waiting for worker…
2025-01-25 14:59.20: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at 731f088 Merge pull request #123 from punchagan/patch-1


(from windows-server-2022-amd64-ocaml-5.3)
2025-01-25 14:59.20 ---> 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-01-25 14:59.20 ---> 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:\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-01-25 14:59.20 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.5-1.x86_64
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-25 14:59.20 ---> 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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f93eb7cb02..12d8668654  master     -> origin/master
d1a3803c0c Merge pull request #27313 from maiste/release-dune-3.17.2


<><> 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-01-25 14:59.20 ---> using "b9b18164af441233f4f43daa015ea9f56139293897cce4d8a1341d2d2c8cf3ac" from cache


/: (copy (src domainslib.opam) (dst /Users/opam/src/./))
2025-01-25 14:59.34 ---> saved as "9a85d0ba65f665ca58f68a219535872a106f1be3dc2d95aa80969d9898bcd806"


/: (run (network host)
(shell "opam pin add -yn domainslib.dev '/Users/opam/src/./'"))
[domainslib.dev] synchronised (file://C:/Users/opam/src/.)
domainslib is now pinned to file://C:/Users/opam/src/. (version dev)
2025-01-25 14:59.48 ---> saved as "c86d5db029836513034968c4d282fa97119f9ee9ab876910640c9da10fe950b0"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-01-25 15:00.00 ---> saved as "9add27371768ed322a6eeec8530425d6e6d569a6ac453d457cf04eb903ac08dd"


/: (env DEPS "arch-x86_64.1 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.17.2 dune-configurator.3.17.2 flexdll.0.43 host-arch-x86_64.1 host-system-mingw.1 kcas.0.7.0 mingw-w64-shims.0.2.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.1 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 ocamlbuild.0.15.0 ocamlfind.1.9.5 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 saturn.1.0.0 seq.base system-mingw.1 thread-table.1.0.0 topkg.1.0.7")


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[domainslib.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.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-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).
2025-01-25 15:00.33 ---> saved as "4df77bda2fc19f5edfe56a89b987649e54095adda8333bedb61a19eff874b71a"


/: (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.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-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 21 packages
- install backoff                    0.1.1
- install csexp                      1.5.2
- install domain-local-await         1.0.1
- install domain-local-timeout       1.0.1
- install dune                       3.17.2
- install dune-configurator          3.17.2
- install kcas                       0.7.0
- install mirage-clock               4.2.0
- install mirage-clock-unix          4.2.0
- install mtime                      2.1.0
- install multicore-magic            2.3.1
- install ocamlbuild                 0.15.0
- install ocamlfind                  1.9.5
- install psq                        0.2.1
- install qcheck-core                0.23
- install qcheck-multicoretests-util 0.7
- install qcheck-stm                 0.7
- install saturn                     1.0.0
- install seq                        base
- install thread-table               1.0.0
- install topkg                      1.0.7


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved kcas.0.7.0  (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.23  (cached)
-> retrieved qcheck-multicoretests-util.0.7, qcheck-stm.0.7  (https://github.com/ocaml-multicore/multicoretests/archive/refs/tags/0.7.tar.gz)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved saturn.1.0.0  (https://github.com/ocaml-multicore/saturn/releases/download/1.0.0/saturn-1.0.0.tbz)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (https://github.com/ocaml/dune/releases/download/3.17.2/dune-3.17.2.tbz)
-> installed ocamlbuild.0.15.0
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.5\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.5
-> installed topkg.1.0.7
-> installed mtime.2.1.0
-> installed dune.3.17.2
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed mirage-clock.4.2.0
-> installed multicore-magic.2.3.1
-> installed psq.0.2.1
-> installed qcheck-core.0.23
-> installed thread-table.1.0.0
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed qcheck-multicoretests-util.0.7
-> installed saturn.1.0.0
-> installed kcas.0.7.0
-> installed dune-configurator.3.17.2
-> installed qcheck-stm.0.7
-> installed mirage-clock-unix.4.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-25 15:02.21 ---> saved as "573dc5f7f8fc1aaa14801720959875f76f00cc85b52b033446ec132e84957e52"


/: (copy (src .) (dst /Users/opam/src))
2025-01-25 15:02.40 ---> saved as "b74fb1d9d9a32c6b4cc49800116335e2c5bc2fdbd34ff041fd20b9cd13aba0f6"


/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlc.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.domainslib.objs/byte -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\backoff -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\domain-local-await -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\multicore-magic -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\saturn -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\thread-table -no-alias-deps -opaque -open Domainslib__ -o lib/.domainslib.objs/byte/domainslib__Multi_channel.cmo -c -impl lib/multi_channel.ml)
File "lib/multi_channel.ml", line 17, characters 18-46:
17 | module Ws_deque = Saturn.Work_stealing_deque.M
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Saturn.Work_stealing_deque.M
(cd _build/default/test && .\game_of_life.exe)
...o.oooo..o....
.....o..o.....oo
oo..o...ooo.o.o.
...o.o.oooooo.o.
oooooooo.o.oo.o.
o..oooooo.oooo.o
.oooo.oo..o.oo.o
ooo..o...ooo.ooo
o.o....oo.oooo..
ooo.ooo...oo...o
..o..o....oooooo
.o.ooo....oo..oo
oooo....oooooo.o
.o...ooo...ooo..
..o.oo.o..oo....
.....o.ooo.o..o.


................
................
................
................
..ooooooo.......
.o...o.oo.......
o..ooo.oo.......
ooo.............
o.......ooo.....
oo....oo..oo..o.
......oo..oo.o.o
...o.o..........
..ooo.........oo
..oo.o....oo....
.o..o.....oo....
..o.............


(cd _build/default/test && .\spectralnorm2.exe)
1.274224152
(cd _build/default/test && .\fib.exe)
fib(43) = 701408733
"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-01-25 15:02.58: Job failed: Failed: Build failed