Organisationsmiragemirage-skeleton043caa ()freebsd-5.2_opam-2.1

freebsd-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-29 08:26.30: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/394/head (043caaeb84b1d33bccd6afbd2b26d7654b071315) (freebsd-x86_64:freebsd-5.2_opam-2.1)
Base: freebsd-ocaml-5.2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/394/head" && git reset --hard 043caaeb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.2
# freebsd-5.2_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 75e85d5bb77f27fae869788623c85b5fe8b7ff40 || git fetch origin master) && git reset -q --hard 75e85d5bb77f27fae869788623c85b5fe8b7ff40 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-skeleton.opam ./
RUN opam pin add -yn mirage-skeleton.dev './'
ENV DEPS="angstrom.0.16.0 astring.0.8.5 base-bigarray.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.3.0 conf-pkg-config.3 csexp.1.5.2 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.6.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.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-skeleton.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-06-29 08:26.30: Using cache hint "mirage/mirage-skeleton-freebsd-freebsd-ocaml-5.2-freebsd-5.2_opam-2.1-bc0563cbc6348b895689909b903e51d8"
2024-06-29 08:26.30: Using OBuilder spec:
((from freebsd-ocaml-5.2)
 (comment freebsd-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 75e85d5bb77f27fae869788623c85b5fe8b7ff40 || git fetch origin master) && git reset -q --hard 75e85d5bb77f27fae869788623c85b5fe8b7ff40 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-skeleton.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-skeleton.dev './'"))
 (env DEPS "angstrom.0.16.0 astring.0.8.5 base-bigarray.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.3.0 conf-pkg-config.3 csexp.1.5.2 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.6.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.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-skeleton.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-06-29 08:26.30: Waiting for resource in pool OCluster
2024-06-29 08:26.30: Waiting for worker…
2024-06-29 09:53.22: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 043caae changes


(from freebsd-ocaml-5.2)
2024-06-29 09:47.09 ---> using "3515bf58445883216685df527c06fc8b9b7799700694ffa335d1401da4433261" from cache


/: (comment freebsd-5.2_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-06-29 09:47.11 ---> using "9d6862887f900f59625b2215f75e812893e141cab42bcb588c0a696a0d5f58ba" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-06-29 09:47.12 ---> using "1fd90ea945c776de537d3c99dc7b4903609e7adbb45bd33c5e3538b8de92ea66" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p6
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-29 09:47.13 ---> using "fb7d445678cc2654300145baf3967822bea6d22d7d1784a343fa4d849ce67e57" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-29 09:47.14 ---> using "c8753f135ab4a2a6875ba6c72e3a7bf45a73413350972305e894f2309c51e448" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 75e85d5bb77f27fae869788623c85b5fe8b7ff40 || git fetch origin master) && git reset -q --hard 75e85d5bb77f27fae869788623c85b5fe8b7ff40 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   59c0c54934..75e85d5bb7  master     -> origin/master
75e85d5bb7 Merge pull request #26130 from dra27/os-cygwin


<><> 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).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-06-29 09:47.15 ---> using "21470e6719703dadf6126e37b65bf5d5fecc851501087b9fddc50be73f8a73c2" from cache


/src: (copy (src mirage-skeleton.opam) (dst ./))
2024-06-29 09:47.16 ---> saved as "23953ab5cf981cd9be2e10f33e10f3601bac2906b1136aaf6187469108202399"


/src: (run (network host)
           (shell "opam pin add -yn mirage-skeleton.dev './'"))
Package mirage-skeleton does not exist, create as a NEW package? [Y/n] y
[mirage-skeleton.dev] synchronised (file:///src)
mirage-skeleton is now pinned to file:///src (version dev)
2024-06-29 09:47.23 ---> saved as "07dff1f70f261c1b5a434b28b6dc0a9d50a08c554e7e3242dccb972c5fcfbb8f"


/src: (env DEPS "angstrom.0.16.0 astring.0.8.5 base-bigarray.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.3.0 conf-pkg-config.3 csexp.1.5.2 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.6.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.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-skeleton.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-skeleton.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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-06-29 09:48.39 ---> saved as "5a0837d56f1ceae3f9616131c5ce48ab3162ec013a655ac8dbec92d4b65a38b8"


/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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 dune               3.16.0
   install ocamlfind          1.9.6
   install cmdliner           1.3.0
   install stringext          1.6.0
   install pecu               0.7
   install opam-monorepo      0.4.0
   install ocaml-syntax-shims 1.0.0
   install macaddr            5.6.0
   install domain-name        0.4.0
   install csexp              1.5.2
   install base64             3.5.1
   install topkg              1.0.7
   install ipaddr             5.6.0
   install dune-configurator  3.16.0
   install uutf               1.0.3
   install rresult            0.7.0
   install fmt                0.9.0
   install astring            0.8.5
   install bigstringaf        0.9.1
   install logs               0.7.0
   install fpath              0.7.3
   install angstrom           0.16.0
   install bos                0.2.1
   install uri                4.4.0
   install emile              1.1
   install mirage             4.6.0
=====  28 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (cached)
 retrieved base64.3.5.1  (cached)
 retrieved bigstringaf.0.9.1  (cached)
 retrieved bos.0.2.1  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved domain-name.0.4.0  (cached)
 installed conf-pkg-config.3
 retrieved cmdliner.1.3.0  (cached)
 retrieved angstrom.0.16.0  (cached)
 retrieved emile.1.1  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved dune-configurator.3.16.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved ipaddr.5.6.0  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved macaddr.5.6.0  (cached)
 retrieved mirage.4.6.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved pecu.0.7  (cached)
 retrieved rresult.0.7.0  (cached)
 retrieved dune.3.16.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved stringext.1.6.0  (cached)
 retrieved opam-monorepo.0.4.0  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved uri.4.4.0  (cached)
 installed cmdliner.1.3.0
 installed ocamlfind.1.9.6
 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 logs.0.7.0
 installed bos.0.2.1
 installed dune.3.16.0
 installed macaddr.5.6.0
 installed domain-name.0.4.0
 installed csexp.1.5.2
 installed stringext.1.6.0
 installed pecu.0.7
 installed ocaml-syntax-shims.1.0.0
 installed base64.3.5.1
 installed ipaddr.5.6.0
 installed dune-configurator.3.16.0
 installed bigstringaf.0.9.1
 installed angstrom.0.16.0
 installed emile.1.1
 installed uri.4.4.0
 installed opam-monorepo.0.4.0
 installed mirage.4.6.0
Done.
2024-06-29 09:52.11 ---> saved as "810c8be1323f0de03a480120930157a71f88c3e30f76fabad4608c8fd662ae27"


/src: (copy (src .) (dst /src))
2024-06-29 09:52.15 ---> saved as "1467528212188d3ff60656e76c14794a9c0e111b4909bf5885157f3909608fe0"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-29 09:52.17 ---> saved as "9b43ff2d2f4bdefd007698199624e2b0049fef129f762108e4361d071f20dfbf"
Job succeeded
2024-06-29 09:58.36: Job succeeded