OrganisationsLeonidas-from-XIVopam-test9cc745 (main)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:06.48: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (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/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557
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 opam-test.opam ./src/./
RUN opam pin add -yn opam-test.dev './src/./'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.2.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.15.2 extlib.1.7.9 mccs.1.1+17 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.5 opam-core.2.1.5 opam-file-format.2.1.6 opam-format.2.1.5 opam-repository.2.1.5 opam-solver.2.1.5 opam-state.2.1.5 re.1.11.0 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y opam-test.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:06.48: Using cache hint "Leonidas-from-XIV/opam-test-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.1-22eed984fe071e0714a6c9dd5fb63134"
2024-05-10 09:06.48: 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 opam-test.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn opam-test.dev './src/./'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.2.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.15.2 extlib.1.7.9 mccs.1.1+17 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.5 opam-core.2.1.5 opam-file-format.2.1.6 opam-format.2.1.5 opam-repository.2.1.5 opam-solver.2.1.5 opam-state.2.1.5 re.1.11.0 seq.base stdlib-shims.0.3.0")
 (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 opam-test.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:06.48: Waiting for resource in pool OCluster
2024-05-10 11:56.40: Waiting for worker…
2024-05-10 14:37.11: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
HEAD is now at 9cc7455 Add README


(from macos-homebrew-ocaml-4.14)
2024-05-10 14:37.12 ---> 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 14:37.12 ---> 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 14:37.12 ---> 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 14:37.12 ---> 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 14:37.12 ---> using "b24024a94c88960a6d52d30e3215e2b1a36b271af80c110265910615be43062b" from cache


/: (copy (src opam-test.opam) (dst ./src/./))
2024-05-10 14:37.14 ---> saved as "1050d5c21c724a8c94fd1d5f7d79cc45e88b1bb48bcdb5902377400333501903"


/: (run (network host)
        (shell "opam pin add -yn opam-test.dev './src/./'"))
[opam-test.dev] synchronised (file:///Users/mac1000/src)
opam-test is now pinned to file:///Users/mac1000/src (version dev)
2024-05-10 14:37.20 ---> saved as "e67f770eda0b87661e6636a79dcd45dca86a02f5bb5220e8e99aac130d3b7b0e"


/: (env DEPS "base-bigarray.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.2.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.15.2 extlib.1.7.9 mccs.1.1+17 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.5 opam-core.2.1.5 opam-file-format.2.1.6 opam-format.2.1.5 opam-repository.2.1.5 opam-solver.2.1.5 opam-state.2.1.5 re.1.11.0 seq.base stdlib-shims.0.3.0")


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-test.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 = 7
Constructing conflict graph...
Conflict graph has 5 + 1 = 6 vertices
2024-05-10 14:37.39 ---> saved as "05524a14a725c5b172021af33caec5d40cb4ecffc6ee073fb901a6685efc8bba"


/: (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 = 7
Constructing conflict graph...
Conflict graph has 5 + 1 = 6 vertices
The following actions will be performed:
  - install dune             3.15.2
  - install cmdliner         1.2.0
  - install seq              base
  - install conf-c++         1.0
  - install stdlib-shims     0.3.0
  - install opam-file-format 2.1.6
  - install cppo             1.6.9
  - install base64           3.5.1
  - install re               1.11.0
  - install ocamlgraph       2.1.0
  - install extlib           1.7.9
  - install opam-core        2.1.5
  - install cudf             0.10
  - install opam-format      2.1.5
  - install mccs             1.1+17
  - install dose3            7.0.0
  - install opam-repository  2.1.5
  - install opam-solver      2.1.5
  - install opam-state       2.1.5
  - install opam-client      2.1.5
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cudf.0.10  (cached)
-> retrieved dose3.7.0.0  (cached)
-> installed conf-c++.1.0
-> retrieved extlib.1.7.9  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved mccs.1.1+17  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved opam-client.2.1.5  (cached)
-> retrieved opam-core.2.1.5  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved opam-format.2.1.5  (cached)
-> retrieved opam-repository.2.1.5  (cached)
-> retrieved opam-solver.2.1.5  (cached)
-> retrieved opam-state.2.1.5  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed base64.3.5.1
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed re.1.11.0
-> installed extlib.1.7.9
-> installed cudf.0.10
-> installed ocamlgraph.2.1.0
-> installed dose3.7.0.0
-> installed mccs.1.1+17
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed opam-repository.2.1.5
-> installed opam-solver.2.1.5
-> installed opam-state.2.1.5
-> installed opam-client.2.1.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-10 14:38.42 ---> saved as "952cec44653a99b3dde4841efea7229c4ed29e11db87b27609c6f3c376c9ca11"


/: (copy (src .) (dst ./src))
2024-05-10 14:38.43 ---> saved as "d6509e3d484be23448000e17a0bd1d0a42ddd661e3271dad82ef10f86149b585"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.opam_test.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/base64 -I /Users/mac1000/.opam/4.14.2/lib/cmdliner -I /Users/mac1000/.opam/4.14.2/lib/cudf -I /Users/mac1000/.opam/4.14.2/lib/dose3/algo -I /Users/mac1000/.opam/4.14.2/lib/dose3/common -I /Users/mac1000/.opam/4.14.2/lib/extlib -I /Users/mac1000/.opam/4.14.2/lib/mccs -I /Users/mac1000/.opam/4.14.2/lib/mccs/glpk/internal -I /Users/mac1000/.opam/4.14.2/lib/ocamlgraph -I /Users/mac1000/.opam/4.14.2/lib/opam-client -I /Users/mac1000/.opam/4.14.2/lib/opam-core -I /Users/mac1000/.opam/4.14.2/lib/opam-file-format -I /Users/mac1000/.opam/4.14.2/lib/opam-format -I /Users/mac1000/.opam/4.14.2/lib/opam-repository -I /Users/mac1000/.opam/4.14.2/lib/opam-solver -I /Users/mac1000/.opam/4.14.2/lib/opam-state -I /Users/mac1000/.opam/4.14.2/lib/re -I /Users/mac1000/.opam/4.14.2/lib/re/pcre -I /Users/mac1000/.opam/4.14.2/lib/seq -I /Users/mac1000/.opam/4.14.2/lib/stdlib-shims -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/byte/opam_test__Cli.cmo -c -impl lib/cli.ml)
File "lib/cli.ml", line 7, characters 13-31:
7 |   let info = Cmdliner.Term.info "opam-test" ~version:"%%VERSION%%" in
                 ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "lib/cli.ml", line 9, characters 17-21:
9 |   Cmdliner.Term.(exit @@ eval v)
                     ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "lib/cli.ml", line 9, characters 25-29:
9 |   Cmdliner.Term.(exit @@ eval v)
                             ^^^^
Error (alert deprecated): Cmdliner.Term.eval
Use Cmd.v and one of Cmd.eval* instead.
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-10 14:38.48: Job failed: Failed: Build failed