Organisationshannesmocaml-otreacf55 (main)macos-homebrew-5.2_opam-2.1

macos-homebrew-5.2_opam-2.1

Logs

Show full logs
2024-06-24 13:35.21: New job: test hannesm/ocaml-otr https://github.com/hannesm/ocaml-otr.git#refs/heads/main (eacf55e0a89918a0b8fa9a53a114b94bbd2de9b3) (macos-x86_64:macos-homebrew-5.2_opam-2.1)
Base: macos-homebrew-ocaml-5.2
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/hannesm/ocaml-otr.git" -b "main" && cd "ocaml-otr" && git reset --hard eacf55e0
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.2
# macos-homebrew-5.2_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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 otr.opam ./src/./
RUN opam pin add -yn otr.dev './src/./'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mirage-crypto.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 sexplib0.v0.17.0 topkg.1.0.7 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y otr.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-24 13:35.21: Using cache hint "hannesm/ocaml-otr-macos-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_opam-2.1-ad7c497b27e149758649fca26234fcca"
2024-06-24 13:35.21: Using OBuilder spec:
((from macos-homebrew-ocaml-5.2)
 (comment macos-homebrew-5.2_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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src otr.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn otr.dev './src/./'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mirage-crypto.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 sexplib0.v0.17.0 topkg.1.0.7 zarith.1.13")
 (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 otr.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-24 13:35.21: Waiting for resource in pool OCluster
2024-06-24 13:35.21: Waiting for worker…
2024-06-25 10:55.11: Got resource from pool OCluster
Building on i7-worker-04
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/ocaml-otr.git-eb57e7d8ff0ec1ae09900b14df2ab120d4ac4b07/.git/
HEAD is now at eacf55e opam: conflict with result < 1.5

(from macos-homebrew-ocaml-5.2)
2024-06-25 10:55.13 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache

/: (comment macos-homebrew-5.2_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-25 10:55.13 ---> using "6315dae0772f39c88ebf2aad05a0508b7387f4993cd36bb9cd299cbcc3542ece" 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-25 10:55.14 ---> using "3da9b05e9b357010706c9361ea401a2b6872addc078e3c650340484aca6de20f" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-25 10:55.14 ---> using "fd0a29c7228c0de59ac2483ba2205b71b99c394f444b57a045b21a2bdf7b9c5f" 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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
796c0cc8af Add configuration for gmp under mingw

<><> 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
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-25 10:55.14 ---> using "e19dc4f82dd1b3db2ea80a0bbf24d4c17581af7ed3f99c38473b60eea3aff92a" from cache

/: (copy (src otr.opam) (dst ./src/./))
2024-06-25 10:55.17 ---> saved as "4e34997642dc4d8b0a3985235a39bdb1ff4cc50b00c99d25145b70244c60b798"

/: (run (network host)
        (shell "opam pin add -yn otr.dev './src/./'"))
[otr.dev] synchronised (file:///Users/mac1000/src)
otr is now pinned to file:///Users/mac1000/src (version dev)
2024-06-25 10:55.23 ---> saved as "58e22c12fd3d119e5a818cdfd45fcf106c34b338b3ec5aaa8cfbc7c4edc9653c"

/: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mirage-crypto.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 sexplib0.v0.17.0 topkg.1.0.7 zarith.1.13")

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

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[otr.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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-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).

The following system packages will first need to be installed:
    gmp

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "gmp"
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d39e3597db85ea2b4532e0057381937ab6ed92a64a1728c68e57bc6b3aeef95--gmp--6.3.0.sonoma.bottle.tar.gz
- ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.3MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
2024-06-25 10:55.57 ---> saved as "57ccbcc8b51ba0d024aab26a301ea3ceb4a7f6027a981602c22ff974025e755d"

/: (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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-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).
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install conf-gmp          4
  - install dune              3.16.0
  - install ocamlfind         1.9.6
  - install conf-gmp-powm-sec 3
  - install sexplib0          v0.17.0
  - install duration          0.2.1
  - install csexp             1.5.2
  - install base64            3.5.1
  - install zarith            1.13
  - install topkg             1.0.7
  - install dune-configurator 3.16.0
  - install fmt               0.9.0
  - install astring           0.8.5
  - install logs              0.7.0
  - install cstruct           6.2.0
  - install eqaf              0.9
  - install mirage-crypto     0.11.3
  - install mirage-crypto-rng 0.11.3
  - install mirage-crypto-pk  0.11.3
===== 20 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp.4
-> retrieved astring.0.8.5  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed zarith.1.13
-> installed dune.3.16.0
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.17.0
-> installed base64.3.5.1
-> installed topkg.1.0.7
-> installed dune-configurator.3.16.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed cstruct.6.2.0
-> installed eqaf.0.9
-> installed logs.0.7.0
-> installed mirage-crypto.0.11.3
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-pk.0.11.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-25 10:58.11 ---> saved as "f2097843724d186b898b68423f99338f765304bc9a1b678be6b7aacda7516143"

/: (copy (src .) (dst ./src))
2024-06-25 10:58.14 ---> saved as "d1ad87137ccb3b258d19d70fef415ad42363f76bdb9c0cc5eac2df3aab7fc97d"

/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.2.0/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 -o tests/feedback.exe /Users/mac1000/.opam/5.2.0/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.2.0/lib/cstruct /Users/mac1000/.opam/5.2.0/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/bigstring/eqaf_bigstring.cmxa /Users/mac1000/.opam/5.2.0/lib/eqaf/cstruct/eqaf_cstruct.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto/mirage_crypto.cmxa -I /Users/mac1000/.opam/5.2.0/lib/mirage-crypto /Users/mac1000/.opam/5.2.0/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.2.0/lib/zarith /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-rng/mirage_crypto_rng.cmxa /Users/mac1000/.opam/5.2.0/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.2.0/lib/mirage-crypto-pk/mirage_crypto_pk.cmxa /Users/mac1000/.opam/5.2.0/lib/astring/astring.cmxa /Users/mac1000/.opam/5.2.0/lib/base64/base64.cmxa src/otr.cmxa tests/.feedback.eobjs/native/feedback.cmx)
ld: warning: search path '/opt/local/lib' not found
2024-06-25 10:58.17 ---> saved as "f60199b98f6997ee82a7fff86ee32a68c78a966fa6aff2b100c515fe813be25f"
Job succeeded
2024-06-25 10:58.26: Job succeeded