2026-05-26 08:32.36: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (b5db31436c96fccae0a16a9006024f2461fc0fa1) (macos-x86_64:macos-homebrew-5.4_opam-2.5) Base: macos-homebrew-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard b5db3143 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.4 # macos-homebrew-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN opam update -u COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./src/./ RUN opam pin add -yn ppxlib.dev './src/./' && \ opam pin add -yn ppxlib-tools.dev './src/./' && \ opam pin add -yn ppxlib-bench.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-05-26 08:32.36: Using cache hint "ocaml-ppx/ppxlib-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.5-70073972bdc25d5dd6d75b23d159b2b2" 2026-05-26 08:32.36: Using OBuilder spec: ((from macos-homebrew-ocaml-5.4) (comment macos-homebrew-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam")) (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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) (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 "opam update -u")) (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn ppxlib.dev './src/./' && \ \nopam pin add -yn ppxlib-tools.dev './src/./' && \ \nopam pin add -yn ppxlib-bench.dev './src/./'")) (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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")) ) 2026-05-26 08:32.36: Waiting for resource in pool OCluster 2026-05-26 08:32.37: Waiting for worker… 2026-05-26 08:32.37: Got resource from pool OCluster Building on i7-worker-02 HEAD is now at 697a90d0 Add full support for primitive aliases HEAD is now at b5db3143 Add ast_builder_pexp_apply test to .ocamlformat-ignore (from macos-homebrew-ocaml-5.4) 2026-05-26 08:32.39 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache /: (comment macos-homebrew-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam")) 2026-05-26 08:32.39 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" 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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4c9d80b731..3e30e43808 master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-26 08:32.40 ---> using "f2543f999b099b82cb7723c976c639eafd8b67c5a5c04fd0193a5a19ef80e62e" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository default (at git+file:///Users/mac1000/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///Users/mac1000/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 2026-05-26 08:32.40 ---> using "aa7a2494781bb0bc2c8898c4f119f076f5d738da8142fe26d3889d8adab3f3c5" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.4.0 2.5.0 2026-05-26 08:32.40 ---> using "8c10acbe091547fcb381da69a1a8f7c5b715dc7635af25336c910c5fa7ad3ac3" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-compiler.5.4.1 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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) 2026-05-26 08:32.41 ---> using "c6b2eda34f457aaeeb06d6be4982742bb50f5dd84e5adcaa80630227c0839249" from cache /: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./src/./)) 2026-05-26 08:32.43 ---> saved as "346315d74a9e4a5390a0301ce3a11c24173ba3df4781fe53ee9845ad94de762e" /: (run (network host) (shell "opam pin add -yn ppxlib.dev './src/./' && \ \nopam pin add -yn ppxlib-tools.dev './src/./' && \ \nopam pin add -yn ppxlib-bench.dev './src/./'")) [ppxlib.dev] synchronised (file:///Users/mac1000/src) ppxlib is now pinned to file:///Users/mac1000/src (version dev) [ppxlib-tools.dev] synchronised (file:///Users/mac1000/src) ppxlib-tools is now pinned to file:///Users/mac1000/src (version dev) [NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch. [ppxlib-bench.dev] synchronised (file:///Users/mac1000/src) ppxlib-bench is now pinned to file:///Users/mac1000/src (version dev) 2026-05-26 08:33.03 ---> saved as "a83999cff47dbd723a558279ceb650f30487f12444682f7a7ce222b2dfe21af6" /: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2026-05-26 08:33.05 ---> saved as "9b1714b0ddadb756af200c977c23928e5bbe70225114c2cc78d75689534634f6" /: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.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.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:a731026301924336a5ee2051689788cd91ab09c2d42cb7b51c280e8fdcd85c7d - #=#=# 0.3% 0.8% # 1.5% # 2.0% # 2.8% ## 3.4% ## 4.0% ### 4.4% - ### 4.8% ### 5.2% #### 5.7% #### 6.1% #### 6.5% #### 6.9% ##### 7.4% ##### 7.8% ##### 8.3% ###### 8.7% ###### 9.1% - ###### 9.5% ####### 9.9% ####### 10.4% ####### 10.8% ######## 11.2% ######## 11.6% ######## 12.1% ######### 12.5% ######### 12.9% ######### 13.3% - ######### 13.7% ########## 14.1% ########## 14.7% ########## 15.1% ########### 15.5% ########### 15.9% ########### 16.4% ############ 16.9% ############ 17.3% ############ 17.7% ############# 18.1% - ############# 18.5% ############# 18.9% ############## 19.4% ############## 19.8% ############## 20.2% ############## 20.6% ############### 21.0% ############### 21.6% ############### 22.0% ################ 22.4% ################ 22.9% - ################ 23.3% ################# 24.2% ################# 25.0% ################## 25.8% ################### 26.7% ################### 27.5% #################### 28.3% ##################### 29.2% ##################### 30.0% ###################### 30.8% - ###################### 31.6% ####################### 32.4% ####################### 33.3% ######################## 34.1% ######################### 34.9% ######################### 35.9% ########################## 36.7% ########################### 37.6% ########################### 38.4% ############################ 39.3% ############################ 40.1% - ############################# 41.0% ############################## 41.8% ############################## 42.6% ############################### 43.4% ############################### 44.3% ################################ 45.1% ################################# 46.0% ################################# 46.8% ################################## 47.7% ################################## 48.5% ################################### 49.4% - #################################### 50.2% #################################### 51.0% ##################################### 51.8% ##################################### 52.8% ###################################### 53.6% ####################################### 54.4% ####################################### 55.2% ######################################## 56.0% ######################################## 56.8% ######################################### 57.8% ########################################## 58.6% ########################################## 59.5% - ########################################### 60.4% ############################################ 61.2% ############################################ 62.1% ############################################# 62.9% ############################################# 63.7% ############################################## 64.7% ############################################### 65.4% ############################################### 66.2% ################################################ 67.1% ################################################ 67.9% ################################################# 68.7% - ################################################## 69.7% ################################################## 70.6% ################################################### 71.4% ################################################### 72.2% #################################################### 73.1% ##################################################### 73.9% ##################################################### 74.7% ###################################################### 75.5% ###################################################### 76.4% ####################################################### 77.2% - ######################################################## 78.0% ######################################################## 78.9% ######################################################### 79.7% ######################################################### 80.5% ########################################################## 81.4% ########################################################### 82.2% ########################################################### 83.1% ############################################################ 83.9% ############################################################ 84.7% ############################################################# 85.5% ############################################################## 86.4% - ############################################################## 87.2% ############################################################### 88.0% ################################################################ 88.9% ################################################################ 89.7% ################################################################# 90.5% ################################################################# 91.5% ################################################################## 92.4% ################################################################### 93.1% ################################################################### 93.9% #################################################################### 94.7% #################################################################### 95.7% - ##################################################################### 96.6% ###################################################################### 97.4% ###################################################################### 98.2% ####################################################################### 99.0% ####################################################################### 99.9% ######################################################################## 100.0% - ==> Pouring portable-ruby-4.0.5_1.catalina.bottle.tar.gz - ==> Homebrew collects anonymous analytics. - Read the analytics documentation (and how to opt-out) here: - https://docs.brew.sh/Analytics - No analytics have been recorded yet (nor will be during this `brew` run). - - ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: - https://github.com/Homebrew/brew#donations - - Updated 2 taps (homebrew/core and homebrew/cask). - ==> New Formulae - cloudmonkey: Apache CloudStack CloudMonkey CLI - herdr: Agent multiplexer that lives in your terminal - ladder: Selfhosted alternative to 12ft.io and 1ft.io HTTP web proxies - mips-linux-gnu-binutils: GNU Binutils for mips-linux-gnu cross development - vs-preview: Previewer for VapourSynth scripts <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib-tools.dev] synchronised (file:///Users/mac1000/src) [ppxlib-bench.dev] synchronised (file:///Users/mac1000/src) [ppxlib.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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). # To update the current shell environment, run: eval $(opam env) 2026-05-26 08:34.19 ---> saved as "c038d07abed199cbb45be734d616cf30869c4cf44854e00c7ab7ecaab1813cbc" /: (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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 13 packages - install base v0.17.3 - install cinaps v0.15.1 - install cmdliner 2.1.1 - install csexp 1.5.2 - install dune 3.23.1 - install dune-configurator 3.23.1 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.2 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.14.0 - install sexplib0 v0.17.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.2.1.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cinaps.v0.15.1 (cached) -> retrieved base.v0.17.3 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed cmdliner.2.1.1 -> installed ocamlfind.1.9.8 -> installed dune.3.23.1 -> installed csexp.1.5.2 -> installed yojson.3.0.0 -> installed sexplib0.v0.17.0 -> installed re.1.14.0 -> installed ppx_derivers.1.2.1 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed ocaml-compiler-libs.v0.17.0 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.23.1 -> installed base.v0.17.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-26 08:35.35 ---> saved as "63a370f54188360c8ea79a021d17d28fb354306a5c9a7a5d4e044a9aff58bcc6" /: (copy (src .) (dst ./src)) 2026-05-26 08:35.37 ---> saved as "825f4001732118bfa291b3375d48e8c33d08bb43322236b4b6a50e3ba01a6641" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune-project", line 21, characters 2-42: 21 | (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: Duplicate dependency on package (sexplib0 (and :with-test (>= v0.15))) in 'depends' field. If you want to specify multiple constraints, combine them using (and ...). Hint: To disable this warning, add the following to your dune-project file: (warnings (duplicate_deps disabled)) 2026-05-26 08:36.08 ---> saved as "6b0653eed3b37dcd54b78c51158136c82150ecbb0e3c068be69f0de05f6d939f" Job succeeded 2026-05-26 08:36.22: Job succeeded