2025-04-17 14:56.23: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (c508493571338bfb064c5a81209a0cdb52352fb8) (macos-x86_64:macos-homebrew-4.14_opam-2.3) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/jmid/mutaml.git" -b "main" && cd "mutaml" && git reset --hard c5084935 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.3 ~/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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mutaml.opam ./src/./ RUN opam pin add -yn mutaml.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 conf-which.1 cppo.1.8.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mutaml.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-04-17 14:56.23: Using cache hint "jmid/mutaml-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-cc479c4f660199f7b3c96c059844ebf2" 2025-04-17 14:56.23: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.3 ~/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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mutaml.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn mutaml.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 conf-which.1 cppo.1.8.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.2.2.2") (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.3 --depext-only -y mutaml.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-04-17 14:56.23: Waiting for resource in pool OCluster 2025-04-17 14:56.24: Waiting for worker… 2025-04-17 15:45.45: Got resource from pool OCluster Building on i7-worker-03 All commits already cached HEAD is now at c508493 Fix CI badge broken by workflow renaming in #37 (from macos-homebrew-ocaml-4.14) 2025-04-17 15:45.46 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) 2025-04-17 15:45.47 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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-04-17 15:45.47 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 4.14.2 2.3.0 2025-04-17 15:45.47 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" 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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..442eddb8a3 master -> origin/master 442eddb8a3 Merge pull request #27761 from maiste/release-dune-3.18.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly, 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-04-17 15:45.48 ---> using "67f07ecd1986bd28798155a0ae16870b21d96fab304a2fce3699db863a49c5f3" from cache /: (copy (src mutaml.opam) (dst ./src/./)) 2025-04-17 15:45.49 ---> saved as "5505d9fe3e725a53ef83c05cda75ed0be825766b7e456c983f663f61b2c449b2" /: (run (network host) (shell "opam pin add -yn mutaml.dev './src/./'")) [mutaml.dev] synchronised (file:///Users/mac1000/src) mutaml is now pinned to file:///Users/mac1000/src (version dev) 2025-04-17 15:46.01 ---> saved as "b1f6a582b0cddf669e82038b58f51fcc5fcaed0178a592dcae1ff61336f46b4f" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-04-17 15:46.03 ---> saved as "2825fb86ca7fa576d2707fec88364c020a612cfa2d6676660ef997f3388db327" /: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 conf-which.1 cppo.1.8.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.2.2.2") /: (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.3 --depext-only -y mutaml.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mutaml.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). The following system packages will first need to be installed: coreutils diffutils <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/brew "install" "coreutils" "diffutils" - ==> Downloading https://ghcr.io/v2/homebrew/core/coreutils/manifests/9.7 - ==> Fetching dependencies for coreutils: gmp - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json - ==> Fetching gmp - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d39e3597db85ea2b4532e0057381937ab6ed92a64a1728c68e57bc6b3aeef95--gmp--6.3.0.sonoma.bottle.tar.gz - ==> Fetching coreutils - ==> Downloading https://ghcr.io/v2/homebrew/core/coreutils/blobs/sha256:c7580a41bcd888acda07bd8b2c6c0c194a3763a27d36b1a48210a96f22ee773c - ==> Downloading https://ghcr.io/v2/homebrew/core/diffutils/manifests/3.12 - ==> Fetching diffutils - ==> Downloading https://ghcr.io/v2/homebrew/core/diffutils/blobs/sha256:710e012f9f4c1f2f4cbd489741e98ac26d3e48133bb5c1c2cad3d6e08d64a5d8 - ==> Installing dependencies for coreutils: gmp - ==> Installing coreutils dependency: gmp - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json - ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.3MB - ==> Installing coreutils - ==> Pouring coreutils--9.7.sonoma.bottle.tar.gz - ==> Caveats - Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g". - If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with: - PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" - ==> Summary - 🍺 /usr/local/Cellar/coreutils/9.7: 477 files, 8.8MB - ==> Running `brew cleanup coreutils`... - Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. - Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). - Removing: /Users/mac1000/Library/Caches/Homebrew/coreutils_bottle_manifest--9.6... (16.2KB) - Removing: /Users/mac1000/Library/Caches/Homebrew/coreutils_bottle_manifest--9.6-1... (19KB) - Removing: /Users/mac1000/Library/Caches/Homebrew/coreutils--9.6... (3.4MB) - ==> Pouring diffutils--3.12.sonoma.bottle.tar.gz - 🍺 /usr/local/Cellar/diffutils/3.12: 18 files, 847.8KB - ==> Running `brew cleanup diffutils`... - Removing: /Users/mac1000/Library/Caches/Homebrew/diffutils_bottle_manifest--3.11... (7.4KB) - Removing: /Users/mac1000/Library/Caches/Homebrew/diffutils--3.11... (314KB) - ==> Caveats - ==> coreutils - Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g". - If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with: - PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" 2025-04-17 15:46.43 ---> saved as "6a399440c72a01206145118f938fa12a3d4a31a415a9ed2dffffe95253d5fab5" /: (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 23 packages - install base v0.16.4 - install conf-diffutils 2 - install conf-timeout 1 - install conf-which 1 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.18.1 - install dune-configurator 3.18.1 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install octavius 1.2.2 - install ounit2 2.2.7 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_js_style v0.16.0 - install ppx_yojson_conv v0.16.0 - install ppx_yojson_conv_lib v0.16.0 - install ppxlib 0.35.0 - install seq base - install sexplib0 v0.16.0 - install stdlib-random 1.2.0 - install stdlib-shims 0.3.0 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> installed conf-timeout.1 -> installed conf-which.1 -> installed conf-diffutils.2 -> retrieved cppo.1.8.0 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved octavius.1.2.2 (https://github.com/ocaml-doc/octavius/archive/v1.2.2.tar.gz) -> retrieved ppx_js_style.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_js_style-v0.16.0.tar.gz) -> retrieved ppx_yojson_conv_lib.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_yojson_conv_lib-v0.16.0.tar.gz) -> retrieved ppx_yojson_conv.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_yojson_conv-v0.16.0.tar.gz) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.16.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved stdlib-random.1.2.0 (https://github.com/ocaml/stdlib-random/archive/refs/tags/1.2.0.tar.gz) -> retrieved dune.3.18.1, dune-configurator.3.18.1 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.18.1 -> installed stdlib-shims.0.3.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ounit2.2.2.7 -> installed yojson.2.2.2 -> installed sexplib0.v0.16.0 -> installed octavius.1.2.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed cppo.1.8.0 -> installed ppx_yojson_conv_lib.v0.16.0 -> installed stdlib-random.1.2.0 -> installed dune-configurator.3.18.1 -> installed base.v0.16.4 -> installed ppxlib.0.35.0 -> installed ppx_js_style.v0.16.0 -> installed ppx_deriving.6.0.3 -> installed ppx_yojson_conv.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-17 15:48.31 ---> saved as "e0f893e1412eda03e0e6d0a9f74e52f41792518ea7c83f6a64314d8fb14b1686" /: (copy (src .) (dst ./src)) 2025-04-17 15:48.32 ---> saved as "bb2967481ee3494a81951367bcd55aaca985d0361e1a8902bbf02417fcae9476" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/examples/testproj-2-modules/test && ./ounittest.exe) .. Ran: 2 tests in: 0.17 seconds. OK (cd _build/default/examples/testproj-1-module && ./ounittest.exe) .... Ran: 4 tests in: 0.21 seconds. OK 2025-04-17 15:49.22 ---> saved as "8211a4804f926ab1819ccbd60083bbce9e931720bb096188afe0e7351151bec2" Job succeeded 2025-04-17 15:49.29: Job succeeded