Organisationsocaml-multicoremulticore-magicc87d60 (main)opensuse-15.6-4.14_opam-2.3

opensuse-15.6-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-02-17 23:24.04: New job: test ocaml-multicore/multicore-magic https://github.com/ocaml-multicore/multicore-magic.git#refs/heads/main (c87d608d18d09cb7f4b84249f27bf217aa69ce10) (linux-x86_64:opensuse-15.6-4.14_opam-2.3)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:66e7ed52710af411e71c0ce6e7c509549dc5b6cd41f37600816900bc3567cb10
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 c87d608d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:66e7ed52710af411e71c0ce6e7c509549dc5b6cd41f37600816900bc3567cb10
# 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 ab0b76f0c86f2e1fec5e887a493c3d9de5a1d321 || git fetch origin master) && git reset -q --hard ab0b76f0c86f2e1fec5e887a493c3d9de5a1d321 && 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 './'
RUN echo '(lang dune 3.0)' > './dune-project'
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.2 dune-configurator.3.17.2 either.1.0.0 fmt.0.9.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.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.8 oseq.0.5.1 ppx_derivers.1.2.1 ppxlib.0.35.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-02-17 23:24.04: Using cache hint "ocaml-multicore/multicore-magic-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:66e7ed52710af411e71c0ce6e7c509549dc5b6cd41f37600816900bc3567cb10-opensuse-15.6-4.14_opam-2.3-e66f7415afab775791296d14fb530378"
2025-02-17 23:24.04: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:66e7ed52710af411e71c0ce6e7c509549dc5b6cd41f37600816900bc3567cb10)
(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 ab0b76f0c86f2e1fec5e887a493c3d9de5a1d321 || git fetch origin master) && git reset -q --hard ab0b76f0c86f2e1fec5e887a493c3d9de5a1d321 && 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 './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(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.2 dune-configurator.3.17.2 either.1.0.0 fmt.0.9.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.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.8 oseq.0.5.1 ppx_derivers.1.2.1 ppxlib.0.35.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-02-17 23:24.04: Waiting for resource in pool OCluster
2025-02-18 01:41.45: Waiting for worker…
2025-02-18 01:44.36: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
HEAD is now at c87d608 Add `x-maintenance-intent`


(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:66e7ed52710af411e71c0ce6e7c509549dc5b6cd41f37600816900bc3567cb10)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:66e7ed52710af411e71c0ce6e7c509549dc5b6cd41f37600816900bc3567cb10' locally
docker.io/ocaml/opam@sha256:66e7ed52710af411e71c0ce6e7c509549dc5b6cd41f37600816900bc3567cb10: Pulling from ocaml/opam
1d139ee9b887: Pulling fs layer
1d139ee9b887: Verifying Checksum
1d139ee9b887: Download complete
1d139ee9b887: Pull complete
Digest: sha256:66e7ed52710af411e71c0ce6e7c509549dc5b6cd41f37600816900bc3567cb10
Status: Downloaded newer image for ocaml/opam@sha256:66e7ed52710af411e71c0ce6e7c509549dc5b6cd41f37600816900bc3567cb10
2025-02-18 01:44.36 ---> using "87f7bc07b20f91c26c029f0f897ab0d4c22b4ce49ab7016da6ba9e3a36938bd4" 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-02-18 01:44.36 ---> using "005cb03d6af229ae713eb9d064c6c8f38d2d84300620175aab0ce7f3d1917f6a" 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 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-02-18 01:44.36 ---> using "6afbdec5044da3a488a53eddf87833e7b4c73fbb33607925a53ceeb3548ad3ba" 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-02-18 01:44.36 ---> using "59e12f019ddb6bdbc30e68301be132e9ec695f20b037126ba49c7596a870a016" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-02-18 01:44.36 ---> using "cb75a3c4247ecd8fc21d82fe3fef3cf7f7ac37cd68615f406d24cb5757d89eb1" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e ab0b76f0c86f2e1fec5e887a493c3d9de5a1d321 || git fetch origin master) && git reset -q --hard ab0b76f0c86f2e1fec5e887a493c3d9de5a1d321 && git log --no-decorate -n1 --oneline && opam update -u"))
ab0b76f0c8 Merge pull request #27402 from hhugo/release-js_of_ocaml-6.0.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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-02-18 01:46.22 ---> saved as "8b6e108b38adcd38ae0b3b6ece6e9ce708b32184b3136920f2d22ffa2a9e33a0"


/src: (copy (src multicore-magic.opam multicore-magic-dscheck.opam) (dst ./))
2025-02-18 01:46.22 ---> saved as "d7af4132e837294ea4ac9ef738eaf93643c7465d862dbe75e68459ab3c74b57e"


/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-02-18 01:46.41 ---> saved as "fb8d666469c31e511a98df499c006adf79bd895ef540d5a1e8dfadd4867367d8"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-18 01:46.41 ---> saved as "48d403ec331e1a4f2f7be1e4e001429244c4f10c416c2e929ca227a2e0c93afa"


/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.2 dune-configurator.3.17.2 either.1.0.0 fmt.0.9.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.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.8 oseq.0.5.1 ppx_derivers.1.2.1 ppxlib.0.35.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]
- 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]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[multicore-magic.dev] synchronised (file:///src)
[multicore-magic-dscheck.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.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 (61.2 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 (27.8 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]
- 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]
- Retrieving: nodejs20-20.18.2-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/8),  10.1 MiB
- Retrieving: nodejs20-20.18.2-150600.3.9.1.x86_64.rpm [...
- .done (33.3 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.2-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/8),   1.8 MiB
- Retrieving: npm20-20.18.2-150600.3.9.1.x86_64.rpm [..done (10.4 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.2-150600.3.9.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.2-150600.3.9.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-02-18 01:48.21 ---> saved as "8503fb2584b27ec938ec92d5cb9357e2c5cceca1cacb0e05059a3e0927def46f"


/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 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.2
- install dune-configurator    3.17.2
- install either               1.0.0
- install fmt                  0.9.0
- install gen                  1.1
- install js_of_ocaml          6.0.1
- install js_of_ocaml-compiler 6.0.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.8
- install oseq                 0.5.1
- install ppx_derivers         1.2.1
- install ppxlib               0.35.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 alcotest.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved containers.3.15  (cached)
-> installed conf-npm.1
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved fmt.0.9.0  (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 dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> 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)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.17.2
-> 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 ocaml-compiler-libs.v0.12.4
-> installed oseq.0.5.1
-> installed ppx_derivers.1.2.1
-> installed re.1.12.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed tsort.2.1.0
-> installed yojson.2.2.2
-> installed alcotest.1.8.0
-> installed dune-configurator.3.17.2
-> installed containers.3.15
-> installed dscheck.0.5.0
-> installed menhir.20240715
-> installed ppxlib.0.35.0
-> installed sedlex.3.3
-> installed js_of_ocaml-compiler.6.0.1
-> installed js_of_ocaml.6.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-18 01:51.19 ---> saved as "c3555ee58193caa0dbc0181fd9507c556d6db9349a63626978043b25bd23ed62"


/src: (copy (src .) (dst /src))
2025-02-18 01:51.19 ---> saved as "c1de1e53c326f5abde1041ffadb77f76af5c63140c9c9954f19183a88e59a84e"


/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 `0P7JAFMB'.


[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 `QM5DDQBO'.


[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 `9EI9E864'.


[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.025s. 17 tests run.
2025-02-18 01:51.22 ---> saved as "e8fe32294a3dc78fa94c32d19e7c0283b96f6a5ba92a6491a7dd7173e227a46c"
Job succeeded
2025-02-18 01:51.23: Job succeeded