2025-10-31 08:13.18: 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.4) 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.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/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 8a528d6bb48e4be260fb670a1754df39a1192147 || git fetch origin master) && git reset -q --hard 8a528d6bb48e4be260fb670a1754df39a1192147 && 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.0.0 conf-bash.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.0 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.4 --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 2025-10-31 08:13.18: Using cache hint "art-w/sherlodoc-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.4-9fdd9b2969aeb831093dc3bea8466593" 2025-10-31 08:13.18: Using OBuilder spec: ((from macos-homebrew-ocaml-5.4) (comment macos-homebrew-5.4_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 8a528d6bb48e4be260fb670a1754df39a1192147 || git fetch origin master) && git reset -q --hard 8a528d6bb48e4be260fb670a1754df39a1192147 && 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.0.0 conf-bash.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.0 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.4 --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")) ) 2025-10-31 08:13.18: Waiting for resource in pool OCluster 2025-10-31 08:13.18: Waiting for worker… 2025-10-31 08:13.18: Got resource from pool OCluster Building on m1-worker-01 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) 2025-10-31 08:13.18 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache /: (comment macos-homebrew-5.4_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-10-31 08:13.19 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" 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 2025-10-31 08:13.19 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.4.0 2.4.1 2025-10-31 08:13.19 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" 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 8a528d6bb48e4be260fb670a1754df39a1192147 || git fetch origin master) && git reset -q --hard 8a528d6bb48e4be260fb670a1754df39a1192147 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 5bf570252b..8a528d6bb4 master -> origin/master 8a528d6bb4 Merge pull request #28792 from dbuenzli/odig <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-31 08:13.46 ---> saved as "ec764320f2d85259860a1e039f9bfdecd6003a3b9b0090181e4983219e10db1f" /: (copy (src sherlodoc.opam) (dst ./src/./)) 2025-10-31 08:13.48 ---> saved as "c986baeb76f6783ee79c585999e226836a1b5d9d08888c4c4c2747615d8387f2" /: (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) 2025-10-31 08:14.05 ---> saved as "5c86880c87afaab8f61331406f1958f614d2337a282ae9f1295c102f8f6eef13" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-10-31 08:14.06 ---> saved as "bee73a3a509cada25ab57568b7d854b5e183bec939ad0adc2a17a1fd289c8cf1" /: (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.0.0 conf-bash.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.0 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.4 --depext-only -y sherlodoc.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - - ==> 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 - framework-tool-tui: TUI for controlling and monitoring Framework Computers hardware <><> 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). 2025-10-31 08:14.48 ---> saved as "21b37fe679b8320444a899a0306a37df54b7333aa9c5ae8762fb51e1f5bd12bc" /: (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 52 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.0.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.20.2 - install dune-configurator 3.20.2 - install fmt 0.11.0 - install fpath 0.7.3 - install gen 1.1 - install js_of_ocaml 6.2.0 - install js_of_ocaml-compiler 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.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.0 - 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.0.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.5.9.2 (cached) -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (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.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-toplevel.6.2.0 (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.20.2, dune-configurator.3.20.2 (cached) -> retrieved re.1.14.0 (cached) -> installed cmdliner.2.0.0 -> 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 stdlib-shims.0.3.0 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved yojson.3.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> 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.20.2 -> installed base64.3.5.2 -> installed csexp.1.5.2 -> installed crunch.4.0.0 -> installed menhirLib.20250912 -> installed menhirCST.20250912 -> installed gen.1.1 -> installed cppo.1.8.0 -> installed camlp-streams.5.0.1 -> installed optint.0.3.0 -> installed ocplib-endian.1.2 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed menhirSdk.20250912 -> installed ppx_derivers.1.2.1 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed odoc-parser.3.1.0 -> installed dune-configurator.3.20.2 -> installed re.1.14.0 -> installed bigstringaf.0.10.0 -> installed checkseum.0.5.2 -> installed alcotest.1.9.1 -> installed yojson.3.0.0 -> installed decompress.1.5.3 -> installed b0.0.0.6 -> installed lwt.5.9.2 [ERROR] The compilation of base.v0.16.3 failed at "dune build -p base -j 7". -> installed tyxml.4.6.0 -> installed menhir.20250912 -> installed odoc.3.1.0 -> installed odig.0.1.0 -> installed ppxlib.0.37.0 -> installed ppx_blob.0.9.0 -> installed sedlex.3.7 -> 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 #=== ERROR while compiling base.v0.16.3 =======================================# # context 2.4.1 | 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-73990-c3dc9f.env # output-file ~/.opam/log/base-73990-c3dc9f.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 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 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 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.0.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.20.2 | - install dune-configurator 3.20.2 | - install fmt 0.11.0 | - install fpath 0.7.3 | - install gen 1.1 | - install js_of_ocaml 6.2.0 | - install js_of_ocaml-compiler 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.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.0 | - 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-20251031081449.export" "/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31 2025-10-31 08:16.38: Job failed: Failed: Build failed