Organisationsocaml-gospelgospel3031a4 ()macos-homebrew-4.14_arm64_opam-2.1

macos-homebrew-4.14_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:22.59: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (3031a4d94b6a0c28146d624b11edf45b4cbcdaf6) (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/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 3031a4d9
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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./src/./
RUN opam pin add -yn gospel.dev './src/./'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 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 odoc.2.4.2 odoc-parser.2.4.2 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y gospel.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:22.59: Using cache hint "ocaml-gospel/gospel-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.1-0233c934c048c03709671d78026dad54"
2024-04-30 08:22.59: 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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src gospel.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn gospel.dev './src/./'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 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 odoc.2.4.2 odoc-parser.2.4.2 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")
 (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 gospel.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:22.59: Waiting for resource in pool OCluster
2024-04-30 10:38.53: Waiting for worker…
2024-04-30 12:12.39: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
HEAD is now at 3031a4d Merge pull request #398 from n-osborne/bump-version-0.3.0


(from macos-homebrew-ocaml-4.14)
2024-04-30 12:10.16 ---> 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-04-30 12:10.16 ---> 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 12:10.16 ---> 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 12:10.17 ---> 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 12:10.17 ---> using "c0a22abb2e0010d91d8add39dd76f74be6caf9e146de6bfa61b558fbd76508cf" from cache


/: (copy (src gospel.opam) (dst ./src/./))
2024-04-30 12:10.17 ---> using "128bc6e884c586a47211a5dba778fb51c0b7788e6e43c0f894c4ef799df12672" from cache


/: (run (network host)
        (shell "opam pin add -yn gospel.dev './src/./'"))
[gospel.dev] synchronised (file:///Users/mac1000/src)
gospel is now pinned to file:///Users/mac1000/src (version dev)
2024-04-30 12:10.17 ---> using "e83fed209b0caa5b797376bb2c9b3cdf3e0b6ed043031c0861be8baef9479f18" from cache


/: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 crunch.3.3.1 dune.3.15.2 dune-build-info.3.15.2 fmt.0.9.0 fpath.0.7.3 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 odoc.2.4.2 odoc-parser.2.4.2 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")


/: (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 gospel.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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-04-30 12:10.17 ---> using "82ae6e41d78524940acb145de55e19eab84e5d8e40d2a4f34379e62ff7061e37" from cache


/: (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 result              1.5
  - install ppx_derivers        1.2.1
  - install pp_loc              2.1.0
  - install ocaml-compiler-libs v0.12.4
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install menhirCST           20231231
  - install dune-build-info     3.15.2
  - install cppo                1.6.9
  - install camlp-streams       5.0.1
  - install topkg               1.0.7
  - install re                  1.11.0
  - install ppxlib              0.32.1
  - install menhir              20231231
  - install uutf                1.0.3
  - install ptime               1.1.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install ppx_deriving        5.2.1
  - install tyxml               4.6.0
  - install crunch              3.3.1
  - install odoc-parser         2.4.2
  - install fpath               0.7.3
  - install odoc                2.4.2
===== 31 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved dune-build-info.3.15.2  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed fpath.0.7.3
-> installed dune.3.15.2
-> installed crunch.3.3.1
-> installed cppo.1.6.9
-> installed camlp-streams.5.0.1
-> installed menhirCST.20231231
-> installed ppx_derivers.1.2.1
-> installed pp_loc.2.1.0
-> installed menhirSdk.20231231
-> installed menhirLib.20231231
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed dune-build-info.3.15.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed re.1.11.0
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
-> installed menhir.20231231
-> installed ppxlib.0.32.1
-> installed ppx_deriving.5.2.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 12:10.18 ---> using "e648e8ede8e126223eefd13c1b8313ebeca48e244cb5bd4e5b79edbd7eebde54" from cache


/: (copy (src .) (dst ./src))
2024-04-30 12:10.19 ---> saved as "20240f22aa72cde2f302bf086bb8c15195d8c215564463f1bdc9fcdcc193ae41"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 12:10.25 ---> saved as "30b365fc5ab18398231922edf4dd3a73b64d670ff9e35e3e403b206655b76b66"
Job succeeded
2024-04-30 12:12.42: Job succeeded