Organisationsjoelburgetmonaco-ocamlb30eb6 (main)macos-homebrew-5.2_opam-2.1

macos-homebrew-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 12:51.53: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (macos-x86_64:macos-homebrew-5.2_opam-2.1)
Base: macos-homebrew-ocaml-5.2
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-5.2
# macos-homebrew-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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-domains.base base-nnp.base base-threads.base base-unix.base brr.0.0.6 cmdliner.1.3.0 dune.3.16.0 either.1.0.0 gen.1.1 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 js_of_ocaml-toplevel.5.8.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.2.1"
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-06-17 12:51.53: Using cache hint "joelburget/monaco-ocaml-macos-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_opam-2.1-04b1b03dbcb5d1d181e5509064b70178"
2024-06-17 12:51.53: Using OBuilder spec:
((from macos-homebrew-ocaml-5.2)
 (comment macos-homebrew-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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-domains.base base-nnp.base base-threads.base base-unix.base brr.0.0.6 cmdliner.1.3.0 dune.3.16.0 either.1.0.0 gen.1.1 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 js_of_ocaml-toplevel.5.8.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.2.1")
 (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-06-17 12:51.53: Waiting for resource in pool OCluster
2024-06-17 17:18.03: Waiting for worker…
2024-06-17 20:08.56: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
HEAD is now at b30eb6f Add ISC license.


(from macos-homebrew-ocaml-5.2)
2024-06-17 20:08.58 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache


/: (comment macos-homebrew-5.2_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-06-17 20:08.59 ---> using "6315dae0772f39c88ebf2aad05a0508b7387f4993cd36bb9cd299cbcc3542ece" 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-06-17 20:08.59 ---> using "3da9b05e9b357010706c9361ea401a2b6872addc078e3c650340484aca6de20f" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.2.0
2.1.5
2024-06-17 20:09.00 ---> using "fd0a29c7228c0de59ac2483ba2205b71b99c394f444b57a045b21a2bdf7b9c5f" 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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0dc68a8b92..e06bf2b8c3  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package 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): 
    [WARNING] please ensure to have GNU patch installed as `patch`. Otherwise update may fail silently (since it can't remove files).


Constructing initial basis...
The following actions will be performed:
  - install   host-arch-x86_64      1
  - recompile ocaml-base-compiler   5.2.0 [upstream or system changes]
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1     [upstream or system changes]
  - recompile ocaml-config          3     [upstream or system changes]
  - recompile ocaml                 5.2.0 [uses ocaml-base-compiler, ocaml-config]
  - recompile base-domains          base  [uses ocaml]
  - recompile base-nnp              base  [uses base-domains]
===== 2 to install | 6 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-17 20:09.01 ---> using "3bdea3048234c3fadb547255161b518832c8e26de85ff6b550ff3f0224147673" from cache


/: (copy (src require.opam monarch.opam monaco.opam) (dst ./src/./))
2024-06-17 20:09.03 ---> saved as "3859848ef1e13ac1ef2a665f076969f3b17065c97d6843ec2c2c463554276aa1"


/: (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-06-17 20:09.18 ---> saved as "59c387e28c1231997f132c118ca1fc6f5a903b661436764842171003ba54b85c"


/: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base brr.0.0.6 cmdliner.1.3.0 dune.3.16.0 either.1.0.0 gen.1.1 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 js_of_ocaml-toplevel.5.8.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.2.1")


/: (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"))
+ /usr/local/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
2024-06-17 20:09.49 ---> saved as "af92aa6b37d4f4d990b9124a31c86d8023eed5c1572665b68df12528876efd63"


/: (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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install ocamlbuild           0.14.3
  - install dune                 3.16.0
  - install ocamlfind            1.9.6
  - install cmdliner             1.3.0
  - 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.17.0
  - install menhirSdk            20231231
  - install menhirLib            20231231
  - install menhirCST            20231231
  - install either               1.0.0
  - install topkg                1.0.7
  - install yojson               2.2.1
  - install gen                  1.1
  - install ppxlib               0.32.1
  - install menhir               20231231
  - install sedlex               3.2
  - install js_of_ocaml-compiler 5.8.2
  - install js_of_ocaml-toplevel 5.8.2
  - install brr                  0.0.6
===== 22 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved js_of_ocaml-compiler.5.8.2  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved brr.0.0.6  (cached)
-> retrieved menhir.20231231  (cached)
-> installed cmdliner.1.3.0
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved js_of_ocaml-toplevel.5.8.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sedlex.3.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved yojson.2.2.1  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed dune.3.16.0
-> installed menhirCST.20231231
-> installed either.1.0.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed gen.1.1
-> installed menhirLib.20231231
-> installed topkg.1.0.7
-> installed menhirSdk.20231231
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed yojson.2.2.1
-> installed ppxlib.0.32.1
-> installed menhir.20231231
-> installed sedlex.3.2
-> installed js_of_ocaml-compiler.5.8.2
-> installed js_of_ocaml-toplevel.5.8.2
-> installed brr.0.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-17 20:12.21 ---> saved as "b6273f1f51c26970da4b1eb1cff3aa282f798ac00f4bb359c3732fad664751fe"


/: (copy (src .) (dst ./src))
2024-06-17 20:12.24 ---> saved as "06b31fd7f5d55d7117a37fe734c6449a7ed5fd9fbceea629781ee676b24112d8"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-17 20:12.27 ---> saved as "9bfffb94f9464f8f0b8c833b4a3db19d604bb1b6eb5e742b01b87cfb547f2732"
Job succeeded
2024-06-17 20:12.33: Job succeeded