Organisationsrobur-coopalbatross3101bf ()macos-homebrew-4.14_opam-2.2

macos-homebrew-4.14_opam-2.2

Link Copied
Code Copied

Logs

2024-09-05 08:57.07: New job: test robur-coop/albatross https://github.com/robur-coop/albatross.git#refs/heads/main (3101bf3485993680ec9ea9674e71bd798e34bc3d) (macos-x86_64:macos-homebrew-4.14_opam-2.2)
Base: macos-homebrew-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/robur-coop/albatross.git" -b "main" && cd "albatross" && git reset --hard 3101bf34
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_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 1cf3e182a266058624a623bf990c956f21375b43 || git fetch origin master) && git reset -q --hard 1cf3e182a266058624a623bf990c956f21375b43 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 albatross.opam ./src/./
RUN opam pin add -yn albatross.dev './src/./'
ENV DEPS="alcotest.1.8.0 angstrom.0.16.0 asn1-combinators.0.3.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 digestif.1.2.0 dns.9.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 h2.0.12.0 happy-eyeballs.1.2.0 happy-eyeballs-lwt.1.2.0 host-arch-x86_64.1 host-system-other.1 hpack.0.12.0 http-lwt-client.0.3.0 httpaf.0.7.1 httpun-types.0.1.0 ipaddr.5.6.0 kdf.1.0.0 logs.0.7.0 logs-syslog.0.4.1 lru.0.3.1 lwt.5.7.0 macaddr.5.6.0 metrics.0.4.1 metrics-influx.0.4.1 metrics-lwt.0.4.1 metrics-rusage.0.4.1 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-lwt.1.1.0 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 owee.0.7 pbkdf.2.0.0 psq.0.2.1 ptime.1.1.0 re.1.12.0 result.1.5 rresult.0.7.0 seq.base solo5-elftool.0.3.1 stdlib-shims.0.3.0 syslog-message.1.2.0 tls.1.0.2 tls-lwt.1.0.2 topkg.1.0.7 uutf.1.0.3 x509.1.0.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y albatross.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-09-05 08:57.07: Using cache hint "robur-coop/albatross-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.2-e2ddc1a2621b1c913f5df1893e1d0bc1"
2024-09-05 08:57.07: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_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 1cf3e182a266058624a623bf990c956f21375b43 || git fetch origin master) && git reset -q --hard 1cf3e182a266058624a623bf990c956f21375b43 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src albatross.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn albatross.dev './src/./'"))
 (env DEPS "alcotest.1.8.0 angstrom.0.16.0 asn1-combinators.0.3.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 digestif.1.2.0 dns.9.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 h2.0.12.0 happy-eyeballs.1.2.0 happy-eyeballs-lwt.1.2.0 host-arch-x86_64.1 host-system-other.1 hpack.0.12.0 http-lwt-client.0.3.0 httpaf.0.7.1 httpun-types.0.1.0 ipaddr.5.6.0 kdf.1.0.0 logs.0.7.0 logs-syslog.0.4.1 lru.0.3.1 lwt.5.7.0 macaddr.5.6.0 metrics.0.4.1 metrics-influx.0.4.1 metrics-lwt.0.4.1 metrics-rusage.0.4.1 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-lwt.1.1.0 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 owee.0.7 pbkdf.2.0.0 psq.0.2.1 ptime.1.1.0 re.1.12.0 result.1.5 rresult.0.7.0 seq.base solo5-elftool.0.3.1 stdlib-shims.0.3.0 syslog-message.1.2.0 tls.1.0.2 tls-lwt.1.0.2 topkg.1.0.7 uutf.1.0.3 x509.1.0.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 albatross.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-09-05 08:57.07: Waiting for resource in pool OCluster
2024-09-05 08:57.08: Waiting for worker…
2024-09-05 08:57.12: Cancelling: Auto-cancelling job because it is no longer needed