Organisationskit-ty-katewaylaunchb0ae9d (master)fedora-42-4.14_opam-2.3

fedora-42-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-05-12 13:54.17: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (linux-x86_64:fedora-42-4.14_opam-2.3)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/waylaunch.git" -b "master" && cd "waylaunch" && git reset --hard b0ae9dbb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664
# fedora-42-4.14_opam-2.3
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.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 waylaunch.opam ./
RUN opam pin add -yn waylaunch.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 fmt.0.10.0 fpath.0.7.3 logs.0.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y waylaunch.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


2025-05-12 13:54.17: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664-fedora-42-4.14_opam-2.3-7db998de57088a48d7d5ed4fd70ad342"
2025-05-12 13:54.17: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664)
(comment fedora-42-4.14_opam-2.3)
(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.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src waylaunch.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn waylaunch.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 fmt.0.10.0 fpath.0.7.3 logs.0.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.0.8")
(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.3 --depext-only -y waylaunch.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"))
)


2025-05-12 13:54.17: Waiting for resource in pool OCluster
2025-05-12 13:57.22: Waiting for worker…
2025-05-12 14:01.30: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'
HEAD is now at b0ae9db Mark waylaunch as only available on Linux
Synchronizing submodule url for 'bindings/bemenu'
Cleared directory 'bindings/bemenu'
Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) unregistered for path 'bindings/bemenu'
Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) registered for path 'bindings/bemenu'
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'


(from ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664' locally
docker.io/ocaml/opam@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664: Pulling from ocaml/opam
94e8a0eed796: Pulling fs layer
94e8a0eed796: Verifying Checksum
94e8a0eed796: Download complete
94e8a0eed796: Pull complete
Digest: sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664
Status: Downloaded newer image for ocaml/opam@sha256:475a852401de7d578efec2afce4384d87b505f5bc610dc56f6bde3b87ebb7664
2025-05-12 14:01.31 ---> using "aefb7551cd0db7b5ebec7e244d5637aef02ab3f94c732650de7ad183465adaa0" from cache


/: (comment fedora-42-4.14_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 42 - x86_64 - Updates           100% | 148.9 KiB/s |  19.1 KiB |  00m00s
Fedora 42 - x86_64 - Updates           100% |   3.3 MiB/s |   1.9 MiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2025-05-12 14:01.31 ---> using "90ac926fbf0dd80a050fe07b782da645d449add02f129faddd96e43755a04a28" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-12 14:01.31 ---> using "5ab48161f7c22f51d404bb5d2a2c5c549b74daa5ccd0f91af261e63f1695b519" 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 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-12 14:01.31 ---> using "d92a9320f021e5a742c7d5b83bf52f2edabb999e504fcc09aa073d3dae5f7cd1" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-05-12 14:01.31 ---> using "331c939535d03227897d583b5fde573388f2700c81597883a942f894459d2d34" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-05-12 14:01.31 ---> using "4a8bf714148bfe78f89e423539b8a92586260102d756bbbf31ce5f39e20f8378" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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.
# To update the current shell environment, run: eval $(opam env)
2025-05-12 14:01.31 ---> using "596bcb70fc4598874feb007a460041b9526dcf2fd0276ecb7cc8db8e610ff05d" from cache


/src: (copy (src waylaunch.opam) (dst ./))
2025-05-12 14:01.31 ---> saved as "5cab5efdacc8d266ae75a0e947e1e37710b927c60a5e6a0f6aed513e41d36ba9"


/src: (run (network host)
(shell "opam pin add -yn waylaunch.dev './'"))
[waylaunch.dev] synchronised (file:///src)
waylaunch is now pinned to file:///src (version dev)
2025-05-12 14:01.32 ---> saved as "8dd060ba9fef4e5d5518b72e9b43ee83d6d729f3e11f3debe37f7fb18ebd4f83"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-12 14:01.32 ---> saved as "affab4a0b159f58b486d79c6415bb3dd074b88b19b5091334ac7404bab2b7069"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 fmt.0.10.0 fpath.0.7.3 logs.0.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.0.8")


/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.3 --depext-only -y waylaunch.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[waylaunch.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
cairo-devel libxkbcommon-devel pango-devel wayland-devel wayland-protocols-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "cairo-devel" "libxkbcommon-devel" "pango-devel" "wayland-devel" "wayland-protocols-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                     Arch   Version         Repository      Size
- Installing:
-  cairo-devel                x86_64 1.18.2-3.fc42   fedora       2.3 MiB
-  libxkbcommon-devel         x86_64 1.8.1-1.fc42    fedora     358.8 KiB
-  pango-devel                x86_64 1.56.3-1.fc42   fedora       1.5 MiB
-  wayland-devel              x86_64 1.23.1-1.fc42   updates    679.0 KiB
-  wayland-protocols-devel    noarch 1.44-1.fc42     updates    953.3 KiB
- Installing dependencies:
-  abattis-cantarell-vf-fonts noarch 0.301-14.fc42   fedora     192.7 KiB
-  brotli                     x86_64 1.1.0-6.fc42    fedora      31.6 KiB
-  brotli-devel               x86_64 1.1.0-6.fc42    fedora      65.6 KiB
-  bzip2-devel                x86_64 1.0.8-20.fc42   fedora     309.8 KiB
-  cairo                      x86_64 1.18.2-3.fc42   fedora       1.8 MiB
-  cmake-filesystem           x86_64 3.31.6-2.fc42   fedora       0.0   B
-  default-fonts-core-sans    noarch 4.2-4.fc42      fedora      11.9 KiB
-  fontconfig                 x86_64 2.16.0-2.fc42   fedora     764.7 KiB
-  fontconfig-devel           x86_64 2.16.0-2.fc42   fedora     119.3 KiB
-  fonts-filesystem           noarch 1:2.0.5-21.fc42 fedora       0.0   B
-  freetype                   x86_64 2.13.3-2.fc42   fedora     858.2 KiB
-  freetype-devel             x86_64 2.13.3-2.fc42   fedora       8.5 MiB
-  fribidi                    x86_64 1.0.16-2.fc42   fedora     194.3 KiB
-  fribidi-devel              x86_64 1.0.16-2.fc42   fedora      78.0 KiB
-  gettext                    x86_64 0.23.1-2.fc42   fedora       5.2 MiB
-  gettext-envsubst           x86_64 0.23.1-2.fc42   fedora      78.8 KiB
-  gettext-libs               x86_64 0.23.1-2.fc42   fedora       2.0 MiB
-  gettext-runtime            x86_64 0.23.1-2.fc42   fedora     452.2 KiB
-  glib2-devel                x86_64 2.84.1-1.fc42   updates     15.8 MiB
-  google-noto-fonts-common   noarch 20250301-1.fc42 fedora      17.7 KiB
-  google-noto-sans-vf-fonts  noarch 20250301-1.fc42 fedora       1.4 MiB
-  graphite2                  x86_64 1.3.14-18.fc42  fedora     195.8 KiB
-  graphite2-devel            x86_64 1.3.14-18.fc42  fedora      49.3 KiB
-  harfbuzz                   x86_64 10.4.0-1.fc42   fedora       2.7 MiB
-  harfbuzz-cairo             x86_64 10.4.0-1.fc42   fedora      52.1 KiB
-  harfbuzz-devel             x86_64 10.4.0-1.fc42   fedora       5.1 MiB
-  harfbuzz-icu               x86_64 10.4.0-1.fc42   fedora      15.4 KiB
-  libXext                    x86_64 1.3.6-3.fc42    fedora      90.0 KiB
-  libXext-devel              x86_64 1.3.6-3.fc42    fedora      98.9 KiB
-  libXft                     x86_64 2.3.8-8.fc42    fedora     168.4 KiB
-  libXft-devel               x86_64 2.3.8-8.fc42    fedora      31.7 KiB
-  libXrender                 x86_64 0.9.12-2.fc42   fedora      50.0 KiB
-  libXrender-devel           x86_64 0.9.12-2.fc42   fedora      50.1 KiB
-  libblkid-devel             x86_64 2.40.4-7.fc42   fedora      44.9 KiB
-  libdatrie                  x86_64 0.2.13-11.fc42  fedora      57.8 KiB
-  libdatrie-devel            x86_64 0.2.13-11.fc42  fedora     597.7 KiB
-  libffi-devel               x86_64 3.4.6-5.fc42    fedora      33.1 KiB
-  libicu-devel               x86_64 76.1-4.fc42     fedora       5.0 MiB
-  libmount-devel             x86_64 2.40.4-7.fc42   fedora      63.5 KiB
-  libpng                     x86_64 2:1.6.44-2.fc42 fedora     241.7 KiB
-  libpng-devel               x86_64 2:1.6.44-2.fc42 fedora     877.7 KiB
-  libselinux-devel           x86_64 3.8-1.fc42      fedora     126.8 KiB
-  libsepol-devel             x86_64 3.8-1.fc42      fedora     120.8 KiB
-  libtextstyle               x86_64 0.23.1-2.fc42   fedora     207.5 KiB
-  libthai                    x86_64 0.1.29-10.fc42  fedora     783.4 KiB
-  libthai-devel              x86_64 0.1.29-10.fc42  fedora     700.9 KiB
-  libwayland-client          x86_64 1.23.1-1.fc42   updates     62.1 KiB
-  libwayland-cursor          x86_64 1.23.1-1.fc42   updates     37.3 KiB
-  libwayland-egl             x86_64 1.23.1-1.fc42   updates     12.4 KiB
-  libwayland-server          x86_64 1.23.1-1.fc42   updates     78.6 KiB
-  libxml2-devel              x86_64 2.12.10-1.fc42  fedora       3.4 MiB
-  pango                      x86_64 1.56.3-1.fc42   fedora       1.0 MiB
-  pcre2-devel                x86_64 10.45-1.fc42    fedora       2.1 MiB
-  pcre2-utf16                x86_64 10.45-1.fc42    fedora     626.3 KiB
-  pcre2-utf32                x86_64 10.45-1.fc42    fedora     598.2 KiB
-  pixman                     x86_64 0.44.2-2.fc42   fedora     674.2 KiB
-  pixman-devel               x86_64 0.44.2-2.fc42   fedora      49.4 KiB
-  python3-packaging          noarch 24.2-3.fc42     fedora     555.7 KiB
-  sysprof-capture-devel      x86_64 48.0-1.fc42     fedora     273.8 KiB
-  xml-common                 noarch 0.6.3-66.fc42   fedora      78.4 KiB
-  xz-devel                   x86_64 1:5.8.1-2.fc42  updates    258.8 KiB
-  zlib-ng-compat-devel       x86_64 2.2.4-3.fc42    fedora     107.0 KiB
- 
- Transaction Summary:
-  Installing:        67 packages
- 
- Total size of inbound packages is 14 MiB. Need to download 14 MiB.
- After this operation, 71 MiB extra will be used (install 71 MiB, remove 0 B).
- [ 1/67] cairo-devel-0:1.18.2-3.fc42.x86 100% | 281.3 KiB/s | 192.1 KiB |  00m01s
- >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/developme
- >>> Status code: 404 for http://fedora.mirrorservice.org/fedora/linux/developmen
- >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/development
- >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/developmen
- >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/deve
- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel
- [ 2/67] fontconfig-0:2.16.0-2.fc42.x86_ 100% | 382.1 KiB/s | 272.0 KiB |  00m01s
- >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/developme
- >>> Status code: 404 for http://fedora.mirrorservice.org/fedora/linux/developmen
- >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/development
- >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/developmen
- >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/deve
- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel
- [ 3/67] cairo-0:1.18.2-3.fc42.x86_64    100% | 851.9 KiB/s | 731.8 KiB |  00m01s
- >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/developme
- >>> Status code: 404 for http://fedora.mirrorservice.org/fedora/linux/developmen
- >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/development
- >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/developmen
- >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/deve
- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel
- [ 4/67] libXrender-0:0.9.12-2.fc42.x86_ 100% |  75.2 KiB/s |  26.9 KiB |  00m00s
- >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/development
- >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel
- >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/deve
- [ 5/67] libXext-0:1.3.6-3.fc42.x86_64   100% |  69.5 KiB/s |  39.3 KiB |  00m01s
- >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/developme
- >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/developmen
- >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/development
- >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel
- >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/deve
- [ 6/67] libpng-2:1.6.44-2.fc42.x86_64   100% |   1.3 MiB/s | 123.9 KiB |  00m00s
- [ 7/67] default-fonts-core-sans-0:4.2-4 100% | 665.4 KiB/s |  31.3 KiB |  00m00s
- [ 8/67] freetype-0:2.13.3-2.fc42.x86_64 100% | 598.6 KiB/s | 415.5 KiB |  00m01s
- >>> Status code: 404 for http://fedora.mirrorservice.org/fedora/linux/developmen
- >>> Status code: 404 for https://fedora.mirrorservice.org/fedora/linux/developme
- >>> Status code: 404 for http://ask4.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for https://ask4.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for https://creeperhost.mm.fcix.net/fedora/linux/developmen
- >>> Status code: 404 for http://creeperhost.mm.fcix.net/fedora/linux/development
- >>> Status code: 404 for http://b4sh.mm.fcix.net/fedora/linux/development/42/Eve
- >>> Status code: 404 for https://b4sh.mm.fcix.net/fedora/linux/development/42/Ev
- >>> Status code: 404 for http://divergentnetworks.mm.fcix.net/fedora/linux/devel
- >>> Status code: 404 for https://divergentnetworks.mm.fcix.net/fedora/linux/deve
- [ 9/67] fonts-filesystem-1:2.0.5-21.fc4 100% | 183.2 KiB/s |   8.6 KiB |  00m00s
- [10/67] xml-common-0:0.6.3-66.fc42.noar 100% | 611.8 KiB/s |  31.2 KiB |  00m00s
- [11/67] pixman-0:0.44.2-2.fc42.x86_64   100% |   1.8 MiB/s | 277.4 KiB |  00m00s
- [12/67] abattis-cantarell-vf-fonts-0:0. 100% | 592.4 KiB/s | 120.3 KiB |  00m00s
- [13/67] google-noto-sans-vf-fonts-0:202 100% |   2.9 MiB/s | 614.5 KiB |  00m00s
- [14/67] google-noto-fonts-common-0:2025 100% | 334.8 KiB/s |  17.1 KiB |  00m00s
- [15/67] libxkbcommon-devel-0:1.8.1-1.fc 100% |   1.1 MiB/s |  68.2 KiB |  00m00s
- [16/67] pango-devel-0:1.56.3-1.fc42.x86 100% |   1.4 MiB/s | 161.2 KiB |  00m00s
- [17/67] harfbuzz-0:10.4.0-1.fc42.x86_64 100% |   2.2 MiB/s |   1.1 MiB |  00m00s
- [18/67] graphite2-0:1.3.14-18.fc42.x86_ 100% | 269.8 KiB/s |  95.8 KiB |  00m00s
- [19/67] fontconfig-devel-0:2.16.0-2.fc4 100% | 880.3 KiB/s | 167.3 KiB |  00m00s
- [20/67] pango-0:1.56.3-1.fc42.x86_64    100% |   2.2 MiB/s | 348.3 KiB |  00m00s
- [21/67] fribidi-0:1.0.16-2.fc42.x86_64  100% |   1.0 MiB/s |  53.6 KiB |  00m00s
- [22/67] libXft-0:2.3.8-8.fc42.x86_64    100% |   1.4 MiB/s |  72.9 KiB |  00m00s
- [23/67] libthai-0:0.1.29-10.fc42.x86_64 100% |   1.0 MiB/s | 211.5 KiB |  00m00s
- [24/67] freetype-devel-0:2.13.3-2.fc42. 100% | 904.5 KiB/s |   1.0 MiB |  00m01s
- [25/67] gettext-libs-0:0.23.1-2.fc42.x8 100% | 974.9 KiB/s | 760.4 KiB |  00m01s
- [26/67] gettext-0:0.23.1-2.fc42.x86_64  100% | 901.1 KiB/s |   1.1 MiB |  00m01s
- [27/67] gettext-runtime-0:0.23.1-2.fc42 100% | 500.6 KiB/s | 116.1 KiB |  00m00s
- [28/67] libdatrie-0:0.2.13-11.fc42.x86_ 100% | 634.5 KiB/s |  32.4 KiB |  00m00s
- [29/67] libtextstyle-0:0.23.1-2.fc42.x8 100% | 506.3 KiB/s |  92.1 KiB |  00m00s
- [30/67] wayland-devel-0:1.23.1-1.fc42.x 100% |   1.7 MiB/s | 152.1 KiB |  00m00s
- [31/67] libwayland-cursor-0:1.23.1-1.fc 100% |   1.4 MiB/s |  18.8 KiB |  00m00s
- [32/67] libwayland-egl-0:1.23.1-1.fc42. 100% | 946.8 KiB/s |  12.3 KiB |  00m00s
- [33/67] libwayland-server-0:1.23.1-1.fc 100% |   2.9 MiB/s |  41.5 KiB |  00m00s
- [34/67] libwayland-client-0:1.23.1-1.fc 100% | 532.7 KiB/s |  33.0 KiB |  00m00s
- [35/67] gettext-envsubst-0:0.23.1-2.fc4 100% | 190.6 KiB/s |  37.7 KiB |  00m00s
- [36/67] wayland-protocols-devel-0:1.44- 100% |   7.3 MiB/s | 171.8 KiB |  00m00s
- [37/67] fribidi-devel-0:1.0.16-2.fc42.x 100% | 454.6 KiB/s |  29.5 KiB |  00m00s
- [38/67] glib2-devel-0:2.84.1-1.fc42.x86 100% |  17.1 MiB/s |   1.5 MiB |  00m00s
- [39/67] harfbuzz-cairo-0:10.4.0-1.fc42. 100% | 469.6 KiB/s |  30.1 KiB |  00m00s
- [40/67] python3-packaging-0:24.2-3.fc42 100% | 851.0 KiB/s | 154.0 KiB |  00m00s
- [41/67] harfbuzz-icu-0:10.4.0-1.fc42.x8 100% | 195.0 KiB/s |  15.4 KiB |  00m00s
- [42/67] libXft-devel-0:2.3.8-8.fc42.x86 100% | 720.2 KiB/s |  49.7 KiB |  00m00s
- [43/67] libXrender-devel-0:0.9.12-2.fc4 100% | 166.2 KiB/s |  19.1 KiB |  00m00s
- [44/67] libthai-devel-0:0.1.29-10.fc42. 100% | 724.6 KiB/s | 147.1 KiB |  00m00s
- [45/67] cmake-filesystem-0:3.31.6-2.fc4 100% | 344.9 KiB/s |  17.6 KiB |  00m00s
- [46/67] zlib-ng-compat-devel-0:2.2.4-3. 100% | 753.5 KiB/s |  38.4 KiB |  00m00s
- [47/67] harfbuzz-devel-0:10.4.0-1.fc42. 100% | 787.7 KiB/s | 453.7 KiB |  00m01s
- [48/67] graphite2-devel-0:1.3.14-18.fc4 100% | 169.2 KiB/s |  20.8 KiB |  00m00s
- [49/67] libdatrie-devel-0:0.2.13-11.fc4 100% | 388.0 KiB/s | 156.0 KiB |  00m00s
- [50/67] libxml2-devel-0:2.12.10-1.fc42. 100% | 850.2 KiB/s | 523.7 KiB |  00m01s
- [51/67] brotli-devel-0:1.1.0-6.fc42.x86 100% | 418.9 KiB/s |  33.9 KiB |  00m00s
- [52/67] brotli-0:1.1.0-6.fc42.x86_64    100% | 240.3 KiB/s |  19.9 KiB |  00m00s
- [53/67] bzip2-devel-0:1.0.8-20.fc42.x86 100% | 553.6 KiB/s | 213.7 KiB |  00m00s
- [54/67] libpng-devel-2:1.6.44-2.fc42.x8 100% | 596.9 KiB/s | 291.9 KiB |  00m00s
- [55/67] pixman-devel-0:0.44.2-2.fc42.x8 100% |  98.9 KiB/s |  17.4 KiB |  00m00s
- [56/67] libicu-devel-0:76.1-4.fc42.x86_ 100% | 795.9 KiB/s | 793.5 KiB |  00m01s
- [57/67] libXext-devel-0:1.3.6-3.fc42.x8 100% | 250.1 KiB/s |  85.3 KiB |  00m00s
- [58/67] libffi-devel-0:3.4.6-5.fc42.x86 100% | 296.7 KiB/s |  28.8 KiB |  00m00s
- [59/67] libsepol-devel-0:3.8-1.fc42.x86 100% | 583.2 KiB/s |  48.4 KiB |  00m00s
- [60/67] libselinux-devel-0:3.8-1.fc42.x 100% | 925.1 KiB/s | 151.7 KiB |  00m00s
- [61/67] libmount-devel-0:2.40.4-7.fc42. 100% | 130.0 KiB/s |  23.9 KiB |  00m00s
- [62/67] pcre2-utf32-0:10.45-1.fc42.x86_ 100% | 969.2 KiB/s | 228.7 KiB |  00m00s
- [63/67] pcre2-utf16-0:10.45-1.fc42.x86_ 100% | 588.5 KiB/s | 241.9 KiB |  00m00s
- [64/67] xz-devel-1:5.8.1-2.fc42.x86_64  100% | 892.9 KiB/s |  67.0 KiB |  00m00s
- [65/67] libblkid-devel-0:2.40.4-7.fc42. 100% | 389.8 KiB/s |  23.0 KiB |  00m00s
- [66/67] pcre2-devel-0:10.45-1.fc42.x86_ 100% | 916.3 KiB/s | 543.4 KiB |  00m01s
- [67/67] sysprof-capture-devel-0:48.0-1. 100% | 161.7 KiB/s |  55.8 KiB |  00m00s
- --------------------------------------------------------------------------------
- [67/67] Total                           100% |   2.3 MiB/s |  14.5 MiB |  00m06s
- Running transaction
- [ 1/69] Verify package files            100% |   1.1 KiB/s |  67.0   B |  00m00s
- [ 2/69] Prepare transaction             100% | 736.0   B/s |  67.0   B |  00m00s
- [ 3/69] Installing libXrender-0:0.9.12- 100% |  25.0 MiB/s |  51.3 KiB |  00m00s
- [ 4/69] Installing libXrender-devel-0:0 100% |  49.8 MiB/s |  51.0 KiB |  00m00s
- [ 5/69] Installing fonts-filesystem-1:2 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 6/69] Installing libpng-2:1.6.44-2.fc 100% | 118.6 MiB/s | 242.9 KiB |  00m00s
- [ 7/69] Installing libffi-devel-0:3.4.6 100% |  34.0 MiB/s |  34.8 KiB |  00m00s
- [ 8/69] Installing cmake-filesystem-0:3 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 9/69] Installing zlib-ng-compat-devel 100% |  53.0 MiB/s | 108.5 KiB |  00m00s
- [10/69] Installing libpng-devel-2:1.6.4 100% |  41.0 MiB/s | 881.7 KiB |  00m00s
- [11/69] Installing libwayland-client-0: 100% |  30.9 MiB/s |  63.3 KiB |  00m00s
- [12/69] Installing libdatrie-0:0.2.13-1 100% |  14.4 MiB/s |  58.9 KiB |  00m00s
- [13/69] Installing libthai-0:0.1.29-10. 100% | 191.7 MiB/s | 785.2 KiB |  00m00s
- [14/69] Installing libtextstyle-0:0.23. 100% | 101.7 MiB/s | 208.3 KiB |  00m00s
- [15/69] Installing gettext-libs-0:0.23. 100% | 184.4 MiB/s |   2.0 MiB |  00m00s
- [16/69] Installing fribidi-0:1.0.16-2.f 100% |  10.1 MiB/s | 196.8 KiB |  00m00s
- [17/69] Installing graphite2-0:1.3.14-1 100% |  10.7 MiB/s | 197.9 KiB |  00m00s
- [18/69] Installing harfbuzz-0:10.4.0-1. 100% | 211.5 MiB/s |   2.7 MiB |  00m00s
- [19/69] Installing freetype-0:2.13.3-2. 100% | 168.0 MiB/s | 859.9 KiB |  00m00s
- [20/69] Installing pixman-0:0.44.2-2.fc 100% | 219.8 MiB/s | 675.3 KiB |  00m00s
- [21/69] Installing libXext-0:1.3.6-3.fc 100% |  89.1 MiB/s |  91.2 KiB |  00m00s
- [22/69] Installing libXext-devel-0:1.3. 100% |  36.1 MiB/s | 110.9 KiB |  00m00s
- [23/69] Installing pixman-devel-0:0.44. 100% |  49.0 MiB/s |  50.2 KiB |  00m00s
- [24/69] Installing harfbuzz-icu-0:10.4. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [25/69] Installing graphite2-devel-0:1. 100% |  49.6 MiB/s |  50.8 KiB |  00m00s
- [26/69] Installing fribidi-devel-0:1.0. 100% |  40.0 MiB/s |  81.9 KiB |  00m00s
- [27/69] Installing libdatrie-devel-0:0. 100% |  29.8 MiB/s | 609.8 KiB |  00m00s
- [28/69] Installing libthai-devel-0:0.1. 100% | 175.3 MiB/s | 718.0 KiB |  00m00s
- [29/69] Installing libwayland-cursor-0: 100% |  37.6 MiB/s |  38.5 KiB |  00m00s
- [30/69] Installing abattis-cantarell-vf 100% |  94.9 MiB/s | 194.4 KiB |  00m00s
- [31/69] Installing libblkid-devel-0:2.4 100% |  44.9 MiB/s |  46.0 KiB |  00m00s
- [32/69] Installing xz-devel-1:5.8.1-2.f 100% |  85.5 MiB/s | 262.6 KiB |  00m00s
- [33/69] Installing libxml2-devel-0:2.12 100% | 136.7 MiB/s |   3.4 MiB |  00m00s
- [34/69] Installing sysprof-capture-deve 100% |  90.1 MiB/s | 276.7 KiB |  00m00s
- [35/69] Installing pcre2-utf32-0:10.45- 100% | 195.0 MiB/s | 599.1 KiB |  00m00s
- [36/69] Installing pcre2-utf16-0:10.45- 100% | 153.1 MiB/s | 627.1 KiB |  00m00s
- [37/69] Installing pcre2-devel-0:10.45- 100% |  99.7 MiB/s |   2.1 MiB |  00m00s
- [38/69] Installing libsepol-devel-0:3.8 100% |  25.1 MiB/s | 128.3 KiB |  00m00s
- [39/69] Installing libselinux-devel-0:3 100% |  52.6 MiB/s | 161.6 KiB |  00m00s
- [40/69] Installing libmount-devel-0:2.4 100% |  63.0 MiB/s |  64.5 KiB |  00m00s
- [41/69] Installing bzip2-devel-0:1.0.8- 100% | 303.5 MiB/s | 310.7 KiB |  00m00s
- [42/69] Installing brotli-0:1.1.0-6.fc4 100% |   2.0 MiB/s |  32.3 KiB |  00m00s
- [43/69] Installing brotli-devel-0:1.1.0 100% |  33.2 MiB/s |  68.0 KiB |  00m00s
- [44/69] Installing libicu-devel-0:76.1- 100% | 108.0 MiB/s |   5.1 MiB |  00m00s
- [45/69] Installing python3-packaging-0: 100% |  61.6 MiB/s | 568.0 KiB |  00m00s
- [46/69] Installing glib2-devel-0:2.84.1 100% | 176.7 MiB/s |  15.9 MiB |  00m00s
- [47/69] Installing libwayland-server-0: 100% |  39.0 MiB/s |  79.8 KiB |  00m00s
- [48/69] Installing libwayland-egl-0:1.2 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [49/69] Installing gettext-envsubst-0:0 100% |   4.6 MiB/s |  80.2 KiB |  00m00s
- [50/69] Installing gettext-runtime-0:0. 100% |  22.5 MiB/s | 461.6 KiB |  00m00s
- [51/69] Installing gettext-0:0.23.1-2.f 100% | 140.5 MiB/s |   5.2 MiB |  00m00s
- [52/69] Installing google-noto-fonts-co 100% |  18.1 MiB/s |  18.5 KiB |  00m00s
- [53/69] Installing google-noto-sans-vf- 100% | 198.8 MiB/s |   1.4 MiB |  00m00s
- [54/69] Installing default-fonts-core-s 100% | 909.6 KiB/s |  18.2 KiB |  00m00s
- [55/69] Installing xml-common-0:0.6.3-6 100% |  19.8 MiB/s |  81.1 KiB |  00m00s
- [56/69] Installing fontconfig-0:2.16.0- 100% | 733.3 KiB/s | 783.9 KiB |  00m01s
- [57/69] Installing cairo-0:1.18.2-3.fc4 100% | 198.1 MiB/s |   1.8 MiB |  00m00s
- [58/69] Installing libXft-0:2.3.8-8.fc4 100% |  83.0 MiB/s | 169.9 KiB |  00m00s
- [59/69] Installing pango-0:1.56.3-1.fc4 100% |  40.9 MiB/s |   1.0 MiB |  00m00s
- [60/69] Installing harfbuzz-cairo-0:10. 100% |  25.9 MiB/s |  53.0 KiB |  00m00s
- [61/69] Installing fontconfig-devel-0:2 100% |  50.3 MiB/s | 154.4 KiB |  00m00s
- [62/69] Installing freetype-devel-0:2.1 100% | 258.9 MiB/s |   8.5 MiB |  00m00s
- [63/69] Installing cairo-devel-0:1.18.2 100% | 458.2 MiB/s |   2.3 MiB |  00m00s
- [64/69] Installing harfbuzz-devel-0:10. 100% | 179.0 MiB/s |   5.2 MiB |  00m00s
- [65/69] Installing libXft-devel-0:2.3.8 100% |  21.6 MiB/s |  44.3 KiB |  00m00s
- [66/69] Installing pango-devel-0:1.56.3 100% | 216.7 MiB/s |   1.5 MiB |  00m00s
- [67/69] Installing wayland-devel-0:1.23 100% |  33.6 MiB/s | 687.4 KiB |  00m00s
- [68/69] Installing libxkbcommon-devel-0 100% | 117.4 MiB/s | 360.5 KiB |  00m00s
- [69/69] Installing wayland-protocols-de 100% |   5.6 MiB/s | 982.9 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cairo-devel" "libxkbcommon-devel" "pango-devel" "wayland-devel" "wayland-protocols-devel"
- cairo-devel-1.18.2-3.fc42.x86_64
- libxkbcommon-devel-1.8.1-1.fc42.x86_64
- pango-devel-1.56.3-1.fc42.x86_64
- wayland-devel-1.23.1-1.fc42.x86_64
- wayland-protocols-devel-1.44-1.fc42.noarch
2025-05-12 14:01.50 ---> saved as "259e284fcba7ba1a9dc3f0858ad9dfe1fe3ca715f06255e2e5ef499c613409fc"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 18 packages
- install astring                0.8.5
- install bos                    0.2.1
- install conf-cairo             1
- install conf-libwayland        1
- install conf-pango             1
- install conf-pkg-config        4
- install conf-wayland-protocols 1
- install conf-xkbcommon         1
- install csexp                  1.5.2
- install dune                   3.18.2
- install dune-configurator      3.18.2
- install fmt                    0.10.0
- install fpath                  0.7.3
- install logs                   0.8.0
- install ocamlbuild             0.16.1
- install ocamlfind              1.9.8
- install rresult                0.7.0
- install topkg                  1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> installed conf-pkg-config.4
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed conf-cairo.1
-> installed conf-pango.1
-> installed conf-wayland-protocols.1
-> installed conf-xkbcommon.1
-> retrieved logs.0.8.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-libwayland.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved dune.3.18.2, dune-configurator.3.18.2  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.18.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.18.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-12 14:02.24 ---> saved as "d47d4e1adca22468eda33f1837f3a74cd44ebe6579a7d22862dbebad654b8a80"


/src: (copy (src .) (dst /src))
2025-05-12 14:02.25 ---> saved as "55d657d182e3303f4257aacd6826a747ab3d28467886b35defc9874746f09041"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-05-12 14:02.26 ---> saved as "75c4b6d44752e1c0a12970dc35d6c2eaa3f1a95ee0ab68793ce09332de06064f"
Job succeeded
2025-05-12 14:02.27: Job succeeded