Organisationsmiragemirage60d5a6 ()fedora-40-5.1_opam-2.1

fedora-40-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-26 12:03.56: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/pull/1524/head (60d5a6f46576fa15073594b6bd90996f369dc199) (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/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1524/head" && git reset --hard 60d5a6f4
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 9cbee1880f0d7cd285a141cbebf5af38e7375edb || git fetch origin master) && git reset -q --hard 9cbee1880f0d7cd285a141cbebf5af38e7375edb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage.opam mirage-runtime.opam ./
RUN opam pin add -yn mirage.dev './' && \
    opam pin add -yn mirage-runtime.dev './'
ENV DEPS="alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.0 dune-configurator.3.15.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.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 opam-monorepo.0.4.0 pecu.0.7 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage.dev mirage-runtime.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-04-26 12:03.56: Using cache hint "mirage/mirage-ocaml/opam@sha256:8586a5a135e39d92dc8789ee4f1859b5037bd85e3e691925052ce7fe71850408-fedora-40-5.1_opam-2.1-fb71af6e7da458923e1f1e91efd1fdb9"
2024-04-26 12:03.56: 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 9cbee1880f0d7cd285a141cbebf5af38e7375edb || git fetch origin master) && git reset -q --hard 9cbee1880f0d7cd285a141cbebf5af38e7375edb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage.opam mirage-runtime.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mirage.dev './' && \
             \nopam pin add -yn mirage-runtime.dev './'"))
 (env DEPS "alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.0 dune-configurator.3.15.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.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 opam-monorepo.0.4.0 pecu.0.7 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 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 mirage.dev mirage-runtime.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-04-26 12:03.56: Waiting for resource in pool OCluster
2024-04-26 12:03.56: Waiting for worker…
2024-04-26 12:11.55: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
HEAD is now at e4d5a5c5 functoria: Better type-error for the start function
HEAD is now at 60d5a6f4 functoria: Better type-error for the start function


(from ocaml/opam@sha256:8586a5a135e39d92dc8789ee4f1859b5037bd85e3e691925052ce7fe71850408)
2024-04-26 12:12.36 ---> saved as "9851e242fc78a02854d7a08899e553d5801c54d33e6e306a0b2ac8f546e80e8e"


/: (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 - Updates                    225 kB/s |  20 kB     00:00    
Fedora 40 - x86_64 - Updates                    6.0 MB/s | 1.6 MB     00:00    
Last metadata expiration check: 0:00:02 ago on Fri Apr 26 12:12:37 2024.
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-26 12:12.40 ---> saved as "bb9c607438084337aaa5cbdb7d01db3b108ce6ee51d20295baa9220515cd3296"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-26 12:12.40 ---> saved as "1edc6a2476196e330d83412eb307c024e0a89cf2fb4bca81ab16cb15ca11b511"


/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-04-26 12:14.20 ---> saved as "611fa3294368211bd741b0714ef402ba5498eef4542424fb3df60c4cf2ad798d"


/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-04-26 12:14.21 ---> saved as "a22e88c212251e2bcc475572f7ae99649e4c851afa9d7d7e0cb5ecae7d3769c1"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-26 12:14.21 ---> saved as "1735c02e174dcee5371f526c5557bf0f035147b25f0969085871c63020ccbd3e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 9cbee1880f0d7cd285a141cbebf5af38e7375edb || git fetch origin master) && git reset -q --hard 9cbee1880f0d7cd285a141cbebf5af38e7375edb && git log --no-decorate -n1 --oneline && opam update -u"))
9cbee1880f Merge pull request #25615 from Leonidas-from-XIV/release-dune-3.15.0


<><> 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-04-26 12:16.07 ---> saved as "7f87e90b14940eb9fe8e4ba5fe4e6144a05d8028493b86af179d61aab5023214"


/src: (copy (src mirage.opam mirage-runtime.opam) (dst ./))
2024-04-26 12:16.08 ---> saved as "abe92263127c4de6c871639e2d1f688ab407537a5ac3e528e0a16bc932441b7c"


/src: (run (network host)
           (shell  "opam pin add -yn mirage.dev './' && \
                  \nopam pin add -yn mirage-runtime.dev './'"))
[mirage.dev] synchronised (file:///src)
mirage is now pinned to file:///src (version dev)
[mirage-runtime.dev] synchronised (file:///src)
mirage-runtime is now pinned to file:///src (version dev)
2024-04-26 12:16.12 ---> saved as "675dd0550fc9f66d76f0b2c7c86c5d145b108f231c577aa46cb104654b0f104c"


/src: (env DEPS "alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.0 dune-configurator.3.15.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.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 opam-monorepo.0.4.0 pecu.0.7 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 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 mirage.dev mirage-runtime.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              229 kB/s |  22 kB     00:00    
- Fedora 40 - x86_64                              639 kB/s | 994 kB     00:01    
- Fedora 40 openh264 (From Cisco) - x86_64         11 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    173 kB/s |  20 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage.dev] synchronised (no changes)
[mirage-runtime.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-04-26 12:17.06 ---> saved as "bd98f6599f8fdcb8d108557d91802985ab9eb1bd88ae1f6b483a7d6eba34dc40"


/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 dune               3.15.0
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-pkg-config    3
  - install stringext          1.6.0
  - install stdlib-shims       0.3.0
  - install pecu               0.7
  - install ocaml-syntax-shims 1.0.0
  - install macaddr            5.5.0
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install base64             3.5.1
  - install topkg              1.0.7
  - install base-bytes         base
  - install re                 1.11.0
  - install opam-monorepo      0.4.0
  - install ipaddr             5.5.0
  - install dune-configurator  3.15.0
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ocplib-endian      1.2
  - install bigstringaf        0.9.1
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install lwt                5.7.0
  - install angstrom           0.16.0
  - install logs               0.7.0
  - install uri                4.4.0
  - install emile              1.1
  - install bos                0.2.1
===== 35 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved bos.0.2.1  (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 domain-name.0.4.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.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 dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved opam-monorepo.0.4.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (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 rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.15.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed domain-name.0.4.0
-> installed macaddr.5.5.0
-> installed pecu.0.7
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> installed ipaddr.5.5.0
-> installed re.1.11.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.0
-> installed alcotest.1.7.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed emile.1.1
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed opam-monorepo.0.4.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-26 12:19.17 ---> saved as "92a60413d2999cd398e40ff61c06b180d77795d31dd50a90bc558a4686eb752b"


/src: (copy (src .) (dst /src))
2024-04-26 12:19.17 ---> saved as "93981694cfd5b7d2a6e8968b811754d8b37816d4f04771763ee65cda4cbf9e0a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/functoria && ./test.exe)
Testing `functoria'.
This run has ID `P12WHYHY'.


  [OK]          cli              0   read_full_eval.
  [OK]          cli              1   configure.
  [OK]          cli              2   describe.
  [OK]          cli              3   clean.
  [OK]          cli              4   help.
  [OK]          cli              5   default.
  [OK]          package          0   merge.
  [OK]          package          1   pp.
  [OK]          package          2   invalid names.
  [OK]          graph            0   var_name.
  [OK]          graph            1   impl_name.
  [OK]          graph            2   test_graph.
  [OK]          action           0   bind.
  [OK]          action           1   seq.
  [OK]          action           2   rm.
  [OK]          action           3   mkdir.
  [OK]          action           4   rmdir.
  [OK]          action           5   with_dir.
  [OK]          action           6   pwd.
  [OK]          action           7   is_file.
  [OK]          action           8   is_dir.
  [OK]          action           9   size_of.
  [OK]          action          10   set_var.
  [OK]          action          11   get_var.
  [OK]          action          12   run_cmd.
  [OK]          action          13   run_cmd_out.
  [OK]          action          14   write_file.
  [OK]          action          15   tmp_file.
  [OK]          action          16   ls.
  [OK]          action          17   with_output.
  [OK]          key              0   equal.
  [OK]          key              1   eval.
  [OK]          key              2   get.
  [OK]          key              3   find.
  [OK]          key              4   merge.
  [OK]          key              5   cmdliner.
  [OK]          key              6   opt-all.
  [OK]          version          0   failed_to_parse comments.
  [OK]          version          1   bad comment.
  [OK]          version          2   good comment.
  [OK]          version          3   unmet comment.


Full test results in `/src/_build/default/test/functoria/_build/_tests/functoria'.
Test Successful in 0.008s. 41 tests run.
(cd _build/default/test/mirage && ./test.exe)
Testing `mirage'.
This run has ID `9RT277E4'.


  [OK]          basic          0   pp.


Full test results in `/src/_build/default/test/mirage/_build/_tests/mirage'.
Test Successful in 0.000s. 1 test run.
2024-04-26 12:19.25 ---> saved as "6d918754eebc3a597acdb73db2e84f7876530df1a6d5a041f932fbf9137fbb0d"
Job succeeded
2024-04-26 12:19.26: Job succeeded