Organisationspatricoferrisocaml-cid4f665c (main)macos-homebrew-4.14_opam-2.1

macos-homebrew-4.14_opam-2.1

Logs

Show full logs
2024-06-26 22:05.48: New job: test patricoferris/ocaml-cid https://github.com/patricoferris/ocaml-cid.git#refs/heads/main (4f665cacb56e73462b690dcc793f1c6ec173c7b5) (macos-x86_64:macos-homebrew-4.14_opam-2.1)
Base: macos-homebrew-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/patricoferris/ocaml-cid.git" -b "main" && cd "ocaml-cid" && git reset --hard 4f665cac
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_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 cd6f5ac0abe26e4817497a01a9a6fb4090e058e2 || git fetch origin master) && git reset -q --hard cd6f5ac0abe26e4817497a01a9a6fb4090e058e2 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cid.opam ./src/./
RUN opam pin add -yn cid.dev './src/./'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dune.3.16.0 eqaf.0.10 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 optint.0.3.0 re.1.11.0 result.1.5 seq.base 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 cid.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-06-26 22:05.48: Using cache hint "patricoferris/ocaml-cid-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.1-5fb3aa43480fa1188bda081d573a9a78"
2024-06-26 22:05.48: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_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 cd6f5ac0abe26e4817497a01a9a6fb4090e058e2 || git fetch origin master) && git reset -q --hard cd6f5ac0abe26e4817497a01a9a6fb4090e058e2 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cid.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn cid.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dune.3.16.0 eqaf.0.10 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 optint.0.3.0 re.1.11.0 result.1.5 seq.base 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 cid.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-06-26 22:05.48: Waiting for resource in pool OCluster
2024-06-26 22:05.48: Waiting for worker…
2024-06-26 22:07.35: Got resource from pool OCluster
Building on i7-worker-04
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/ocaml-cid.git-7f775fab0ac8208cdfdfde4437f8b2ce363d7006/.git/
HEAD is now at 4f665ca Add changes

(from macos-homebrew-ocaml-4.14)
2024-06-26 22:07.37 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

/: (comment macos-homebrew-4.14_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-06-26 22:07.37 ---> 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-06-26 22:07.38 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-26 22:07.38 ---> 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 cd6f5ac0abe26e4817497a01a9a6fb4090e058e2 || git fetch origin master) && git reset -q --hard cd6f5ac0abe26e4817497a01a9a6fb4090e058e2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   795f80f1b5..9ddad6a994  master     -> origin/master
cd6f5ac0ab Merge pull request #26094 from dinosaure/release-eqaf-v0.10

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository

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-06-26 22:07.38 ---> using "01e2f35abaa1f33592ad6dbc0777d54ae83b39609eaf1c4996c084274bba4c72" from cache

/: (copy (src cid.opam) (dst ./src/./))
2024-06-26 22:07.40 ---> saved as "64ec6777b9adc8452abe6314d467c3c60ed181d6f3538c7e656a897cf288d0a4"

/: (run (network host)
        (shell "opam pin add -yn cid.dev './src/./'"))
[cid.dev] synchronised (file:///Users/mac1000/src)
cid is now pinned to file:///Users/mac1000/src (version dev)
2024-06-26 22:07.51 ---> saved as "582712ed36c318a501330d786cb96a4eee9e79f0c0c22c5433477267fa4ee628"

/: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dune.3.16.0 eqaf.0.10 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 optint.0.3.0 re.1.11.0 result.1.5 seq.base 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 cid.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cid.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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-bigarray is already installed (current version is base).
2024-06-26 22:08.24 ---> saved as "81434813fc56da03d22881a39af0d334ef3bb5f27ed455c479d77d87f34af30e"

/: (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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild         0.14.3
  - install dune               3.16.0
  - install ocamlfind          1.9.6
  - install cmdliner           1.3.0
  - install seq                base
  - install stdlib-shims       0.3.0
  - install result             1.5
  - install optint             0.3.0
  - install ocaml-version      3.6.7
  - install ocaml-syntax-shims 1.0.0
  - install multicodec         0.1.0
  - install eqaf               0.10
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install camlp-streams      5.0.1
  - install base64             3.5.1
  - install topkg              1.0.7
  - install re                 1.11.0
  - install digestif           1.2.0
  - install multibase          0.1.0
  - install uutf               1.0.3
  - install fmt                0.9.0
  - install astring            0.8.5
  - install logs               0.7.0
  - install cstruct            6.2.0
  - install alcotest           1.7.0
  - install mdx                2.4.1
  - install multihash          0.1.0
  - install multihash-digestif 0.1.0
===== 29 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved multicodec.0.1.0  (https://github.com/patricoferris/ocaml-multicodec/releases/download/v0.1.0/multicodec-0.1.0.tbz)
-> retrieved multibase.0.1.0  (https://github.com/patricoferris/ocaml-multibase/releases/download/v0.1.0/multibase-0.1.0.tbz)
-> retrieved digestif.1.2.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> installed cmdliner.1.3.0
-> retrieved multihash-digestif.0.1.0  (https://github.com/patricoferris/ocaml-multihash/releases/download/v0.1.0/multihash-0.1.0.tbz)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved multihash.0.1.0  (https://github.com/patricoferris/ocaml-multihash/releases/download/v0.1.0/multihash-0.1.0.tbz)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed ocaml-version.3.6.7
-> installed optint.0.3.0
-> installed cstruct.6.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed base64.3.5.1
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed eqaf.0.10
-> installed cppo.1.6.9
-> installed multicodec.0.1.0
-> installed multibase.0.1.0
-> installed re.1.11.0
-> installed multihash.0.1.0
-> installed digestif.1.2.0
-> installed multihash-digestif.0.1.0
-> installed alcotest.1.7.0
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-26 22:10.38 ---> saved as "5f51226ce87f5b910b8bbdbddb399aac58f8e8b7ac4a31d3900d8052a2136f2b"

/: (copy (src .) (dst ./src))
2024-06-26 22:10.41 ---> saved as "08bc7183b658522a80107358363d0f1122beb738385e8ad5b8e6022b4d097311"

/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
Testing `CID'.
This run has ID `YA17244B'.

  [OK]          enc-dec          0   cid 0.
  [OK]          enc-dec          1   cid 1.
  [OK]          enc-dec          2   cid 2.
  [OK]          enc-dec          3   cid 3.
  [OK]          enc-dec          4   cid 4.

Full test results in `~/src/_build/default/test/_build/_tests/CID'.
Test Successful in 0.001s. 5 tests run.
2024-06-26 22:10.47 ---> saved as "f770188b3648b4027a08a500fb0adf97d68ebdd4ba31ac82e7cf544d3738b740"
Job succeeded
2024-06-26 22:11.08: Job succeeded