2024-11-05 11:23.47: New job: test ocaml-multicore/domainslib https://github.com/ocaml-multicore/domainslib.git#refs/heads/main (731f08891c87e788f2cc95f2a600328f6682a5e2) (test:windows-server-2022-5.2_opam-2.2) Base: windows-server-2022-ocaml-5.2 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-ocaml-5.2 # windows-server-2022-5.2_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 domainslib.opam /Users/opam/Documents/./ RUN opam pin add -yn domainslib.dev '/Users/opam/Documents/./' ENV DEPS="arch-x86_64.1 backoff.0.1.1 base-bigarray.base base-domains.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.16.1 dune-configurator.3.16.1 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.0 ocaml.5.2.0 ocaml-base-compiler.5.2.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.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 saturn.0.5.0 saturn_lockfree.0.5.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.2 --depext-only -y domainslib.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /Users/opam/Documents RUN cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-11-05 11:23.47: Using cache hint "ocaml-multicore/domainslib-windows-server-2022-ocaml-5.2-windows-server-2022-5.2_opam-2.2-ee51843d974385db03b531f3fe2e3322" 2024-11-05 11:23.47: Using OBuilder spec: ((from windows-server-2022-ocaml-5.2) (comment windows-server-2022-5.2_opam-2.2) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src domainslib.opam) (dst /Users/opam/Documents/./)) (run (network host) (shell "opam pin add -yn domainslib.dev '/Users/opam/Documents/./'")) (env DEPS "arch-x86_64.1 backoff.0.1.1 base-bigarray.base base-domains.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.16.1 dune-configurator.3.16.1 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.0 ocaml.5.2.0 ocaml-base-compiler.5.2.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.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 saturn.0.5.0 saturn_lockfree.0.5.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.2 --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/Documents)) (run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2024-11-05 11:23.47: Waiting for resource in pool OCluster 2024-11-05 14:50.34: Waiting for worker… 2024-11-05 20:19.03: Got resource from pool OCluster Building on odawa hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /data/obuilder/git/domainslib.git-45192a005b7ca0227c7c1f4ed62fae38ddbad2be/.git/ HEAD is now at 731f088 Merge pull request #123 from punchagan/patch-1 (from windows-server-2022-ocaml-5.2) 2024-11-05 20:19.04 ---> using "d06d42c2ce15c2a01b42f8b17cebab1b932321c607f2ddc4dd5ddd2822e824d3" from cache /: (comment windows-server-2022-5.2_opam-2.2) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2024-11-05 20:19.04 ---> using "106aa912871619930ac59aa254d609baa632011f4a9e74a854e122c44e73f2c7" 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 2024-11-05 20:19.04 ---> using "1edf023df73483549607b8dd205269dd0f35f596214f7217de078e74cfde510e" 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 5.2.0 2.2.1 2024-11-05 20:19.04 ---> using "b224a7bf51823dc957bb52ad05583a31ee1cd5e7b618e002cc7d8b3c11d6ee52" 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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 56e31a3bc1..2dff29abd6 master -> origin/master 371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1 <><> 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. # Run eval $(opam env) to update the current shell environment 2024-11-05 20:19.04 ---> using "d224a0b65a608c34ca80163d6c252553763652a9e83f2c604519cece6b9ebc51" from cache /: (copy (src domainslib.opam) (dst /Users/opam/Documents/./)) 2024-11-05 20:19.35 ---> saved as "d2e38c86d4919a51aeca1238385d3e7ed84c43fea1aa9b45db250987bbf4b258" /: (run (network host) (shell "opam pin add -yn domainslib.dev '/Users/opam/Documents/./'")) [domainslib.dev] synchronised (file://C:/Users/opam/Documents/.) domainslib is now pinned to file://C:/Users/opam/Documents/. (version dev) 2024-11-05 20:19.49 ---> saved as "7b5f960d1356304f693e0603b77b131b0765b752e48e4e92f1ffe611f0710eeb" /: (env DEPS "arch-x86_64.1 backoff.0.1.1 base-bigarray.base base-domains.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.16.1 dune-configurator.3.16.1 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.0 ocaml.5.2.0 ocaml-base-compiler.5.2.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.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 saturn.0.5.0 saturn_lockfree.0.5.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.2 --depext-only -y domainslib.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [domainslib.dev] synchronised (no changes) [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 5.2.0). [NOTE] Package ocaml is already installed (current version is 5.2.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-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). 2024-11-05 20:20.15 ---> saved as "26858858f9af22270fd74716eb375b76c74a1463a71a9ccbf009b03535f71152" /: (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 5.2.0). [NOTE] Package ocaml is already installed (current version is 5.2.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-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 22 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.16.1 - install dune-configurator 3.16.1 - 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.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.5 - install psq 0.2.1 - install qcheck-core 0.22 - install qcheck-multicoretests-util 0.4 - install qcheck-stm 0.4 - install saturn 0.5.0 - install saturn_lockfree 0.5.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.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.5 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved qcheck-core.0.22 (cached) -> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved thread-table.1.0.0 (cached) -> retrieved saturn.0.5.0, saturn_lockfree.0.5.0 (https://github.com/ocaml-multicore/saturn/releases/download/0.5.0/saturn-0.5.0.tbz) -> retrieved topkg.1.0.7 (cached) -> retrieved dune.3.16.1, dune-configurator.3.16.1 (cached) -> installed ocamlbuild.0.15.0 -> installed dune.3.16.1 -> installed mirage-clock.4.2.0 -> installed backoff.0.1.1 -> installed csexp.1.5.2 -> installed multicore-magic.2.3.0 -> installed psq.0.2.1 -> installed qcheck-core.0.22 -> installed thread-table.1.0.0 -> installed qcheck-multicoretests-util.0.4 -> installed domain-local-await.1.0.1 -> installed saturn_lockfree.0.5.0 -> installed qcheck-stm.0.4 -> installed dune-configurator.3.16.1 -> installed saturn.0.5.0 -> installed mirage-clock-unix.4.2.0 2024-11-05 21:19.03: Cancelling: Timeout (60.0 minutes) Job cancelled 2024-11-05 21:19.04: Timeout (60.0 minutes)