Organisationsocaml-multicoresaturn64a63e ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-08-11 20:29.24: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/mpmc-two-stack-queue (64a63ef645da33be326f189b17164739ab39e855) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.13@sha256:cc4b34470afbe56a84d6456f33ef6ee4c63195f9c9df098216dc638cd72e20eb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/saturn.git" -b "mpmc-two-stack-queue" && cd "saturn" && git reset --hard 64a63ef6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.13@sha256:cc4b34470afbe56a84d6456f33ef6ee4c63195f9c9df098216dc638cd72e20eb
# debian-12-4.13_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 35979af3a50a8fa3acfcb80cc74be5b57676eb0c || git fetch origin master) && git reset -q --hard 35979af3a50a8fa3acfcb80cc74be5b57676eb0c && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam ./
RUN opam pin add -yn saturn_lockfree.dev './' && \
    opam pin add -yn saturn.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 containers.2.8 cppo.1.6.1 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.14.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fmt.0.8.7 host-arch-x86_64.1 host-system-other.1 jbuilder.1.0+beta20.1 mtime.2.0.0 multicore-bench.0.1.2 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 oseq.0.4 ounit2.2.2.0 qcheck.0.21.3 qcheck-alcotest.0.21.3 qcheck-core.0.21.3 qcheck-multicoretests-util.0.3 qcheck-ounit.0.21.3 qcheck-stm.0.3 re.1.7.2 seq.0.2.2 stdlib-shims.0.1.0 thread-table.1.0.0 topkg.1.0.3 tsort.1.0.0 uchar.0.0.2 uutf.1.0.1 yojson.2.1.0"
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 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-08-11 20:29.24: Using cache hint "ocaml-multicore/saturn-ocaml/opam:debian-12-ocaml-4.13@sha256:cc4b34470afbe56a84d6456f33ef6ee4c63195f9c9df098216dc638cd72e20eb-debian-12-4.13_opam-2.2-205ba23810fca798d05ee3d7a8b140d2"
2024-08-11 20:29.24: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.13@sha256:cc4b34470afbe56a84d6456f33ef6ee4c63195f9c9df098216dc638cd72e20eb)
 (comment debian-12-4.13_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo 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"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 35979af3a50a8fa3acfcb80cc74be5b57676eb0c || git fetch origin master) && git reset -q --hard 35979af3a50a8fa3acfcb80cc74be5b57676eb0c && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn saturn_lockfree.dev './' && \
             \nopam pin add -yn saturn.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 containers.2.8 cppo.1.6.1 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.14.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fmt.0.8.7 host-arch-x86_64.1 host-system-other.1 jbuilder.1.0+beta20.1 mtime.2.0.0 multicore-bench.0.1.2 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 oseq.0.4 ounit2.2.2.0 qcheck.0.21.3 qcheck-alcotest.0.21.3 qcheck-core.0.21.3 qcheck-multicoretests-util.0.3 qcheck-ounit.0.21.3 qcheck-stm.0.3 re.1.7.2 seq.0.2.2 stdlib-shims.0.1.0 thread-table.1.0.0 topkg.1.0.3 tsort.1.0.0 uchar.0.0.2 uutf.1.0.1 yojson.2.1.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.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 /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-08-11 20:29.24: Waiting for resource in pool OCluster
2024-08-11 20:29.24: Waiting for worker…
2024-08-11 20:29.24: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
HEAD is now at ca1f35e Experiment with `Atomic_array`
HEAD is now at 64a63ef MPMC 2-stack queue


(from ocaml/opam:debian-12-ocaml-4.13@sha256:cc4b34470afbe56a84d6456f33ef6ee4c63195f9c9df098216dc638cd72e20eb)
2024-08-11 20:30.10: Cancelling: Auto-cancelling job because it is no longer needed
2024-08-11 20:30.15 ---> saved as "566b1858c6a271754dcdba46b59b76a212827f3366fa0612653a622ede6cd4cb"


/: (comment debian-12-4.13_opam-2.2)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
Job cancelled