2024-12-20 09:45.10: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/simplified-core-algo-for-verification (64572931d815fc296387b9737e958a81cec3e2f9) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "simplified-core-algo-for-verification" && cd "kcas" && git reset --hard 64572931 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1 # debian-12-4.13_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 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 ./ RUN opam pin add -yn kcas_data.dev './' && \ opam pin add -yn kcas.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 containers.2.8 cppo.1.6.1 csexp.1.3.2 domain-local-await.1.0.1 domain-local-timeout.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 logs.0.7.0 mdx.2.4.1 mtime.2.0.0 multicore-bench.0.1.7 multicore-magic.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 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 oseq.0.4 psq.0.2.1 qcheck-core.0.21.2 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.7.2 result.1.5 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.3 --depext-only -y kcas_data.dev kcas.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-12-20 09:45.10: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1-debian-12-4.13_opam-2.3-2feb8f097e805ca618f3b6471b4e1fd6" 2024-12-20 09:45.10: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1) (comment debian-12-4.13_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo 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")) (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 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 ./)) (run (network host) (shell "opam pin add -yn kcas_data.dev './' && \ \nopam pin add -yn kcas.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 containers.2.8 cppo.1.6.1 csexp.1.3.2 domain-local-await.1.0.1 domain-local-timeout.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 logs.0.7.0 mdx.2.4.1 mtime.2.0.0 multicore-bench.0.1.7 multicore-magic.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 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 oseq.0.4 psq.0.2.1 qcheck-core.0.21.2 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.7.2 result.1.5 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.3 --depext-only -y kcas_data.dev kcas.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-12-20 09:45.10: Waiting for resource in pool OCluster 2024-12-20 09:45.10: Waiting for worker… 2024-12-20 09:46.33: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 6457293 Dependencies 2024-12-20 09:52.49: Cancelling: Auto-cancelling job because it is no longer needed (from ocaml/opam:debian-12-ocaml-4.13@sha256:09a9705a8bf193fa8879fc88150c35c5324cb995b8f4cd2be1c0e45f0240fac1) 2024-12-20 10:07.00 ---> using "5cb0e02486a3ea3832aa224e2434586ac252f7c7969de72e4640bb4233140400" from cache /: (comment debian-12-4.13_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2024-12-20 10:07.00 ---> using "c3b5cbdb401038e20b75cb4f4e7285249795d68f15f82f8d3fe5b20fa98395de" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. 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. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-12-20 10:07.00 ---> using "39cf2abd15cb5f1e785e0cec8fdb95335d8f65d3fb5afba63a542fdecc63102e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-126-generic The OCaml toplevel, version 4.13.1 2.3.0 2024-12-20 10:07.00 ---> using "6544717651778580f8ec56b200442244e05bc3e139b131b359add1b049c2e65a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-20 10:07.00 ---> using "584114519f959302905bcb1f79d45264cc9def38b52f19ec9128f71bda100391" from cache /src: (run (cache (opam-archives (target /home/opam/.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 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/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) 2024-12-20 10:07.00 ---> using "ffe60a95619df090bfc4c6c3753c1d891b5d746d1f250b975b01a60cd928ca39" from cache /src: (copy (src kcas_data.opam kcas.opam) (dst ./)) 2024-12-20 10:07.00 ---> using "10e7c8104356cce0c10d880a3cb4e7b26b19146cd3007e7ca82f3ef1e11a4b13" from cache /src: (run (network host) (shell "opam pin add -yn kcas_data.dev './' && \ \nopam pin add -yn kcas.dev './'")) [kcas_data.dev] synchronised (file:///src) kcas_data is now pinned to file:///src (version dev) [kcas.dev] synchronised (file:///src) kcas is now pinned to file:///src (version dev) 2024-12-20 10:07.00 ---> using "f3513fd12cc30529086599085c2f042c264b25ef90477ec50696ae62b6d6239f" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2024-12-20 10:07.00 ---> using "36ede65e917caf55a03fe610c38db3e2bf294c8cab4d9a189512b3e3f3dac077" from cache /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 containers.2.8 cppo.1.6.1 csexp.1.3.2 domain-local-await.1.0.1 domain-local-timeout.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 logs.0.7.0 mdx.2.4.1 mtime.2.0.0 multicore-bench.0.1.7 multicore-magic.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 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 oseq.0.4 psq.0.2.1 qcheck-core.0.21.2 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.7.2 result.1.5 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") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [236 kB] - Fetched 339 kB in 0s (957 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [kcas.dev] synchronised (file:///src) [kcas_data.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1). [NOTE] Package ocaml is already installed (current version is 4.13.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-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-bigarray is already installed (current version is base). 2024-12-20 10:07.00 ---> using "e3ee4a3a3873e1035ce7658aa441e6c9142714eb8ef791d4dd54cb52aa928456" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1). [NOTE] Package ocaml is already installed (current version is 4.13.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-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-bigarray is already installed (current version is base). The following actions will be performed: === install 42 packages - install alcotest 1.8.0 - install astring 0.8.5 - install backoff 0.1.1 - install base-bytes base - install camlp-streams 5.0.1 - install cmdliner 1.2.0 - install containers 2.8 - install cppo 1.6.1 - install csexp 1.3.2 - install domain-local-await 1.0.1 - install domain-local-timeout 1.0.1 - install domain_shims 0.1.0 - install dscheck 0.5.0 - install dune 3.14.0 - install dune-configurator 2.3.0 - install dune-private-libs 2.3.0 - install fmt 0.8.7 - install jbuilder 1.0+beta20.1 - install logs 0.7.0 - install mdx 2.4.1 - install mtime 2.0.0 - install multicore-bench 0.1.7 - install multicore-magic 2.3.0 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 2.4.0 - install ocamlbuild 0.14.0 - install ocamlfind 1.9.1 - install oseq 0.4 - install psq 0.2.1 - install qcheck-core 0.21.2 - install qcheck-multicoretests-util 0.3 - install qcheck-stm 0.3 - install re 1.7.2 - install result 1.5 - install seq 0.2.2 - install stdlib-shims 0.1.0 - install thread-table 1.0.0 - install topkg 1.0.3 - install tsort 1.0.0 - install uchar 0.0.2 - install uutf 1.0.1 - install yojson 2.1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved backoff.0.1.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.2.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved containers.2.8 (cached) -> retrieved cppo.1.6.1 (cached) -> retrieved csexp.1.3.2 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain-local-timeout.1.0.1 (cached) -> retrieved domain_shims.0.1.0 (cached) -> retrieved dscheck.0.5.0 (cached) -> retrieved fmt.0.8.7 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0 (cached) -> retrieved dune.3.14.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved mdx.2.4.1 (cached) -> retrieved mtime.2.0.0 (cached) -> retrieved multicore-bench.0.1.7 (cached) -> retrieved multicore-magic.2.3.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.2.4.0 (cached) -> retrieved oseq.0.4 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> installed cmdliner.1.2.0 -> retrieved ocamlfind.1.9.1 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved qcheck-core.0.21.2 (cached) -> retrieved qcheck-multicoretests-util.0.3, qcheck-stm.0.3 (cached) -> retrieved re.1.7.2 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.0.2.2 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved tsort.1.0.0 (cached) -> retrieved uchar.0.0.2 (cached) -> retrieved uutf.1.0.1 (cached) -> retrieved topkg.1.0.3 (cached) -> retrieved yojson.2.1.0 (cached) -> installed ocamlfind.1.9.1 -> installed base-bytes.base -> installed ocamlbuild.0.14.0 -> installed uchar.0.0.2 -> installed jbuilder.1.0+beta20.1 -> installed re.1.7.2 -> installed cppo.1.6.1 -> installed topkg.1.0.3 -> installed uutf.1.0.1 -> installed mtime.2.0.0 -> installed astring.0.8.5 -> installed dune.3.14.0 -> installed backoff.0.1.1 -> installed camlp-streams.5.0.1 -> installed domain_shims.0.1.0 -> installed stdlib-shims.0.1.0 -> installed result.1.5 -> installed thread-table.1.0.0 -> installed multicore-magic.2.3.0 -> installed seq.0.2.2 -> installed csexp.1.3.2 -> installed ocaml-version.2.4.0 -> installed domain-local-await.1.0.1 -> installed psq.0.2.1 -> installed oseq.0.4 -> installed ocaml-syntax-shims.1.0.0 -> installed domain-local-timeout.1.0.1 -> installed qcheck-core.0.21.2 -> installed fmt.0.8.7 -> installed qcheck-multicoretests-util.0.3 -> installed yojson.2.1.0 -> installed qcheck-stm.0.3 -> installed dune-private-libs.2.3.0 -> installed alcotest.1.8.0 -> installed logs.0.7.0 -> installed multicore-bench.0.1.7 -> installed dune-configurator.2.3.0 -> installed mdx.2.4.1 -> installed containers.2.8 -> installed tsort.1.0.0 -> installed dscheck.0.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2024-12-20 10:07.00 ---> using "2d57bfd3ef951688839a2d00d58f5d9c9e3dc16519faee09b2dd5511b60f97a8" from cache /src: (copy (src .) (dst /src)) Job cancelled