2025-01-11 23:03.46: New job: test ocaml-multicore/multicore-magic https://github.com/ocaml-multicore/multicore-magic.git#refs/heads/main (0a82bcf7f3a4a1ab1b03b6957ffe00d07014eb70) (linux-x86_64:opensuse-15.6-4.14_opam-2.3) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a2a2de5bdfb9a458a57fba18bd1d7ebee97c9cd00c44e96031daf7c81f66c9f2 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/multicore-magic.git" -b "main" && cd "multicore-magic" && git reset --hard 0a82bcf7 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a2a2de5bdfb9a458a57fba18bd1d7ebee97c9cd00c44e96031daf7c81f66c9f2 # opensuse-15.6-4.14_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 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc || git fetch origin master) && git reset -q --hard 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 multicore-magic.opam multicore-magic-dscheck.opam ./ RUN opam pin add -yn multicore-magic.dev './' && \ opam pin add -yn multicore-magic-dscheck.dev './' ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 containers.3.15 csexp.1.5.2 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 gen.1.1 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ppx_derivers.1.2.1 ppxlib.0.34.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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 multicore-magic.dev multicore-magic-dscheck.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 2025-01-11 23:03.46: Using cache hint "ocaml-multicore/multicore-magic-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a2a2de5bdfb9a458a57fba18bd1d7ebee97c9cd00c44e96031daf7c81f66c9f2-opensuse-15.6-4.14_opam-2.3-b1a3bf82d0ef003488fb9d25611447e6" 2025-01-11 23:03.46: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a2a2de5bdfb9a458a57fba18bd1d7ebee97c9cd00c44e96031daf7c81f66c9f2) (comment opensuse-15.6-4.14_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 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc || git fetch origin master) && git reset -q --hard 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src multicore-magic.opam multicore-magic-dscheck.opam) (dst ./)) (run (network host) (shell "opam pin add -yn multicore-magic.dev './' && \ \nopam pin add -yn multicore-magic-dscheck.dev './'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 containers.3.15 csexp.1.5.2 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 gen.1.1 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ppx_derivers.1.2.1 ppxlib.0.34.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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 multicore-magic.dev multicore-magic-dscheck.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")) ) 2025-01-11 23:03.46: Waiting for resource in pool OCluster 2025-01-11 23:03.47: Waiting for worker… 2025-01-11 23:03.47: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 0a82bcf Update CHANGES.md for 2.3.1 (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:a2a2de5bdfb9a458a57fba18bd1d7ebee97c9cd00c44e96031daf7c81f66c9f2) 2025-01-11 23:03.48 ---> using "2629310870f904d03640e982f167478a758443a171a87c0d33fa878110d5696f" from cache /: (comment opensuse-15.6-4.14_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")) 2025-01-11 23:03.48 ---> using "7885f8b0acd25a6c10a14031ff9f22b33abc46df6c98eb38c5dc2fea76532b0f" 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-01-11 23:03.48 ---> using "b7af0e056a93df60f8dc2aaed1dd6eb4d75914a14b23620ad27ed98ec1a842cc" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-130-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-01-11 23:03.48 ---> using "28dc11a9e6fc026c8b6ab1d990c4d756c1fff626853392512602377e49469dea" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-01-11 23:03.48 ---> using "d7a9c66ffb66cf374d1e8883105c182485dd524628237812b58664e14c25b098" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc || git fetch origin master) && git reset -q --hard 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD de786e28db..1754762f77 master -> origin/master 82749c0bc5 Merge pull request #27235 from dbuenzli/erratique-maintenance-intent <><> 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-11 23:03.48 ---> using "9dee24f17bcb7e65f78f0315c3253afb6d70ed949373536f6e95008c23619274" from cache /src: (copy (src multicore-magic.opam multicore-magic-dscheck.opam) (dst ./)) 2025-01-11 23:03.48 ---> saved as "f193bc6bbe8f88859fe51a85e6111db4e43a9d9adcc8fc96824a0c17e9ad4826" /src: (run (network host) (shell "opam pin add -yn multicore-magic.dev './' && \ \nopam pin add -yn multicore-magic-dscheck.dev './'")) [multicore-magic.dev] synchronised (file:///src) multicore-magic is now pinned to file:///src (version dev) [multicore-magic-dscheck.dev] synchronised (file:///src) multicore-magic-dscheck is now pinned to file:///src (version dev) 2025-01-11 23:04.03 ---> saved as "0d1c775c68f9a313bee0a8529264b9a1e831328cbc098d9f12644f4be86be089" /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 containers.3.15 csexp.1.5.2 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 gen.1.1 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ppx_derivers.1.2.1 ppxlib.0.34.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2") /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 multicore-magic.dev multicore-magic-dscheck.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [....... - .....done] - Building repository 'Update repository of openSUSE Backports' cache [....done] - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.... - ......... - ......... - ........ - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [.... - ......done] - Building repository 'Main Update Repository' cache [....done] - Repository 'Update Repository (Non-Oss)' is up to date. - All repositories have been refreshed. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [multicore-magic.dev] synchronised (no changes) [multicore-magic-dscheck.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 system packages will first need to be installed: npm-default <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "npm-default" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 8 NEW packages are going to be installed: - libcares2 libicu73_2 libicu73_2-ledata nodejs-common nodejs-default nodejs20 npm-default npm20 - - 8 new packages to install. - - Package download size: 21.1 MiB - - Package install size change: - | 86.3 MiB required by packages that will be installed - 86.3 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libcares2-1.19.1-150000.3.26.1.x86_64 (Main Repository) (1/8), 61.2 KiB - Retrieving: libcares2-1.19.1-150000.3.26.1.x86_64.rpm [..done (26.1 KiB/s)] - Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (2/8), 7.3 MiB - Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [.... - ..done (16.4 MiB/s)] - Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (3/8), 1.8 MiB - Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [....done (8.8 MiB/s)] - Retrieving: nodejs-common-6.0-150600.1.5.x86_64 (Main Repository) (4/8), 14.5 KiB - Retrieving: nodejs-common-6.0-150600.1.5.x86_64.rpm [..done (14.5 KiB/s)] - Retrieving: nodejs20-20.18.1-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/8), 10.1 MiB - Retrieving: nodejs20-20.18.1-150600.3.6.1.x86_64.rpm [... - ........done (12.1 MiB/s)] - Retrieving: nodejs-default-6.0-150600.1.5.x86_64 (Main Repository) (6/8), 9.8 KiB - Retrieving: nodejs-default-6.0-150600.1.5.x86_64.rpm [.done] - Retrieving: npm20-20.18.1-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/8), 1.8 MiB - Retrieving: npm20-20.18.1-150600.3.6.1.x86_64.rpm [. - ....done (6.0 MiB/s)] - Retrieving: npm-default-6.0-150600.1.5.x86_64 (Main Repository) (8/8), 9.8 KiB - Retrieving: npm-default-6.0-150600.1.5.x86_64.rpm [.done] - - Checking for file conflicts: [....done] - (1/8) Installing: libcares2-1.19.1-150000.3.26.1.x86_64 [..done] - (2/8) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [.. - .......... - ....done] - (3/8) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [....done] - (4/8) Installing: nodejs-common-6.0-150600.1.5.x86_64 [..done] - (5/8) Installing: nodejs20-20.18.1-150600.3.6.1.x86_64 [... - .......... - ..... - update-alternatives: using /usr/bin/node20 to provide /usr/bin/node-default (node-default) in auto mode - done] - (6/8) Installing: nodejs-default-6.0-150600.1.5.x86_64 [..done] - (7/8) Installing: npm20-20.18.1-150600.3.6.1.x86_64 [...... - update-alternatives: using /usr/bin/npm20 to provide /usr/bin/npm-default (npm-default) in auto mode - update-alternatives: using /usr/bin/npx20 to provide /usr/bin/npx-default (npx-default) in auto mode - done] - (8/8) Installing: npm-default-6.0-150600.1.5.x86_64 [. - .done] 2025-01-11 23:05.19 ---> saved as "c9fcdef6892903680b841e52196795a44782e4f33cb7afa47e11c04a4c30c561" /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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 35 packages - install alcotest 1.8.0 - install astring 0.8.5 - install cmdliner 1.3.0 - install conf-npm 1 - install containers 3.15 - install csexp 1.5.2 - 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 gen 1.1 - install js_of_ocaml 5.9.1 - install js_of_ocaml-compiler 5.9.1 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install oseq 0.5.1 - install ppx_derivers 1.2.1 - install ppxlib 0.34.0 - install re 1.12.0 - install sedlex 3.3 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install tsort 2.1.0 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved domain_shims.0.1.0 (cached) -> retrieved dscheck.0.5.0 (cached) -> retrieved containers.3.15 (cached) -> installed conf-npm.1 -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved gen.1.1 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved oseq.0.5.1 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> retrieved ppxlib.0.34.0 (cached) -> retrieved seq.base (cached) -> retrieved re.1.12.0 (cached) -> retrieved sedlex.3.3 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved tsort.2.1.0 (cached) -> retrieved uutf.1.0.3 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.15.0 -> installed seq.base -> retrieved topkg.1.0.7 (cached) -> retrieved yojson.2.2.2 (cached) -> installed ocamlfind.1.9.6 -> installed topkg.1.0.7 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed dune.3.17.1 -> installed csexp.1.5.2 -> installed domain_shims.0.1.0 -> installed either.1.0.0 -> installed gen.1.1 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-syntax-shims.1.0.0 -> installed oseq.0.5.1 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed tsort.2.1.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.12.0 -> installed yojson.2.2.2 -> installed alcotest.1.8.0 -> installed dune-configurator.3.17.1 -> installed containers.3.15 -> installed dscheck.0.5.0 -> installed menhir.20240715 -> installed ppxlib.0.34.0 -> installed sedlex.3.3 -> installed js_of_ocaml-compiler.5.9.1 -> installed js_of_ocaml.5.9.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-11 23:07.59 ---> saved as "0663d173c0d68227b9e2c686b916d522c9c982d7041265798806f849074ba881" /src: (copy (src .) (dst /src)) 2025-01-11 23:08.00 ---> saved as "83d502e9031d62903296b6c8c615da5111f86a8f50fe0662808c73bbbdac846d" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && /home/opam/.opam/4.14/bin/js_of_ocaml build-runtime --source-map-inline --pretty -o .test_on_js_of_ocaml.eobjs/jsoo/test_on_js_of_ocaml.bc.runtime.js /home/opam/.opam/4.14/lib/alcotest/runtime.js) warning: /home/opam/.opam/4.14/lib/alcotest/runtime.js:24: 'joo_global_object' is being deprecated, please use `globalThis` instead (cd _build/default/test && ./test_with_threads_and_domains.exe) Testing `multicore-magic with threads and domains'. This run has ID `83LX02GS'. [OK] instantaneous_domain_index 0 Full test results in `/src/_build/default/test/_build/_tests/multicore-magic with threads and domains'. Test Successful in 0.000s. 1 test run. (cd _build/default/test && ./test_on_main_thread_only.exe) Testing `multicore-magic on main thread only'. This run has ID `3VC3O5X0'. [OK] can pad int 0 [OK] can pad ref 0 [OK] can pad atomic 0 [OK] can pad records 0 [OK] can pad float record 0 [OK] can pad variants 0 [OK] can pad arrays 0 [OK] padded array length 0 [OK] padded array length - 1 0 [OK] can pad float arrays 0 [OK] fenceless_get 0 [OK] fenceless_set 0 [OK] fence 0 [OK] transparent_atomic with floats 0 [OK] transparent_atomic with ints 0 [OK] instantaneous_domain_index 0 [OK] Atomic_array 0 Full test results in `/src/_build/default/test/_build/_tests/multicore-magic on main thread only'. Test Successful in 0.001s. 17 tests run. (cd _build/default/test && /usr/bin/node test_on_js_of_ocaml.bc.js) Testing `multicore-magic on js_of_ocaml'. This run has ID `GSU8CZOQ'. [OK] can pad int 0 [OK] can pad ref 0 [OK] can pad atomic 0 [OK] can pad records 0 [OK] can pad float record 0 [OK] can pad variants 0 [OK] can pad arrays 0 [OK] padded array length 0 [OK] padded array length - 1 0 [OK] can pad float arrays 0 [OK] fenceless_get 0 [OK] fenceless_set 0 [OK] fence 0 [OK] transparent_atomic with floats 0 [OK] transparent_atomic with ints 0 [OK] instantaneous_domain_index 0 [OK] Atomic_array 0 Full test results in `/src/_build/default/test/_build/_tests/multicore-magic on js_of_ocaml'. Test Successful in 0.027s. 17 tests run. 2025-01-11 23:08.03 ---> saved as "ecc23b4cfde1aff1a172d5c0ca156349f3b81692fedbb591b756f0dd57fcf8ed" Job succeeded 2025-01-11 23:08.03: Job succeeded