Organisationsocaml-ppxppx40e5a3 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:07.16: New job: test ocaml-ppx/ppx https://github.com/ocaml-ppx/ppx.git#refs/heads/master (40e5a35a4386d969effaf428078c900bd03b78ec) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx.git" -b "master" && cd "ppx" && git reset --hard 40e5a35a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
# debian-12-4.07_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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx.opam astlib.opam ./
RUN opam pin add -yn ppx.dev './' && \
    opam pin add -yn astlib.dev './'
ENV DEPS="base.v0.12.0 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bin_prot.v0.12.0 cinaps.v0.13.0 conf-m4.1 core_kernel.v0.12.3 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 expect_test_helpers_kernel.v0.12.0 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jbuilder.1.0+beta12 jst-config.v0.12.0 num.1.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.9.1 ocamlfind.1.8.0 octavius.0.1.0 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.0 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.0 ppx_derivers.1.0 ppx_enumerate.v0.12.0 ppx_expect.v0.12.0 ppx_fail.v0.12.0 ppx_fields_conv.v0.12.0 ppx_hash.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_jane.v0.12.0 ppx_js_style.v0.12.0 ppx_let.v0.12.0 ppx_module_timer.v0.12.0 ppx_optcomp.v0.12.0 ppx_optional.v0.12.0 ppx_pipebang.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_value.v0.12.0 ppx_stable.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_variants_conv.v0.12.0 ppxlib.0.5.0 re.1.8.0 result.1.0 seq.0.2.2 sexp_pretty.v0.12.0 sexplib.v0.12.0 sexplib0.v0.12.0 splittable_random.v0.12.0 stdio.v0.12.0 time_now.v0.12.0 topkg.0.7.5 typerep.v0.12.0 variantslib.v0.12.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ppx.dev astlib.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 22:07.16: Using cache hint "ocaml-ppx/ppx-ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b-debian-12-4.07_opam-2.1-9dc9386eb58942ea36496dc3665f491f"
2024-05-10 22:07.16: Using OBuilder spec:
((from ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
 (comment debian-12-4.07_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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ppx.opam astlib.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ppx.dev './' && \
             \nopam pin add -yn astlib.dev './'"))
 (env DEPS "base.v0.12.0 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bin_prot.v0.12.0 cinaps.v0.13.0 conf-m4.1 core_kernel.v0.12.3 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 expect_test_helpers_kernel.v0.12.0 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jbuilder.1.0+beta12 jst-config.v0.12.0 num.1.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.9.1 ocamlfind.1.8.0 octavius.0.1.0 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.0 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.0 ppx_derivers.1.0 ppx_enumerate.v0.12.0 ppx_expect.v0.12.0 ppx_fail.v0.12.0 ppx_fields_conv.v0.12.0 ppx_hash.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_jane.v0.12.0 ppx_js_style.v0.12.0 ppx_let.v0.12.0 ppx_module_timer.v0.12.0 ppx_optcomp.v0.12.0 ppx_optional.v0.12.0 ppx_pipebang.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_value.v0.12.0 ppx_stable.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_variants_conv.v0.12.0 ppxlib.0.5.0 re.1.8.0 result.1.0 seq.0.2.2 sexp_pretty.v0.12.0 sexplib.v0.12.0 sexplib0.v0.12.0 splittable_random.v0.12.0 stdio.v0.12.0 time_now.v0.12.0 topkg.0.7.5 typerep.v0.12.0 variantslib.v0.12.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 ppx.dev astlib.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 22:07.16: Waiting for resource in pool OCluster
2024-05-11 13:08.20: Waiting for worker…
2024-05-11 13:14.06: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 40e5a35 get rid of deprecated libraries


(from ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
Unable to find image 'ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b' locally
docker.io/ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b: Pulling from ocaml/opam
Digest: sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
Status: Downloaded newer image for ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
2024-05-11 13:33.19 ---> using "6ad54a8a0a996de05cd03ed30cbb4884566b39028d090d19101121413431a89f" from cache


/: (comment debian-12-4.07_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 13:33.19 ---> using "f0b7040ce20c0568672a3afcab01929fd18e2ee66f02faa8d94fd05399839280" 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 13:33.19 ---> using "1178bb4688e7e4718d4170c0ec783ce5396ae6f9cd4db4b0fb12bcb2662305da" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.07.1
2.1.5
2024-05-11 13:33.19 ---> using "507d1b06732f1eddefe9afcbbd3414d34576360b7497df3aa76bf615c5a885e5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 13:33.19 ---> using "b88e937d6c36e43c713a83fbd5f0a1b9c25ffbb55d9e0cc753e256236a40f949" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..2ae169d7d0  master     -> origin/master
819388d34c @dra27 maintains the OCaml Museum


<><> 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 13:33.19 ---> using "3f8fe4bb9daf2f46667018536d3a20db07a060c5ab106ce7ef961fce70d61a07" from cache


/src: (copy (src ppx.opam astlib.opam) (dst ./))
2024-05-11 13:33.19 ---> saved as "7207c13d5994f988bb3e52b5bd6a7dd3604035ff1fed885dff1498b0e21bedc3"


/src: (run (network host)
           (shell  "opam pin add -yn ppx.dev './' && \
                  \nopam pin add -yn astlib.dev './'"))
Package ppx does not exist, create as a NEW package? [Y/n] y
[ppx.dev] synchronised (file:///src)
ppx is now pinned to file:///src (version dev)
Package astlib does not exist, create as a NEW package? [Y/n] y
[astlib.dev] synchronised (file:///src)
astlib is now pinned to file:///src (version dev)
2024-05-11 13:33.23 ---> saved as "b8119f0cb912563287ee4d69a5a6bdeef09b32ff1d540b90d52f0f9e0e6ff323"


/src: (env DEPS "base.v0.12.0 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.12.0 base_quickcheck.v0.12.1 bin_prot.v0.12.0 cinaps.v0.13.0 conf-m4.1 core_kernel.v0.12.3 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 expect_test_helpers_kernel.v0.12.0 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jbuilder.1.0+beta12 jst-config.v0.12.0 num.1.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.9.1 ocamlfind.1.8.0 octavius.0.1.0 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.0 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.0 ppx_derivers.1.0 ppx_enumerate.v0.12.0 ppx_expect.v0.12.0 ppx_fail.v0.12.0 ppx_fields_conv.v0.12.0 ppx_hash.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_jane.v0.12.0 ppx_js_style.v0.12.0 ppx_let.v0.12.0 ppx_module_timer.v0.12.0 ppx_optcomp.v0.12.0 ppx_optional.v0.12.0 ppx_pipebang.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_sexp_message.v0.12.0 ppx_sexp_value.v0.12.0 ppx_stable.v0.12.0 ppx_typerep_conv.v0.12.0 ppx_variants_conv.v0.12.0 ppxlib.0.5.0 re.1.8.0 result.1.0 seq.0.2.2 sexp_pretty.v0.12.0 sexplib.v0.12.0 sexplib0.v0.12.0 splittable_random.v0.12.0 stdio.v0.12.0 time_now.v0.12.0 topkg.0.7.5 typerep.v0.12.0 variantslib.v0.12.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 ppx.dev astlib.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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 271 kB in 0s (749 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[astlib.dev] synchronised (no changes)
[ppx.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.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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-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 13:33.38 ---> saved as "df8db0368373eb029bd0a53965ace3199d7d4dbc7712c04d218812d11c5aae98"


/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.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install conf-m4                    1
  - install result                     1.0
  - install dune                       2.0.1
  - install ocamlbuild                 0.9.1
  - install ocamlfind                  1.8.0
  - install sexplib0                   v0.12.0
  - install seq                        0.2.2
  - install ocaml-syntax-shims         1.0.0
  - install jane-street-headers        v0.12.0
  - install dune-private-libs          2.0.1
  - install topkg                      0.7.5
  - install num                        1.0
  - install jbuilder                   1.0+beta12
  - install base                       v0.12.0
  - install dune-configurator          2.0.1
  - install octavius                   0.1.0
  - install re                         1.8.0
  - install ppx_derivers               1.0
  - install ocaml-compiler-libs        v0.11.0
  - install variantslib                v0.12.0
  - install typerep                    v0.12.0
  - install stdio                      v0.12.0
  - install parsexp                    v0.12.0
  - install fieldslib                  v0.12.0
  - install cinaps                     v0.13.0
  - install ocaml-migrate-parsetree    1.2.0
  - install sexplib                    v0.12.0
  - install ppxlib                     0.5.0
  - install ppx_variants_conv          v0.12.0
  - install ppx_typerep_conv           v0.12.0
  - install ppx_stable                 v0.12.0
  - install ppx_sexp_conv              v0.12.0
  - install ppx_pipebang               v0.12.0
  - install ppx_optional               v0.12.0
  - install ppx_optcomp                v0.12.0
  - install ppx_let                    v0.12.0
  - install ppx_js_style               v0.12.0
  - install ppx_inline_test            v0.12.0
  - install ppx_here                   v0.12.0
  - install ppx_fields_conv            v0.12.0
  - install ppx_enumerate              v0.12.0
  - install ppx_compare                v0.12.0
  - install ppx_custom_printf          v0.12.0
  - install ppx_bench                  v0.12.0
  - install ppx_sexp_value             v0.12.0
  - install ppx_sexp_message           v0.12.0
  - install ppx_fail                   v0.12.0
  - install ppx_hash                   v0.12.0
  - install ppx_assert                 v0.12.0
  - install bin_prot                   v0.12.0
  - install ppx_base                   v0.12.0
  - install splittable_random          v0.12.0
  - install ppx_expect                 v0.12.0
  - install jst-config                 v0.12.0
  - install ppx_bin_prot               v0.12.0
  - install sexp_pretty                v0.12.0
  - install base_quickcheck            v0.12.1
  - install time_now                   v0.12.0
  - install ppx_module_timer           v0.12.0
  - install ppx_jane                   v0.12.0
  - install base_bigstring             v0.12.0
  - install core_kernel                v0.12.3
  - install expect_test_helpers_kernel v0.12.0
===== 63 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base_bigstring.v0.12.0  (cached)
-> retrieved base_quickcheck.v0.12.1  (cached)
-> retrieved base.v0.12.0  (cached)
-> retrieved bin_prot.v0.12.0  (cached)
-> retrieved cinaps.v0.13.0  (cached)
-> retrieved core_kernel.v0.12.3  (cached)
-> installed conf-m4.1
-> retrieved dune.2.0.1  (cached)
-> retrieved dune-configurator.2.0.1  (cached)
-> retrieved dune-private-libs.2.0.1  (cached)
-> retrieved expect_test_helpers_kernel.v0.12.0  (cached)
-> retrieved fieldslib.v0.12.0  (cached)
-> retrieved jane-street-headers.v0.12.0  (cached)
-> retrieved jst-config.v0.12.0  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved jbuilder.1.0+beta12  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-migrate-parsetree.1.2.0  (cached)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved octavius.0.1.0  (cached)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved ppx_assert.v0.12.0  (cached)
-> retrieved ppx_base.v0.12.0  (cached)
-> retrieved ppx_bench.v0.12.0  (cached)
-> retrieved ppx_bin_prot.v0.12.0  (cached)
-> retrieved ppx_compare.v0.12.0  (cached)
-> retrieved ppx_custom_printf.v0.12.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_enumerate.v0.12.0  (cached)
-> retrieved ppx_expect.v0.12.0  (cached)
-> retrieved ppx_fail.v0.12.0  (cached)
-> retrieved ppx_fields_conv.v0.12.0  (cached)
-> retrieved ppx_hash.v0.12.0  (cached)
-> retrieved ppx_here.v0.12.0  (cached)
-> retrieved ppx_inline_test.v0.12.0  (cached)
-> retrieved ppx_jane.v0.12.0  (cached)
-> retrieved ppx_js_style.v0.12.0  (cached)
-> retrieved ppx_let.v0.12.0  (cached)
-> retrieved ppx_module_timer.v0.12.0  (cached)
-> retrieved ppx_optcomp.v0.12.0  (cached)
-> retrieved ppx_optional.v0.12.0  (cached)
-> retrieved ppx_pipebang.v0.12.0  (cached)
-> retrieved ppx_sexp_conv.v0.12.0  (cached)
-> retrieved ppx_sexp_message.v0.12.0  (cached)
-> retrieved ppx_sexp_value.v0.12.0  (cached)
-> retrieved ppx_stable.v0.12.0  (cached)
-> retrieved ppx_typerep_conv.v0.12.0  (cached)
-> retrieved ppx_variants_conv.v0.12.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved re.1.8.0  (cached)
-> retrieved ppxlib.0.5.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexp_pretty.v0.12.0  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved splittable_random.v0.12.0  (cached)
-> retrieved stdio.v0.12.0  (cached)
-> retrieved time_now.v0.12.0  (cached)
-> retrieved typerep.v0.12.0  (cached)
-> retrieved variantslib.v0.12.0  (cached)
-> installed result.1.0
-> retrieved topkg.0.7.5  (cached)
-> installed ocamlfind.1.8.0
-> installed ocamlbuild.0.9.1
-> installed num.1.0
-> installed topkg.0.7.5
-> installed jbuilder.1.0+beta12
-> installed ppx_derivers.1.0
-> installed octavius.0.1.0
-> installed ocaml-compiler-libs.v0.11.0
-> installed dune.2.0.1
-> installed jane-street-headers.v0.12.0
-> installed seq.0.2.2
-> installed sexplib0.v0.12.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.8.0
-> installed cinaps.v0.13.0
-> installed ocaml-migrate-parsetree.1.2.0
-> installed dune-private-libs.2.0.1
-> installed base.v0.12.0
-> installed dune-configurator.2.0.1
-> installed fieldslib.v0.12.0
-> installed variantslib.v0.12.0
-> installed stdio.v0.12.0
-> installed typerep.v0.12.0
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed ppxlib.0.5.0
-> installed ppx_optcomp.v0.12.0
-> installed ppx_optional.v0.12.0
-> installed ppx_variants_conv.v0.12.0
-> installed ppx_here.v0.12.0
-> installed ppx_let.v0.12.0
-> installed ppx_enumerate.v0.12.0
-> installed ppx_fields_conv.v0.12.0
-> installed ppx_stable.v0.12.0
-> installed ppx_typerep_conv.v0.12.0
-> installed ppx_compare.v0.12.0
-> installed ppx_sexp_conv.v0.12.0
-> installed ppx_pipebang.v0.12.0
-> installed ppx_inline_test.v0.12.0
-> installed ppx_js_style.v0.12.0
-> installed ppx_fail.v0.12.0
-> installed ppx_hash.v0.12.0
-> installed ppx_assert.v0.12.0
-> installed ppx_sexp_message.v0.12.0
-> installed ppx_sexp_value.v0.12.0
-> installed ppx_bench.v0.12.0
-> installed ppx_custom_printf.v0.12.0
-> installed ppx_base.v0.12.0
-> installed splittable_random.v0.12.0
-> installed jst-config.v0.12.0
-> installed sexp_pretty.v0.12.0
-> installed bin_prot.v0.12.0
-> installed time_now.v0.12.0
-> installed ppx_expect.v0.12.0
-> installed base_quickcheck.v0.12.1
-> installed ppx_module_timer.v0.12.0
-> installed ppx_bin_prot.v0.12.0
-> installed ppx_jane.v0.12.0
-> installed base_bigstring.v0.12.0
-> installed core_kernel.v0.12.3
-> installed expect_test_helpers_kernel.v0.12.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 13:35.21 ---> saved as "fa84756afbd96b7ed63287f3eb6b145fc7262d16513e18f8d3b159b4f9ef9bed"


/src: (copy (src .) (dst /src))
2024-05-11 13:35.22 ---> saved as "aba1cbb8493ec624f07a0aac398a54e500357971878f802d1afff5dfc4e22d06"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
      ocamlc ppx_view/test/test_rewriter/.ppx_view_test_rewriter.objs/byte/ppx_view_test_rewriter__Rewriter.{cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I ppx_view/test/test_rewriter/.ppx_view_test_rewriter.objs/byte -I /home/opam/.opam/4.07/lib/base -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base/shadow_stdlib -I /home/opam/.opam/4.07/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.07/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.07/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.07/lib/ocaml/compiler-libs -I /home/opam/.opam/4.07/lib/ppx_derivers -I /home/opam/.opam/4.07/lib/ppxlib -I /home/opam/.opam/4.07/lib/ppxlib/ast -I /home/opam/.opam/4.07/lib/ppxlib/print_diff -I /home/opam/.opam/4.07/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/sexplib0 -I /home/opam/.opam/4.07/lib/stdio -I ast/.ppx_ast.objs/byte -I ast/.ppx_ast.objs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -I ppx_view/lib/.ppx_view_lib.objs/byte -I ppx_view/lib/.ppx_view_lib.objs/native -I stdppx/.stdppx.objs/byte -I stdppx/.stdppx.objs/native -I stdppx/caml/.ppx_caml.objs/byte -I stdppx/caml/.ppx_caml.objs/native -I viewlib/.viewlib.objs/byte -I viewlib/.viewlib.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Ppx_view_test_rewriter -o ppx_view/test/test_rewriter/.ppx_view_test_rewriter.objs/byte/ppx_view_test_rewriter__Rewriter.cmo -c -impl ppx_view/test/test_rewriter/rewriter.ml)
File "ppx_view/test/test_rewriter/rewriter.ml", line 6, characters 2-22:
Error: Unbound module Extension.V3
    ocamlopt ppx_view/test/test_rewriter/.ppx_view_test_rewriter.objs/native/ppx_view_test_rewriter__Rewriter.{cmx,o} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I ppx_view/test/test_rewriter/.ppx_view_test_rewriter.objs/byte -I ppx_view/test/test_rewriter/.ppx_view_test_rewriter.objs/native -I /home/opam/.opam/4.07/lib/base -I /home/opam/.opam/4.07/lib/base/caml -I /home/opam/.opam/4.07/lib/base/shadow_stdlib -I /home/opam/.opam/4.07/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.07/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.07/lib/ocaml-migrate-parsetree -I /home/opam/.opam/4.07/lib/ocaml/compiler-libs -I /home/opam/.opam/4.07/lib/ppx_derivers -I /home/opam/.opam/4.07/lib/ppxlib -I /home/opam/.opam/4.07/lib/ppxlib/ast -I /home/opam/.opam/4.07/lib/ppxlib/print_diff -I /home/opam/.opam/4.07/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/sexplib0 -I /home/opam/.opam/4.07/lib/stdio -I ast/.ppx_ast.objs/byte -I ast/.ppx_ast.objs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -I ppx_view/lib/.ppx_view_lib.objs/byte -I ppx_view/lib/.ppx_view_lib.objs/native -I stdppx/.stdppx.objs/byte -I stdppx/.stdppx.objs/native -I stdppx/caml/.ppx_caml.objs/byte -I stdppx/caml/.ppx_caml.objs/native -I viewlib/.viewlib.objs/byte -I viewlib/.viewlib.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Ppx_view_test_rewriter -o ppx_view/test/test_rewriter/.ppx_view_test_rewriter.objs/native/ppx_view_test_rewriter__Rewriter.cmx -c -impl ppx_view/test/test_rewriter/rewriter.ml)
File "ppx_view/test/test_rewriter/rewriter.ml", line 6, characters 2-22:
Error: Unbound module Extension.V3
File "ppx_view/example/dune", line 8, characters 2-9:
8 |   viewast)
      ^^^^^^^
Error: Library "viewast" not found.
Hint: try: dune external-lib-deps --missing @install @check @runtest
    ocamldep ppx_view/example/.examples.eobjs/ex01_basic.pp.ml.d (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamldep.opt -modules -impl ppx_view/example/ex01_basic.pp.ml) > _build/default/ppx_view/example/.examples.eobjs/ex01_basic.pp.ml.d
File "ppx_view/example/ex01_basic.ml", line 13, characters 55-59:
Error: File "ppx_view/example/ex01_basic.ml", line 13, characters 55-59:
Error: ppx_view: Invalid @view attribute payload, should be a record pattern
      ocamlc test/driver/omp-integration/test/.test.eobjs/byte/test.{cmi,cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -safe-string -g -bin-annot -I test/driver/omp-integration/test/.test.eobjs/byte -no-alias-deps -opaque -o test/driver/omp-integration/test/.test.eobjs/byte/test.cmo -c -impl test/driver/omp-integration/test/test.pp.ml)
File "test/driver/omp-integration/test/test.ml", line 2, characters 43-51:
Error: Uninterpreted extension 'omp_test'.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 13:35.36: Job failed: Failed: Build failed