2026-02-24 18:13.53: New job: test art-w/sherlodoc https://github.com/art-w/sherlodoc.git#refs/heads/master (77ecc829dea23a312a50a74852c3263365bbdeab) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5) Base: macos-homebrew-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/art-w/sherlodoc.git" -b "master" && cd "sherlodoc" && git reset --hard 77ecc829 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.4 # macos-homebrew-5.4_arm64_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 opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 sherlodoc.opam ./src/./ RUN opam pin add -yn sherlodoc.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 b0.0.0.6 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 brr.0.0.8 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 conf-bash.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 fpath.0.7.3 gen.1.1 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 js_of_ocaml-toplevel.6.3.2 lwt.6.1.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 odig.0.1.0 odoc.3.1.0 odoc-parser.3.1.0 optint.0.3.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y sherlodoc.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-02-24 18:13.53: Using cache hint "art-w/sherlodoc-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-bd3ba436a96b310841724a58f4a8cef8" 2026-02-24 18:13.53: Using OBuilder spec: ((from macos-homebrew-ocaml-5.4) (comment macos-homebrew-5.4_arm64_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 (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 f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src sherlodoc.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn sherlodoc.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 b0.0.0.6 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 brr.0.0.8 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 conf-bash.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 fpath.0.7.3 gen.1.1 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 js_of_ocaml-toplevel.6.3.2 lwt.6.1.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 odig.0.1.0 odoc.3.1.0 odoc-parser.3.1.0 optint.0.3.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4 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 sherlodoc.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-02-24 18:13.53: Waiting for resource in pool OCluster 2026-02-24 19:08.52: Waiting for worker… 2026-02-24 21:36.56: Got resource from pool OCluster Building on m1-worker-02 All commits already cached HEAD is now at 77ecc82 Merge pull request #25 from art-w/remove_weird_warnings (from macos-homebrew-ocaml-5.4) 2026-02-24 21:36.57 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache /: (comment macos-homebrew-5.4_arm64_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-02-24 21:36.57 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" 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] no changes from git+file:///Users/mac1000/opam-repository 2026-02-24 21:36.57 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" 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-02-24 21:36.57 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" 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 f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 95f7875db7..f15d82d487 master -> origin/master f15d82d487 Merge pull request #29449 from raphael-proust/opam-publish-lwt.6.1.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised 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.4.1 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.1"), 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-02-24 21:36.58 ---> using "5569fc2085c1f6b8b6856d4990e66e8ec4497cd26caf929890aeccd86d329aa3" from cache /: (copy (src sherlodoc.opam) (dst ./src/./)) 2026-02-24 21:36.59 ---> saved as "4f06aaef0475eebea5881e72840d8639d4911c31cc83220931893b00aa1f6d1f" /: (run (network host) (shell "opam pin add -yn sherlodoc.dev './src/./'")) [sherlodoc.dev] synchronised (file:///Users/mac1000/src) sherlodoc is now pinned to file:///Users/mac1000/src (version dev) 2026-02-24 21:37.16 ---> saved as "8b80f60ee542095ac91610f9139b78277d4baa0eecc0bcbdfbe12eb3eac79f30" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2026-02-24 21:37.17 ---> saved as "868c3470cbd5425f0b935881ed0134eb23e4a6cf615bc5638b6001c630ce26e8" /: (env DEPS "alcotest.1.9.1 astring.0.8.5 b0.0.0.6 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 brr.0.0.8 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 conf-bash.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 fpath.0.7.3 gen.1.1 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 js_of_ocaml-toplevel.6.3.2 lwt.6.1.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 odig.0.1.0 odoc.3.1.0 odoc-parser.3.1.0 optint.0.3.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 result.1.5 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4 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 sherlodoc.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [sherlodoc.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-02-24 21:37.45 ---> saved as "9fe187be3b6812d6a0d1723238cda32f88baf851d4083789e0490c1086074874" /: (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 53 packages - install alcotest 1.9.1 - install astring 0.8.5 - install b0 0.0.6 - install base v0.16.3 - install base-bytes base - install base64 3.5.2 - install bigstringaf 0.10.0 - install brr 0.0.8 - install camlp-streams 5.0.1 - install checkseum 0.5.2 - install cmdliner 2.1.0 - install conf-bash 1 - install cppo 1.8.0 - install crunch 4.0.0 - install csexp 1.5.2 - install decompress 1.5.3 - install dune 3.21.1 - install dune-configurator 3.21.1 - install fmt 0.11.0 - install fpath 0.7.3 - install gen 1.1 - install js_of_ocaml 6.3.2 - install js_of_ocaml-compiler 6.3.2 - install js_of_ocaml-toplevel 6.3.2 - install lwt 6.1.1 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install ocaml-compiler-libs v0.17.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install odig 0.1.0 - install odoc 3.1.0 - install odoc-parser 3.1.0 - install optint 0.3.0 - install ppx_blob 0.9.0 - install ppx_derivers 1.2.1 - install ppxlib 0.37.0 - install ptime 1.2.0 - install re 1.14.0 - install result 1.5 - install sedlex 3.7 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install tyxml 4.6.0 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved b0.0.0.6 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.1 (cached) -> retrieved base64.3.5.2 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved brr.0.0.8 (cached) -> retrieved checkseum.0.5.2 (cached) -> installed conf-bash.1 -> retrieved cppo.1.8.0 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved gen.1.1 (cached) -> retrieved decompress.1.5.3 (cached) -> retrieved lwt.6.1.1 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved js_of_ocaml.6.3.2, js_of_ocaml-compiler.6.3.2, js_of_ocaml-toplevel.6.3.2 (cached) -> retrieved odig.0.1.0 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached) -> retrieved ppx_blob.0.9.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) -> retrieved re.1.14.0 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> retrieved result.1.5 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sedlex.3.7 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved yojson.3.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed fmt.0.11.0 -> installed fpath.0.7.3 -> installed dune.3.21.1 -> installed base64.3.5.2 -> installed csexp.1.5.2 -> installed crunch.4.0.0 -> installed menhirGLR.20260209 -> installed menhirCST.20260209 -> installed gen.1.1 -> installed cppo.1.8.0 -> installed camlp-streams.5.0.1 -> installed menhirLib.20260209 -> installed ocplib-endian.1.2 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed menhirSdk.20260209 -> installed ppx_derivers.1.2.1 -> installed result.1.5 -> installed optint.0.3.0 -> installed odoc-parser.3.1.0 -> installed stdlib-shims.0.3.0 -> installed dune-configurator.3.21.1 -> installed sexplib0.v0.16.0 -> installed bigstringaf.0.10.0 -> installed checkseum.0.5.2 -> installed re.1.14.0 -> installed b0.0.0.6 -> installed yojson.3.0.0 -> installed alcotest.1.9.1 -> installed decompress.1.5.3 -> installed lwt.6.1.1 [ERROR] The compilation of base.v0.16.3 failed at "dune build -p base -j 7". -> installed tyxml.4.6.0 -> installed menhir.20260209 -> installed odoc.3.1.0 -> installed ppxlib.0.37.0 -> installed odig.0.1.0 -> installed ppx_blob.0.9.0 -> installed sedlex.3.7 -> installed js_of_ocaml-compiler.6.3.2 -> installed js_of_ocaml-toplevel.6.3.2 -> installed js_of_ocaml.6.3.2 -> installed brr.0.0.8 #=== ERROR while compiling base.v0.16.3 =======================================# # context 2.5.0 | macos/arm64 | ocaml-base-compiler.5.4.0 | git+file:///Users/mac1000/opam-repository # path ~/.opam/5.4.0/.opam-switch/build/base.v0.16.3 # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p base -j 7 # exit-code 1 # env-file ~/.opam/log/base-9821-7f5849.env # output-file ~/.opam/log/base-9821-7f5849.out ### output ### # (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -g -I compiler-stdlib/src/.caml.objs/byte -I compiler-stdlib/src/.caml.objs/native -cmi-file compiler-stdlib/src/.caml.objs/byte/caml.cmi -no-alias-deps -o compiler-stdlib/src/.caml.objs/native/caml.cmx -c -impl compiler-stdlib/src/caml.ml) # File "compiler-stdlib/src/caml.ml", line 1, characters 4-14: # 1 | [@@@deprecated "[since v0.16] use Stdlib instead of Caml"] # ^^^^^^^^^^ # Warning 53 [misplaced-attribute]: the deprecated attribute cannot appear in this context # File "src/dune", line 14, characters 22-31: # 14 | (c_names bytes_stubs exn_stubs int_math_stubs hash_stubs am_testing) # ^^^^^^^^^ # (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -D_LARGEFILE64_SOURCE -mpopcnt -g -I /Users/mac1000/.opam/5.4.0/lib/ocaml -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I ../compiler-stdlib/src -I ../hash_types/src -I ../shadow-stdlib/src -o exn_stubs.o -c exn_stubs.c) # clang: error: unsupported option '-mpopcnt' for target 'arm64-apple-darwin24.5.0' # File "src/dune", line 14, characters 10-21: # 14 | (c_names bytes_stubs exn_stubs int_math_stubs hash_stubs am_testing) # ^^^^^^^^^^^ # (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -D_LARGEFILE64_SOURCE -mpopcnt -g -I /Users/mac1000/.opam/5.4.0/lib/ocaml -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I ../compiler-stdlib/src -I ../hash_types/src -I ../shadow-stdlib/src -o bytes_stubs.o -c bytes_stubs.c) # clang: error: unsupported option '-mpopcnt' for target 'arm64-apple-darwin24.5.0' # File "src/dune", line 14, characters 47-57: # 14 | (c_names bytes_stubs exn_stubs int_math_stubs hash_stubs am_testing) # ^^^^^^^^^^ # (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -D_LARGEFILE64_SOURCE -mpopcnt -g -I /Users/mac1000/.opam/5.4.0/lib/ocaml -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I ../compiler-stdlib/src -I ../hash_types/src -I ../shadow-stdlib/src -o hash_stubs.o -c hash_stubs.c) # clang: error: unsupported option '-mpopcnt' for target 'arm64-apple-darwin24.5.0' # File "src/dune", line 14, characters 58-68: # 14 | (c_names bytes_stubs exn_stubs int_math_stubs hash_stubs am_testing) # ^^^^^^^^^^ # (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -D_LARGEFILE64_SOURCE -mpopcnt -g -I /Users/mac1000/.opam/5.4.0/lib/ocaml -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I ../compiler-stdlib/src -I ../hash_types/src -I ../shadow-stdlib/src -o am_testing.o -c am_testing.c) # clang: error: unsupported option '-mpopcnt' for target 'arm64-apple-darwin24.5.0' # File "src/dune", line 14, characters 32-46: # 14 | (c_names bytes_stubs exn_stubs int_math_stubs hash_stubs am_testing) # ^^^^^^^^^^^^^^ # (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -D_LARGEFILE64_SOURCE -mpopcnt -g -I /Users/mac1000/.opam/5.4.0/lib/ocaml -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I ../compiler-stdlib/src -I ../hash_types/src -I ../shadow-stdlib/src -o int_math_stubs.o -c int_math_stubs.c) # clang: error: unsupported option '-mpopcnt' for target 'arm64-apple-darwin24.5.0' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build base v0.16.3 +- +- The following changes have been performed | - install alcotest 1.9.1 | - install astring 0.8.5 | - install b0 0.0.6 | - install base-bytes base | - install base64 3.5.2 | - install bigstringaf 0.10.0 | - install brr 0.0.8 | - install camlp-streams 5.0.1 | - install checkseum 0.5.2 | - install cmdliner 2.1.0 | - install conf-bash 1 | - install cppo 1.8.0 | - install crunch 4.0.0 | - install csexp 1.5.2 | - install decompress 1.5.3 | - install dune 3.21.1 | - install dune-configurator 3.21.1 | - install fmt 0.11.0 | - install fpath 0.7.3 | - install gen 1.1 | - install js_of_ocaml 6.3.2 | - install js_of_ocaml-compiler 6.3.2 | - install js_of_ocaml-toplevel 6.3.2 | - install lwt 6.1.1 | - install menhir 20260209 | - install menhirCST 20260209 | - install menhirGLR 20260209 | - install menhirLib 20260209 | - install menhirSdk 20260209 | - install ocaml-compiler-libs v0.17.0 | - install ocaml-syntax-shims 1.0.0 | - install ocamlbuild 0.16.1 | - install ocamlfind 1.9.8 | - install ocplib-endian 1.2 | - install odig 0.1.0 | - install odoc 3.1.0 | - install odoc-parser 3.1.0 | - install optint 0.3.0 | - install ppx_blob 0.9.0 | - install ppx_derivers 1.2.1 | - install ppxlib 0.37.0 | - install ptime 1.2.0 | - install re 1.14.0 | - install result 1.5 | - install sedlex 3.7 | - install seq base | - install sexplib0 v0.16.0 | - install stdlib-shims 0.3.0 | - install topkg 1.1.1 | - install tyxml 4.6.0 | - install uutf 1.0.4 | - install yojson 3.0.0 +- # To update the current shell environment, run: eval $(opam env) The former state can be restored with: /opt/homebrew/bin/opam switch import "/Users/mac1000/.opam/5.4.0/.opam-switch/backup/state-20260224213747.export" "/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31 2026-02-24 21:39.54: Job failed: Failed: Build failed