Organisationsocaml-multicorelwt_eioe3679c (master)fedora-40-5.1_opam-2.1

fedora-40-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-16 08:23.01: New job: test ocaml-multicore/lwt_eio https://github.com/ocaml-multicore/lwt_eio.git#refs/heads/master (e3679c5296dd0aacac825735dab45ded26d55821) (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/ocaml-multicore/lwt_eio.git" -b "master" && cd "lwt_eio" && git reset --hard e3679c52
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 4e29837bedc03b2e5a3771c15479e71c8faee17a || git fetch origin master) && git reset -q --hard 4e29837bedc03b2e5a3771c15479e71c8faee17a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_eio.opam ./
RUN opam pin add -yn lwt_eio.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.15.2 dune-configurator.3.15.2 eio.1.0 eio_linux.1.0 eio_main.1.0 eio_posix.1.0 fmt.0.9.0 hmap.0.8.1 iomux.0.3 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 mdx.2.4.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.11.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7 uring.0.9"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y lwt_eio.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-16 08:23.01: Using cache hint "ocaml-multicore/lwt_eio-ocaml/opam@sha256:8586a5a135e39d92dc8789ee4f1859b5037bd85e3e691925052ce7fe71850408-fedora-40-5.1_opam-2.1-dc598fb71c10e391530e38207608d92a"
2024-05-16 08:23.01: 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 4e29837bedc03b2e5a3771c15479e71c8faee17a || git fetch origin master) && git reset -q --hard 4e29837bedc03b2e5a3771c15479e71c8faee17a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lwt_eio.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn lwt_eio.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.15.2 dune-configurator.3.15.2 eio.1.0 eio_linux.1.0 eio_main.1.0 eio_posix.1.0 fmt.0.9.0 hmap.0.8.1 iomux.0.3 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 mdx.2.4.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.11.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7 uring.0.9")
 (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 lwt_eio.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-16 08:23.01: Waiting for resource in pool OCluster
2024-05-16 08:23.01: Waiting for worker…
2024-05-16 08:23.01: Got resource from pool OCluster
Building on doris.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/lwt_eio.git-03549f0b94e06ebe87f28d868bc80903bc20db5a/.git/
HEAD is now at e3679c5 Merge pull request #30 from talex5/examples


(from ocaml/opam@sha256:8586a5a135e39d92dc8789ee4f1859b5037bd85e3e691925052ce7fe71850408)
2024-05-16 08:23.02 ---> 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                              198 kB/s |  25 kB     00:00    
Fedora 40 - x86_64                              1.1 MB/s | 994 kB     00:00    
Fedora 40 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
Fedora 40 openh264 (From Cisco) - x86_64        4.9 kB/s | 1.4 kB     00:00    
Fedora 40 - x86_64 - Updates                    167 kB/s |  21 kB     00:00    
Fedora 40 - x86_64 - Updates                    8.7 MB/s | 5.6 MB     00:00    
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-16 08:23.02 ---> using "bb9c607438084337aaa5cbdb7d01db3b108ce6ee51d20295baa9220515cd3296" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-16 08:23.02 ---> 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-16 08:23.02 ---> using "611fa3294368211bd741b0714ef402ba5498eef4542424fb3df60c4cf2ad798d" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-16 08:23.02 ---> 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 4e29837bedc03b2e5a3771c15479e71c8faee17a || git fetch origin master) && git reset -q --hard 4e29837bedc03b2e5a3771c15479e71c8faee17a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..3be63245f1  master     -> origin/master
4e29837bed [new release] uring (0.9)


<><> 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-16 08:23.48 ---> saved as "3c3857cb675026a801e0d22da02c0ceae1bc42832ebb0b5384875d5698fee79f"


/src: (copy (src lwt_eio.opam) (dst ./))
2024-05-16 08:23.48 ---> saved as "e3b61d0df5920df7a1e64895b7b0345842b93de5330d130fe7f8de2038b06e65"


/src: (run (network host)
           (shell "opam pin add -yn lwt_eio.dev './'"))
[lwt_eio.dev] synchronised (file:///src)
lwt_eio is now pinned to file:///src (version dev)
2024-05-16 08:23.49 ---> saved as "e2da71f223b68a47dda1ce8c20004786dfbaa9cbc5eca2ccb2c2bcabc2fc4145"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 camlp-streams.5.0.1 cmdliner.1.2.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.15.2 dune-configurator.3.15.2 eio.1.0 eio_linux.1.0 eio_main.1.0 eio_posix.1.0 fmt.0.9.0 hmap.0.8.1 iomux.0.3 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 mdx.2.4.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.11.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7 uring.0.9")


/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 lwt_eio.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                               43 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                    152 kB/s |  19 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt_eio.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).
2024-05-16 08:24.00 ---> saved as "d3bfb95bbd1ed37e9e589326fa6f9da936245a0c84dfd3e05f4df924e363afc4"


/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 cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install dune               3.15.2
  - install topkg              1.0.7
  - install base-bytes         base
  - install thread-table       1.0.0
  - install result             1.5
  - install re                 1.11.0
  - install psq                0.2.1
  - install optint             0.3.0
  - install ocaml-version      3.6.7
  - install lwt-dllist         1.0.1
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install camlp-streams      5.0.1
  - install mtime              2.0.0
  - install hmap               0.8.1
  - install fmt                0.9.0
  - install astring            0.8.5
  - install domain-local-await 1.0.1
  - install dune-configurator  3.15.2
  - install ocplib-endian      1.2
  - install cstruct            6.2.0
  - install iomux              0.3
  - install bigstringaf        0.9.1
  - install lwt                5.7.0
  - install uring              0.9
  - install eio                1.0
  - install logs               0.7.0
  - install eio_posix          1.0
  - install eio_linux          1.0
  - install mdx                2.4.1
  - install eio_main           1.0
===== 35 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved bigstringaf.0.9.1  (https://github.com/inhabitedtype/bigstringaf/archive/0.9.1.tar.gz)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved cstruct.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved eio.1.0  (https://github.com/ocaml-multicore/eio/releases/download/v1.0/eio-1.0.tbz)
-> retrieved eio_linux.1.0  (https://github.com/ocaml-multicore/eio/releases/download/v1.0/eio-1.0.tbz)
-> retrieved fmt.0.9.0  (cached)
-> retrieved eio_posix.1.0  (cached)
-> retrieved hmap.0.8.1  (http://erratique.ch/software/hmap/releases/hmap-0.8.1.tbz)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved eio_main.1.0  (https://github.com/ocaml-multicore/eio/releases/download/v1.0/eio-1.0.tbz)
-> retrieved iomux.0.3  (https://github.com/haesbaert/ocaml-iomux/releases/download/v0.3/iomux-0.3.tbz)
-> retrieved lwt-dllist.1.0.1  (https://github.com/mirage/lwt-dllist/releases/download/v1.0.1/lwt-dllist-v1.0.1.tbz)
-> retrieved mtime.2.0.0  (cached)
-> retrieved mdx.2.4.1  (https://github.com/realworldocaml/mdx/releases/download/2.4.1/mdx-2.4.1.tbz)
-> installed cmdliner.1.2.0
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
-> retrieved ocaml-version.3.6.7  (https://github.com/ocurrent/ocaml-version/releases/download/v3.6.7/ocaml-version-3.6.7.tbz)
-> retrieved psq.0.2.1  (cached)
-> retrieved result.1.5  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved optint.0.3.0  (https://github.com/mirage/optint/releases/download/v0.3.0/optint-0.3.0.tbz)
-> retrieved uring.0.9  (https://github.com/ocaml-multicore/ocaml-uring/releases/download/v0.9/uring-0.9.tbz)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed lwt-dllist.1.0.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cstruct.6.2.0
-> installed ocaml-version.3.6.7
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed re.1.11.0
-> installed domain-local-await.1.0.1
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.2
-> installed bigstringaf.0.9.1
-> installed iomux.0.3
-> installed uring.0.9
-> installed eio.1.0
-> installed eio_linux.1.0
-> installed lwt.5.7.0
-> installed eio_posix.1.0
-> installed eio_main.1.0
-> installed logs.0.7.0
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-16 08:24.38 ---> saved as "06aef08fafde0fd5358b1c0bc610533458280557b3f728e456bbdc77951537fd"


/src: (copy (src .) (dst /src))
2024-05-16 08:24.38 ---> saved as "6c694737fd3bcb2be7462c5ecc79c1975f2297c73f6864b6437a507b4f0313f3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-16 08:24.39 ---> saved as "cdf3c98ac39eb58c67ffffec1a935c4d4dfb9e5d8ea29f5297f9d15721b5f5a9"
Job succeeded
2024-05-16 08:24.40: Job succeeded