Organisationsmirageocaml-cf5bf143 (main)fedora-40-5.1_opam-2.1

fedora-40-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:20.04: New job: test mirage/ocaml-cf https://github.com/mirage/ocaml-cf.git#refs/heads/main (5bf14310eb6c374c8c79ed159eb5b71a77dd0428) (linux-x86_64:fedora-40-5.1_opam-2.1)
Base: ocaml/opam@sha256:8586a5a135e39d92dc8789ee4f1859b5037bd85e3e691925052ce7fe71850408
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-cf.git" -b "main" && cd "ocaml-cf" && git reset --hard 5bf14310
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:8586a5a135e39d92dc8789ee4f1859b5037bd85e3e691925052ce7fe71850408
# fedora-40-5.1_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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cf.opam cf-lwt.opam ./
RUN opam pin add -yn cf.dev './' && \
    opam pin add -yn cf-lwt.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-libffi.2.0.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 integers.0.7.0 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 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 cf.dev cf-lwt.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-05-10 09:20.04: Using cache hint "mirage/ocaml-cf-ocaml/opam@sha256:8586a5a135e39d92dc8789ee4f1859b5037bd85e3e691925052ce7fe71850408-fedora-40-5.1_opam-2.1-ea35d481a31f352223deff6873c55c25"
2024-05-10 09:20.04: Using OBuilder spec:
((from ocaml/opam@sha256:8586a5a135e39d92dc8789ee4f1859b5037bd85e3e691925052ce7fe71850408)
 (comment fedora-40-5.1_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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cf.opam cf-lwt.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn cf.dev './' && \
             \nopam pin add -yn cf-lwt.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-libffi.2.0.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 integers.0.7.0 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 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 cf.dev cf-lwt.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-05-10 09:20.04: Waiting for resource in pool OCluster
2024-05-11 00:54.41: Waiting for worker…
2024-05-11 00:56.50: Got resource from pool OCluster
Building on x86-bm-c19.sw.ocaml.org
All commits already cached
HEAD is now at 5bf1431 Merge pull request #6 from samoht/no-optional


(from ocaml/opam@sha256:8586a5a135e39d92dc8789ee4f1859b5037bd85e3e691925052ce7fe71850408)
2024-05-11 00:56.50 ---> using "9851e242fc78a02854d7a08899e553d5801c54d33e6e306a0b2ac8f546e80e8e" from cache


/: (comment fedora-40-5.1_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                              341 kB/s |  25 kB     00:00    
Fedora 40 - x86_64                              840 kB/s | 994 kB     00:01    
Fedora 40 openh264 (From Cisco) - x86_64         22 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                     59 kB/s |  21 kB     00:00    
Fedora 40 - x86_64 - Updates                    7.6 MB/s | 5.2 MB     00:00    
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-11 00:56.50 ---> using "bb9c607438084337aaa5cbdb7d01db3b108ce6ee51d20295baa9220515cd3296" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 00:56.50 ---> using "1edc6a2476196e330d83412eb307c024e0a89cf2fb4bca81ab16cb15ca11b511" 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-05-11 00:56.50 ---> using "611fa3294368211bd741b0714ef402ba5498eef4542424fb3df60c4cf2ad798d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-11 00:56.50 ---> using "a22e88c212251e2bcc475572f7ae99649e4c851afa9d7d7e0cb5ecae7d3769c1" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 00:56.50 ---> using "1735c02e174dcee5371f526c5557bf0f035147b25f0969085871c63020ccbd3e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-05-11 00:56.50 ---> using "9ec2766f4777d4f59be41639691d55fcc97c316bf33616039d173c01b6e8502e" from cache


/src: (copy (src cf.opam cf-lwt.opam) (dst ./))
2024-05-11 00:56.50 ---> saved as "5d854ec51bf5d131793999dfb87076f31a9fcb1e8b39d98a7433bea49cde99fa"


/src: (run (network host)
           (shell  "opam pin add -yn cf.dev './' && \
                  \nopam pin add -yn cf-lwt.dev './'"))
[cf.dev] synchronised (file:///src)
cf is now pinned to file:///src (version dev)
[cf-lwt.dev] synchronised (file:///src)
cf-lwt is now pinned to file:///src (version dev)
2024-05-11 00:56.52 ---> saved as "a8d87cc11b201245ab75bb5091c7ecace8c7d8dcea0d7b6cbea7081e568c6f0f"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-libffi.2.0.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 integers.0.7.0 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 re.1.11.0 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 cf.dev cf-lwt.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                               63 kB/s |  25 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         24 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    377 kB/s |  21 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cf.dev] synchronised (no changes)
[cf-lwt.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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:
    libffi-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "libffi-devel"
- Last metadata expiration check: 0:00:18 ago on Sat May 11 00:56:53 2024.
- Dependencies resolved.
- ================================================================================
-  Package              Architecture   Version               Repository      Size
- ================================================================================
- Installing:
-  libffi-devel         x86_64         3.4.4-7.fc40          fedora          28 k
- 
- Transaction Summary
- ================================================================================
- Install  1 Package
- 
- Total download size: 28 k
- Installed size: 33 k
- Downloading Packages:
- libffi-devel-3.4.4-7.fc40.x86_64.rpm            448 kB/s |  28 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            57 kB/s |  28 kB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                       1/1 
-   Running scriptlet: libffi-devel-3.4.4-7.fc40.x86_64                       1/1 
- 
- Installed:
-   libffi-devel-3.4.4-7.fc40.x86_64                                              
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "libffi-devel"
- libffi-devel-3.4.4-7.fc40.x86_64
2024-05-11 00:57.12 ---> saved as "925b5083b42ba6944d30edfc4f47ddf4c29787dc0147854c48432611625e1618"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 ocamlbuild         0.14.3
  - install conf-pkg-config    3
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install dune               3.15.2
  - install conf-libffi        2.0.0
  - install topkg              1.0.7
  - install base-bytes         base
  - install stdlib-shims       0.3.0
  - install re                 1.11.0
  - install ocaml-syntax-shims 1.0.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install bigarray-compat    1.1.0
  - install uutf               1.0.3
  - install fmt                0.9.0
  - install astring            0.8.5
  - install integers           0.7.0
  - install dune-configurator  3.15.2
  - install ocplib-endian      1.2
  - install alcotest           1.7.0
  - install ctypes             0.22.0
  - install lwt                5.7.0
  - install ctypes-foreign     0.22.0
===== 25 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> retrieved ctypes-foreign.0.22.0  (cached)
-> installed conf-libffi.2.0.0
-> retrieved fmt.0.9.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed integers.0.7.0
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.2
-> installed alcotest.1.7.0
-> installed lwt.5.7.0
-> installed ctypes.0.22.0
-> installed ctypes-foreign.0.22.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 00:58.38 ---> saved as "097828512e5155a04ff2680b7f190612d9abdb9f9276204618ff16a340c272c5"


/src: (copy (src .) (dst /src))
2024-05-11 00:58.38 ---> saved as "3962124e657a31c453840a1e66dd9db4a513aba6038a4081f7c95577f45c5efc"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-11 00:58.38 ---> saved as "2f01a76468443e7ee161e1b8237b03dcb1d3be2fd7735cf6f6993fb61ac2509f"
Job succeeded
2024-05-11 00:58.39: Job succeeded