Organisationsocaml-ppxcinapsadf6a9 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 15:54.56: New job: test ocaml-ppx/cinaps https://github.com/ocaml-ppx/cinaps.git#refs/heads/master (adf6a9b20d8955abe36a75d23e7f49575f494490) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/cinaps.git" -b "master" && cd "cinaps" && git reset --hard adf6a9b2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
# debian-12-4.10_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 cinaps.opam ./
RUN opam pin add -yn cinaps.dev './'
ENV DEPS="base.v0.13.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.13.0 bin_prot.v0.13.0 conf-m4.1 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fieldslib.v0.13.0 jane-street-headers.v0.13.0 jbuilder.1.0+beta20.1 jst-config.v0.13.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 octavius.0.1.0 ppx_assert.v0.13.0 ppx_base.v0.13.0 ppx_bench.v0.13.0 ppx_bin_prot.v0.13.0 ppx_cold.v0.13.0 ppx_compare.v0.13.0 ppx_custom_printf.v0.13.0 ppx_derivers.1.0 ppx_enumerate.v0.13.0 ppx_expect.v0.13.0 ppx_fail.v0.13.0 ppx_fields_conv.v0.13.0 ppx_hash.v0.13.0 ppx_here.v0.13.0 ppx_inline_test.v0.13.0 ppx_jane.v0.13.0 ppx_js_style.v0.13.0 ppx_let.v0.13.0 ppx_module_timer.v0.13.0 ppx_optcomp.v0.13.0 ppx_optional.v0.13.0 ppx_pipebang.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_sexp_message.v0.13.0 ppx_sexp_value.v0.13.0 ppx_stable.v0.13.0 ppx_typerep_conv.v0.13.0 ppx_variants_conv.v0.13.0 ppxlib.0.12.0 re.1.8.0 result.1.0 seq.0.2.2 sexplib0.v0.13.0 splittable_random.v0.13.0 stdio.v0.13.0 time_now.v0.13.0 topkg.0.7.5 typerep.v0.13.0 variantslib.v0.13.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cinaps.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 15:54.56: Using cache hint "ocaml-ppx/cinaps-ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f-debian-12-4.10_opam-2.1-d92d659c793979cdc1d017fe37e417f1"
2024-05-10 15:54.56: Using OBuilder spec:
((from ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
 (comment debian-12-4.10_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (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 cinaps.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn cinaps.dev './'"))
 (env DEPS "base.v0.13.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.13.0 bin_prot.v0.13.0 conf-m4.1 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fieldslib.v0.13.0 jane-street-headers.v0.13.0 jbuilder.1.0+beta20.1 jst-config.v0.13.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 octavius.0.1.0 ppx_assert.v0.13.0 ppx_base.v0.13.0 ppx_bench.v0.13.0 ppx_bin_prot.v0.13.0 ppx_cold.v0.13.0 ppx_compare.v0.13.0 ppx_custom_printf.v0.13.0 ppx_derivers.1.0 ppx_enumerate.v0.13.0 ppx_expect.v0.13.0 ppx_fail.v0.13.0 ppx_fields_conv.v0.13.0 ppx_hash.v0.13.0 ppx_here.v0.13.0 ppx_inline_test.v0.13.0 ppx_jane.v0.13.0 ppx_js_style.v0.13.0 ppx_let.v0.13.0 ppx_module_timer.v0.13.0 ppx_optcomp.v0.13.0 ppx_optional.v0.13.0 ppx_pipebang.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_sexp_message.v0.13.0 ppx_sexp_value.v0.13.0 ppx_stable.v0.13.0 ppx_typerep_conv.v0.13.0 ppx_variants_conv.v0.13.0 ppxlib.0.12.0 re.1.8.0 result.1.0 seq.0.2.2 sexplib0.v0.13.0 splittable_random.v0.13.0 stdio.v0.13.0 time_now.v0.13.0 topkg.0.7.5 typerep.v0.13.0 variantslib.v0.13.0")
 (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 cinaps.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 15:54.56: Waiting for resource in pool OCluster
2024-05-11 04:07.25: Waiting for worker…
2024-05-11 04:34.55: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at adf6a9b Merge pull request #7 from janestreet/unnamed-module


(from ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
Unable to find image 'ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f' locally
docker.io/ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f: Pulling from ocaml/opam
a0f4c3e9aab8: Pulling fs layer
a0f4c3e9aab8: Download complete
a0f4c3e9aab8: Pull complete
Digest: sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
Status: Downloaded newer image for ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
2024-05-11 04:34.55 ---> using "3204dccede4ada7247031416c9a3ce5a65cccadc30366f79b6c482182a97c51f" from cache


/: (comment debian-12-4.10_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 04:34.55 ---> using "3e57c624baabfd19ffbb7e50c6eecda254001faf897cdcf552f3300f14e619a6" 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 04:34.55 ---> using "4e083d1f4ba1bf2248fc39e691f8442b387fb1a2da8f57ffbaf874743e9c8ee9" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.10.2
2.1.5
2024-05-11 04:34.55 ---> using "0f7bbbaf1abbad3c4aed58361344336650bf916ab1c91b95da2bf12d52f65443" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 04:34.55 ---> using "1230dedce79894d75ad8974f12c65afda46dad21d15cdb907f7713181db7e9d6" 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
   eb2dcab0d8..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 04:34.55 ---> using "d1f60b5ccc785679ac2269fab79f24ee9819787be03b51cb59a8422530e9ef26" from cache


/src: (copy (src cinaps.opam) (dst ./))
2024-05-11 04:34.55 ---> using "100e94f837cbe3c1d5e09d4d69b74bc76a307904bd76c2b96f62c8ac093fbb7f" from cache


/src: (run (network host)
           (shell "opam pin add -yn cinaps.dev './'"))
[cinaps.dev] synchronised (file:///src)
cinaps is now pinned to file:///src (version dev)
2024-05-11 04:34.57 ---> saved as "2d1c2eb5ac08988f8699f8665d30e29e6244c3ed96c5f3e0a135f0e4293b5784"


/src: (env DEPS "base.v0.13.1 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.13.0 bin_prot.v0.13.0 conf-m4.1 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fieldslib.v0.13.0 jane-street-headers.v0.13.0 jbuilder.1.0+beta20.1 jst-config.v0.13.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 octavius.0.1.0 ppx_assert.v0.13.0 ppx_base.v0.13.0 ppx_bench.v0.13.0 ppx_bin_prot.v0.13.0 ppx_cold.v0.13.0 ppx_compare.v0.13.0 ppx_custom_printf.v0.13.0 ppx_derivers.1.0 ppx_enumerate.v0.13.0 ppx_expect.v0.13.0 ppx_fail.v0.13.0 ppx_fields_conv.v0.13.0 ppx_hash.v0.13.0 ppx_here.v0.13.0 ppx_inline_test.v0.13.0 ppx_jane.v0.13.0 ppx_js_style.v0.13.0 ppx_let.v0.13.0 ppx_module_timer.v0.13.0 ppx_optcomp.v0.13.0 ppx_optional.v0.13.0 ppx_pipebang.v0.13.0 ppx_sexp_conv.v0.13.0 ppx_sexp_message.v0.13.0 ppx_sexp_value.v0.13.0 ppx_stable.v0.13.0 ppx_typerep_conv.v0.13.0 ppx_variants_conv.v0.13.0 ppxlib.0.12.0 re.1.8.0 result.1.0 seq.0.2.2 sexplib0.v0.13.0 splittable_random.v0.13.0 stdio.v0.13.0 time_now.v0.13.0 topkg.0.7.5 typerep.v0.13.0 variantslib.v0.13.0")


/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 cinaps.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (946 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cinaps.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 04:35.14 ---> saved as "b4b8701b1b0007e8d422c07bdb724d04a3a50ee8366d62365a226ce4654267d1"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 conf-m4                 1
  - install jbuilder                1.0+beta20.1
  - install result                  1.0
  - install ocamlbuild              0.14.0
  - install dune                    2.0.1
  - install ocamlfind               1.8.1
  - install ppx_derivers            1.0
  - install ocaml-compiler-libs     v0.11.0
  - install sexplib0                v0.13.0
  - install seq                     0.2.2
  - install jane-street-headers     v0.13.0
  - install dune-private-libs       2.0.1
  - install topkg                   0.7.5
  - install ocaml-migrate-parsetree 1.5.0
  - install re                      1.8.0
  - install dune-configurator       2.0.1
  - install octavius                0.1.0
  - install base                    v0.13.1
  - install variantslib             v0.13.0
  - install typerep                 v0.13.0
  - install stdio                   v0.13.0
  - install fieldslib               v0.13.0
  - install ppxlib                  0.12.0
  - install ppx_variants_conv       v0.13.0
  - install ppx_typerep_conv        v0.13.0
  - install ppx_stable              v0.13.0
  - install ppx_sexp_conv           v0.13.0
  - install ppx_pipebang            v0.13.0
  - install ppx_optional            v0.13.0
  - install ppx_optcomp             v0.13.0
  - install ppx_let                 v0.13.0
  - install ppx_js_style            v0.13.0
  - install ppx_inline_test         v0.13.0
  - install ppx_here                v0.13.0
  - install ppx_fields_conv         v0.13.0
  - install ppx_enumerate           v0.13.0
  - install ppx_compare             v0.13.0
  - install ppx_cold                v0.13.0
  - install ppx_custom_printf       v0.13.0
  - install ppx_bench               v0.13.0
  - install ppx_sexp_value          v0.13.0
  - install ppx_sexp_message        v0.13.0
  - install ppx_fail                v0.13.0
  - install ppx_hash                v0.13.0
  - install ppx_assert              v0.13.0
  - install bin_prot                v0.13.0
  - install ppx_base                v0.13.0
  - install splittable_random       v0.13.0
  - install ppx_expect              v0.13.0
  - install jst-config              v0.13.0
  - install ppx_bin_prot            v0.13.0
  - install base_quickcheck         v0.13.0
  - install time_now                v0.13.0
  - install ppx_module_timer        v0.13.0
  - install ppx_jane                v0.13.0
===== 55 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.13.1  (cached)
-> retrieved dune.2.0.1  (cached)
-> installed conf-m4.1
-> retrieved base_quickcheck.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/base_quickcheck-v0.13.0.tar.gz)
-> retrieved bin_prot.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/bin_prot-v0.13.0.tar.gz)
-> retrieved dune-configurator.2.0.1  (cached)
-> retrieved fieldslib.v0.13.0  (cached)
-> retrieved dune-private-libs.2.0.1  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved jane-street-headers.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/jane-street-headers-v0.13.0.tar.gz)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved jst-config.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/jst-config-v0.13.0.tar.gz)
-> retrieved ocaml-migrate-parsetree.1.5.0  (cached)
-> retrieved octavius.0.1.0  (cached)
-> retrieved ppx_assert.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_assert-v0.13.0.tar.gz)
-> retrieved ppx_base.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_base-v0.13.0.tar.gz)
-> retrieved ppx_bench.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_bench-v0.13.0.tar.gz)
-> retrieved ppx_cold.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_cold-v0.13.0.tar.gz)
-> retrieved ppx_bin_prot.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_bin_prot-v0.13.0.tar.gz)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_compare.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_compare-v0.13.0.tar.gz)
-> retrieved ppx_custom_printf.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_custom_printf-v0.13.0.tar.gz)
-> retrieved ppx_enumerate.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_enumerate-v0.13.0.tar.gz)
-> retrieved ppx_fields_conv.v0.13.0  (cached)
-> retrieved ppx_expect.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_expect-v0.13.0.tar.gz)
-> retrieved ppx_fail.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_fail-v0.13.0.tar.gz)
-> retrieved ppx_hash.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_hash-v0.13.0.tar.gz)
-> retrieved ppx_here.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_here-v0.13.0.tar.gz)
-> retrieved ppx_inline_test.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_inline_test-v0.13.0.tar.gz)
-> retrieved ppx_jane.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_jane-v0.13.0.tar.gz)
-> retrieved ppx_js_style.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_js_style-v0.13.0.tar.gz)
-> retrieved ppx_optcomp.v0.13.0  (cached)
-> retrieved ppx_let.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_let-v0.13.0.tar.gz)
-> retrieved ppx_module_timer.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_module_timer-v0.13.0.tar.gz)
-> retrieved ppx_sexp_conv.v0.13.0  (cached)
-> retrieved ppx_optional.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_optional-v0.13.0.tar.gz)
-> retrieved ppx_pipebang.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_pipebang-v0.13.0.tar.gz)
-> retrieved ppx_sexp_message.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_sexp_message-v0.13.0.tar.gz)
-> retrieved ppx_sexp_value.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_sexp_value-v0.13.0.tar.gz)
-> retrieved ppx_stable.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_stable-v0.13.0.tar.gz)
-> retrieved ppxlib.0.12.0  (cached)
-> retrieved ppx_typerep_conv.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_typerep_conv-v0.13.0.tar.gz)
-> retrieved ppx_variants_conv.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/ppx_variants_conv-v0.13.0.tar.gz)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib0.v0.13.0  (cached)
-> retrieved stdio.v0.13.0  (cached)
-> installed result.1.0
-> retrieved splittable_random.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/splittable_random-v0.13.0.tar.gz)
-> retrieved time_now.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/time_now-v0.13.0.tar.gz)
-> retrieved topkg.0.7.5  (cached)
-> retrieved re.1.8.0  (https://github.com/ocaml/ocaml-re/releases/download/1.8.0/re-1.8.0.tbz)
-> retrieved variantslib.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/variantslib-v0.13.0.tar.gz)
-> retrieved typerep.v0.13.0  (https://ocaml.janestreet.com/ocaml-core/v0.13/files/typerep-v0.13.0.tar.gz)
-> installed ocamlfind.1.8.1
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed ocaml-compiler-libs.v0.11.0
-> installed dune.2.0.1
-> installed jane-street-headers.v0.13.0
-> installed topkg.0.7.5
-> installed seq.0.2.2
-> installed sexplib0.v0.13.0
-> installed re.1.8.0
-> installed octavius.0.1.0
-> installed dune-private-libs.2.0.1
-> installed dune-configurator.2.0.1
-> installed ocaml-migrate-parsetree.1.5.0
-> installed base.v0.13.1
-> installed fieldslib.v0.13.0
-> installed variantslib.v0.13.0
-> installed stdio.v0.13.0
-> installed typerep.v0.13.0
-> installed ppxlib.0.12.0
-> installed ppx_cold.v0.13.0
-> installed ppx_optcomp.v0.13.0
-> installed ppx_here.v0.13.0
-> installed ppx_let.v0.13.0
-> installed ppx_fields_conv.v0.13.0
-> installed ppx_optional.v0.13.0
-> installed ppx_enumerate.v0.13.0
-> installed ppx_variants_conv.v0.13.0
-> installed ppx_typerep_conv.v0.13.0
-> installed ppx_stable.v0.13.0
-> installed ppx_compare.v0.13.0
-> installed ppx_sexp_conv.v0.13.0
-> installed ppx_pipebang.v0.13.0
-> installed ppx_js_style.v0.13.0
-> installed ppx_inline_test.v0.13.0
-> installed ppx_fail.v0.13.0
-> installed ppx_hash.v0.13.0
-> installed ppx_assert.v0.13.0
-> installed ppx_sexp_value.v0.13.0
-> installed ppx_sexp_message.v0.13.0
-> installed ppx_bench.v0.13.0
-> installed ppx_custom_printf.v0.13.0
-> installed ppx_base.v0.13.0
-> installed splittable_random.v0.13.0
-> installed jst-config.v0.13.0
-> installed bin_prot.v0.13.0
-> installed time_now.v0.13.0
-> installed ppx_expect.v0.13.0
-> installed base_quickcheck.v0.13.0
-> installed ppx_module_timer.v0.13.0
-> installed ppx_bin_prot.v0.13.0
-> installed ppx_jane.v0.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 04:36.41 ---> saved as "958953c7b6ff7c3ea120829158a55c98232b51bc7cee0ea9aae924394b22f8d5"


/src: (copy (src .) (dst /src))
2024-05-11 04:36.41 ---> saved as "24162dcbf05e25e670fa028c42779a1b5fcef17cbdf8f095b9cb8ffbca6acfe1"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.10/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
2024-05-11 04:36.42 ---> saved as "d8245682a3a4406adbe31db0ab9c0b4e4367487d09ee44868d6f3af447cfad6a"
Job succeeded
2024-05-11 04:36.42: Job succeeded