Organisationsocurrentocaml-dockerfilea6d189 ()macos-homebrew-4.14_arm64_opam-2.1

macos-homebrew-4.14_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-04-22 11:01.26: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/pull/201/head (a6d1894d48d97f3434a2f5d757ea3cd7f7969255) (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/ocurrent/ocaml-dockerfile.git" && cd "ocaml-dockerfile" && git fetch origin "refs/pull/201/head" && git reset --hard a6d1894d
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 a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam ./src/./
RUN opam pin add -yn dockerfile.dev './src/./' && \
    opam pin add -yn dockerfile-opam.dev './src/./' && \
    opam pin add -yn dockerfile-cmd.dev './src/./'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.2.0 conf-bash.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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-22 11:01.26: Using cache hint "ocurrent/ocaml-dockerfile-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.1-6bf5c6ac42ffe58b938cb50104887b2e"
2024-04-22 11:01.26: 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 a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
       (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn dockerfile.dev './src/./' && \
             \nopam pin add -yn dockerfile-opam.dev './src/./' && \
             \nopam pin add -yn dockerfile-cmd.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.2.0 conf-bash.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 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 dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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-22 11:01.26: Waiting for resource in pool OCluster
2024-04-22 11:01.26: Waiting for worker…
2024-04-22 12:10.13: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
HEAD is now at a6d1894 Allow alias to be option


(from macos-homebrew-ocaml-4.14)
2024-04-22 12:10.13 ---> 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-22 12:10.13 ---> 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-22 12:10.14 ---> 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-22 12:10.14 ---> 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 a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..a870b466e1  master     -> origin/master
a78d61bd5a ocaml-version 3.6.7


<><> 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-22 12:10.14 ---> using "031a31f460eb2f8ea72ecd9ff03880c4c68b9017dcc492be781d71bf7eb0c44b" from cache


/: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
         (dst ./src/./))
2024-04-22 12:10.15 ---> saved as "4ca0102762abfc74b924fdb32c44ab25dc917d865894515b4ed7391ba16343e9"


/: (run (network host)
        (shell  "opam pin add -yn dockerfile.dev './src/./' && \
               \nopam pin add -yn dockerfile-opam.dev './src/./' && \
               \nopam pin add -yn dockerfile-cmd.dev './src/./'"))
[dockerfile.dev] synchronised (file:///Users/mac1000/src)
dockerfile is now pinned to file:///Users/mac1000/src (version dev)
[dockerfile-opam.dev] synchronised (file:///Users/mac1000/src)
dockerfile-opam is now pinned to file:///Users/mac1000/src (version dev)
[dockerfile-cmd.dev] synchronised (file:///Users/mac1000/src)
dockerfile-cmd is now pinned to file:///Users/mac1000/src (version dev)
2024-04-22 12:10.24 ---> saved as "224bf50477a75329979459164b556806cb93a4fbe258ab340f246ff811bef0c9"


/: (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.2.0 conf-bash.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 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 dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dockerfile.dev] synchronised (no changes)
[dockerfile-cmd.dev] synchronised (no changes)
[dockerfile-opam.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-22 12:10.41 ---> saved as "646e18cf3a354c1f3d8c2f5ab0e333051ef3585a1d9aefe5bfad93c037319fe2"


/: (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 conf-bash           1
  - install num                 1.5
  - install cmdliner            1.2.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install dune                3.15.0
  - install topkg               1.0.7
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install re                  1.11.0
  - install ppx_derivers        1.2.1
  - install ocaml-version       3.6.7
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.12.4
  - install csexp               1.5.2
  - install uutf                1.0.3
  - install rresult             0.7.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install parsexp             v0.16.0
  - install ppxlib              0.32.0
  - install dune-configurator   3.15.0
  - install logs                0.7.0
  - install fpath               0.7.3
  - install alcotest            1.7.0
  - install sexplib             v0.16.0
  - install base                v0.16.3
  - install bos                 0.2.1
  - install ppx_sexp_conv       v0.16.0
===== 30 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved ppxlib.0.32.0  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed num.1.5
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.15.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed re.1.11.0
-> installed ocaml-version.3.6.7
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-configurator.3.15.0
-> installed alcotest.1.7.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed base.v0.16.3
-> installed ppxlib.0.32.0
-> installed ppx_sexp_conv.v0.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-22 12:11.43 ---> saved as "e57c987f5ae158e57d9810e4478ca38be6420ea0c4be52d9a28a2e889f359aea"


/: (copy (src .) (dst ./src))
2024-04-22 12:11.44 ---> saved as "cbed8934f0813492dab78656d310ab872da94c0196d4cfebafa4fb5885f6cd64"


/: (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 src-opam/.dockerfile_opam.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/parsexp -I /Users/mac1000/.opam/4.14.2/lib/ppx_sexp_conv/runtime-lib -I /Users/mac1000/.opam/4.14.2/lib/sexplib -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I src/.dockerfile.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dockerfile_opam__ -o src-opam/.dockerfile_opam.objs/byte/dockerfile_opam__Opam.cmo -c -impl src-opam/opam.pp.ml)
File "src-opam/opam.ml", line 443, characters 40-44:
443 | let windows_mingw_opam2 ?(labels = []) ?arch ~override_tag ~opam_hashes
                                              ^^^^
Error (warning 27 [unused-var-strict]): unused variable arch.
(cd _build/default && /Users/mac1000/.opam/4.14.2/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 src-opam/.dockerfile_opam.objs/byte -I src-opam/.dockerfile_opam.objs/native -I /Users/mac1000/.opam/4.14.2/lib/astring -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/ocaml-version -I /Users/mac1000/.opam/4.14.2/lib/parsexp -I /Users/mac1000/.opam/4.14.2/lib/ppx_sexp_conv/runtime-lib -I /Users/mac1000/.opam/4.14.2/lib/sexplib -I /Users/mac1000/.opam/4.14.2/lib/sexplib0 -I src/.dockerfile.objs/byte -I src/.dockerfile.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dockerfile_opam__ -o src-opam/.dockerfile_opam.objs/native/dockerfile_opam__Opam.cmx -c -impl src-opam/opam.pp.ml)
File "src-opam/opam.ml", line 443, characters 40-44:
443 | let windows_mingw_opam2 ?(labels = []) ?arch ~override_tag ~opam_hashes
                                              ^^^^
Error (warning 27 [unused-var-strict]): unused variable arch.
(cd _build/default/test && ./dockerfile.exe)
Testing `test'.
This run has ID `DZ5AEL14'.


  [OK]          dockerfile          0   string_of_t.
  [OK]          dockerfile          1   string_of_t.
  [OK]          dockerfile          2   Format RUN heredocs.


Full test results in `~/src/_build/default/test/_build/_tests/test'.
Test Successful in 0.000s. 3 tests run.
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-22 12:11.50: Job failed: Failed: Build failed