2025-01-12 21:47.16: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/simplified-core-algo-for-verification (342843b7f571967f780a648ec1d68f54f3087f9b) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3) Base: openbsd-76-amd64-ocaml-5.3 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 342843b7 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-5.3 # openbsd-76-amd64-5.3_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 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && 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/./' ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.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 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 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 2025-01-12 21:47.16: Using cache hint "ocaml-multicore/kcas-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-d3d6011a8627579133c48ce53bc7cbe1" 2025-01-12 21:47.16: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-5.3) (comment openbsd-76-amd64-5.3_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 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && 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/./'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.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 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 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")) ) 2025-01-12 21:47.16: Waiting for resource in pool OCluster 2025-01-12 21:47.17: Waiting for worker… 2025-01-12 22:13.10: Got resource from pool OCluster Building on bremusa All commits already cached HEAD is now at 342843b Dependencies (from openbsd-76-amd64-ocaml-5.3) 2025-01-12 22:13.10 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache /: (comment openbsd-76-amd64-5.3_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")) 2025-01-12 22:13.10 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" 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 2025-01-12 22:13.10 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 5.3.0 2.3.0 2025-01-12 22:13.10 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..8e8ee26804 master -> origin/master 8e8ee26804 Merge pull request #27247 from polytypic/release-multicore-magic-2.3.1 <><> 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) 2025-01-12 22:13.10 ---> using "b9fcab42e3b3f51a26552946d6db9a464d15df1d55698f3da4a59b2fb3006b9b" from cache /: (copy (src kcas_data.opam kcas.opam) (dst /home/opam/src/./)) 2025-01-12 22:13.51 ---> saved as "3dc37ef338fd5819054afe311f16400ed2ee131063349cda1643a1c80b9f7f00" /: (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) 2025-01-12 22:14.38 ---> saved as "e4bd11d5b7f999b8c894c678115da74106fd1ad60c76b730d6e9a1f298656205" /: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.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 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 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 (no changes) [kcas_data.dev] synchronised (no changes) [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-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-effects 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). 2025-01-12 22:15.34 ---> saved as "1ee1d49a1c09b249f338518d0422564792537c84b419c6fcad75238e1bd720d6" /: (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-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-effects 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.1 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 3.7.3 - 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 alcotest.1.8.0 (cached) -> retrieved containers.3.15 (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 cmdliner.1.3.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved either.1.0.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 ocaml-syntax-shims.1.0.0 (cached) -> retrieved multicore-magic.2.3.1 (https://github.com/ocaml-multicore/multicore-magic/releases/download/2.3.1/multicore-magic-2.3.1.tbz) -> retrieved ocaml-version.3.7.3 (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 tsort.2.1.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (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.1 -> installed containers.3.15 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-version.3.7.3 -> 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) 2025-01-12 22:27.22 ---> saved as "dbac6720e02ca307f673e618139212df1fa6ca2182ac8bd356da09f7153211a9" /: (copy (src .) (dst /home/opam/src)) 2025-01-12 22:28.18 ---> saved as "1a13a622876cafa1207beff6aebe68a7f237ab6c4b7c7bdee445671b0ee0747d" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune-project", line 1, characters 0-20: 1 | # ocamlformat 0.20.1 ^^^^^^^^^^^^^^^^^^^^ Error: Invalid first line, expected: (lang <lang> <version>) "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-01-12 22:29.09: Job failed: Failed: Build failed