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

macos-homebrew-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:00.39: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (macos-x86_64:macos-homebrew-4.14_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_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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && 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.7.2 js_of_ocaml-toplevel.5.7.2 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-04-30 08:00.39: Using cache hint "joelburget/monaco-ocaml-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.1-62bc10689ad690208bef0337d562c5ef"
2024-04-30 08:00.39: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && 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.7.2 js_of_ocaml-toplevel.5.7.2 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-04-30 08:00.39: Waiting for resource in pool OCluster
2024-04-30 08:00.39: Waiting for worker…
2024-04-30 09:25.00: 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-4.14)
2024-04-30 09:25.01 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_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-04-30 09:25.02 ---> 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-04-30 09:25.02 ---> 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-04-30 09:25.02 ---> 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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..e90e14059c  master     -> origin/master
e90e14059c Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.0


<><> 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-04-30 09:26.22 ---> saved as "c0a22abb2e0010d91d8add39dd76f74be6caf9e146de6bfa61b558fbd76508cf"


/: (copy (src require.opam monarch.opam monaco.opam) (dst ./src/./))
2024-04-30 09:26.23 ---> saved as "8243b337b6076be8c50a5344acecda43aa9b075d328a8f986b4ef77948d067d7"


/: (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-04-30 09:26.36 ---> saved as "d4a685d341cf8b5fc251c21e22b474c12a7dff55d363ffc02a0669461cfe62cc"


/: (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.7.2 js_of_ocaml-toplevel.5.7.2 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"))
+ /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 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...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
2024-04-30 09:27.03 ---> saved as "71214b5b89cbb39079628d4a0de9756bfffe1581ff16e84fafbce37945a77503"


/: (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...
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.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.7.2
  - install js_of_ocaml-toplevel 5.7.2
  - 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.7.2  (cached)
-> retrieved js_of_ocaml-toplevel.5.7.2  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved brr.0.0.6  (cached)
-> installed cmdliner.1.2.0
-> retrieved menhir.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sedlex.3.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved yojson.2.1.2  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed dune.3.15.2
-> installed either.1.0.0
-> installed menhirCST.20231231
-> installed topkg.1.0.7
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20231231
-> installed gen.1.1
-> installed cppo.1.6.9
-> installed menhirSdk.20231231
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed yojson.2.1.2
-> installed ppxlib.0.32.1
-> installed sedlex.3.2
-> installed menhir.20231231
-> installed js_of_ocaml-compiler.5.7.2
-> installed js_of_ocaml-toplevel.5.7.2
-> installed brr.0.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 09:29.25 ---> saved as "48650e0efe9a5da7ac5992293feb00c6c97be014f6117f2b81da689330ad60a6"


/: (copy (src .) (dst ./src))
2024-04-30 09:29.28 ---> saved as "421c231a0f4c755a8b9624a3bc29ed7d3cc2a416013e8b828e3b3c42c574d592"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 09:29.30 ---> saved as "5f095a1012cd7bd654cde4cdddd731f5d93867aa0a6124ef2737393537ea66e5"
Job succeeded
2024-04-30 09:29.38: Job succeeded