Organisationsocaml-gospelgospel3031a4 ()macos-homebrew-5.1_opam-2.1

macos-homebrew-5.1_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-x86_64:macos-homebrew-5.1_opam-2.1)
Base: macos-homebrew-ocaml-5.1
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-5.1
# macos-homebrew-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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-5.1-macos-homebrew-5.1_opam-2.1-7a6a5a3d39c7cc2d128722a9bbbf769b"
2024-04-30 08:22.59: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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 12:49.35: Waiting for worker…
2024-04-30 15:28.12: Got resource from pool OCluster
Building on i7-worker-02
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-5.1)
2024-04-30 15:28.13 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


/: (comment macos-homebrew-5.1_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 15:28.13 ---> using "22cd16a64c632695859fdcedd94c70c4cc08c65c5ac152872708c4f22bdb6b91" 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 15:28.14 ---> using "a88b721b113bbcb0b1d9c9d9953be1d371de01973789d03f702acf5d676e7e9e" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 15:28.14 ---> using "b9cb7a7e67e401d6d05e669cb4a23e6bbd1c29e9a607e1e5d301dc2a9918b0c9" 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
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 15:28.14 ---> using "f1c0979372bdbcd4be19bbc795cec3527d50604cec5229e0ff00ae9e0ad44ad9" from cache


/: (copy (src gospel.opam) (dst ./src/./))
2024-04-30 15:28.14 ---> using "ab4ec97303528a7fb77f7a7127b0ba3c10cc587ec8c8c1c717acd4607b291437" 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 15:28.15 ---> using "47a26b958850e37529e3722205404af05e43a4a2d7f688e137363351b58944f9" from cache


/: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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"))
+ /usr/local/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-04-30 15:28.15 ---> using "22a6e8b5bb21bd3a3cecb0397ec1718716098793a3976dd8324f9735d4cb87e1" 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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.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 astring.0.8.5  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.3.3.1  (https://github.com/mirage/ocaml-crunch/releases/download/v3.3.1/crunch-3.3.1.tbz)
-> retrieved camlp-streams.5.0.1  (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-build-info.3.15.2  (cached)
-> retrieved menhir.20231231  (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved menhirCST.20231231  (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved pp_loc.2.1.0  (https://github.com/Armael/pp_loc/releases/download/v2.1.0/pp_loc-2.1.0.tbz)
-> retrieved ppx_derivers.1.2.1  (cached)
-> installed cmdliner.1.2.0
-> retrieved ppx_deriving.5.2.1  (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v5.2.1/ppx_deriving-v5.2.1.tbz)
-> retrieved odoc-parser.2.4.2  (https://github.com/ocaml/odoc/releases/download/2.4.2/odoc-2.4.2.tbz)
-> retrieved ppxlib.0.32.1  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.32.1/ppxlib-0.32.1.tbz)
-> retrieved odoc.2.4.2  (https://github.com/ocaml/odoc/releases/download/2.4.2/odoc-2.4.2.tbz)
-> retrieved ptime.1.1.0  (https://erratique.ch/software/ptime/releases/ptime-1.1.0.tbz)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved result.1.5  (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
-> retrieved uutf.1.0.3  (cached)
-> retrieved sexplib0.v0.17.0  (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)
-> installed ocamlfind.1.9.6
-> retrieved tyxml.4.6.0  (https://github.com/ocsigen/tyxml/releases/download/4.6.0/tyxml-4.6.0.tbz)
-> installed ocamlbuild.0.14.3
-> installed dune.3.15.2
-> installed cppo.1.6.9
-> installed camlp-streams.5.0.1
-> installed topkg.1.0.7
-> installed menhirCST.20231231
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed pp_loc.2.1.0
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> 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 uutf.1.0.3
-> installed astring.0.8.5
-> installed ptime.1.1.0
-> installed fmt.0.9.0
-> installed fpath.0.7.3
-> installed crunch.3.3.1
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
-> installed ppxlib.0.32.1
-> installed ppx_deriving.5.2.1
-> installed menhir.20231231
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 15:28.15 ---> using "3cec4997ed5e0be797d2dd54febc268a37e0f686973427dd67ca606edf632917" from cache


/: (copy (src .) (dst ./src))
2024-04-30 15:28.18 ---> saved as "5d55ce879e6097f457f7cecb91f18600219b596a696ad1f9e7186ce694f7bb1a"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 15:28.32 ---> saved as "2b43e6b28e42a0eab269a6e2f537b66e6ab1445ed082b4543ba5a7c4f167a716"
Job succeeded
2024-04-30 15:28.39: Job succeeded