2025-05-02 15:03.19: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:fedora-40-4.14_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4
# fedora-40-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 labrys.opam ./
RUN opam pin add -yn labrys.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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 ordering.3.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.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-02 15:03.19: Using cache hint "kit-ty-kate/labrys-ocaml/opam:fedora-40-ocaml-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4-fedora-40-4.14_opam-2.3-2becd0362023d281982bd1986567f0ca"
2025-05-02 15:03.19: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4)
(comment fedora-40-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 labrys.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn labrys.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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 ordering.3.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4")
(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 labrys.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-02 15:03.19: Waiting for resource in pool OCluster
2025-05-02 19:26.16: Waiting for worker…
2025-05-02 19:28.50: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI
(from ocaml/opam:fedora-40-ocaml-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4)
2025-05-02 19:54.52 ---> using "3912058b4593598b6b84a268c6cda72e5518a28c04ab1e298dfce7534a6e11b1" from cache
/: (comment fedora-40-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"))
Fedora 40 - x86_64 83 kB/s | 27 kB 00:00
Fedora 40 openh264 (From Cisco) - x86_64 10 kB/s | 989 B 00:00
Fedora 40 - x86_64 - Updates 104 kB/s | 12 kB 00:00
Fedora 40 - x86_64 - Updates 2.1 MB/s | 6.0 MB 00:02
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-05-02 19:54.52 ---> using "cda85671858ee3b5fccfd4de1a44a2dab2d725409d85505f240446614552cfee" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-02 19:54.52 ---> using "57d80a09ab913ab601bcc09edaeb548bcefa9f38e7a17e3f584ed606a74aac9e" 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] Initialised
2025-05-02 19:54.52 ---> using "52d1ceee3a27ea9837a45002178ba6152c34026f298cf59f19ca01a4e6868143" 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-02 19:54.52 ---> using "37b3b2fa4e5c9a7916fa3adb35002fbc56837b1b6ce9cbb48babf4dff857dffe" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-05-02 19:54.52 ---> using "00f839162ecc1944d59710bcb2b65e529a5b0f836a5393f1f8b6cd89bd921da1" 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"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
34a3fc46c3..35eb2f107a master -> origin/master
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-02 19:54.52 ---> using "b44954de3d9bbc8920f3b95acbed93332aead995ab7232fa3bd1a1465810d1c0" from cache
/src: (copy (src labrys.opam) (dst ./))
2025-05-02 19:54.52 ---> saved as "2a761e516ac2eff695baa2452d4f200e5f14ab1f2322fac4e9faf72513c9b633"
/src: (run (network host)
(shell "opam pin add -yn labrys.dev './'"))
[labrys.dev] synchronised (file:///src)
labrys is now pinned to file:///src (version dev)
2025-05-02 19:54.53 ---> saved as "49b2626ce80fad220ce2115f44608c80f42585dd83ea0da0803d265fd72f979a"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 19:54.53 ---> saved as "69ce6b17a34e700fee0d0d4a6d94ecc792d83336436be379f75b7da900917179"
/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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 ordering.3.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4")
/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 labrys.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64 161 kB/s | 25 kB 00:00
- Fedora 40 openh264 (From Cisco) - x86_64 10 kB/s | 989 B 00:00
- Fedora 40 - x86_64 - Updates 180 kB/s | 23 kB 00:00
- Fedora 40 - x86_64 - Updates 6.9 MB/s | 4.5 MB 00:00
- Metadata cache created.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[labrys.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:
cmake llvm11-devel python2.7
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "cmake" "llvm11-devel" "python2.7"
- Last metadata expiration check: 0:00:14 ago on Fri May 2 19:54:55 2025.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repo Size
- ================================================================================
- Installing:
- cmake x86_64 3.30.8-1.fc40 updates 11 M
- llvm11-devel x86_64 11.1.0-13.fc40 fedora 3.1 M
- python2.7 x86_64 2.7.18-43.fc40 updates 13 M
- Installing dependencies:
- abattis-cantarell-vf-fonts noarch 0.301-12.fc40 fedora 120 k
- annobin-docs noarch 12.60-1.fc40 updates 90 k
- annobin-plugin-gcc x86_64 12.60-1.fc40 updates 966 k
- ansible-srpm-macros noarch 1-16.fc40 updates 21 k
- cairo x86_64 1.18.0-3.fc40 fedora 709 k
- cmake-data noarch 3.30.8-1.fc40 updates 2.3 M
- cmake-filesystem x86_64 3.30.8-1.fc40 updates 17 k
- default-fonts-core-sans noarch 4.0-13.fc40 updates 31 k
- dwz x86_64 0.15-8.fc40 updates 139 k
- efi-srpm-macros noarch 5-11.fc40 fedora 22 k
- file x86_64 5.45-4.fc40 fedora 49 k
- fontconfig x86_64 2.15.0-6.fc40 updates 270 k
- fonts-filesystem noarch 1:2.0.5-14.fc40 fedora 8.2 k
- fonts-srpm-macros noarch 1:2.0.5-14.fc40 fedora 27 k
- forge-srpm-macros noarch 0.4.0-1.fc40 updates 20 k
- fpc-srpm-macros noarch 1.3-12.fc40 fedora 7.8 k
- freetype x86_64 2.13.2-5.fc40 fedora 410 k
- gcc-plugin-annobin x86_64 14.2.1-3.fc40 updates 55 k
- ghc-srpm-macros noarch 1.9.1-1.fc40 updates 8.9 k
- glibc-gconv-extra x86_64 2.39-37.fc40 updates 1.7 M
- gnat-srpm-macros noarch 6-5.fc40 fedora 8.8 k
- go-srpm-macros noarch 3.5.0-1.fc40 fedora 28 k
- google-noto-fonts-common noarch 20240301-2.fc40 fedora 17 k
- google-noto-sans-vf-fonts noarch 20240301-2.fc40 fedora 593 k
- graphite2 x86_64 1.3.14-15.fc40 fedora 95 k
- harfbuzz x86_64 8.5.0-1.fc40 updates 1.0 M
- jsoncpp x86_64 1.9.5-7.fc40 fedora 99 k
- kernel-srpm-macros noarch 1.0-23.fc40 fedora 9.7 k
- libXext x86_64 1.3.6-1.fc40 fedora 39 k
- libXft x86_64 2.3.8-6.fc40 fedora 72 k
- libXrender x86_64 0.9.11-6.fc40 fedora 27 k
- libdb x86_64 5.3.28-62.fc40 updates 758 k
- libedit-devel x86_64 3.1-54.20250104cvs.fc40 updates 41 k
- libpng x86_64 2:1.6.40-3.fc40 fedora 120 k
- libuv x86_64 1:1.50.0-1.fc40 updates 261 k
- llvm11 x86_64 11.1.0-13.fc40 fedora 12 M
- llvm11-libs x86_64 11.1.0-13.fc40 fedora 22 M
- llvm11-static x86_64 11.1.0-13.fc40 fedora 30 M
- lua-srpm-macros noarch 1-13.fc40 fedora 8.7 k
- ncurses-c++-libs x86_64 6.4-12.20240127.fc40 fedora 38 k
- ncurses-devel x86_64 6.4-12.20240127.fc40 fedora 562 k
- ocaml-srpm-macros noarch 9-3.fc40 fedora 9.1 k
- openblas-srpm-macros noarch 2-16.fc40 fedora 7.5 k
- package-notes-srpm-macros noarch 0.5-11.fc40 fedora 9.9 k
- perl-srpm-macros noarch 1-53.fc40 fedora 8.4 k
- pixman x86_64 0.43.4-1.fc40 updates 293 k
- pyproject-srpm-macros noarch 1.18.1-1.fc40 updates 14 k
- python-srpm-macros noarch 3.12-8.fc40 updates 23 k
- qt5-srpm-macros noarch 5.15.15-1.fc40 updates 8.9 k
- qt6-srpm-macros noarch 6.8.2-1.fc40 updates 9.2 k
- redhat-rpm-config noarch 288-1.fc40 updates 82 k
- rhash x86_64 1.4.3-4.fc40 fedora 194 k
- rust-srpm-macros noarch 26.3-1.fc40 updates 13 k
- tcl x86_64 1:8.6.13-3.fc40 updates 1.1 M
- tix x86_64 1:8.4.3-40.fc40 fedora 268 k
- tk x86_64 1:8.6.13-3.fc40 fedora 1.6 M
- vim-filesystem noarch 2:9.1.1275-1.fc40 updates 16 k
- xml-common noarch 0.6.3-63.fc40 fedora 31 k
- zig-srpm-macros noarch 1-2.fc40 fedora 8.0 k
- zip x86_64 3.0-40.fc40 fedora 265 k
-
- Transaction Summary
- ================================================================================
- Install 63 Packages
-
- Total download size: 106 M
- Installed size: 462 M
- Downloading Packages:
- (1/63): abattis-cantarell-vf-fonts-0.301-12.fc4 2.2 MB/s | 120 kB 00:00
- (2/63): efi-srpm-macros-5-11.fc40.noarch.rpm 409 kB/s | 22 kB 00:00
- (3/63): fonts-filesystem-2.0.5-14.fc40.noarch.r 995 kB/s | 8.2 kB 00:00
- (4/63): fonts-srpm-macros-2.0.5-14.fc40.noarch. 2.9 MB/s | 27 kB 00:00
- (5/63): fpc-srpm-macros-1.3-12.fc40.noarch.rpm 958 kB/s | 7.8 kB 00:00
- (6/63): cairo-1.18.0-3.fc40.x86_64.rpm 6.9 MB/s | 709 kB 00:00
- (7/63): gnat-srpm-macros-6-5.fc40.noarch.rpm 992 kB/s | 8.8 kB 00:00
- (8/63): file-5.45-4.fc40.x86_64.rpm 814 kB/s | 49 kB 00:00
- (9/63): go-srpm-macros-3.5.0-1.fc40.noarch.rpm 3.1 MB/s | 28 kB 00:00
- (10/63): freetype-2.13.2-5.fc40.x86_64.rpm 9.5 MB/s | 410 kB 00:00
- (11/63): google-noto-fonts-common-20240301-2.fc 2.0 MB/s | 17 kB 00:00
- (12/63): graphite2-1.3.14-15.fc40.x86_64.rpm 9.3 MB/s | 95 kB 00:00
- (13/63): kernel-srpm-macros-1.0-23.fc40.noarch. 420 kB/s | 9.7 kB 00:00
- (14/63): libXext-1.3.6-1.fc40.x86_64.rpm 4.3 MB/s | 39 kB 00:00
- (15/63): google-noto-sans-vf-fonts-20240301-2.f 11 MB/s | 593 kB 00:00
- (16/63): libXrender-0.9.11-6.fc40.x86_64.rpm 2.9 MB/s | 27 kB 00:00
- (17/63): jsoncpp-1.9.5-7.fc40.x86_64.rpm 1.1 MB/s | 99 kB 00:00
- (18/63): libXft-2.3.8-6.fc40.x86_64.rpm 1.5 MB/s | 72 kB 00:00
- (19/63): libpng-1.6.40-3.fc40.x86_64.rpm 2.8 MB/s | 120 kB 00:00
- (20/63): llvm11-devel-11.1.0-13.fc40.x86_64.rpm 13 MB/s | 3.1 MB 00:00
- (21/63): llvm11-11.1.0-13.fc40.x86_64.rpm 5.3 MB/s | 12 MB 00:02
- (22/63): lua-srpm-macros-1-13.fc40.noarch.rpm 421 kB/s | 8.7 kB 00:00
- (23/63): ncurses-c++-libs-6.4-12.20240127.fc40. 2.5 MB/s | 38 kB 00:00
- (24/63): ncurses-devel-6.4-12.20240127.fc40.x86 7.1 MB/s | 562 kB 00:00
- (25/63): ocaml-srpm-macros-9-3.fc40.noarch.rpm 1.0 MB/s | 9.1 kB 00:00
- (26/63): openblas-srpm-macros-2-16.fc40.noarch. 893 kB/s | 7.5 kB 00:00
- (27/63): package-notes-srpm-macros-0.5-11.fc40. 502 kB/s | 9.9 kB 00:00
- (28/63): perl-srpm-macros-1-53.fc40.noarch.rpm 1.0 MB/s | 8.4 kB 00:00
- (29/63): rhash-1.4.3-4.fc40.x86_64.rpm 4.0 MB/s | 194 kB 00:00
- (30/63): tix-8.4.3-40.fc40.x86_64.rpm 4.3 MB/s | 268 kB 00:00
- (31/63): tk-8.6.13-3.fc40.x86_64.rpm 7.0 MB/s | 1.6 MB 00:00
- (32/63): xml-common-0.6.3-63.fc40.noarch.rpm 3.3 MB/s | 31 kB 00:00
- (33/63): zig-srpm-macros-1-2.fc40.noarch.rpm 520 kB/s | 8.0 kB 00:00
- (34/63): zip-3.0-40.fc40.x86_64.rpm 5.9 MB/s | 265 kB 00:00
- (35/63): annobin-docs-12.60-1.fc40.noarch.rpm 2.5 MB/s | 90 kB 00:00
- (36/63): annobin-plugin-gcc-12.60-1.fc40.x86_64 6.5 MB/s | 966 kB 00:00
- (37/63): ansible-srpm-macros-1-16.fc40.noarch.r 1.5 MB/s | 21 kB 00:00
- (38/63): llvm11-static-11.1.0-13.fc40.x86_64.rp 8.9 MB/s | 30 MB 00:03
- (39/63): cmake-data-3.30.8-1.fc40.noarch.rpm 10 MB/s | 2.3 MB 00:00
- (40/63): cmake-filesystem-3.30.8-1.fc40.x86_64. 1.9 MB/s | 17 kB 00:00
- (41/63): default-fonts-core-sans-4.0-13.fc40.no 3.6 MB/s | 31 kB 00:00
- (42/63): dwz-0.15-8.fc40.x86_64.rpm 4.2 MB/s | 139 kB 00:00
- (43/63): fontconfig-2.15.0-6.fc40.x86_64.rpm 6.5 MB/s | 270 kB 00:00
- (44/63): forge-srpm-macros-0.4.0-1.fc40.noarch. 910 kB/s | 20 kB 00:00
- (45/63): gcc-plugin-annobin-14.2.1-3.fc40.x86_6 1.6 MB/s | 55 kB 00:00
- (46/63): ghc-srpm-macros-1.9.1-1.fc40.noarch.rp 612 kB/s | 8.9 kB 00:00
- (47/63): llvm11-libs-11.1.0-13.fc40.x86_64.rpm 5.3 MB/s | 22 MB 00:04
- (48/63): cmake-3.30.8-1.fc40.x86_64.rpm 7.9 MB/s | 11 MB 00:01
- (49/63): glibc-gconv-extra-2.39-37.fc40.x86_64. 5.1 MB/s | 1.7 MB 00:00
- (50/63): libedit-devel-3.1-54.20250104cvs.fc40. 1.3 MB/s | 41 kB 00:00
- (51/63): harfbuzz-8.5.0-1.fc40.x86_64.rpm 5.7 MB/s | 1.0 MB 00:00
- (52/63): libuv-1.50.0-1.fc40.x86_64.rpm 5.1 MB/s | 261 kB 00:00
- (53/63): pyproject-srpm-macros-1.18.1-1.fc40.no 1.1 MB/s | 14 kB 00:00
- (54/63): libdb-5.3.28-62.fc40.x86_64.rpm 6.0 MB/s | 758 kB 00:00
- (55/63): python-srpm-macros-3.12-8.fc40.noarch. 947 kB/s | 23 kB 00:00
- (56/63): pixman-0.43.4-1.fc40.x86_64.rpm 4.8 MB/s | 293 kB 00:00
- (57/63): qt5-srpm-macros-5.15.15-1.fc40.noarch. 1.0 MB/s | 8.9 kB 00:00
- (58/63): qt6-srpm-macros-6.8.2-1.fc40.noarch.rp 231 kB/s | 9.2 kB 00:00
- (59/63): redhat-rpm-config-288-1.fc40.noarch.rp 1.7 MB/s | 82 kB 00:00
- (60/63): rust-srpm-macros-26.3-1.fc40.noarch.rp 434 kB/s | 13 kB 00:00
- (61/63): vim-filesystem-9.1.1275-1.fc40.noarch. 1.5 MB/s | 16 kB 00:00
- (62/63): tcl-8.6.13-3.fc40.x86_64.rpm 6.9 MB/s | 1.1 MB 00:00
- (63/63): python2.7-2.7.18-43.fc40.x86_64.rpm 10 MB/s | 13 MB 00:01
- --------------------------------------------------------------------------------
- Total 17 MB/s | 106 MB 00:06
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : tcl-1:8.6.13-3.fc40.x86_64 1/63
- Installing : fonts-filesystem-1:2.0.5-14.fc40.noarch 2/63
- Installing : cmake-filesystem-3.30.8-1.fc40.x86_64 3/63
- Installing : llvm11-libs-11.1.0-13.fc40.x86_64 4/63
- Installing : libpng-2:1.6.40-3.fc40.x86_64 5/63
- Installing : libXrender-0.9.11-6.fc40.x86_64 6/63
-
- Installing : llvm11-11.1.0-13.fc40.x86_64 7/63
- Installing : abattis-cantarell-vf-fonts-0.301-12.fc40.noarch 8/63
- Installing : vim-filesystem-2:9.1.1275-1.fc40.noarch 9/63
- Running scriptlet: vim-filesystem-2:9.1.1275-1.fc40.noarch 9/63
- Installing : rust-srpm-macros-26.3-1.fc40.noarch 10/63
- Installing : qt6-srpm-macros-6.8.2-1.fc40.noarch 11/63
- Installing : qt5-srpm-macros-5.15.15-1.fc40.noarch 12/63
- Installing : pyproject-srpm-macros-1.18.1-1.fc40.noarch 13/63
- Installing : pixman-0.43.4-1.fc40.x86_64 14/63
- Installing : libuv-1:1.50.0-1.fc40.x86_64 15/63
- Installing : libdb-5.3.28-62.fc40.x86_64 16/63
- Installing : ghc-srpm-macros-1.9.1-1.fc40.noarch 17/63
- Installing : gcc-plugin-annobin-14.2.1-3.fc40.x86_64 18/63
- Installing : dwz-0.15-8.fc40.x86_64 19/63
- Installing : ansible-srpm-macros-1-16.fc40.noarch 20/63
- Installing : annobin-docs-12.60-1.fc40.noarch 21/63
- Installing : annobin-plugin-gcc-12.60-1.fc40.x86_64 22/63
- Installing : zip-3.0-40.fc40.x86_64 23/63
- Installing : zig-srpm-macros-1-2.fc40.noarch 24/63
- Running scriptlet: xml-common-0.6.3-63.fc40.noarch 25/63
- Installing : xml-common-0.6.3-63.fc40.noarch 25/63
- Installing : rhash-1.4.3-4.fc40.x86_64 26/63
- Installing : perl-srpm-macros-1-53.fc40.noarch 27/63
- Installing : package-notes-srpm-macros-0.5-11.fc40.noarch 28/63
- Installing : openblas-srpm-macros-2-16.fc40.noarch 29/63
- Installing : ocaml-srpm-macros-9-3.fc40.noarch 30/63
- Installing : ncurses-c++-libs-6.4-12.20240127.fc40.x86_64 31/63
- Installing : ncurses-devel-6.4-12.20240127.fc40.x86_64 32/63
- Installing : libedit-devel-3.1-54.20250104cvs.fc40.x86_64 33/63
- Installing : lua-srpm-macros-1-13.fc40.noarch 34/63
- Installing : llvm11-static-11.1.0-13.fc40.x86_64 35/63
- Installing : libXext-1.3.6-1.fc40.x86_64 36/63
- Installing : kernel-srpm-macros-1.0-23.fc40.noarch 37/63
- Installing : jsoncpp-1.9.5-7.fc40.x86_64 38/63
-
- Installing : cmake-data-3.30.8-1.fc40.noarch 39/63
- Installing : cmake-3.30.8-1.fc40.x86_64 40/63
- Installing : graphite2-1.3.14-15.fc40.x86_64 41/63
- Installing : google-noto-fonts-common-20240301-2.fc40.noarch 42/63
- Installing : google-noto-sans-vf-fonts-20240301-2.fc40.noarch 43/63
- Installing : default-fonts-core-sans-4.0-13.fc40.noarch 44/63
- Installing : cairo-1.18.0-3.fc40.x86_64 45/63
- Installing : harfbuzz-8.5.0-1.fc40.x86_64 46/63
- Installing : freetype-2.13.2-5.fc40.x86_64 47/63
- Installing : fontconfig-2.15.0-6.fc40.x86_64 48/63
- Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64 48/63
-
- Installing : libXft-2.3.8-6.fc40.x86_64 49/63
- Running scriptlet: tk-1:8.6.13-3.fc40.x86_64 50/63
- Installing : tk-1:8.6.13-3.fc40.x86_64 50/63
- Installing : tix-1:8.4.3-40.fc40.x86_64 51/63
- Running scriptlet: tix-1:8.4.3-40.fc40.x86_64 51/63
- Installing : gnat-srpm-macros-6-5.fc40.noarch 52/63
- Installing : fpc-srpm-macros-1.3-12.fc40.noarch 53/63
- Installing : file-5.45-4.fc40.x86_64 54/63
- Installing : efi-srpm-macros-5-11.fc40.noarch 55/63
- Installing : fonts-srpm-macros-1:2.0.5-14.fc40.noarch 56/63
- Installing : go-srpm-macros-3.5.0-1.fc40.noarch 57/63
- Installing : forge-srpm-macros-0.4.0-1.fc40.noarch 58/63
- Installing : python-srpm-macros-3.12-8.fc40.noarch 59/63
- Installing : redhat-rpm-config-288-1.fc40.noarch 60/63
- Running scriptlet: redhat-rpm-config-288-1.fc40.noarch 60/63
-
- Installing : python2.7-2.7.18-43.fc40.x86_64 61/63
- Installing : llvm11-devel-11.1.0-13.fc40.x86_64 62/63
- Running scriptlet: llvm11-devel-11.1.0-13.fc40.x86_64 62/63
- Installing : glibc-gconv-extra-2.39-37.fc40.x86_64 63/63
- Running scriptlet: glibc-gconv-extra-2.39-37.fc40.x86_64 63/63
- Running scriptlet: fontconfig-2.15.0-6.fc40.x86_64 63/63
- Running scriptlet: glibc-gconv-extra-2.39-37.fc40.x86_64 63/63
-
- Installed:
- abattis-cantarell-vf-fonts-0.301-12.fc40.noarch
- annobin-docs-12.60-1.fc40.noarch
- annobin-plugin-gcc-12.60-1.fc40.x86_64
- ansible-srpm-macros-1-16.fc40.noarch
- cairo-1.18.0-3.fc40.x86_64
- cmake-3.30.8-1.fc40.x86_64
- cmake-data-3.30.8-1.fc40.noarch
- cmake-filesystem-3.30.8-1.fc40.x86_64
- default-fonts-core-sans-4.0-13.fc40.noarch
- dwz-0.15-8.fc40.x86_64
- efi-srpm-macros-5-11.fc40.noarch
- file-5.45-4.fc40.x86_64
- fontconfig-2.15.0-6.fc40.x86_64
- fonts-filesystem-1:2.0.5-14.fc40.noarch
- fonts-srpm-macros-1:2.0.5-14.fc40.noarch
- forge-srpm-macros-0.4.0-1.fc40.noarch
- fpc-srpm-macros-1.3-12.fc40.noarch
- freetype-2.13.2-5.fc40.x86_64
- gcc-plugin-annobin-14.2.1-3.fc40.x86_64
- ghc-srpm-macros-1.9.1-1.fc40.noarch
- glibc-gconv-extra-2.39-37.fc40.x86_64
- gnat-srpm-macros-6-5.fc40.noarch
- go-srpm-macros-3.5.0-1.fc40.noarch
- google-noto-fonts-common-20240301-2.fc40.noarch
- google-noto-sans-vf-fonts-20240301-2.fc40.noarch
- graphite2-1.3.14-15.fc40.x86_64
- harfbuzz-8.5.0-1.fc40.x86_64
- jsoncpp-1.9.5-7.fc40.x86_64
- kernel-srpm-macros-1.0-23.fc40.noarch
- libXext-1.3.6-1.fc40.x86_64
- libXft-2.3.8-6.fc40.x86_64
- libXrender-0.9.11-6.fc40.x86_64
- libdb-5.3.28-62.fc40.x86_64
- libedit-devel-3.1-54.20250104cvs.fc40.x86_64
- libpng-2:1.6.40-3.fc40.x86_64
- libuv-1:1.50.0-1.fc40.x86_64
- llvm11-11.1.0-13.fc40.x86_64
- llvm11-devel-11.1.0-13.fc40.x86_64
- llvm11-libs-11.1.0-13.fc40.x86_64
- llvm11-static-11.1.0-13.fc40.x86_64
- lua-srpm-macros-1-13.fc40.noarch
- ncurses-c++-libs-6.4-12.20240127.fc40.x86_64
- ncurses-devel-6.4-12.20240127.fc40.x86_64
- ocaml-srpm-macros-9-3.fc40.noarch
- openblas-srpm-macros-2-16.fc40.noarch
- package-notes-srpm-macros-0.5-11.fc40.noarch
- perl-srpm-macros-1-53.fc40.noarch
- pixman-0.43.4-1.fc40.x86_64
- pyproject-srpm-macros-1.18.1-1.fc40.noarch
- python-srpm-macros-3.12-8.fc40.noarch
- python2.7-2.7.18-43.fc40.x86_64
- qt5-srpm-macros-5.15.15-1.fc40.noarch
- qt6-srpm-macros-6.8.2-1.fc40.noarch
- redhat-rpm-config-288-1.fc40.noarch
- rhash-1.4.3-4.fc40.x86_64
- rust-srpm-macros-26.3-1.fc40.noarch
- tcl-1:8.6.13-3.fc40.x86_64
- tix-1:8.4.3-40.fc40.x86_64
- tk-1:8.6.13-3.fc40.x86_64
- vim-filesystem-2:9.1.1275-1.fc40.noarch
- xml-common-0.6.3-63.fc40.noarch
- zig-srpm-macros-1-2.fc40.noarch
- zip-3.0-40.fc40.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "cmake" "llvm11-devel" "python2.7"
- cmake-3.30.8-1.fc40.x86_64
- llvm11-devel-11.1.0-13.fc40.x86_64
- python2.7-2.7.18-43.fc40.x86_64
2025-05-02 19:55.22 ---> saved as "0b8294370f9d6de7ba4797b1354103a892f67a179bef384f45b905dcf95fa017"
/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 36 packages
- install base-bytes base
- install bigarray-compat 1.1.0
- install cmdliner 1.3.0
- install conf-bash 1
- install conf-cmake 1
- install conf-llvm 11.0.0
- install conf-python-2-7 1.2
- install containers 3.15
- install containers-data 3.15
- install csexp 1.5.2
- install ctypes 0.23.0
- install dune 3.18.2
- install dune-configurator 3.18.2
- install dune-private-libs 3.18.2
- install dune-site 3.18.2
- install dyn 3.18.2
- install either 1.0.0
- install integers 0.7.0
- install llvm 11.0.0
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install msgpack 1.3.0
- install num 1.5-1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ordering 3.18.2
- install pp 2.0.0
- install pprint 20230830
- install re 1.12.0
- install seq base
- install stdlib-shims 0.3.0
- install stdune 3.18.2
- install topkg 1.0.8
- install uutf 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-llvm.11.0.0 (cached)
-> retrieved conf-python-2-7.1.2 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> installed conf-bash.1
-> retrieved cmdliner.1.3.0 (cached)
-> installed conf-cmake.1
-> installed conf-python-2-7.1.2
-> retrieved csexp.1.5.2 (cached)
-> installed conf-llvm.11.0.0
-> retrieved ctypes.0.23.0 (cached)
-> retrieved containers.3.15, containers-data.3.15 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved dune.3.18.2, dune-configurator.3.18.2, dune-private-libs.3.18.2, dune-site.3.18.2, dyn.3.18.2, ordering.3.18.2, stdune.3.18.2 (cached)
-> retrieved llvm.11.0.0 (cached)
-> retrieved msgpack.1.3.0 (cached)
-> retrieved num.1.5-1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved seq.base (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved pprint.20230830 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed dune.3.18.2
-> installed topkg.1.0.8
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed msgpack.1.3.0
-> installed dune-configurator.3.18.2
-> installed either.1.0.0
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ordering.3.18.2
-> installed pp.2.0.0
-> installed pprint.20230830
-> installed re.1.12.0
-> installed stdlib-shims.0.3.0
-> installed uutf.1.0.4
-> installed integers.0.7.0
-> installed containers.3.15
-> installed dyn.3.18.2
-> installed containers-data.3.15
-> installed stdune.3.18.2
-> installed ctypes.0.23.0
-> installed menhir.20240715
-> installed dune-private-libs.3.18.2
-> installed dune-site.3.18.2
-> installed llvm.11.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-02 19:57.58 ---> saved as "b4288b8f84c8662a89051b52afb706aba4b420664171c3de12680e5fde963307"
/src: (copy (src .) (dst /src))
2025-05-02 19:57.59 ---> saved as "9c0961deff7be7f7d74e537b90eecf0cc587d987e67d550cce22193f23672c9c"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/stdlib && ../src/main.exe build-module --no-prelude --build-dir . Prelude.sfw)
Compiling Prelude
Module Prelude compiled
2025-05-02 19:58.06 ---> saved as "cca895bf76d7b4d212bfd1e2d8c002904a3bc99b47dc99fdf4c3fda10b6bebf4"
Job succeeded
2025-05-02 19:58.06: Job succeeded