Organisationsjoelburgetmonaco-ocamlb30eb6 (main)macos-homebrew-4.14_arm64_opam-2.1

macos-homebrew-4.14_arm64_opam-2.1

Logs

Show full logs
2024-05-14 20:32.48: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.1)
Base: macos-homebrew-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/joelburget/monaco-ocaml.git" -b "main" && cd "monaco-ocaml" && git reset --hard b30eb6ff
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_arm64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/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 9548b038b33cb587c7a93a77cefb6ce4664a357d || git fetch origin master) && git reset -q --hard 9548b038b33cb587c7a93a77cefb6ce4664a357d && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 require.opam monarch.opam monaco.opam ./src/./
RUN opam pin add -yn require.dev './src/./' && \
    opam pin add -yn monarch.dev './src/./' && \
    opam pin add -yn monaco.dev './src/./'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base brr.0.0.6 cmdliner.1.2.0 cppo.1.6.9 dune.3.15.2 either.1.0.0 gen.1.1 js_of_ocaml-compiler.5.8.1 js_of_ocaml-toplevel.5.8.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 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.14.3 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.32.1 sedlex.3.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y require.dev monarch.dev monaco.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

2024-05-14 20:32.48: Using cache hint "joelburget/monaco-ocaml-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.1-794634262fb480cd364f07e6c75e860a"
2024-05-14 20:32.48: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_arm64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/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 9548b038b33cb587c7a93a77cefb6ce4664a357d || git fetch origin master) && git reset -q --hard 9548b038b33cb587c7a93a77cefb6ce4664a357d && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src require.opam monarch.opam monaco.opam) (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn require.dev './src/./' && \
             \nopam pin add -yn monarch.dev './src/./' && \
             \nopam pin add -yn monaco.dev './src/./'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base brr.0.0.6 cmdliner.1.2.0 cppo.1.6.9 dune.3.15.2 either.1.0.0 gen.1.1 js_of_ocaml-compiler.5.8.1 js_of_ocaml-toplevel.5.8.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 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.14.3 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.32.1 sedlex.3.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 yojson.2.1.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.1 --depext-only -y require.dev monarch.dev monaco.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"))
)

2024-05-14 20:32.48: Waiting for resource in pool OCluster
2024-05-14 20:32.49: Waiting for worker…
2024-05-14 22:06.22: Got resource from pool OCluster
Building on m1-worker-03
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/monaco-ocaml.git-7f43b89bad70f33a8cf16ee65f778a32b3ab7f2b/.git/
HEAD is now at b30eb6f Add ISC license.

(from macos-homebrew-ocaml-4.14)
2024-05-14 22:06.40 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

/: (comment macos-homebrew-4.14_arm64_opam-2.1)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-05-14 22:06.41 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-05-14 22:06.41 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-14 22:06.41 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" 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 9548b038b33cb587c7a93a77cefb6ce4664a357d || git fetch origin master) && git reset -q --hard 9548b038b33cb587c7a93a77cefb6ce4664a357d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..c1bf247e33  master     -> origin/master
9548b038b3 Merge pull request #25796 from hhugo/release-js_of_ocaml-5.8.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository

Constructing initial basis...
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.3.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.
# Run eval $(opam env) to update the current shell environment
2024-05-14 22:07.24 ---> saved as "8bbd976dc59c8529ec2d005822890e5aa5b288a5c95bb5b5529fbbddb0db9ced"

/: (copy (src require.opam monarch.opam monaco.opam) (dst ./src/./))
2024-05-14 22:07.25 ---> saved as "d8276b4928f144f60d9e452ee3d57df662c4e407bc6b524a7a0a0e57085585cd"

/: (run (network host)
        (shell  "opam pin add -yn require.dev './src/./' && \
               \nopam pin add -yn monarch.dev './src/./' && \
               \nopam pin add -yn monaco.dev './src/./'"))
Package require does not exist, create as a NEW package? [Y/n] y
[require.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on require package definition from source at file:///Users/mac1000/src:
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
require is now pinned to file:///Users/mac1000/src (version dev)
Package monarch does not exist, create as a NEW package? [Y/n] y
[monarch.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on monarch package definition from source at file:///Users/mac1000/src:
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
monarch is now pinned to file:///Users/mac1000/src (version dev)
Package monaco does not exist, create as a NEW package? [Y/n] y
[monaco.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on monaco package definition from source at file:///Users/mac1000/src:
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
monaco is now pinned to file:///Users/mac1000/src (version dev)
2024-05-14 22:07.41 ---> saved as "9e1301b26828c65e2d50766c0d146d83e56f128f1f91481f5c2534a7d2559eea"

/: (env DEPS "base-bigarray.base base-threads.base base-unix.base brr.0.0.6 cmdliner.1.2.0 cppo.1.6.9 dune.3.15.2 either.1.0.0 gen.1.1 js_of_ocaml-compiler.5.8.1 js_of_ocaml-toplevel.5.8.1 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 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.14.3 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.32.1 sedlex.3.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 yojson.2.1.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.1 --depext-only -y require.dev monarch.dev monaco.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[monaco.dev] synchronised (no changes)
[monarch.dev] synchronised (no changes)
[require.dev] synchronised (no changes)

[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).
Constructing initial basis...
2024-05-14 22:08.08 ---> saved as "59c67231c4d5a03609aedef7937675ef0acf70408b2563658c72eb36733c96ce"

/: (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).
Constructing initial basis...
The following actions will be performed:
  - install ocamlbuild           0.14.3
  - install dune                 3.15.2
  - install cmdliner             1.2.0
  - install ocamlfind            1.9.6
  - install seq                  base
  - install stdlib-shims         0.3.0
  - install sexplib0             v0.17.0
  - install ppx_derivers         1.2.1
  - install ocaml-compiler-libs  v0.12.4
  - install menhirSdk            20231231
  - install menhirLib            20231231
  - install menhirCST            20231231
  - install either               1.0.0
  - install cppo                 1.6.9
  - install topkg                1.0.7
  - install gen                  1.1
  - install ppxlib               0.32.1
  - install menhir               20231231
  - install yojson               2.1.2
  - install sedlex               3.2
  - install js_of_ocaml-compiler 5.8.1
  - install js_of_ocaml-toplevel 5.8.1
  - install brr                  0.0.6
===== 23 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved js_of_ocaml-compiler.5.8.1  (cached)
-> retrieved js_of_ocaml-toplevel.5.8.1  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved brr.0.0.6  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> installed cmdliner.1.2.0
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved sedlex.3.2  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved yojson.2.1.2  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed either.1.0.0
-> installed menhirCST.20231231
-> installed ppx_derivers.1.2.1
-> installed gen.1.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20231231
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhirLib.20231231
-> installed sexplib0.v0.17.0
-> installed yojson.2.1.2
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed sedlex.3.2
-> installed js_of_ocaml-compiler.5.8.1
-> installed js_of_ocaml-toplevel.5.8.1
-> installed brr.0.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 22:09.34 ---> saved as "f9bff7d1ac82d90bb495ab94c0d0613e795e0d6438118ae08e0788b0fe4c626f"

/: (copy (src .) (dst ./src))
2024-05-14 22:09.35 ---> saved as "6f502f5e4ac5b520354d4155faf303c1f4d9eb30398fc7749ca83cb49cb40df9"

/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-14 22:09.37 ---> saved as "b43760330b55541a939a358d2b89d8d32cbbd6b48528832e1b65197e7a5336de"
Job succeeded
2024-05-14 22:09.43: Job succeeded