Organisationspatricoferrisluv0ed668 (master)fedora-40-4.14_opam-2.1

fedora-40-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-23 10:47.43: New job: test patricoferris/luv https://github.com/patricoferris/luv.git#refs/heads/master (0ed668e87ca55d65f4f84422b0dd3381701c71b0) (linux-x86_64:fedora-40-4.14_opam-2.1)
Base: ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/patricoferris/luv.git" -b "master" && cd "luv" && git reset --hard 0ed668e8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d
# fedora-40-4.14_opam-2.1
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.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 luv_unix.opam luv.opam ./
RUN opam pin add -yn luv_unix.dev './' && \
    opam pin add -yn luv.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 csexp.1.5.2 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.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.14.3 ocamlfind.1.9.6 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y luv_unix.dev luv.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-06-23 10:47.43: Using cache hint "patricoferris/luv-ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d-fedora-40-4.14_opam-2.1-df06095ea9493541c8985726f2304994"
2024-06-23 10:47.43: Using OBuilder spec:
((from ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d)
 (comment fedora-40-4.14_opam-2.1)
 (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.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src luv_unix.opam luv.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn luv_unix.dev './' && \
             \nopam pin add -yn luv.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 csexp.1.5.2 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.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.14.3 ocamlfind.1.9.6 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (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.1 --depext-only -y luv_unix.dev luv.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-06-23 10:47.43: Waiting for resource in pool OCluster
2024-06-23 10:47.55: Waiting for worker…
2024-06-23 10:49.38: Got resource from pool OCluster
Building on x86-bm-c19.sw.ocaml.org
All commits already cached
Submodule path 'src/c/vendor/libuv': checked out '988f2bfc4defb9a85a536a3e645834c161143ee0'
HEAD is now at 0ed668e luv_unix: tighter dependency constraints
Synchronizing submodule url for 'src/c/vendor/libuv'
Cleared directory 'src/c/vendor/libuv'
Submodule 'src/c/vendor/libuv' (https://github.com/libuv/libuv.git) unregistered for path 'src/c/vendor/libuv'
Submodule 'src/c/vendor/libuv' (https://github.com/libuv/libuv.git) registered for path 'src/c/vendor/libuv'
Submodule path 'src/c/vendor/libuv': checked out '988f2bfc4defb9a85a536a3e645834c161143ee0'


(from ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d)
Unable to find image 'ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d' locally
docker.io/ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d: Pulling from ocaml/opam
Digest: sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d
Status: Downloaded newer image for ocaml/opam@sha256:14ea0f9884d8128b8aca6ddf26e609adfb683401424f4c2653616ed08804c89d
2024-06-23 10:49.39 ---> using "600f72d782729081c67486db22a1a166faef0c850eee225f73d793431e564f54" from cache


/: (comment fedora-40-4.14_opam-2.1)


/: (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 - Updates                    311 kB/s |  28 kB     00:00    
Fedora 40 - x86_64 - Updates                    6.2 MB/s | 3.9 MB     00:00    
Last metadata expiration check: 0:00:04 ago on Sun Jun 23 10:48:40 2024.
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-23 10:49.39 ---> using "e5c35948aff5db2f7273e3a5626d315cc9962b67f5e2d3fb9d7ca654f21fcd96" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-23 10:49.39 ---> using "52ada40f1b99444f13df239a99cfde75cbde9369be360a75fdf9f5868afbc58f" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-23 10:50.12 ---> saved as "2c0edb61cd17967bbc68c5abbf37ab752511df7b0dbedfbcb8207ff816890e7e"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-23 10:50.12 ---> saved as "df0c32badae66bb42aa4a72e5bf551a9e5e37d44ddf08991e29b9a9779d6f7aa"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-23 10:50.12 ---> saved as "adfe65cf1d449c1c1bc7bd454ce706c3ee746217a33b7a8b7d03c09fd7699251"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
a6069b9eeb [new release] dune (15 packages) (3.16.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-06-23 10:51.29 ---> saved as "90bcad85e7f821ad1be14875e14dd5a0cd3aedc6c09112cdba485bf6a390a177"


/src: (copy (src luv_unix.opam luv.opam) (dst ./))
2024-06-23 10:51.29 ---> saved as "f60057b5908fffcc6fe1dabce2b825e22b6f55b43a15088753e89e2f13cfaec3"


/src: (run (network host)
           (shell  "opam pin add -yn luv_unix.dev './' && \
                  \nopam pin add -yn luv.dev './'"))
[luv_unix.dev] synchronised (file:///src)
luv_unix is now pinned to file:///src (version dev)
[luv.dev] synchronised (file:///src)
luv is now pinned to file:///src (version dev)
2024-06-23 10:51.31 ---> saved as "f031f03452c4b355e84f180d9faecd18c85eab84369a762987a0e720278d2662"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 csexp.1.5.2 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.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.14.3 ocamlfind.1.9.6 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/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.1 --depext-only -y luv_unix.dev luv.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              331 kB/s |  30 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         15 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    331 kB/s |  28 kB     00:00    
- Fedora 40 - x86_64 - Updates                    7.5 MB/s | 3.0 MB     00:00    
- Errors during downloading metadata for repository 'updates':
-   - Status code: 404 for https://eu.edge.kernel.org/fedora/updates/40/Everything/x86_64/repodata/f9074068bbc26158d3ef8f2cc12d12e7c1b4dc1918ad58b1cdbaa3f3190969fa-updateinfo.xml.zck (IP: 2604:1380:4601:e00::3)
-   - Status code: 416 for https://mirror.i3d.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/f9074068bbc26158d3ef8f2cc12d12e7c1b4dc1918ad58b1cdbaa3f3190969fa-updateinfo.xml.zck (IP: 2a00:1630:3400::214)
-   - Status code: 416 for http://mirror.i3d.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/f9074068bbc26158d3ef8f2cc12d12e7c1b4dc1918ad58b1cdbaa3f3190969fa-updateinfo.xml.zck (IP: 2a00:1630:3400::214)
-   - Status code: 404 for https://fedora.mirror.wearetriple.com/linux/updates/40/Everything/x86_64/repodata/f9074068bbc26158d3ef8f2cc12d12e7c1b4dc1918ad58b1cdbaa3f3190969fa-updateinfo.xml.zck (IP: 2a00:1f00:dc06:10::106)
-   - Status code: 404 for http://fedora.mirror.wearetriple.com/linux/updates/40/Everything/x86_64/repodata/f9074068bbc26158d3ef8f2cc12d12e7c1b4dc1918ad58b1cdbaa3f3190969fa-updateinfo.xml.zck (IP: 2a00:1f00:dc06:10::106)
-   - Curl error (23): Failed writing received data to disk/application for https://eu.edge.kernel.org/fedora/updates/40/Everything/x86_64/repodata/4bdda9f554f140f6d7386f9d7b51911cbfcacc0abd87bd24308b78e1eac80df1-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/4bdda9f554f140f6d7386f9d7b51911cbfcacc0abd87bd24308b78e1eac80df1-primary.xml.zck (IP: 2a00:1630:3400::214)
-   - Status code: 416 for http://mirror.i3d.net/pub/fedora/linux/updates/40/Everything/x86_64/repodata/4bdda9f554f140f6d7386f9d7b51911cbfcacc0abd87bd24308b78e1eac80df1-primary.xml.zck (IP: 2a00:1630:3400::214)
- Error: Failed to download metadata for repo 'updates': Yum repo downloading error: Downloading error(s): repodata/4bdda9f554f140f6d7386f9d7b51911cbfcacc0abd87bd24308b78e1eac80df1-primary.xml.zck - Download failed: Curl error (23): Failed writing received data to disk/application for https://eu.edge.kernel.org/fedora/updates/40/Everything/x86_64/repodata/4bdda9f554f140f6d7386f9d7b51911cbfcacc0abd87bd24308b78e1eac80df1-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.1 --depext-only -y luv_unix.dev luv.dev $DEPS" failed with exit status 99
2024-06-23 10:51.33: Job failed: Failed: Build failed