Organisationsrobur-coopalbatross049d7a ()fedora-40-5.2_opam-2.2

fedora-40-5.2_opam-2.2

Logs

Show full logs
2024-08-12 09:23.33: New job: test robur-coop/albatross https://github.com/robur-coop/albatross.git#refs/heads/main (049d7a16f9ba4d379dcfcbd46016918b90b478b6) (linux-x86_64:fedora-40-5.2_opam-2.2)
Base: ocaml/opam:fedora-40-ocaml-5.2@sha256:ef39f99d21c7b2b51079482a79b85b32fa21199312617c837c8ec7d4eb1c1620
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/robur-coop/albatross.git" -b "main" && cd "albatross" && git reset --hard 049d7a16
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-5.2@sha256:ef39f99d21c7b2b51079482a79b85b32fa21199312617c837c8ec7d4eb1c1620
# fedora-40-5.2_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-domains.base base-nnp.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 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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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 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-12 09:23.33: Using cache hint "robur-coop/albatross-ocaml/opam:fedora-40-ocaml-5.2@sha256:ef39f99d21c7b2b51079482a79b85b32fa21199312617c837c8ec7d4eb1c1620-fedora-40-5.2_opam-2.2-baa96154297499b348eecd99a9bd9b30"
2024-08-12 09:23.33: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-5.2@sha256:ef39f99d21c7b2b51079482a79b85b32fa21199312617c837c8ec7d4eb1c1620)
 (comment fedora-40-5.2_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-domains.base base-nnp.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 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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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 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-12 09:23.33: Waiting for resource in pool OCluster
2024-08-12 09:23.34: Waiting for worker…
2024-08-12 09:23.34: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 049d7a1 Merge pull request #184 from robur-coop/update-update

(from ocaml/opam:fedora-40-ocaml-5.2@sha256:ef39f99d21c7b2b51079482a79b85b32fa21199312617c837c8ec7d4eb1c1620)
2024-08-12 09:23.36 ---> using "a1b8a5b6cd729eb04f6c8090c1d587799b18f7d9653957661e4cddd23304ca59" from cache

/: (comment fedora-40-5.2_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 40 - x86_64                               87 kB/s |  28 kB     00:00    
Fedora 40 - x86_64 - Updates                    209 kB/s |  26 kB     00:00    
Fedora 40 - x86_64 - Updates                    4.2 MB/s | 4.6 MB     00:01    
Last metadata expiration check: 0:00:01 ago on Thu Aug  8 23:40:54 2024.
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-08-12 09:23.36 ---> using "f1565343c4a667aa9b73b7560070b1ec8c0646f2f0ac26e64a586f13806d5313" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-08-12 09:23.36 ---> using "8dcdc145722622746f4601923b660e6046aa770c5baf7efc29bf630d35d937d3" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-08-12 09:23.36 ---> using "6eb79c52241d337d2ebdc85282aa2cf48be12278ed2666308a0098bb25650020" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-117-generic
The OCaml toplevel, version 5.2.0
2.2.0
2024-08-12 09:23.36 ---> using "bcfdf3b744ab2a824edf683213784dc380ba4a98978a306838eea06f913c904e" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-08-12 09:23.36 ---> using "9ec40ae32f13fc8587b7a4051ba72c49b043ab079712800443bf1f4eeb26bf8e" from cache

/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"))
44a281fd66 [new release] alcotest (5 packages) (1.8.0)

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
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-08-12 09:24.31 ---> saved as "1b4418997f167de05697bbec3da01a85c949cc20f0eae2e1c82210b75db69477"

/src: (copy (src albatross.opam) (dst ./))
2024-08-12 09:24.31 ---> saved as "1d78b82c66ab971c5a3a8c014d4633e481c0fa39e74715fa7639bbe757b5c554"

/src: (run (network host)
           (shell "opam pin add -yn albatross.dev './'"))
[albatross.dev] synchronised (file:///src)
albatross is now pinned to file:///src (version dev)
2024-08-12 09:24.33 ---> saved as "c061552df50b45f9bc6315a8eeec4999a54e6785ad9ecbd24e48a54bb4350224"

/src: (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-domains.base base-nnp.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 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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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 tls.0.17.5 tls-lwt.0.17.5 topkg.1.0.7 uutf.1.0.3 x509.0.16.5 zarith.1.14")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (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"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              231 kB/s |  29 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64        9.7 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                     85 kB/s | 9.9 kB     00:00    
- Fedora 40 - x86_64 - Updates                    1.3 MB/s | 3.4 MB     00:02    
- Errors during downloading metadata for repository 'updates':
-   - Status code: 416 for http://mirror.i3d.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/7eb93279018d5f6118e73aef0375d951bdd21955587fb3edafe2a9e4f9e2860c-primary.xml.zck (IP: 2a00:1630:3400::213)
-   - Status code: 404 for http://mirror.bytemark.co.uk/fedora/linux/updates/40/Everything/x86_64/repodata/repomd.xml (IP: 2001:41c8:20:5e6::150)
-   - Curl error (23): Failed writing received data to disk/application for http://ftp.fi.muni.cz/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/7eb93279018d5f6118e73aef0375d951bdd21955587fb3edafe2a9e4f9e2860c-primary.xml.zck [Failure writing output to destination]
-   - Status code: 416 for https://mirror.i3d.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/7eb93279018d5f6118e73aef0375d951bdd21955587fb3edafe2a9e4f9e2860c-primary.xml.zck (IP: 2a00:1630:3400::213)
-   - Status code: 416 for http://mirror.i3d.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/b68e6a9915ba909f808125c09b25278ae91965d4a553da4edb8bd84dd9b8a394-updateinfo.xml.zck (IP: 2a00:1630:3400::213)
-   - Status code: 404 for http://mirror.bytemark.co.uk/fedora/linux/updates/40/Everything/x86_64/repodata/3ddb39eeb7d22164a020864b897d1ea7056986fbf3446a08f6916ce441d162b0-comps-Everything.x86_64.xml (IP: 2001:41c8:20:5e6::150)
-   - Status code: 404 for http://mirror.bytemark.co.uk/fedora/linux/updates/40/Everything/x86_64/repodata/b68e6a9915ba909f808125c09b25278ae91965d4a553da4edb8bd84dd9b8a394-updateinfo.xml.zck (IP: 2001:41c8:20:5e6::150)
-   - Status code: 404 for http://ftp.fi.muni.cz/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/b68e6a9915ba909f808125c09b25278ae91965d4a553da4edb8bd84dd9b8a394-updateinfo.xml.zck (IP: 2001:718:801:230::cd)
-   - Status code: 404 for http://mirror.yandex.ru/fedora/linux/updates/40/Everything/x86_64/repodata/b68e6a9915ba909f808125c09b25278ae91965d4a553da4edb8bd84dd9b8a394-updateinfo.xml.zck (IP: 2a02:6b8::183)
-   - Status code: 416 for https://mirror.i3d.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/b68e6a9915ba909f808125c09b25278ae91965d4a553da4edb8bd84dd9b8a394-updateinfo.xml.zck (IP: 2a00:1630:3400::213)
-   - Status code: 404 for http://mirror.bytemark.co.uk/fedora/linux/updates/40/Everything/x86_64/repodata/7eb93279018d5f6118e73aef0375d951bdd21955587fb3edafe2a9e4f9e2860c-primary.xml.zck (IP: 2001:41c8:20:5e6::150)
-   - Status code: 404 for https://mirror.yandex.ru/fedora/linux/updates/40/Everything/x86_64/repodata/b68e6a9915ba909f808125c09b25278ae91965d4a553da4edb8bd84dd9b8a394-updateinfo.xml.zck (IP: 2a02:6b8::183)
- Error: Failed to download metadata for repo 'updates': Yum repo downloading error: Downloading error(s): repodata/7eb93279018d5f6118e73aef0375d951bdd21955587fb3edafe2a9e4f9e2860c-primary.xml.zck - Download failed: Curl error (23): Failed writing received data to disk/application for http://ftp.fi.muni.cz/pub/linux/fedora/linux/updates/40/Everything/x86_64/repodata/7eb93279018d5f6118e73aef0375d951bdd21955587fb3edafe2a9e4f9e2860c-primary.xml.zck [Failure writing output to destination]
Fatal error: System package update failed with exit code 1 at command:
    sudo yum makecache
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.2 --depext-only -y albatross.dev $DEPS" failed with exit status 99
2024-08-12 09:24.37: Job failed: Failed: Build failed