Organisationsrobur-coopalbatrossf35a66 ()fedora-39-4.14_opam-2.2

fedora-39-4.14_opam-2.2

Logs

Show full logs
2024-08-15 20:04.54: New job: test robur-coop/albatross https://github.com/robur-coop/albatross.git#refs/heads/main (f35a669062b129a80716f5eb07ea88892c413fa5) (linux-x86_64:fedora-39-4.14_opam-2.2)
Base: ocaml/opam:fedora-39-ocaml-4.14@sha256:d63f7fe0b21b374fca702d7d3bb33ca7567b283ca6497e559fc531c6a89070cd
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/robur-coop/albatross.git" -b "main" && cd "albatross" && git reset --hard f35a6690
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-39-ocaml-4.14@sha256:d63f7fe0b21b374fca702d7d3bb33ca7567b283ca6497e559fc531c6a89070cd
# fedora-39-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 albatross.opam ./
RUN opam pin add -yn albatross.dev './'
ENV DEPS="alcotest.1.8.0 angstrom.0.16.0 asn1-combinators.0.2.6 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.0.2.3 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-libnl3.1 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 dns.8.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 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.1.0 happy-eyeballs-lwt.1.1.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 hpack.0.12.0 http-lwt-client.0.2.6 httpaf.0.7.1 httpun-types.0.1.0 ipaddr.5.6.0 logs.0.7.0 logs-syslog.0.4.0 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.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 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.1.2.0 psq.0.2.1 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib0.v0.17.0 solo5-elftool.0.3.1 stdlib-shims.0.3.0 syslog-message.1.2.0 tls.0.17.5 tls-lwt.0.17.5 topkg.1.0.7 uutf.1.0.3 x509.0.16.5 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 opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-08-15 20:04.54: Using cache hint "robur-coop/albatross-ocaml/opam:fedora-39-ocaml-4.14@sha256:d63f7fe0b21b374fca702d7d3bb33ca7567b283ca6497e559fc531c6a89070cd-fedora-39-4.14_opam-2.2-5cdd8cb1a4f76751722bffb5704b5361"
2024-08-15 20:04.54: Using OBuilder spec:
((from ocaml/opam:fedora-39-ocaml-4.14@sha256:d63f7fe0b21b374fca702d7d3bb33ca7567b283ca6497e559fc531c6a89070cd)
 (comment fedora-39-4.14_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src albatross.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn albatross.dev './'"))
 (env DEPS "alcotest.1.8.0 angstrom.0.16.0 asn1-combinators.0.2.6 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.0.2.3 checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-libnl3.1 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 dns.8.0.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 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.1.0 happy-eyeballs-lwt.1.1.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-other.1 hpack.0.12.0 http-lwt-client.0.2.6 httpaf.0.7.1 httpun-types.0.1.0 ipaddr.5.6.0 logs.0.7.0 logs-syslog.0.4.0 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.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 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.1.2.0 psq.0.2.1 ptime.1.1.0 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib0.v0.17.0 solo5-elftool.0.3.1 stdlib-shims.0.3.0 syslog-message.1.2.0 tls.0.17.5 tls-lwt.0.17.5 topkg.1.0.7 uutf.1.0.3 x509.0.16.5 zarith.1.14")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y albatross.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-08-15 20:04.54: Waiting for resource in pool OCluster
2024-08-15 20:04.54: Waiting for worker…
2024-08-15 20:04.54: Got resource from pool OCluster
Building on x86-bm-c20.sw.ocaml.org
HEAD is now at c12a53f albatross-tls-endpoint: ensure that if inetd is enabled, either syslog or logs=quiet is true
HEAD is now at f35a669 Merge pull request #185 from robur-coop/syslog-support

(from ocaml/opam:fedora-39-ocaml-4.14@sha256:d63f7fe0b21b374fca702d7d3bb33ca7567b283ca6497e559fc531c6a89070cd)
2024-08-15 20:05.41 ---> saved as "0a113fd82d423e1f81ee310914060d34f228f6307b8a26e846336305d25964ad"

/: (comment fedora-39-4.14_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64                              350 kB/s |  30 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    322 kB/s |  28 kB     00:00    
Fedora 39 - x86_64 - Updates                    4.5 MB/s | 4.3 MB     00:00    
Errors during downloading metadata for repository 'updates':
  - Status code: 404 for http://mirror.nl.mirhosting.net/fedora/linux/updates/39/Everything/x86_64/repodata/7bf411eb64e40947fc7c4d1ef2d545405f13abf80455704c96bee764f7bb8ad0-updateinfo.xml.zck (IP: 2a03:afc0:1:1114::)
  - Status code: 416 for http://mirror.i3d.net/pub/fedora/linux/updates/39/Everything/x86_64/repodata/4dd99314585c016e9d8288c0ff13f22c6d6ff2ea21cf0b5988014d62ad949ac0-filelists.xml.zck (IP: 2a00:1630:3400::213)
  - Status code: 416 for http://mirror.i3d.net/pub/fedora/linux/updates/39/Everything/x86_64/repodata/aca4d2a3106353027a60f98c1fd321513b59706fa525f713e12d6cde909456f2-primary.xml.zck (IP: 2a00:1630:3400::213)
  - Status code: 416 for http://mirror.i3d.net/pub/fedora/linux/updates/39/Everything/x86_64/repodata/7bf411eb64e40947fc7c4d1ef2d545405f13abf80455704c96bee764f7bb8ad0-updateinfo.xml.zck (IP: 2a00:1630:3400::213)
  - Curl error (23): Failed writing received data to disk/application for https://mirror.nl.mirhosting.net/fedora/linux/updates/39/Everything/x86_64/repodata/aca4d2a3106353027a60f98c1fd321513b59706fa525f713e12d6cde909456f2-primary.xml.zck [Failure writing output to destination]
  - Status code: 416 for https://mirror.i3d.net/pub/fedora/linux/updates/39/Everything/x86_64/repodata/7bf411eb64e40947fc7c4d1ef2d545405f13abf80455704c96bee764f7bb8ad0-updateinfo.xml.zck (IP: 2a00:1630:3400::213)
  - Status code: 416 for https://mirror.i3d.net/pub/fedora/linux/updates/39/Everything/x86_64/repodata/4dd99314585c016e9d8288c0ff13f22c6d6ff2ea21cf0b5988014d62ad949ac0-filelists.xml.zck (IP: 2a00:1630:3400::213)
  - Curl error (23): Failed writing received data to disk/application for https://mirror.nl.mirhosting.net/fedora/linux/updates/39/Everything/x86_64/repodata/4dd99314585c016e9d8288c0ff13f22c6d6ff2ea21cf0b5988014d62ad949ac0-filelists.xml.zck [Failure writing output to destination]
  - Status code: 404 for https://mirror.nl.mirhosting.net/fedora/linux/updates/39/Everything/x86_64/repodata/7bf411eb64e40947fc7c4d1ef2d545405f13abf80455704c96bee764f7bb8ad0-updateinfo.xml.zck (IP: 2a03:afc0:1:1114::)
  - Status code: 416 for https://mirror.i3d.net/pub/fedora/linux/updates/39/Everything/x86_64/repodata/aca4d2a3106353027a60f98c1fd321513b59706fa525f713e12d6cde909456f2-primary.xml.zck (IP: 2a00:1630:3400::213)
Error: Failed to download metadata for repo 'updates': Yum repo downloading error: Downloading error(s): repodata/aca4d2a3106353027a60f98c1fd321513b59706fa525f713e12d6cde909456f2-primary.xml.zck - Download failed: Curl error (23): Failed writing received data to disk/application for https://mirror.nl.mirhosting.net/fedora/linux/updates/39/Everything/x86_64/repodata/aca4d2a3106353027a60f98c1fd321513b59706fa525f713e12d6cde909456f2-primary.xml.zck [Failure writing output to destination]; repodata/4dd99314585c016e9d8288c0ff13f22c6d6ff2ea21cf0b5988014d62ad949ac0-filelists.xml.zck - Download failed: Curl error (23): Failed writing received data to disk/application for https://mirror.nl.mirhosting.net/fedora/linux/updates/39/Everything/x86_64/repodata/4dd99314585c016e9d8288c0ff13f22c6d6ff2ea21cf0b5988014d62ad949ac0-filelists.xml.zck [Failure writing output to destination]
"/usr/bin/env" "bash" "-c" "sudo dnf install -y findutils" failed with exit status 1
2024-08-15 20:05.44: Job failed: Failed: Build failed