Organisationsocaml-multicorekcas609c61 (add-xt-leftist-heap-benchmark)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:35.32: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/add-xt-leftist-heap-benchmark (609c614dc8b898e02df72fb1a791d20aeaeb6c48) (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/kcas.git" -b "add-xt-leftist-heap-benchmark" && cd "kcas" && git reset --hard 609c614d
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 kcas_data.opam kcas.opam /Users/opam/Documents/./
RUN opam pin add -yn kcas_data.dev '/Users/opam/Documents/./' && \
    opam pin add -yn kcas.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 camlp-streams.5.0.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 mdx.2.4.1 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.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 ocaml-version.3.6.9 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 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.0.7 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 kcas_data.dev kcas.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:35.32: Using cache hint "ocaml-multicore/kcas-windows-server-2022-ocaml-4.14-windows-server-2022-4.14_opam-2.2-113fcfbfae243e9b4dbde6773254a9b9"
2024-10-28 09:35.32: 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 kcas_data.opam kcas.opam) (dst /Users/opam/Documents/./))
 (run (network host)
      (shell  "opam pin add -yn kcas_data.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn kcas.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 camlp-streams.5.0.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 mdx.2.4.1 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.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 ocaml-version.3.6.9 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 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.0.7 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 kcas_data.dev kcas.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:35.32: Waiting for resource in pool OCluster
2024-10-28 14:57.41: Waiting for worker…
2024-10-28 17:45.14: Got resource from pool OCluster
Building on alpha
All commits already cached
HEAD is now at 609c614 Add a transaction benchmark using a naïve unscalable leftist heap


(from windows-server-2022-ocaml-4.14)
2024-10-28 17:45.15 ---> 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:45.15 ---> using "48953ddf02e57e4d983259e75a775cbd4466818b4708048c926558f7b08f54b3" from cache


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


2024-10-28 17:45.15 ---> 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:45.15 ---> 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:45.15 ---> using "6ab71faebb5d00909a7962a135af8ddf177c25145aca0025eb7fb28f7a7b2d2d" from cache


/: (copy (src kcas_data.opam kcas.opam) (dst /Users/opam/Documents/./))
2024-10-28 17:45.15 ---> using "d289a9efc5a5a4d4a1258c81669932401087b9f1ad4b823d457442993a108c60" from cache


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


2024-10-28 17:45.15 ---> using "cc605f1a672411ac53b67faa81819a632451ffc798a0cb82de05fcf257136a56" from cache


/: (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 camlp-streams.5.0.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 mdx.2.4.1 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.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 ocaml-version.3.6.9 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 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.0.7 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 kcas_data.dev kcas.dev $DEPS"))


2024-10-28 17:45.15 ---> using "f2394944d740f4b77b6cb7756b0bbe9f63737c865c68e2ac1d064bd6a45c6770" from cache


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


2024-10-28 17:47.50 ---> saved as "3d30899064cd5866a76172ee13f0a132f83c333b3de08305335f839c71c2eb67"


/: (copy (src .) (dst /Users/opam/Documents))
2024-10-28 17:47.53 ---> saved as "9fbb98af7a5895abcd0fb834ed2498afd868c7025e3e8e627587fd4ec7cff55c"


/: (run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))


[ ]   39    0    0   39 /   64    11.9s Queue con

2024-10-28 17:50.24 ---> saved as "311a62da918dcec59e2041e4709fbcc3f2ca074019f5ec3d70093a2f99d45964"
Job succeeded
2024-10-28 17:50.24: Job succeeded