Organisationsocaml-multicoresaturn72af6b (lock-free-bounded-queue)windows-server-2022-4.14_opam-2.2

windows-server-2022-4.14_opam-2.2

Link Copied
Code Copied

Logs

2024-10-28 09:34.48: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/lock-free-bounded-queue (72af6bf75f888ac95eb037f35504de4be8f491e8) (test:windows-server-2022-4.14_opam-2.2)
Base: windows-server-2022-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/saturn.git" -b "lock-free-bounded-queue" && cd "saturn" && git reset --hard 72af6bf7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-ocaml-4.14
# windows-server-2022-4.14_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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam /Users/opam/Documents/./
RUN opam pin add -yn saturn_lockfree.dev '/Users/opam/Documents/./' && \
    opam pin add -yn saturn.dev '/Users/opam/Documents/./'
ENV DEPS="alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.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 ocamlbuild.0.15.0 ocamlfind.1.9.5 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.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-10-28 09:34.48: Using cache hint "ocaml-multicore/saturn-windows-server-2022-ocaml-4.14-windows-server-2022-4.14_opam-2.2-06a6a34b44b488f087dde1b05c4ebb6e"
2024-10-28 09:34.48: Using OBuilder spec:
((from windows-server-2022-ocaml-4.14)
 (comment windows-server-2022-4.14_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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src saturn_lockfree.opam saturn.opam) (dst /Users/opam/Documents/./))
 (run (network host)
      (shell  "opam pin add -yn saturn_lockfree.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn saturn.dev '/Users/opam/Documents/./'"))
 (env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.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 ocamlbuild.0.15.0 ocamlfind.1.9.5 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")
 (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 saturn_lockfree.dev saturn.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-10-28 09:34.48: Waiting for resource in pool OCluster
2024-10-28 14:42.08: Waiting for worker…
2024-10-28 17:09.56: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at 72af6bf A lock-free bounded queue


(from windows-server-2022-ocaml-4.14)
2024-10-28 17:09.56 ---> using "dca183f00f9c8145447bdf8b51d17b6257e7f9880011947f8ed16449b5ac4c29" from cache


/: (comment windows-server-2022-4.14_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-10-28 17:09.56 ---> using "48953ddf02e57e4d983259e75a775cbd4466818b4708048c926558f7b08f54b3" from cache


/: (run (shell "opam init --reinit -ni"))


2024-10-28 17:09.56 ---> using "2a10efc10f1937ea804ddd34e22b68952f9144c42211b0e87f1fa834e77cc9c4" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64


2024-10-28 17:09.56 ---> using "41ad6da2afd0643107458c4ad95b5d94cf37de63fe4e7447d4122b0af5d1d78f" 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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u"))
b8e118d3ef Merge pull request #26758 from polytypic/release-multicore-bench-0.1.7


2024-10-28 17:09.56 ---> using "6ab71faebb5d00909a7962a135af8ddf177c25145aca0025eb7fb28f7a7b2d2d" from cache


/: (copy (src saturn_lockfree.opam saturn.opam)
         (dst /Users/opam/Documents/./))
2024-10-28 17:09.58 ---> saved as "19bf1fa32ed8e7eaa82bbfd01126630611baf6b10bcd92709311ef22f0be5ec5"


/: (run (network host)
        (shell  "opam pin add -yn saturn_lockfree.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn saturn.dev '/Users/opam/Documents/./'"))


2024-10-28 17:10.13 ---> saved as "43a652f8bc0e059faf460e98c8b11d66fe2a2855189ada3230246fc5efbee55d"


/: (env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.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 ocamlbuild.0.15.0 ocamlfind.1.9.5 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")


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


2024-10-28 17:10.39 ---> saved as "2bf07b018ef5a8469adee0a9ce61998deeaecd033db3a001daac2c6a90bf040f"


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam install $DEPS"))


2024-10-28 18:09.56: Cancelling: Timeout (60.0 minutes)
Job cancelled
2024-10-28 18:09.57: Timeout (60.0 minutes)