2025-12-15 14:44.35: New job: test jonludlam/js_top_worker https://github.com/jonludlam/js_top_worker.git#refs/heads/main (f83c32d71ee54b2d18b53d109933e44ed6054d78) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.4)Base: windows-server-2022-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/jonludlam/js_top_worker.git" -b "main" && cd "js_top_worker" && git reset --hard f83c32d7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-4.14# windows-server-2022-amd64-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 js_top_worker_rpc_def.opam js_top_worker.opam js_top_worker-rpc.opam js_top_worker-client.opam /Users/opam/src/./RUN opam pin add -yn js_top_worker_rpc_def.dev '/Users/opam/src/./' && \opam pin add -yn js_top_worker.dev '/Users/opam/src/./' && \opam pin add -yn js_top_worker-rpc.dev '/Users/opam/src/./' && \opam pin add -yn js_top_worker-client.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 brr.0.0.8 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 gen.1.1 host-arch-x86_64.1 host-system-mingw.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-ppx.6.2.0 js_of_ocaml-toplevel.6.2.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving_rpc.9.0.0 ppxlib.0.35.0 result.1.5 rpclib.9.0.0 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 xmlm.1.4.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y js_top_worker_rpc_def.dev js_top_worker.dev js_top_worker-rpc.dev js_top_worker-client.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-15 14:44.35: Using cache hint "jonludlam/js_top_worker-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.4-a7bb1a60f612fbe9a49513bc09ef878a"2025-12-15 14:44.35: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-4.14)(comment windows-server-2022-amd64-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src js_top_worker_rpc_def.opam js_top_worker.opam js_top_worker-rpc.opam js_top_worker-client.opam)(dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn js_top_worker_rpc_def.dev '/Users/opam/src/./' && \\nopam pin add -yn js_top_worker.dev '/Users/opam/src/./' && \\nopam pin add -yn js_top_worker-rpc.dev '/Users/opam/src/./' && \\nopam pin add -yn js_top_worker-client.dev '/Users/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))(env DEPS "arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 brr.0.0.8 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 gen.1.1 host-arch-x86_64.1 host-system-mingw.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-ppx.6.2.0 js_of_ocaml-toplevel.6.2.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving_rpc.9.0.0 ppxlib.0.35.0 result.1.5 rpclib.9.0.0 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 xmlm.1.4.0 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y js_top_worker_rpc_def.dev js_top_worker.dev js_top_worker-rpc.dev js_top_worker-client.dev $DEPS"))(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /Users/opam/src))(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-12-15 14:44.35: Waiting for resource in pool OCluster2025-12-15 23:52.46: Waiting for worker…2025-12-16 03:33.36: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at f83c32d Missing dependency(from windows-server-2022-amd64-ocaml-4.14)2025-12-16 03:33.37 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache/: (comment windows-server-2022-amd64-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-16 03:33.37 ---> using "fa5bb00e1b6dc297799f071f6d36c5ba197ac910917f6631927fc1b4259523b1" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.How should opam obtain Unix tools?> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)3. Use Cygwin installation found in C:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking 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] no changes from file://C:/Users/opam/opam-repository2025-12-16 03:33.37 ---> using "c9a6bb12454183a6bda5e24c40375763b3914e101e14ca85a4ab6e7ff857e315" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.6.4-1.x86_64The OCaml toplevel, version 4.14.22.4.12025-12-16 03:33.37 ---> using "6ecdd3ea7a5353b5481faeb55be51b830717334a488c4abef4de194957089ce9" from cache/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf6368c68f9..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), 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-12-16 03:33.37 ---> using "356aa03d292cb8f3c07aa6d0eb952fd74d00f0416d6f58ce6d217eb8cfa86414" from cache/: (copy (src js_top_worker_rpc_def.opam js_top_worker.opam js_top_worker-rpc.opam js_top_worker-client.opam)(dst /Users/opam/src/./))2025-12-16 03:34.30 ---> saved as "853434a001464c5411c836f9f2a0bebd6ee99f321a0469a3b4177aa17b79f82e"/: (run (network host)(shell "opam pin add -yn js_top_worker_rpc_def.dev '/Users/opam/src/./' && \\nopam pin add -yn js_top_worker.dev '/Users/opam/src/./' && \\nopam pin add -yn js_top_worker-rpc.dev '/Users/opam/src/./' && \\nopam pin add -yn js_top_worker-client.dev '/Users/opam/src/./'"))[NOTE] Package js_top_worker_rpc_def does not exist in opam repositories registered in the current switch.[js_top_worker_rpc_def.dev] synchronised (file://C:/Users/opam/src/.)js_top_worker_rpc_def is now pinned to file://C:/Users/opam/src/. (version dev)[NOTE] Package js_top_worker does not exist in opam repositories registered in the current switch.[js_top_worker.dev] synchronised (file://C:/Users/opam/src/.)js_top_worker is now pinned to file://C:/Users/opam/src/. (version dev)[NOTE] Package js_top_worker-rpc does not exist in opam repositories registered in the current switch.[js_top_worker-rpc.dev] synchronised (file://C:/Users/opam/src/.)js_top_worker-rpc is now pinned to file://C:/Users/opam/src/. (version dev)[NOTE] Package js_top_worker-client does not exist in opam repositories registered in the current switch.[js_top_worker-client.dev] synchronised (file://C:/Users/opam/src/.)js_top_worker-client is now pinned to file://C:/Users/opam/src/. (version dev)2025-12-16 03:35.00 ---> saved as "ab51dbce0379f08a1d47450ee7fc5369cc519a6688bc44fc41aef2bf73928d62"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-12-16 03:35.32 ---> saved as "ba97821dd455b1c323d60d8275860a81d584efcfba7abc81173dc6c86e2b6a94"/: (env DEPS "arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 brr.0.0.8 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 gen.1.1 host-arch-x86_64.1 host-system-mingw.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-ppx.6.2.0 js_of_ocaml-toplevel.6.2.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving_rpc.9.0.0 ppxlib.0.35.0 result.1.5 rpclib.9.0.0 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 xmlm.1.4.0 yojson.3.0.0")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y js_top_worker_rpc_def.dev js_top_worker.dev js_top_worker-rpc.dev js_top_worker-client.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[js_top_worker.dev] synchronised (file://C:/Users/opam/src/.)[js_top_worker-client.dev] synchronised (file://C:/Users/opam/src/.)[js_top_worker-rpc.dev] synchronised (file://C:/Users/opam/src/.)[js_top_worker_rpc_def.dev] synchronised (file://C:/Users/opam/src/.)[NOTE] Package system-mingw is already installed (current version is 1).[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-env-mingw64 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 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).[NOTE] Package host-system-mingw is already installed (current version is 1).[NOTE] Package host-arch-x86_64 is already installed (current version is 1).[NOTE] Package flexdll is already installed (current version is 0.44).[NOTE] Package conf-mingw-w64-gcc-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).[NOTE] Package arch-x86_64 is already installed (current version is 1).2025-12-16 03:37.31 ---> saved as "ec69b6ed82360e7dc9515d493471b0a6ce6676a2029cb49bd0c8307012e40025"/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam install $DEPS"))[NOTE] Package system-mingw is already installed (current version is 1).[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-env-mingw64 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 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).[NOTE] Package host-system-mingw is already installed (current version is 1).[NOTE] Package host-arch-x86_64 is already installed (current version is 1).[NOTE] Package flexdll is already installed (current version is 0.44).[NOTE] Package conf-mingw-w64-gcc-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).[NOTE] Package arch-x86_64 is already installed (current version is 1).The following actions will be performed:=== install 36 packages- install astring 0.8.5- install base-bytes base- install base64 3.5.2- install brr 0.0.8- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install gen 1.1- install js_of_ocaml 6.2.0- install js_of_ocaml-compiler 6.2.0- install js_of_ocaml-ppx 6.2.0- install js_of_ocaml-toplevel 6.2.0- install lwt 5.9.2- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ppx_derivers 1.2.1- install ppx_deriving_rpc 9.0.0- install ppxlib 0.35.0- install result 1.5- install rpclib 9.0.0- install rresult 0.7.0- install sedlex 3.7- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install xmlm 1.4.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (https://github.com/mirage/ocaml-base64/releases/download/v3.5.2/base64-3.5.2.tbz)-> retrieved brr.0.0.8 (https://erratique.ch/software/brr/releases/brr-0.0.8.tbz)-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved gen.1.1 (cached)-> retrieved lwt.5.9.2 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-ppx.6.2.0, js_of_ocaml-toplevel.6.2.0 (https://github.com/ocsigen/js_of_ocaml/releases/download/6.2.0/js_of_ocaml-6.2.0.tbz)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving_rpc.9.0.0, rpclib.9.0.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved sedlex.3.7 (https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.7.tar.gz)-> retrieved xmlm.1.4.0 (cached)-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)-> retrieved yojson.3.0.0 (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)-> installed cmdliner.2.1.0[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe[WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\bin\safe_camlp4 is a script; the command won't be available-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed dune.3.20.2-> installed base64.3.5.2-> installed csexp.1.5.2-> installed menhirCST.20250912-> installed cppo.1.8.0-> installed gen.1.1-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed ocaml-compiler-libs.v0.12.4-> installed ocplib-endian.1.2-> installed ppx_derivers.1.2.1-> installed result.1.5-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.20.2-> installed topkg.1.1.1-> installed yojson.3.0.0-> installed rresult.0.7.0-> installed xmlm.1.4.0-> installed astring.0.8.5-> installed rpclib.9.0.0-> installed lwt.5.9.2-> installed ppxlib.0.35.0-> installed ppx_deriving_rpc.9.0.0-> installed sedlex.3.7-> installed menhir.20250912-> installed js_of_ocaml-compiler.6.2.0-> installed js_of_ocaml-toplevel.6.2.0-> installed js_of_ocaml.6.2.0-> installed brr.0.0.8-> installed js_of_ocaml-ppx.6.2.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-16 04:05.38 ---> saved as "3bbc170689a9637ad5ef91455f01d9073c3c0f4f52b33e1ffa4b03006dbc12ed"/: (copy (src .) (dst /Users/opam/src))2025-12-16 04:06.20 ---> saved as "7be193cbb0a265089f2be2c4c88f43b8b130f8096c9d667f5cec98bb726618b2"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && C:\Users\opam\AppData\Local\opam\4.14.2\bin\ocamlc.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I example/.example.eobjs/byte -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\brr -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\js_of_ocaml -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\js_of_ocaml-compiler\runtime -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\lwt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\rresult -I idl/.js_top_worker_client.objs/byte -I idl/.js_top_worker_rpc.objs/byte -no-alias-deps -opaque -o example/.example.eobjs/byte/dune__exe__Example.cmo -c -impl example/example.pp.ml)File "example/example.ml", line 6, characters 12-27:6 | let log s = Firebug.console##log (Js.string s)^^^^^^^^^^^^^^^Error (alert deprecated): module Js_of_ocaml.Firebug[since 6.0] Use Js_of_ocaml.Console instead.(cd _build/default && C:\Users\opam\AppData\Local\opam\4.14.2\bin\ocamlc.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.js_top_worker.objs/byte -I C:/Users/opam/AppData/Local/opam/4.14.2/lib/ocaml\compiler-libs -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\astring -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\gen -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\js_of_ocaml -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\js_of_ocaml-compiler -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\js_of_ocaml-compiler\dynlink -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\js_of_ocaml-compiler\runtime -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\js_of_ocaml-toplevel -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\menhirLib -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\rresult -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\sedlex -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\seq -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\yojson -I idl/.js_top_worker_rpc.objs/byte -no-alias-deps -opaque -open Js_top_worker -o lib/.js_top_worker.objs/byte/js_top_worker__Worker.cmo -c -impl lib/worker.pp.ml)File "lib/worker.cppo.ml", line 8, characters 27-42:Error (alert deprecated): module Js_of_ocaml.Firebug[since 6.0] Use Js_of_ocaml.Console instead.File "lib/worker.cppo.ml", line 139, characters 10-25:Error (alert deprecated): module Js_of_ocaml.Firebug[since 6.0] Use Js_of_ocaml.Console instead.File "lib/worker.cppo.ml", line 222, characters 13-28:Error (alert deprecated): module Js_of_ocaml.Firebug[since 6.0] Use Js_of_ocaml.Console instead.File "lib/worker.cppo.ml", line 379, characters 29-44:Error (alert deprecated): module Js_of_ocaml.Firebug[since 6.0] Use Js_of_ocaml.Console instead.File "lib/worker.cppo.ml", line 387, characters 4-19:Error (alert deprecated): module Js_of_ocaml.Firebug[since 6.0] Use Js_of_ocaml.Console instead.File "lib/worker.cppo.ml", line 389, characters 4-19:Error (alert deprecated): module Js_of_ocaml.Firebug[since 6.0] Use Js_of_ocaml.Console instead."cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-12-16 04:07.15: Job failed: Failed: Build failed