Organisationsdinosaurespoke58f11b (main)fedora-39-4.14_opam-2.1

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 08:53.00: New job: test dinosaure/spoke https://github.com/dinosaure/spoke.git#refs/heads/main (58f11b3eb6fb5e9af1385d460b5344f89a90c2ff) (linux-x86_64:fedora-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/spoke.git" -b "main" && cd "spoke" && git reset --hard 58f11b3e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
# fedora-39-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 spoke.opam ./
RUN opam pin add -yn spoke.dev './'
ENV DEPS="angstrom.0.16.0 arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 cmdliner.1.2.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 encore.0.8 eqaf.0.9 ethernet.3.2.0 fmt.0.9.0 hxd.0.3.2 ipaddr.5.5.0 ipaddr-cstruct.5.5.0 ke.0.6 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 macaddr-cstruct.5.5.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-flow.4.0.2 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 psq.0.2.1 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base tcpip.8.0.2 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y spoke.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 08:53.00: Using cache hint "dinosaure/spoke-ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3-fedora-39-4.14_opam-2.1-7054064d7cb3d643e669dd305a1c9d1f"
2024-05-10 08:53.00: Using OBuilder spec:
((from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
 (comment fedora-39-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src spoke.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn spoke.dev './'"))
 (env DEPS "angstrom.0.16.0 arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 cmdliner.1.2.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 encore.0.8 eqaf.0.9 ethernet.3.2.0 fmt.0.9.0 hxd.0.3.2 ipaddr.5.5.0 ipaddr-cstruct.5.5.0 ke.0.6 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 macaddr-cstruct.5.5.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-flow.4.0.2 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 psq.0.2.1 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base tcpip.8.0.2 topkg.1.0.7")
 (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 spoke.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 08:53.00: Waiting for resource in pool OCluster
2024-05-10 12:32.41: Waiting for worker…
2024-05-10 12:35.13: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 58f11b3 Merge pull request #7 from dinosaure/update-flow


(from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
2024-05-10 12:36.34 ---> using "de5c85e07ee957c3bc1265b45c1243eb411cb9ddce0938b3d6424d1fb62b675a" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64                               54 kB/s |  25 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64        3.4 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                     47 kB/s |  17 kB     00:00    
Fedora 39 - x86_64 - Updates                    2.4 MB/s |  32 MB     00:13    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-10 12:36.34 ---> using "c83495299c31d099e69c8ae8d78b7d87dbcacc4a0da1d6de3ba106095978cc72" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-10 12:36.34 ---> using "9900d95d490eb7388fac05e6319c9fec3bfcd14a566dc9d93a3295f7196fec06" 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-10 12:36.34 ---> using "93df74f63cd2c4616683b082f460a7adde58962d579e2601f9bf4cc755893cf0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-10 12:36.34 ---> using "e051b4c4fe40af6432c57ad1c5b3847c92265813c1723580447b65ec069fe6e2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 12:36.34 ---> using "12f1339482168279e6b6ff9d29ff95d72a63bc254a0f4c7c402c007570a4d23b" 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..20baedeee4  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-10 12:36.34 ---> using "78350c386d0fbf20d059b1bcaaedb7b51f80f003726e16bb03668496ad487060" from cache


/src: (copy (src spoke.opam) (dst ./))
2024-05-10 12:36.35 ---> saved as "51d0bd10632b6757ae139eb4d2f88d339c9181ee3c04feeb30023b1f0a846b5b"


/src: (run (network host)
           (shell "opam pin add -yn spoke.dev './'"))
[spoke.dev] synchronised (file:///src)
spoke is now pinned to file:///src (version dev)
2024-05-10 12:36.39 ---> saved as "df59513ddace59443a475afa85ed7145a049daef5f3692953bd5e9b15ec6fd45"


/src: (env DEPS "angstrom.0.16.0 arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 cmdliner.1.2.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 encore.0.8 eqaf.0.9 ethernet.3.2.0 fmt.0.9.0 hxd.0.3.2 ipaddr.5.5.0 ipaddr-cstruct.5.5.0 ke.0.6 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 macaddr-cstruct.5.5.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-flow.4.0.2 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 psq.0.2.1 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base tcpip.8.0.2 topkg.1.0.7")


/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 spoke.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                               46 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64        662  B/s | 989  B     00:01    
- Fedora 39 - x86_64 - Updates                     27 kB/s |  17 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[spoke.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 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).
2024-05-10 12:36.55 ---> saved as "e30d978bda99931f6ef39f9f32296782709c9fd256369e495ad2bc972c147dd4"


/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 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 result             1.5
  - install psq                0.2.1
  - install ocaml-syntax-shims 1.0.0
  - install mirage-clock       4.2.0
  - install macaddr            5.5.0
  - install lwt-dllist         1.0.1
  - install duration           0.2.1
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install base64             3.5.1
  - install rresult            0.7.0
  - install fmt                0.9.0
  - install lru                0.3.1
  - install ipaddr             5.5.0
  - install dune-configurator  3.15.2
  - install ocplib-endian      1.2
  - install metrics            0.4.1
  - install ke                 0.6
  - install cstruct            6.2.0
  - install bigstringaf        0.9.1
  - install lwt                5.7.0
  - install randomconv         0.1.3
  - install mirage-random      3.0.0
  - install macaddr-cstruct    5.5.0
  - install ipaddr-cstruct     5.5.0
  - install eqaf               0.9
  - install angstrom           0.16.0
  - install mirage-time        3.0.0
  - install mirage-net         4.0.0
  - install mirage-flow        4.0.2
  - install logs               0.7.0
  - install hxd                0.3.2
  - install cstruct-lwt        6.2.0
  - install mirage-crypto      0.11.3
  - install digestif           1.2.0
  - install encore             0.8
  - install mimic              0.0.7
  - install ethernet           3.2.0
  - install arp                3.1.1
  - install tcpip              8.0.2
===== 48 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.3.1.1  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cstruct-lwt.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved encore.0.8  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hxd.0.3.2  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved ipaddr-cstruct.5.5.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved macaddr-cstruct.5.5.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved mimic.0.0.7  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-flow.4.0.2  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-random.3.0.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> installed cmdliner.1.2.0
-> 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 psq.0.2.1  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved tcpip.8.0.2  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed dune.3.15.2
-> installed duration.0.2.1
-> installed lwt-dllist.1.0.1
-> installed mirage-clock.4.2.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed ke.0.6
-> installed macaddr.5.5.0
-> installed metrics.0.4.1
-> installed psq.0.2.1
-> installed result.1.5
-> installed randomconv.0.1.3
-> installed mirage-random.3.0.0
-> installed ocaml-syntax-shims.1.0.0
-> installed macaddr-cstruct.5.5.0
-> installed lru.0.3.1
-> installed cppo.1.6.9
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed ocplib-endian.1.2
-> installed ipaddr-cstruct.5.5.0
-> installed digestif.1.2.0
-> installed dune-configurator.3.15.2
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed encore.0.8
-> installed lwt.5.7.0
-> installed mirage-flow.4.0.2
-> installed mirage-time.3.0.0
-> installed mirage-net.4.0.0
-> installed cstruct-lwt.6.2.0
-> installed hxd.0.3.2
-> installed logs.0.7.0
-> installed ethernet.3.2.0
-> installed mimic.0.0.7
-> installed arp.3.1.1
-> installed tcpip.8.0.2
-> installed mirage-crypto.0.11.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-10 12:37.41 ---> saved as "c3f6b85a4fe0b75371e9bacbb1b6ff0befb5455cd90bceb96e4ffc6829d98e76"


/src: (copy (src .) (dst /src))
2024-05-10 12:37.41 ---> saved as "d115f9e734705e84b0d4c1f061138be5b06140530968226751cbbf4d9a7a4458"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-10 12:37.43 ---> saved as "895527d5be7f04fe7549514ccbbb7e1df696ab99da30ad43e126827cd0d3e563"
Job succeeded
2024-05-10 12:37.44: Job succeeded