Organisationsocaml-opamopam-publish3e24af (master)macos-homebrew-5.2_opam-2.2

macos-homebrew-5.2_opam-2.2

Link Copied
Code Copied

Logs

2024-11-15 15:04.24: New job: test ocaml-opam/opam-publish https://github.com/ocaml-opam/opam-publish.git#refs/heads/master (3e24af768fc5d095e162c2dc689b3128e0218137) (macos-x86_64:macos-homebrew-5.2_opam-2.2)
Base: macos-homebrew-ocaml-5.2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-opam/opam-publish.git" -b "master" && cd "opam-publish" && git reset --hard 3e24af76
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.2
# macos-homebrew-5.2_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.2 ~/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 bf952fff418e4e73b706d8c991bda01670225833 || git fetch origin master) && git reset -q --hard bf952fff418e4e73b706d8c991bda01670225833 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-publish.opam ./src/./
RUN opam pin add -yn opam-publish.dev './src/./'
ENV DEPS="angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.7.1.0 conduit-lwt.7.1.0 conduit-lwt-unix.7.1.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-libssl.4 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.0 dune.3.16.1 dune-configurator.3.16.1 duration.0.2.1 easy-format.1.3.4 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 github.4.4.1 github-data.4.4.1 github-unix.4.4.1 gmap.0.3.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-sexp.5.6.0 jsonm.1.0.2 kdf.1.0.0 logs.0.7.0 lwt.5.9.0 lwt_ssl.1.2.0 macaddr.5.6.0 magic-mime.1.3.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.2.0 ssl.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 swhid_core.0.1 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.5 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y opam-publish.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-11-15 15:04.24: Using cache hint "ocaml-opam/opam-publish-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_opam-2.2-dd90ae964a8136557fc0782797459b91"
2024-11-15 15:04.24: Using OBuilder spec:
((from macos-homebrew-ocaml-5.2)
(comment macos-homebrew-5.2_opam-2.2)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.2 ~/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 bf952fff418e4e73b706d8c991bda01670225833 || git fetch origin master) && git reset -q --hard bf952fff418e4e73b706d8c991bda01670225833 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-publish.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn opam-publish.dev './src/./'"))
(env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.7.1.0 conduit-lwt.7.1.0 conduit-lwt-unix.7.1.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-libssl.4 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.0 dune.3.16.1 dune-configurator.3.16.1 duration.0.2.1 easy-format.1.3.4 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 github.4.4.1 github-data.4.4.1 github-unix.4.4.1 gmap.0.3.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-sexp.5.6.0 jsonm.1.0.2 kdf.1.0.0 logs.0.7.0 lwt.5.9.0 lwt_ssl.1.2.0 macaddr.5.6.0 magic-mime.1.3.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.2.0 ssl.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 swhid_core.0.1 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.5 yojson.2.2.2 zarith.1.14")
(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.2 --depext-only -y opam-publish.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-11-15 15:04.24: Waiting for resource in pool OCluster
2024-11-15 15:04.24: Waiting for worker…
2024-11-15 15:45.36: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
HEAD is now at 3e24af7 Release 2.4.0


(from macos-homebrew-ocaml-5.2)
2024-11-15 15:51.05 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache


/: (comment macos-homebrew-5.2_opam-2.2)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.2 ~/local/bin/opam"))
2024-11-15 15:51.06 ---> using "b003627c18f5d873361872ecfa38a9a8b5c86cc26245bef1d152887064c98071" 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.


This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-11-15 15:51.06 ---> using "408d2cc158c17e89759cf51b146539f00642e287086d5c54f85c33dae9e6a1f9" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.2.0
2.2.1
2024-11-15 15:51.07 ---> using "80c5626e56c363c9237b2d67b74b9ac64751c52cd041543c0fda73b45b911c9a" 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 bf952fff418e4e73b706d8c991bda01670225833 || git fetch origin master) && git reset -q --hard bf952fff418e4e73b706d8c991bda01670225833 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
5e7a27da27..a6cd5e9297  master     -> origin/master
bf952fff41 Merge pull request #26877 from raphael-proust/opam-publish-lwt.5.9.0


<><> 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.4.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-11-15 15:51.07 ---> using "d389358ffeede719affb500e11887dbe680b14966d8361bb90e71d72095857a9" from cache


/: (copy (src opam-publish.opam) (dst ./src/./))
2024-11-15 15:51.09 ---> saved as "397d927bad15912e0800b5b97b3272e70b497efe823dafbb21e7a7daec4623c0"


/: (run (network host)
(shell "opam pin add -yn opam-publish.dev './src/./'"))
[opam-publish.dev] synchronised (file:///Users/mac1000/src)
opam-publish is now pinned to file:///Users/mac1000/src (version dev)
2024-11-15 15:51.18 ---> saved as "5b0ac1b35c03160cb08e514f244866d87951ea834eb2bde1822e5dee8393730c"


/: (env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.7.1.0 conduit-lwt.7.1.0 conduit-lwt-unix.7.1.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-libssl.4 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.0 dune.3.16.1 dune-configurator.3.16.1 duration.0.2.1 easy-format.1.3.4 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 github.4.4.1 github-data.4.4.1 github-unix.4.4.1 gmap.0.3.0 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 ipaddr-sexp.5.6.0 jsonm.1.0.2 kdf.1.0.0 logs.0.7.0 lwt.5.9.0 lwt_ssl.1.2.0 macaddr.5.6.0 magic-mime.1.3.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.2.0 ssl.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 swhid_core.0.1 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.5 yojson.2.2.2 zarith.1.14")


/: (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.2 --depext-only -y opam-publish.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:720d4fb1164e600f787d656019a8e46314dc38e1885f4a8df809c180acf5e7b3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.3.6.el_capitan.bottle.tar.gz
- ==> Pouring portable-ruby-3.3.6.el_capitan.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-publish.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 openssl pkgconf


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/bin/brew "install" "gmp" "openssl" "pkgconf"
- ==> 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
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.4.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8a169d38329b14f967d497d0ea77eee6dc5444175093fc7b26026b357e81736--openssl@3-3.4.0.bottle_manifest.json
- ==> Fetching dependencies for openssl@3: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-09-24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/338dad7c2ff7c822cda7c417944521589856741c0fbd7a7f07b88a18d7fb7e05--ca-certificates-2024-09-24.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:212f2576348d5f5797d8d3905eb70d0d9bf8829345bce9e20e2fd0336f344648
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a42908db56776e38039ac5f25968df8df16307650c519973b7d5ed689a293c88--ca-certificates--2024-09-24.all.bottle.tar.gz
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:28e2abc928e8afd0c58303de69dab5e4ec8663c5591fe3c425ad9177bf377ded
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6e2cbdf2c4e7ceb9c81dd4cbdbcf730ba7d7c401a2298313fa70cc50c18678c--openssl@3--3.4.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.3.0_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2d395f41484daa2c37c818f7abd9d0fc8dd82ff2892c542d9eb136b442ebae19--pkgconf-2.3.0_1.bottle_manifest.json
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:b180115e5725a12657fa74d80f0c8f15e852d6c84b7f982b72b5be4f5cd0e97a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f66d408f58d63224c18b5c5026850671123643e319815adc772f0d07c314920b--pkgconf--2.3.0_1.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`).
- ==> Installing dependencies for openssl@3: ca-certificates
- ==> Installing openssl@3 dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-09-24
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/338dad7c2ff7c822cda7c417944521589856741c0fbd7a7f07b88a18d7fb7e05--ca-certificates-2024-09-24.bottle_manifest.json
- ==> Pouring ca-certificates--2024-09-24.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺  /usr/local/Cellar/ca-certificates/2024-09-24: 4 files, 237.0KB
- ==> Installing openssl@3
- ==> Pouring openssl@3--3.4.0.sonoma.bottle.tar.gz
- ==> Caveats
- A CA file has been bootstrapped using certificates from the system
- keychain. To add additional certificates, place .pem files in
-   /usr/local/etc/openssl@3/certs
- 
- and run
-   /usr/local/opt/openssl@3/bin/c_rehash
- ==> Summary
- 🍺  /usr/local/Cellar/openssl@3/3.4.0: 7,236 files, 33.6MB
- ==> Running `brew cleanup openssl@3`...
- ==> Pouring pkgconf--2.3.0_1.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkgconf/2.3.0_1: 27 files, 326KB
- ==> Running `brew cleanup pkgconf`...
- ==> Caveats
- ==> openssl@3
- A CA file has been bootstrapped using certificates from the system
- keychain. To add additional certificates, place .pem files in
-   /usr/local/etc/openssl@3/certs
- 
- and run
-   /usr/local/opt/openssl@3/bin/c_rehash
2024-11-15 15:52.46 ---> saved as "1d4337150b68c62f5638e1e7ea9764bb0893860e6430ff32d85d75e647ad89a4"


/: (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 92 packages
- install angstrom                0.16.1
- install asn1-combinators        0.3.2
- install astring                 0.8.5
- install atd                     2.15.0
- install atdgen                  2.15.0
- install atdgen-runtime          2.15.0
- install base                    v0.17.1
- install base-bytes              base
- install base64                  3.5.1
- install bigstringaf             0.10.0
- install biniou                  1.2.2
- install bos                     0.2.1
- install ca-certs                1.0.0
- install camlp-streams           5.0.1
- install cmdliner                1.3.0
- install cohttp                  5.3.1
- install cohttp-lwt              5.3.0
- install cohttp-lwt-unix         5.3.0
- install conduit                 7.1.0
- install conduit-lwt             7.1.0
- install conduit-lwt-unix        7.1.0
- install conf-gmp                4
- install conf-gmp-powm-sec       3
- install conf-libssl             4
- install conf-pkg-config         3
- install cppo                    1.7.0
- install csexp                   1.5.2
- install digestif                1.2.0
- install domain-name             0.4.0
- install dune                    3.16.1
- install dune-configurator       3.16.1
- install duration                0.2.1
- install easy-format             1.3.4
- install eqaf                    0.10
- install fmt                     0.9.0
- install fpath                   0.7.3
- install github                  4.4.1
- install github-data             4.4.1
- install github-unix             4.4.1
- install gmap                    0.3.0
- install ipaddr                  5.6.0
- install ipaddr-sexp             5.6.0
- install jsonm                   1.0.2
- install kdf                     1.0.0
- install logs                    0.7.0
- install lwt                     5.9.0
- install lwt_ssl                 1.2.0
- install macaddr                 5.6.0
- install magic-mime              1.3.1
- install menhir                  20240715
- install menhirCST               20240715
- install menhirLib               20240715
- install menhirSdk               20240715
- install mirage-crypto           1.1.0
- install mirage-crypto-ec        1.1.0
- install mirage-crypto-pk        1.1.0
- install mirage-crypto-rng       1.1.0
- install ocaml-compiler-libs     v0.17.0
- install ocaml-syntax-shims      1.0.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild              0.15.0
- install ocamlfind               1.9.6
- install ocamlgraph              2.1.0
- install ocplib-endian           1.2
- install ohex                    0.2.0
- install opam-core               2.3.0
- install opam-file-format        2.1.6
- install opam-format             2.3.0
- install opam-repository         2.3.0
- install opam-state              2.3.0
- install ppx_derivers            1.2.1
- install ppx_sexp_conv           v0.17.0
- install ppxlib                  0.33.0
- install ppxlib_jane             v0.17.0
- install ptime                   1.2.0
- install re                      1.12.0
- install rresult                 0.7.0
- install seq                     base
- install sexplib0                v0.17.0
- install sha                     1.15.4
- install spdx_licenses           1.2.0
- install ssl                     0.7.0
- install stdlib-shims            0.3.0
- install stringext               1.6.0
- install swhid_core              0.1
- install topkg                   1.0.7
- install uri                     4.4.0
- install uri-sexp                4.4.0
- install uutf                    1.0.3
- install x509                    1.0.5
- install yojson                  2.2.2
- install zarith                  1.14


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved biniou.1.2.2  (cached)
-> retrieved base.v0.17.1  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.5.3.1  (cached)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved conf-libssl.4  (cached)
-> retrieved conduit.7.1.0, conduit-lwt.7.1.0, conduit-lwt-unix.7.1.0  (cached)
-> installed conf-gmp.4
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved cppo.1.7.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved domain-name.0.4.0  (cached)
-> retrieved dune.3.16.1, dune-configurator.3.16.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> installed conf-libssl.4
-> retrieved easy-format.1.3.4  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved atd.2.15.0, atdgen.2.15.0, atdgen-runtime.2.15.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved github.4.4.1, github-data.4.4.1, github-unix.4.4.1  (cached)
-> installed cmdliner.1.3.0
-> retrieved kdf.1.0.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt_ssl.1.2.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved lwt.5.9.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved mirage-crypto.1.1.0, mirage-crypto-ec.1.1.0, mirage-crypto-pk.1.1.0, mirage-crypto-rng.1.1.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved opam-core.2.3.0, opam-format.2.3.0, opam-repository.2.3.0, opam-state.2.3.0  (cached)
-> retrieved ppxlib_jane.v0.17.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved spdx_licenses.1.2.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ssl.0.7.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved x509.1.0.5  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed zarith.1.14
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed ptime.1.2.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.16.1
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed macaddr.5.6.0
-> installed easy-format.1.3.4
-> installed eqaf.0.10
-> installed domain-name.0.4.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed ipaddr.5.6.0
-> installed digestif.1.2.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed menhirSdk.20240715
-> installed menhirLib.20240715
-> installed menhirCST.20240715
-> installed magic-mime.1.3.1
-> installed cppo.1.7.0
-> installed base64.3.5.1
-> installed asn1-combinators.0.3.2
-> installed ppx_derivers.1.2.1
-> installed ohex.0.2.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-syntax-shims.1.0.0
-> installed biniou.1.2.2
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed spdx_licenses.1.2.0
-> installed ocplib-endian.1.2
-> installed opam-file-format.2.1.6
-> installed swhid_core.0.1
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.16.1
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed bigstringaf.0.10.0
-> installed yojson.2.2.2
-> installed angstrom.0.16.1
-> installed ssl.0.7.0
-> installed atdgen-runtime.2.15.0
-> installed mirage-crypto.1.1.0
-> installed ocamlgraph.2.1.0
-> installed kdf.1.0.0
-> installed uri.4.4.0
-> installed lwt.5.9.0
-> installed lwt_ssl.1.2.0
-> installed logs.0.7.0
-> installed base.v0.17.1
-> installed mirage-crypto-rng.1.1.0
-> installed opam-core.2.3.0
-> installed mirage-crypto-pk.1.1.0
-> installed bos.0.2.1
-> installed mirage-crypto-ec.1.1.0
-> installed x509.1.0.5
-> installed ca-certs.1.0.0
-> installed menhir.20240715
-> installed opam-format.2.3.0
-> installed ppxlib.0.33.0
-> installed atd.2.15.0
-> installed ppxlib_jane.v0.17.0
-> installed atdgen.2.15.0
-> installed opam-repository.2.3.0
-> installed ppx_sexp_conv.v0.17.0
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.4.4.0
-> installed conduit.7.1.0
-> installed github-data.4.4.1
-> installed cohttp.5.3.1
-> installed conduit-lwt.7.1.0
-> installed opam-state.2.3.0
-> installed cohttp-lwt.5.3.0
-> installed conduit-lwt-unix.7.1.0
-> installed github.4.4.1
-> installed cohttp-lwt-unix.5.3.0
-> installed github-unix.4.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-15 15:55.15 ---> saved as "879f6141f8325462bca432f705bea29d043eaf61d3274c7dff23769ccdc296a1"


/: (copy (src .) (dst ./src))
2024-11-15 15:55.16 ---> saved as "1a9f292b6f650610294b29e3114a7c05486977ad13a93f9312fea759755f01ff"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-11-15 15:55.19 ---> saved as "5e454c3fe31394536f07f85cec4fdd284e8dbd43d7c053be3a9cf272927d8278"
Job succeeded
2024-11-15 15:55.25: Job succeeded