Organisationskit-ty-katecudf419631 (master)macos-homebrew-5.1_arm64_opam-2.1

macos-homebrew-5.1_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:36.39: New job: test kit-ty-kate/cudf https://github.com/kit-ty-kate/cudf.git#refs/heads/master (419631fac6dac1eaa68abe15152fbba52100aa27) (macos-arm64:macos-homebrew-5.1_arm64_opam-2.1)
Base: macos-homebrew-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/cudf.git" -b "master" && cd "cudf" && git reset --hard 419631fa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.1
# macos-homebrew-5.1_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cudf.opam ./src/./
RUN opam pin add -yn cudf.dev './src/./'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 extlib.1.7.9 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 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 cudf.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:36.39: Using cache hint "kit-ty-kate/cudf-macos-macos-homebrew-ocaml-5.1-macos-homebrew-5.1_arm64_opam-2.1-2b0e05f69e891fd234cd478875aa2cec"
2024-04-30 08:36.39: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cudf.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn cudf.dev './src/./'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 extlib.1.7.9 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 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 cudf.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:36.39: Waiting for resource in pool OCluster
2024-04-30 14:21.58: Waiting for worker…
2024-04-30 16:19.36: Got resource from pool OCluster
Building on m1-worker-04
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/cudf.git-30b1cf45fbecb20bc02f608e34a3a7f59d5ffec6/.git/
HEAD is now at 419631f Disable formatting


(from macos-homebrew-ocaml-5.1)
2024-04-30 16:19.39 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


/: (comment macos-homebrew-5.1_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 16:19.39 ---> 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 16:19.40 ---> 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 16:19.40 ---> 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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && 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
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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 16:19.40 ---> using "aea37ba37306c57d478b82361b56aff43e988759c1b185ce5b35eb81a5486125" from cache


/: (copy (src cudf.opam) (dst ./src/./))
2024-04-30 16:19.41 ---> saved as "6305b8eaf04517ffdb98ca066a9b07d2329d7821140f4469f18fe8ab7f27866e"


/: (run (network host)
        (shell "opam pin add -yn cudf.dev './src/./'"))
[cudf.dev] synchronised (file:///Users/mac1000/src)
cudf is now pinned to file:///Users/mac1000/src (version dev)
2024-04-30 16:20.05 ---> saved as "f5938fc60f010123640feaa78c5480dd66e16a6599bd623cb8213fb0a66f282b"


/: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.6.9 dune.3.15.2 extlib.1.7.9 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 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 cudf.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cudf.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 = 4
Constructing conflict graph...
Conflict graph has 6 + 4 = 10 vertices
2024-04-30 16:20.36 ---> saved as "9b76da48a4c8d251aea59ec3f04cfb54afe479d69e3b2a0d1d8142dde5455a52"


/: (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...
The following actions will be performed:
  - install seq          base
  - install dune         3.15.2
  - install ocamlfind    1.9.6
  - install stdlib-shims 0.3.0
  - install cppo         1.6.9
  - install ounit2       2.2.7
  - install extlib       1.7.9
  - install ounit        2.2.7
===== 8 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved extlib.1.7.9  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ounit.2.2.7  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed cppo.1.6.9
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed extlib.1.7.9
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 16:21.18 ---> saved as "4c0670f424372bdfbbac8e59f3a82349f74026c7eb75379732b9a848a4b2885d"


/: (copy (src .) (dst ./src))
2024-04-30 16:21.20 ---> saved as "a9fa9f8b743a33e6e128213aa66575f65de4db4710a04551e25c516625de8227"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlopt.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 -I .cudf.objs/byte -I .cudf.objs/native -I /Users/mac1000/.opam/5.1.1/lib/extlib -intf-suffix .ml -no-alias-deps -opaque -o .cudf.objs/native/cudf.cmx -c -impl cudf.ml)
File "cudf.ml", line 76, characters 2-20:
76 |   Pervasives.compare (pkg1.package, pkg1.version) (pkg2.package, pkg2.version)
       ^^^^^^^^^^^^^^^^^^
Error: Unbound module Pervasives
(cd _build/default && /Users/mac1000/.opam/5.1.1/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 .cudf.objs/byte -I /Users/mac1000/.opam/5.1.1/lib/extlib -intf-suffix .ml -no-alias-deps -opaque -o .cudf.objs/byte/cudf.cmo -c -impl cudf.ml)
File "cudf.ml", line 76, characters 2-20:
76 |   Pervasives.compare (pkg1.package, pkg1.version) (pkg2.package, pkg2.version)
       ^^^^^^^^^^^^^^^^^^
Error: Unbound module Pervasives
(cd _build/default && /Users/mac1000/.opam/5.1.1/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 .cudf.objs/byte -I /Users/mac1000/.opam/5.1.1/lib/extlib -intf-suffix .ml -no-alias-deps -opaque -o .cudf.objs/byte/cudf_types_pp.cmo -c -impl cudf_types_pp.ml)
File "cudf_types_pp.ml", line 104, characters 20-44:
104 | let string_of_int = Pervasives.string_of_int [@ocaml.warning "-3"]
                          ^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Pervasives
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlopt.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 -I .cudf.objs/byte -I .cudf.objs/native -I /Users/mac1000/.opam/5.1.1/lib/extlib -intf-suffix .ml -no-alias-deps -opaque -o .cudf.objs/native/cudf_types_pp.cmx -c -impl cudf_types_pp.ml)
File "cudf_types_pp.ml", line 104, characters 20-44:
104 | let string_of_int = Pervasives.string_of_int [@ocaml.warning "-3"]
                          ^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Pervasives
(cd _build/default && /Users/mac1000/.opam/5.1.1/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 examples/.cudf_sort.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/extlib -I .cudf.objs/byte -no-alias-deps -opaque -o examples/.cudf_sort.eobjs/byte/dune__exe__Cudf_sort.cmo -c -impl examples/cudf_sort.ml)
File "examples/cudf_sort.ml", line 18, characters 2-20:
18 |   Pervasives.compare (p1.package, p1.version) (p2.package, p2.version)
       ^^^^^^^^^^^^^^^^^^
Error: Unbound module Pervasives
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 16:21.25: Job failed: Failed: Build failed