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) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.4)Base: macos-homebrew-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 macos-homebrew-ocaml-4.14# macos-homebrew-4.14_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/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 ./src/./RUN opam pin add -yn js_top_worker_rpc_def.dev './src/./' && \opam pin add -yn js_top_worker.dev './src/./' && \opam pin add -yn js_top_worker-rpc.dev './src/./' && \opam pin add -yn js_top_worker-client.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="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 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 gen.1.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 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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 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 . ./srcRUN cd ./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-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.4-c9b8f78b9b3424b8bc6a43ef56f548a8"2025-12-15 14:44.35: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_arm64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 ./src/./))(run (network host)(shell "opam pin add -yn js_top_worker_rpc_def.dev './src/./' && \\nopam pin add -yn js_top_worker.dev './src/./' && \\nopam pin add -yn js_top_worker-rpc.dev './src/./' && \\nopam pin add -yn js_top_worker-client.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "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 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 gen.1.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 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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 topkg.1.1.1 xmlm.1.4.0 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./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 19:36.09: Waiting for worker…2025-12-15 20:00.29: Got resource from pool OClusterBuilding on m1-worker-03All commits already cachedHEAD is now at f83c32d Missing dependency(from macos-homebrew-ocaml-4.14)2025-12-15 20:00.29 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache/: (comment macos-homebrew-4.14_arm64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-12-15 20:00.30 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" 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.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-12-15 20:00.30 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 4.14.22.4.12025-12-15 20:00.30 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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_HEAD95f7875db7..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0- ocaml-config.3However, 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-15 20:00.30 ---> using "f76e7975cdead0b431949952755f6427fa0939733c81a292d7d2f02657cf1111" 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 ./src/./))2025-12-15 20:00.31 ---> saved as "6d35893ba02b052c7191a3bffcfb30bd59b52e5f8163e6aa85bb3d63a29fc9dc"/: (run (network host)(shell "opam pin add -yn js_top_worker_rpc_def.dev './src/./' && \\nopam pin add -yn js_top_worker.dev './src/./' && \\nopam pin add -yn js_top_worker-rpc.dev './src/./' && \\nopam pin add -yn js_top_worker-client.dev './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:///Users/mac1000/src)js_top_worker_rpc_def is now pinned to file:///Users/mac1000/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:///Users/mac1000/src)js_top_worker is now pinned to file:///Users/mac1000/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:///Users/mac1000/src)js_top_worker-rpc is now pinned to file:///Users/mac1000/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:///Users/mac1000/src)js_top_worker-client is now pinned to file:///Users/mac1000/src (version dev)2025-12-15 20:00.55 ---> saved as "450dc485cc7119d33d3b3989912df33c461662829dd8e2a2e76c0a2e6e79eabd"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-12-15 20:00.56 ---> saved as "0a92bcbd81b2f98d5f43a814929d9c7a026f9a70ada5b257113c9434342df9d4"/: (env DEPS "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 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 gen.1.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 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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 topkg.1.1.1 xmlm.1.4.0 yojson.3.0.0")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[js_top_worker-rpc.dev] synchronised (file:///Users/mac1000/src)[js_top_worker-client.dev] synchronised (file:///Users/mac1000/src)[js_top_worker.dev] synchronised (file:///Users/mac1000/src)[js_top_worker_rpc_def.dev] synchronised (file:///Users/mac1000/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).2025-12-15 20:01.21 ---> saved as "65587cc4dbf7592adb780fa39cd6f5186f526c6190599c4b2afbe11f1cdd6e68"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 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 brr.0.0.8 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved gen.1.1 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> 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 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 (cached)-> installed ocamlbuild.0.16.1-> retrieved ppx_deriving_rpc.9.0.0, rpclib.9.0.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved result.1.5 (cached)-> retrieved sedlex.3.7 (cached)-> retrieved seq.base (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved xmlm.1.4.0 (cached)-> retrieved yojson.3.0.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed seq.base-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed xmlm.1.4.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed csexp.1.5.2-> installed base64.3.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed menhirSdk.20250912-> installed menhirLib.20250912-> installed menhirCST.20250912-> installed gen.1.1-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed cppo.1.8.0-> installed result.1.5-> installed sexplib0.v0.17.0-> installed ocplib-endian.1.2-> installed yojson.3.0.0-> installed dune-configurator.3.20.2-> installed rpclib.9.0.0-> installed lwt.5.9.2-> installed ppxlib.0.35.0-> installed menhir.20250912-> installed ppx_deriving_rpc.9.0.0-> installed sedlex.3.7-> installed js_of_ocaml-compiler.6.2.0-> installed js_of_ocaml-toplevel.6.2.0-> installed brr.0.0.8-> installed js_of_ocaml.6.2.0-> installed js_of_ocaml-ppx.6.2.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-15 20:02.48 ---> saved as "af73adb55d0e0d33e5dbe1644359208b9a91f6e53f219f0bf09f0b6f7d234782"/: (copy (src .) (dst ./src))2025-12-15 20:02.49 ---> saved as "59562496968e7e9f8ec8b980cdf3f9041d06bbfc62dfae0cb9ea792ab451d280"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -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 /Users/mac1000/.opam/4.14.2/lib/brr -I /Users/mac1000/.opam/4.14.2/lib/js_of_ocaml -I /Users/mac1000/.opam/4.14.2/lib/js_of_ocaml-compiler/runtime -I /Users/mac1000/.opam/4.14.2/lib/lwt -I /Users/mac1000/.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 && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -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 /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/gen -I /Users/mac1000/.opam/4.14.2/lib/js_of_ocaml -I /Users/mac1000/.opam/4.14.2/lib/js_of_ocaml-compiler -I /Users/mac1000/.opam/4.14.2/lib/js_of_ocaml-compiler/dynlink -I /Users/mac1000/.opam/4.14.2/lib/js_of_ocaml-compiler/runtime -I /Users/mac1000/.opam/4.14.2/lib/js_of_ocaml-toplevel -I /Users/mac1000/.opam/4.14.2/lib/menhirLib -I /Users/mac1000/.opam/4.14.2/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/4.14.2/lib/rresult -I /Users/mac1000/.opam/4.14.2/lib/sedlex -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.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."/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-12-15 20:02.55: Job failed: Failed: Build failed