Organisationsocaml-ppxppx40e5a3 (master)debian-12-4.07_opam-2.1

debian-12-4.07_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 14:05.36: New job: test ocaml-ppx/ppx https://github.com/ocaml-ppx/ppx.git#refs/heads/master (40e5a35a4386d969effaf428078c900bd03b78ec) (linux-x86_64:debian-12-4.07_opam-2.1)
Base: ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc
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:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc
# 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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.2 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.15.1 core_kernel.v0.12.3 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 expect_test_helpers_kernel.v0.12.0 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jst-config.v0.12.0 num.1.5 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 octavius.1.2.2 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.1 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.2.1 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.8.1 re.1.11.0 result.1.5 seq.base 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 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-06-17 14:05.36: Using cache hint "ocaml-ppx/ppx-ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc-debian-12-4.07_opam-2.1-157c9bce37f3e66084de745b9595a4cb"
2024-06-17 14:05.36: Using OBuilder spec:
((from ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc)
 (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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.2 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.15.1 core_kernel.v0.12.3 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 expect_test_helpers_kernel.v0.12.0 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jst-config.v0.12.0 num.1.5 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 octavius.1.2.2 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.1 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.2.1 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.8.1 re.1.11.0 result.1.5 seq.base 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 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-06-17 14:05.36: Waiting for resource in pool OCluster
2024-06-19 17:43.05: Waiting for worker…
2024-06-19 17:45.43: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ppx.git-410b4ffb81ff656219fc8fbd4b2248cefd5eaca5/.git/
HEAD is now at 40e5a35 get rid of deprecated libraries


(from ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc)
Unable to find image 'ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc' locally
docker.io/ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc: Pulling from ocaml/opam
a7adfca744ef: Pulling fs layer
a7adfca744ef: Verifying Checksum
a7adfca744ef: Download complete
a7adfca744ef: Pull complete
Digest: sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc
Status: Downloaded newer image for ocaml/opam@sha256:e854da81d4b7608f81b92344463dcd2cfaeff65fb9d5b5f2fb57cae2e5aeebfc
2024-06-19 17:45.45 ---> using "5a8be31c926abf08d46f470c7f2665dbb89c12f8f41cbbec553f2cabb23b3bef" 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-06-19 17:45.45 ---> using "b1f89e06b883d202b51602508120151b83aba78725536cd85abc19403ff83f4e" 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-06-19 17:45.45 ---> using "972cc7a081a9e131732628c60ecd4d1a244e3b018a3ce377f1a6ae7dec9d5a87" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.07.1
2.1.6
2024-06-19 17:45.45 ---> using "0d5c64583bc75e62f21b21b7daa1752047da7336ca2f56b4f0d7098028c9011a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 17:45.45 ---> using "cb6fc7d5156c20dec0307cbc09bfc6088c878e7636d6df70700760252b93245b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..5d6f1cf035  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - recompile ocaml-config 1       [upstream or system changes]
  - recompile ocaml        4.07.1  [uses ocaml-config]
  - recompile opam-depext  1.2.1-1 [uses ocaml]
===== 3 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.07.1
-> removed   ocaml-config.1
[NOTE] While removing ocaml-config.1: not removing non-empty directories:
         - share


-> installed ocaml-config.1
-> installed ocaml.4.07.1
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:45.45 ---> using "fb4a7d1adc5c0384966b00a81f840b611291025a4825d8169769f61d059b3041" from cache


/src: (copy (src ppx.opam astlib.opam) (dst ./))
2024-06-19 17:45.45 ---> saved as "1781c535f6586fc245b524dfba97a200399c8e0cb7a46910e30d1a771b2c43bc"


/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-06-19 17:45.49 ---> saved as "5dfd423959a151bb336b744351fbfd5b88351286e6f23fd36994930a4e9ad0d3"


/src: (env DEPS "base.v0.12.2 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.15.1 core_kernel.v0.12.3 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 expect_test_helpers_kernel.v0.12.0 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jst-config.v0.12.0 num.1.5 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 octavius.1.2.2 parsexp.v0.12.0 ppx_assert.v0.12.0 ppx_base.v0.12.0 ppx_bench.v0.12.0 ppx_bin_prot.v0.12.1 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.2.1 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.8.1 re.1.11.0 result.1.5 seq.base 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 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-security bookworm-security/main amd64 Packages [160 kB]
- Fetched 263 kB in 0s (801 kB/s)
- Reading package lists...


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


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[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).
2024-06-19 17:46.02 ---> saved as "0e685c192a37b3a7e9cb30dbaa9d0072cb1f22cb519ddb1f8f21c9ad4976ab86"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[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 num                        1.5
  - install ocamlfind                  1.9.6
  - install seq                        base
  - install ocamlfind-secondary        1.9.6
  - install dune                       3.16.0
  - install sexplib0                   v0.12.0
  - install result                     1.5
  - install re                         1.11.0
  - install ppx_derivers               1.2.1
  - install octavius                   1.2.2
  - install ocaml-syntax-shims         1.0.0
  - install ocaml-compiler-libs        v0.12.4
  - install jane-street-headers        v0.12.0
  - install csexp                      1.5.2
  - install cinaps                     v0.15.1
  - install ocaml-migrate-parsetree    1.8.0
  - install dune-configurator          3.16.0
  - install base                       v0.12.2
  - 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 ppxlib                     0.8.1
  - install sexplib                    v0.12.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.1
  - 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.1
  - 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
===== 60 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base_bigstring.v0.12.0  (cached)
-> retrieved base.v0.12.2  (cached)
-> retrieved base_quickcheck.v0.12.1  (cached)
-> retrieved bin_prot.v0.12.0  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved core_kernel.v0.12.3  (cached)
-> retrieved csexp.1.5.2  (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.5  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> installed num.1.5
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved octavius.1.2.2  (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.1  (cached)
-> retrieved ppx_compare.v0.12.0  (cached)
-> retrieved ppx_custom_printf.v0.12.1  (cached)
-> retrieved ppx_derivers.1.2.1  (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.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.8.1  (cached)
-> retrieved re.1.11.0  (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 ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.16.0
-> installed jane-street-headers.v0.12.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed octavius.1.2.2
-> installed re.1.11.0
-> installed result.1.5
-> installed sexplib0.v0.12.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.16.0
-> installed ocaml-migrate-parsetree.1.8.0
-> installed base.v0.12.2
-> 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.8.1
-> installed ppx_optcomp.v0.12.0
-> installed ppx_here.v0.12.0
-> installed ppx_let.v0.12.0
-> installed ppx_optional.v0.12.0
-> installed ppx_fields_conv.v0.12.0
-> installed ppx_enumerate.v0.12.0
-> installed ppx_variants_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_sexp_message.v0.12.0
-> installed ppx_sexp_value.v0.12.0
-> installed ppx_assert.v0.12.0
-> installed ppx_bench.v0.12.0
-> installed ppx_custom_printf.v0.12.1
-> 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 ppx_expect.v0.12.0
-> installed time_now.v0.12.0
-> installed base_quickcheck.v0.12.1
-> installed ppx_bin_prot.v0.12.1
-> installed ppx_module_timer.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-06-19 17:47.52 ---> saved as "8628f7d9513f6f83d39765bd270c146c7397b384f961c8a2700b938583ef7682"


/src: (copy (src .) (dst /src))
2024-06-19 17:47.53 ---> saved as "74110ac40049cdee857924eefe32a586e0c43f312eb2dab541c87ed9fdb406f1"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "ppx_view/example/dune", line 8, characters 2-9:
8 |   viewast)
      ^^^^^^^
Error: Library "viewast" not found.
-> required by
   _build/default/ppx_view/example/.examples.eobjs/byte/ex01_basic.cmi
-> required by alias ppx_view/example/check
(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/errors/.test.objs/byte -I viewlib/.viewlib.objs/byte -no-alias-deps -opaque -o ppx_view/test/errors/.test.objs/byte/test.cmo -c -impl ppx_view/test/errors/test.pp.ml)
File "ppx_view/test/errors/test.ml", line 3, characters 4-6:
Error: File "ppx_view/test/errors/test.ml", line 3, characters 4-6:
Error: ppx_view: Unsupported int litteral suffix 'z'
(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.impl.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
(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-06-19 17:48.04: Job failed: Failed: Build failed