Organisationsmirageirmin-watcher72fe14 ()macos-homebrew-5.1_opam-2.1

macos-homebrew-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:23.13: New job: test mirage/irmin-watcher https://github.com/mirage/irmin-watcher.git#refs/pull/37/head (72fe14ff039f2b8e708ca6648eb813ca4f0a133a) (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/mirage/irmin-watcher.git" && cd "irmin-watcher" && git fetch origin "refs/pull/37/head" && git reset --hard 72fe14ff
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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 irmin-watcher.opam ./src/./
RUN opam pin add -yn irmin-watcher.dev './src/./'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.1 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.2.0 conf-libffi.2.0.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 ctypes-foreign.0.22.0 domain-local-await.1.0.1 dune.3.15.2 dune-configurator.3.15.2 eio.1.0 eio_main.1.0 eio_posix.1.0 fmt.0.9.0 fsevents.0.3.0 fsevents-lwt.0.3.0 hmap.0.8.1 integers.0.7.0 iomux.0.3 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.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 irmin-watcher.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:23.13: Using cache hint "mirage/irmin-watcher-macos-macos-homebrew-ocaml-5.1-macos-homebrew-5.1_opam-2.1-84f48c4e89b097576c3b86d6036afb96"
2024-05-10 09:23.13: 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src irmin-watcher.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn irmin-watcher.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.1 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.2.0 conf-libffi.2.0.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 ctypes-foreign.0.22.0 domain-local-await.1.0.1 dune.3.15.2 dune-configurator.3.15.2 eio.1.0 eio_main.1.0 eio_posix.1.0 fmt.0.9.0 fsevents.0.3.0 fsevents-lwt.0.3.0 hmap.0.8.1 integers.0.7.0 iomux.0.3 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.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 irmin-watcher.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:23.13: Waiting for resource in pool OCluster
2024-05-11 06:03.03: Waiting for worker…
2024-05-11 09:08.20: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
HEAD is now at 72fe14f Fix feedback


(from macos-homebrew-ocaml-5.1)
2024-05-11 09:08.20 ---> 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-05-11 09:08.21 ---> 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-05-11 09:08.21 ---> 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-05-11 09:08.21 ---> 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 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
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-11 09:08.22 ---> using "cabee6b61444bc33d210024577406e218f69742c8bcf128a36e96832a17bee72" from cache


/: (copy (src irmin-watcher.opam) (dst ./src/./))
2024-05-11 09:08.23 ---> saved as "89f4448d94b631a94f7fed30a48a7c1dfa336b166af1c0079a35758fdbe74f4a"


/: (run (network host)
        (shell "opam pin add -yn irmin-watcher.dev './src/./'"))
[irmin-watcher.dev] synchronised (file:///Users/mac1000/src)
irmin-watcher is now pinned to file:///Users/mac1000/src (version dev)
2024-05-11 09:08.33 ---> saved as "056088709093be78f0f1dec55d78c7b6c1dc4f3ff4eaf77288cf9347b3eb8a35"


/: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.1 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.2.0 conf-libffi.2.0.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 ctypes-foreign.0.22.0 domain-local-await.1.0.1 dune.3.15.2 dune-configurator.3.15.2 eio.1.0 eio_main.1.0 eio_posix.1.0 fmt.0.9.0 fsevents.0.3.0 fsevents-lwt.0.3.0 hmap.0.8.1 integers.0.7.0 iomux.0.3 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.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 irmin-watcher.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[irmin-watcher.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


The following system packages will first need to be installed:
    libffi pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "libffi" "pkg-config"
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2d373c9b8d06ce1d9634d08a4be79711fd482169e98bc830509aa28f3f07926d--libffi-3.4.6.bottle_manifest.json
- ==> Fetching libffi
- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:d783974753df1f7347d8cef16403e157f0625302848e8267626064c4f79a97d8
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e4c89327085265f05a95670431bfb2c129c040bbf2921e8ef1c8113172352f1d--libffi--3.4.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/manifests/0.29.2_3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ac691fc7ab8ecffba32a837e7197101d271474a3a84cfddcc30c9fd6763ab3c6--pkg-config-0.29.2_3.bottle_manifest.json
- ==> Fetching pkg-config
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/blobs/sha256:421571f340277c62c5cc6fd68737bd7c4e085de113452ea49b33bcd46509bb12
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c5b6da58fb5d679eeb1765833596e7394625255fb46b165955fc4c4de746080e--pkg-config--0.29.2_3.sonoma.bottle.tar.gz
- ==> Pouring libffi--3.4.6.sonoma.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/usr/local/opt/libffi/lib"
-   export CPPFLAGS="-I/usr/local/opt/libffi/include"
- ==> Summary
- 🍺  /usr/local/Cellar/libffi/3.4.6: 17 files, 686.7KB
- ==> Running `brew cleanup libffi`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring pkg-config--0.29.2_3.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkg-config/0.29.2_3: 11 files, 655.3KB
- ==> Running `brew cleanup pkg-config`...
- ==> Caveats
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/usr/local/opt/libffi/lib"
-   export CPPFLAGS="-I/usr/local/opt/libffi/include"
- 
- For pkg-config to find libffi you may need to set:
-   export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
2024-05-11 09:09.07 ---> saved as "892b6db26f02a400e9a36089e75fba0a80f9e3a1b32ee38be68218a9e8f7485e"


/: (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 conf-pkg-config    3
  - install thread-table       1.0.0
  - install stdlib-shims       0.3.0
  - install optint             0.3.0
  - install ocaml-syntax-shims 1.0.0
  - install lwt-dllist         1.0.1
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install bigarray-compat    1.1.0
  - install topkg              1.0.7
  - install base-bytes         base
  - install re                 1.11.0
  - install psq                0.2.1
  - install conf-libffi        2.0.0
  - install domain-local-await 1.0.1
  - install integers           0.7.0
  - install dune-configurator  3.15.2
  - install uutf               1.0.3
  - install mtime              2.0.0
  - install hmap               0.8.1
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ocplib-endian      1.2
  - install iomux              0.3
  - install ctypes             0.22.0
  - install bigstringaf        0.9.1
  - install cstruct            6.2.0
  - install alcotest           1.7.0
  - install lwt                5.7.0
  - install ctypes-foreign     0.22.0
  - install eio                1.0
  - install logs               0.7.0
  - install cf                 0.5.0
  - install eio_posix          1.0
  - install fsevents           0.3.0
  - install cf-lwt             0.5.0
  - install eio_main           1.0
  - install fsevents-lwt       0.3.0
===== 43 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved cf.0.5.0  (cached)
-> retrieved cf-lwt.0.5.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-libffi.2.0.0
-> retrieved csexp.1.5.2  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved ctypes-foreign.0.22.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> retrieved eio.1.0  (cached)
-> retrieved eio_main.1.0  (cached)
-> retrieved eio_posix.1.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fsevents.0.3.0  (cached)
-> retrieved fsevents-lwt.0.3.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved psq.0.2.1  (cached)
-> installed seq.base
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed lwt-dllist.1.0.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed thread-table.1.0.0
-> installed re.1.11.0
-> installed psq.0.2.1
-> installed optint.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cstruct.6.2.0
-> installed cppo.1.6.9
-> installed domain-local-await.1.0.1
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.2
-> installed alcotest.1.7.0
-> installed bigstringaf.0.9.1
-> installed iomux.0.3
-> installed eio.1.0
-> installed lwt.5.7.0
-> installed eio_posix.1.0
-> installed eio_main.1.0
-> installed logs.0.7.0
-> installed ctypes.0.22.0
-> installed ctypes-foreign.0.22.0
-> installed cf.0.5.0
-> installed cf-lwt.0.5.0
-> installed fsevents.0.3.0
-> installed fsevents-lwt.0.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 09:11.10 ---> saved as "bb68bbcb6e61770fbb4f04aadad4757d1b526ab65e3102fd87353743ce64c3d3"


/: (copy (src .) (dst ./src))
2024-05-11 09:11.12 ---> saved as "219c95637cfefdb30e40900cc4de8e383b5ef12e6142997ae8efc23b4ecf2725"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe -q --color=always)
Testing `irmin-watch'.
This run has ID `4ONIMA6K'.


  [OK]          polling          0   enoent.
  [OK]          polling          1   basic.
  [OK]          polling          2   100s.
  [SKIP]        polling          3   1000s.


Full test results in `~/src/_build/default/test/_build/_tests/irmin-watch'.
Test Successful in 8.448s. 3 tests run.
2024-05-11 09:11.24 ---> saved as "40b96012d83e5576fb5747b635ab6c2ec7f04b2180f6350d38a82c13e1f091fb"
Job succeeded
2024-05-11 09:11.30: Job succeeded