Organisationstmcgilchristbondi2e09e5 (master)macos-homebrew-4.14_arm64_opam-2.1

macos-homebrew-4.14_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:10.59: New job: test tmcgilchrist/bondi https://github.com/tmcgilchrist/bondi.git#refs/heads/master (2e09e5d63dd570093921e517411b7118cd618e2a) (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/tmcgilchrist/bondi.git" -b "master" && cd "bondi" && git reset --hard 2e09e5d6
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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bondi.opam ./src/./
RUN opam pin add -yn bondi.dev './src/./'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.15.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y bondi.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-10 09:10.59: Using cache hint "tmcgilchrist/bondi-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.1-0b4e5f9beb050ae3bb360d1612db0dc2"
2024-05-10 09:10.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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bondi.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn bondi.dev './src/./'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 bondi.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-10 09:10.59: Waiting for resource in pool OCluster
2024-05-10 12:46.30: Waiting for worker…
2024-05-10 17:37.39: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
HEAD is now at 2e09e5d Merge pull request #4 from tmcgilchrist/update-ocamlformat


(from macos-homebrew-ocaml-4.14)
2024-05-10 17:37.39 ---> 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-10 17:37.39 ---> 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-10 17:37.40 ---> 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-10 17:37.40 ---> 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-10 17:37.40 ---> using "b24024a94c88960a6d52d30e3215e2b1a36b271af80c110265910615be43062b" from cache


/: (copy (src bondi.opam) (dst ./src/./))
2024-05-10 17:37.41 ---> saved as "51b399599d2985a51a8ceb720dccf41a31f42d6e4282e0ca929fe5807398bab3"


/: (run (network host)
        (shell "opam pin add -yn bondi.dev './src/./'"))
Package bondi does not exist, create as a NEW package? [Y/n] y
[bondi.dev] synchronised (file:///Users/mac1000/src)
bondi is now pinned to file:///Users/mac1000/src (version dev)
2024-05-10 17:37.52 ---> saved as "90945c5a95e28f03448113b7cd57904b04695cdb1b710f2a07578b92c5235724"


/: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 bondi.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bondi.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 = 2
Constructing conflict graph...
Conflict graph has 2 + 1 = 3 vertices
2024-05-10 17:38.10 ---> saved as "c58527ee8ac4362d164325cc3a8dc3fdf363772ccddc21866b7cf8cceec979ea"


/: (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 = 2
Constructing conflict graph...
Conflict graph has 2 + 1 = 3 vertices
The following actions will be performed:
  - install dune      3.15.2
  - install menhirSdk 20231231
  - install menhirLib 20231231
  - install menhirCST 20231231
  - install menhir    20231231
===== 5 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed dune.3.15.2
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed menhirLib.20231231
-> installed menhir.20231231
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-10 17:39.01 ---> saved as "8ceb8fe91d744aa054ec1aa278eda6e449a3517f468c80a3ff6e07540489544f"


/: (copy (src .) (dst ./src))
2024-05-10 17:39.02 ---> saved as "e8ea30edf33fe9575bc8efa69283e582a88b592f50d398bef3a4082af93d0515"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/menhir src/parse.mly --base src/parse --infer-write-query src/parse__mock.ml.mock)
File "src/parse.mly", line 78, characters 30-35:
Warning: the token CLONE is unused.
File "src/parse.mly", line 78, characters 36-39:
Warning: the token CPC is unused.
File "src/parse.mly", line 85, characters 33-40:
Warning: the token CPCBIND is unused.
File "src/parse.mly", line 85, characters 41-47:
Warning: the token CPCPRO is unused.
File "src/parse.mly", line 85, characters 54-62:
Warning: the token DBLCOLON is unused.
File "src/parse.mly", line 111, characters 20-22:
Warning: the token IS is unused.
File "src/parse.mly", line 86, characters 28-38:
Warning: the token LONGRARROW is unused.
File "src/parse.mly", line 80, characters 72-76:
Warning: the token REST is unused.
File "src/parse.mly", line 108, characters 25-34:
Warning: the token prec_case is unused.
File "src/parse.mly", line 106, characters 18-26:
Warning: the token prec_fun is unused.
File "src/parse.mly", line 109, characters 10-19:
Warning: the token prec_list is unused.
File "src/parse.mly", line 106, characters 7-17:
Warning: the token prec_match is unused.
File "src/parse.mly", line 123, characters 6-17:
Warning: the token prec_suffix is unused.
File "src/parse.mly", line 381, characters 0-25:
Warning: symbol simpleBondiTermMethodList is unreachable from any of the start symbol(s).
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/menhir src/parse.mly --base src/parse --infer-read-reply src/parse__mock.mli.inferred)
File "src/parse.mly", line 103, characters 0-6:
Warning: the precedence level assigned to AND is never useful.
File "src/parse.mly", line 116, characters 0-9:
Warning: the precedence level assigned to EQUALOP is never useful.
File "src/parse.mly", line 116, characters 0-9:
Warning: the precedence level assigned to GREATERTHAN is never useful.
File "src/parse.mly", line 111, characters 0-6:
Warning: the precedence level assigned to IF is never useful.
File "src/parse.mly", line 111, characters 0-6:
Warning: the precedence level assigned to IS is never useful.
File "src/parse.mly", line 116, characters 0-9:
Warning: the precedence level assigned to LESSTHAN is never useful.
File "src/parse.mly", line 102, characters 0-6:
Warning: the precedence level assigned to LET is never useful.
File "src/parse.mly", line 102, characters 0-6:
Warning: the precedence level assigned to LIN is never useful.
File "src/parse.mly", line 108, characters 0-6:
Warning: the precedence level assigned to LONGRARROW is never useful.
File "src/parse.mly", line 102, characters 0-6:
Warning: the precedence level assigned to NEW is never useful.
File "src/parse.mly", line 113, characters 0-5:
Warning: the precedence level assigned to PLUSEQUAL is never useful.
File "src/parse.mly", line 112, characters 0-9:
Warning: the precedence level assigned to REF is never useful.
File "src/parse.mly", line 112, characters 0-9:
Warning: the precedence level assigned to REFCONS is never useful.
File "src/parse.mly", line 116, characters 0-9:
Warning: the precedence level assigned to RELOP is never useful.
File "src/parse.mly", line 111, characters 0-6:
Warning: the precedence level assigned to THEN is never useful.
File "src/parse.mly", line 111, characters 0-6:
Warning: the precedence level assigned to WHILE is never useful.
File "src/parse.mly", line 122, characters 0-5:
Warning: the precedence level assigned to prec_app is never useful.
File "src/parse.mly", line 108, characters 0-6:
Warning: the precedence level assigned to prec_case is never useful.
File "src/parse.mly", line 122, characters 0-5:
Warning: the precedence level assigned to prec_compose is never useful.
File "src/parse.mly", line 106, characters 0-6:
Warning: the precedence level assigned to prec_fun is never useful.
File "src/parse.mly", line 109, characters 0-9:
Warning: the precedence level assigned to prec_list is never useful.
File "src/parse.mly", line 106, characters 0-6:
Warning: the precedence level assigned to prec_match is never useful.
File "src/parse.mly", line 123, characters 0-5:
Warning: the precedence level assigned to prec_suffix is never useful.
File "src/parse.mly", line 305, characters 46-54:
Warning: this %prec declaration is never useful.
File "src/parse.mly", line 318, characters 36-42:
Warning: this %prec declaration is never useful.
File "src/parse.mly", line 490, characters 46-58:
Warning: this %prec declaration is never useful.
File "src/parse.mly", line 515, characters 36-48:
Warning: this %prec declaration is never useful.
Warning: 47 states have shift/reduce conflicts.
Warning: one state has reduce/reduce conflicts.
Warning: 105 shift/reduce conflicts were arbitrarily resolved.
Warning: 106 end-of-stream conflicts were arbitrarily resolved.
File "src/parse.mly", line 342, characters 0-5:
Warning: symbol pTerm is never accepted.
Warning: in total, 1 production is never reduced.
2024-05-10 17:39.05 ---> saved as "fc04b8ca18b6e68b79a35862a59d47ab276e11dc2c87aeb6b9b1b81e00a9aad9"
Job succeeded
2024-05-10 17:39.09: Job succeeded