2024-12-20 09:27.52: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/simplified-core-algo-for-verification (ffe78fcde6828b7b642aa10c0e8ce5aae2f2c1cc) (openbsd-amd64:openbsd-76-amd64-5.2_opam-2.3) Base: openbsd-76-amd64-ocaml-5.2 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 ffe78fcd cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-5.2 # openbsd-76-amd64-5.2_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 kcas_data.opam kcas.opam /home/opam/src/./ RUN opam pin add -yn kcas_data.dev '/home/opam/src/./' && \ opam pin add -yn kcas.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 containers.3.15 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.1 dune-configurator.3.17.1 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 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.3 --depext-only -y kcas_data.dev kcas.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-12-20 09:27.52: Using cache hint "ocaml-multicore/kcas-openbsd-76-amd64-ocaml-5.2-openbsd-76-amd64-5.2_opam-2.3-a6be1bcf011ac9cf263cc36f193db0ce" 2024-12-20 09:27.52: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-5.2) (comment openbsd-76-amd64-5.2_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas 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")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src kcas_data.opam kcas.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn kcas_data.dev '/home/opam/src/./' && \ \nopam pin add -yn kcas.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 containers.3.15 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.1 dune-configurator.3.17.1 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 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 /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 /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2024-12-20 09:27.52: Waiting for resource in pool OCluster 2024-12-20 09:27.52: Waiting for worker… 2024-12-20 09:27.52: Got resource from pool OCluster Building on bremusa HEAD is now at cc4ac0d Expose `Dllist` type to allow matchable cursors HEAD is now at ffe78fc Dependencies (from openbsd-76-amd64-ocaml-5.2) 2024-12-20 09:27.53 ---> using "4320665f99976787f90a9e18174d2737909e8978c44b8f3d46fb0aff097b06a4" from cache /: (comment openbsd-76-amd64-5.2_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2024-12-20 09:27.53 ---> using "22e2929b9a366c809ec816349aa6cb9a45b4649cad05d8c280efed2bc66c5069" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using 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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-12-20 09:27.53 ---> using "8ee85108de9d3aac6d892ef0faaf024ea14d13d761a327e4e4cd8f43a209bafa" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 5.2.1 2.3.0 2024-12-20 09:27.53 ---> using "52e1b1eb38389daf27ec5bb41e48ee2005bdbd80371e88d39094e253864006cb" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 727427c1e7..d5d6349c47 master -> origin/master 40261e81b0 Merge pull request #27148 from mtelvers/opam-publish-ocaml-version.3.7.2 <><> 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 09:27.53 ---> using "ccdaf82b70c09da953eea3e3c63a3cfe138f52bb092cb4850adb270ee09c30dc" from cache /: (copy (src kcas_data.opam kcas.opam) (dst /home/opam/src/./)) 2024-12-20 09:28.34 ---> saved as "9839323811da6549dfb837d69cc1897c9918a7baf4d763c0700ca398ee976cc9" /: (run (network host) (shell "opam pin add -yn kcas_data.dev '/home/opam/src/./' && \ \nopam pin add -yn kcas.dev '/home/opam/src/./'")) [kcas_data.dev] synchronised (file:///home/opam/src) kcas_data is now pinned to file:///home/opam/src (version dev) [kcas.dev] synchronised (file:///home/opam/src) kcas is now pinned to file:///home/opam/src (version dev) 2024-12-20 09:29.20 ---> saved as "36e3ed7b29e0093b3ee032fdb06e4925900f42c4fa51a2349615a2d2db5665c1" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2024-12-20 09:30.01 ---> saved as "13f042a74da345b944b48eab140927d52f1477168c2636b5fe5449c01aa32d51" /: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 containers.3.15 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.1 dune-configurator.3.17.1 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.2 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 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 /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")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [kcas.dev] synchronised (file:///home/opam/src) [kcas_data.dev] synchronised (file:///home/opam/src) [NOTE] Package ocaml-options-vanilla 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.1). [NOTE] Package ocaml is already installed (current version is 5.2.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-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). 2024-12-20 09:31.00 ---> saved as "53e6f5fefd8b03aaa913e0e89bd6d1e95abd073167e51d42672513fb4d7c35c4" /: (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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.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-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). The following actions will be performed: === install 39 packages - install alcotest 1.8.0 - install astring 0.8.5 - install backoff 0.1.1 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install containers 3.15 - install cppo 1.8.0 - install csexp 1.5.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.17.1 - install dune-configurator 3.17.1 - install either 1.0.0 - install fmt 0.9.0 - install logs 0.7.0 - install mdx 2.5.0 - install mtime 2.1.0 - install multicore-bench 0.1.7 - install multicore-magic 2.3.0 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 3.7.2 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install oseq 0.5.1 - install psq 0.2.1 - install qcheck-core 0.23 - install qcheck-multicoretests-util 0.5 - install qcheck-stm 0.5 - install re 1.12.0 - install result 1.5 - install seq base - install stdlib-shims 0.3.0 - install thread-table 1.0.0 - install topkg 1.0.7 - install tsort 2.1.0 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved backoff.0.1.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.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 containers.3.15 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved multicore-bench.0.1.7 (cached) -> retrieved mdx.2.5.0 (cached) -> retrieved multicore-magic.2.3.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.3.7.2 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved oseq.0.5.1 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved qcheck-core.0.23 (cached) -> retrieved qcheck-multicoretests-util.0.5, qcheck-stm.0.5 (cached) -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> retrieved tsort.2.1.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved yojson.2.2.2 (cached) -> installed cmdliner.1.3.0 -> installed dune.3.17.1 -> installed ocamlbuild.0.15.0 -> installed backoff.0.1.1 -> installed camlp-streams.5.0.1 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed domain_shims.0.1.0 -> installed dune-configurator.3.17.1 -> installed either.1.0.0 -> installed multicore-magic.2.3.0 -> installed containers.3.15 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-version.3.7.2 -> installed ocamlfind.1.9.6 -> installed oseq.0.5.1 -> installed qcheck-core.0.23 -> installed result.1.5 -> installed qcheck-multicoretests-util.0.5 -> installed seq.base -> installed stdlib-shims.0.3.0 -> installed psq.0.2.1 -> installed qcheck-stm.0.5 -> installed re.1.12.0 -> installed thread-table.1.0.0 -> installed topkg.1.0.7 -> installed domain-local-await.1.0.1 -> installed astring.0.8.5 -> installed fmt.0.9.0 -> installed mtime.2.1.0 -> installed logs.0.7.0 -> installed domain-local-timeout.1.0.1 -> installed mdx.2.5.0 -> installed tsort.2.1.0 -> installed uutf.1.0.3 -> installed dscheck.0.5.0 -> installed alcotest.1.8.0 -> installed yojson.2.2.2 -> installed multicore-bench.0.1.7 Done. # To update the current shell environment, run: eval $(opam env) 2024-12-20 09:42.20 ---> saved as "accc4b359c4ba80288a3974e7bf8c45b2e8bd9951b52c2f26afaad12f45541ce" /: (copy (src .) (dst /home/opam/src)) 2024-12-20 09:43.02 ---> saved as "8324d28e5d49b93fe2f907f3c9fd0a2b3198a75c7042123cec379424bf2636d6" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/kcas && ./threads.exe) Testing `Threads'. This run has ID `GX5ACRCN'. [OK] await between threads 0 Full test results in `~/src/_build/default/test/kcas/_build/_tests/Threads'. Test Successful in 0.002s. 1 test run. (cd _build/default/test/kcas && ./loc_modes.exe) Loc modes OK! (cd _build/default/test/kcas && ./ms_queue_test.exe) Testing `MS queue'. This run has ID `6IXWY2SD'. [OK] write skew 0 [OK] tail leak 0 Full test results in `~/src/_build/default/test/kcas/_build/_tests/MS queue'. Test Successful in 0.590s. 2 tests run. (cd _build/default/test/kcas && ./test.exe) Testing `Kcas'. This run has ID `MM5C0EK6'. [OK] non linearizable xt 0 [OK] set 0 [OK] no skew xt 0 [OK] get seq xt 0 [OK] stress xt 0 [OK] is_in_log 0 [OK] updates 0 [OK] post commit 0 [OK] blocking 0 [OK] no unnecessary wakeups 0 [OK] pediodic validation 0 [OK] explicit validation 0 [OK] rollback 0 [OK] call 0 [OK] mode 0 [OK] xt 0 [OK] timeout (non-deterministic) 0 Full test results in `~/src/_build/default/test/kcas/_build/_tests/Kcas'. Test Successful in 7.685s. 17 tests run. (cd _build/default/test/kcas_data && ./dllist_test.exe) Testing `Dllist'. This run has ID `JXMWK2QO'. [OK] basics 0 [OK] add 0 [OK] move 0 Full test results in `~/src/_build/default/test/kcas_data/_build/_tests/Dllist'. Test Successful in 0.002s. 3 tests run. 2024-12-20 09:44.45: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled