OrganisationsNathanRebcinapsb03f0b (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-04-10 22:03.22: New job: test NathanReb/cinaps https://github.com/NathanReb/cinaps.git#refs/heads/master (b03f0b2ccf0754ab6fba04105319141ed06bd56a) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/NathanReb/cinaps.git" -b "master" && cd "cinaps" && git reset --hard b03f0b2c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7
# 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 4eb17878fda814a81d9964c844f45ca24588ece0 || git fetch origin master) && git reset -q --hard 4eb17878fda814a81d9964c844f45ca24588ece0 && 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.12.0 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.12.1 bin_prot.v0.12.0 conf-m4.1 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jbuilder.1.0+beta10 jst-config.v0.12.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocamlbuild.0.9.1 ocamlfind.1.8.0 octavius.0.1.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 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 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-04-10 22:03.22: Using cache hint "NathanReb/cinaps-ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7-debian-12-4.07_opam-2.1-9465304f4cdb6defdb86819627af4cbd"
2024-04-10 22:03.22: Using OBuilder spec:
((from ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7)
 (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 4eb17878fda814a81d9964c844f45ca24588ece0 || git fetch origin master) && git reset -q --hard 4eb17878fda814a81d9964c844f45ca24588ece0 && 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.12.0 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.12.1 bin_prot.v0.12.0 conf-m4.1 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jbuilder.1.0+beta10 jst-config.v0.12.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocamlbuild.0.9.1 ocamlfind.1.8.0 octavius.0.1.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 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 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-04-10 22:03.22: Waiting for resource in pool OCluster
2024-04-10 22:14.25: Waiting for worker…
2024-04-10 22:16.46: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
HEAD is now at b03f0b2 Merge pull request #3 from kit-ty-kate/patch-2


(from ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7)
Unable to find image 'ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7' locally
docker.io/ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7: Pulling from ocaml/opam
Digest: sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7
Status: Downloaded newer image for ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7
2024-04-10 22:16.46 ---> using "806ee51389d0d0b27276ea06607814da90a34f50afdb3fb2005ff5fcd3467b54" 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-04-10 22:16.46 ---> using "09c04342bf31ec923ba053d573e6ff2d412202553c52b25881635a4b123865ee" 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-04-10 22:17.48 ---> saved as "b6841472aef4c9a63ba325bbb235525d9affaa827e5eb82cf487b5efeff5877d"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-102-generic
The OCaml toplevel, version 4.07.1
2.1.5
2024-04-10 22:17.48 ---> saved as "82ce05af440115d77785080055cbe3b5fd6625c715cb9f8db0de1449a9c839a0"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 22:17.48 ---> saved as "8aea573edecf398a34c5e749ffcf6e9f35856fbce9ec6ab868e2cc250ad11fa7"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4eb17878fda814a81d9964c844f45ca24588ece0 || git fetch origin master) && git reset -q --hard 4eb17878fda814a81d9964c844f45ca24588ece0 && git log --no-decorate -n1 --oneline && opam update -u"))
4eb17878fd Merge pull request #25441 from dra27/simplify-zstd


<><> 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-10 22:19.05 ---> saved as "a5e5b5829bfc3a085f720c5d95afd0d0d0d31eb3d82ea231138b5846bb540823"


/src: (copy (src cinaps.opam) (dst ./))
2024-04-10 22:19.05 ---> saved as "281127930e42aee34616f6df6d69e8a7f939d496483ed1bf5a23baf34920e845"


/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-04-10 22:19.07 ---> saved as "ff148f06ee5beb3f892c7eaeda46cc63dee378e01c37b636e947f0bcfa9f020c"


/src: (env DEPS "base.v0.12.0 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.12.1 bin_prot.v0.12.0 conf-m4.1 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fieldslib.v0.12.0 jane-street-headers.v0.12.0 jbuilder.1.0+beta10 jst-config.v0.12.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocamlbuild.0.9.1 ocamlfind.1.8.0 octavius.0.1.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 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 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]
- Fetched 103 kB in 0s (487 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.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-04-10 22:19.29 ---> saved as "d4c2fd3b2a1a5da0e6dc79f72dde03995a0c1ee6912ad7d2490f62608c245fc0"


/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-compiler-libs     v0.12.0
  - install jane-street-headers     v0.12.0
  - install dune-private-libs       2.0.1
  - install topkg                   0.7.5
  - install jbuilder                1.0+beta10
  - 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 variantslib             v0.12.0
  - install typerep                 v0.12.0
  - install stdio                   v0.12.0
  - install fieldslib               v0.12.0
  - install ocaml-migrate-parsetree 1.2.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 base_quickcheck         v0.12.1
  - install time_now                v0.12.0
  - install ppx_module_timer        v0.12.0
  - install ppx_jane                v0.12.0
===== 54 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base_quickcheck.v0.12.1  (https://github.com/janestreet/base_quickcheck/archive/v0.12.1.tar.gz)
-> retrieved dune.2.0.1  (cached)
-> installed conf-m4.1
-> retrieved base.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/base-v0.12.0.tar.gz)
-> retrieved bin_prot.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/bin_prot-v0.12.0.tar.gz)
-> retrieved dune-configurator.2.0.1  (cached)
-> retrieved fieldslib.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/fieldslib-v0.12.0.tar.gz)
-> retrieved dune-private-libs.2.0.1  (cached)
-> retrieved jane-street-headers.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/jane-street-headers-v0.12.0.tar.gz)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved jst-config.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/jst-config-v0.12.0.tar.gz)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved jbuilder.1.0+beta10  (https://github.com/janestreet/jbuilder/releases/download/1.0+beta10/jbuilder-1.0.beta10.tbz)
-> retrieved ocaml-migrate-parsetree.1.2.0  (https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v1.2.0/ocaml-migrate-parsetree-v1.2.0.tbz)
-> retrieved ppx_assert.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_assert-v0.12.0.tar.gz)
-> retrieved octavius.0.1.0  (https://github.com/ocaml-doc/octavius/archive/0.1.0.tar.gz)
-> retrieved ppx_base.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_base-v0.12.0.tar.gz)
-> retrieved ppx_bench.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_bench-v0.12.0.tar.gz)
-> retrieved ppx_bin_prot.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_bin_prot-v0.12.0.tar.gz)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_custom_printf.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_custom_printf-v0.12.0.tar.gz)
-> retrieved ppx_compare.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_compare-v0.12.0.tar.gz)
-> retrieved ppx_enumerate.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_enumerate-v0.12.0.tar.gz)
-> retrieved ppx_fail.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_fail-v0.12.0.tar.gz)
-> retrieved ppx_expect.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_expect-v0.12.0.tar.gz)
-> retrieved ppx_fields_conv.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_fields_conv-v0.12.0.tar.gz)
-> retrieved ppx_here.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_here-v0.12.0.tar.gz)
-> retrieved ppx_hash.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_hash-v0.12.0.tar.gz)
-> retrieved ppx_inline_test.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_inline_test-v0.12.0.tar.gz)
-> retrieved ppx_jane.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_jane-v0.12.0.tar.gz)
-> retrieved ppx_js_style.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_js_style-v0.12.0.tar.gz)
-> retrieved ppx_let.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_let-v0.12.0.tar.gz)
-> retrieved ppx_module_timer.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_module_timer-v0.12.0.tar.gz)
-> retrieved ppx_optcomp.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_optcomp-v0.12.0.tar.gz)
-> retrieved ppx_sexp_conv.v0.12.0  (cached)
-> retrieved ppx_optional.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_optional-v0.12.0.tar.gz)
-> retrieved ppx_pipebang.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_pipebang-v0.12.0.tar.gz)
-> retrieved ppx_sexp_message.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_sexp_message-v0.12.0.tar.gz)
-> retrieved ppx_sexp_value.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_sexp_value-v0.12.0.tar.gz)
-> retrieved ppx_stable.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_stable-v0.12.0.tar.gz)
-> retrieved ppx_typerep_conv.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_typerep_conv-v0.12.0.tar.gz)
-> retrieved ppx_variants_conv.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/ppx_variants_conv-v0.12.0.tar.gz)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved splittable_random.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/splittable_random-v0.12.0.tar.gz)
-> retrieved re.1.8.0  (https://github.com/ocaml/ocaml-re/releases/download/1.8.0/re-1.8.0.tbz)
-> retrieved stdio.v0.12.0  (cached)
-> retrieved ppxlib.0.5.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.5.0/ppxlib-0.5.0.tbz)
-> retrieved topkg.0.7.5  (cached)
-> retrieved time_now.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/time_now-v0.12.0.tar.gz)
-> retrieved variantslib.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/variantslib-v0.12.0.tar.gz)
-> retrieved typerep.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/typerep-v0.12.0.tar.gz)
-> installed ocamlfind.1.8.0
-> installed result.1.0
-> installed ocamlbuild.0.9.1
-> installed topkg.0.7.5
-> installed jbuilder.1.0+beta10
-> installed ppx_derivers.1.0
-> installed octavius.0.1.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-compiler-libs.v0.12.0
-> installed re.1.8.0
-> installed dune-private-libs.2.0.1
-> installed ocaml-migrate-parsetree.1.2.0
-> installed dune-configurator.2.0.1
-> installed base.v0.12.0
-> installed fieldslib.v0.12.0
-> installed variantslib.v0.12.0
-> installed stdio.v0.12.0
-> installed typerep.v0.12.0
-> installed ppxlib.0.5.0
-> installed ppx_optcomp.v0.12.0
-> installed ppx_enumerate.v0.12.0
-> installed ppx_stable.v0.12.0
-> installed ppx_optional.v0.12.0
-> installed ppx_here.v0.12.0
-> installed ppx_fields_conv.v0.12.0
-> installed ppx_let.v0.12.0
-> installed ppx_typerep_conv.v0.12.0
-> installed ppx_compare.v0.12.0
-> installed ppx_variants_conv.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_hash.v0.12.0
-> installed ppx_fail.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 time_now.v0.12.0
-> installed bin_prot.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
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-10 22:20.55 ---> saved as "c98e4655a8ce0a30ebe317c5ec49dc5aeb39a68761833fe2ebc2475fc732d448"


/src: (copy (src .) (dst /src))
2024-04-10 22:20.55 ---> saved as "da274d5f8d38e5921badff6a3300e9dd984d970657e4822c63665cb734197cd6"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
         ppx test/test_staged_gen.pp.ml (exit 2)
(cd _build/default && .ppx/03c5d02a89234e3c15ee43299325fe40/ppx.exe -allow-toplevel-expression -o test/test_staged_gen.pp.ml --impl test/test_staged_gen.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
.ppx/03c5d02a89234e3c15ee43299325fe40/ppx.exe: unknown option '-allow-toplevel-expression'.
ppx.exe [extra_args] [<files>]
  -as-ppx                              Run as a -ppx rewriter (must be the first argument)
  --as-ppx                             Same as -as-ppx
  -as-pp                               Shorthand for: -dump-ast -embed-errors
  --as-pp                              Same as -as-pp
  -o <filename>                        Output file (use '-' for stdout)
  -                                    Read input from stdin
  -dump-ast                            Dump the marshaled ast to the output file instead of pretty-printing it
  --dump-ast                           Same as -dump-ast
  -dparsetree                          Print the parsetree (same as ocamlc -dparsetree)
  -embed-errors                        Embed errors in the output AST (default: true when -dump-ast, false otherwise)
  -null                                Produce no output, except for errors
  -impl <file>                         Treat the input as a .ml file
  --impl <file>                        Same as -impl
  -intf <file>                         Treat the input as a .mli file
  --intf <file>                        Same as -intf
  -debug-attribute-drop                Debug attribute dropping
  -print-transformations               Print linked-in code transformations, in the order they are applied
  -print-passes                        Print the actual passes over the whole AST in the order they are applied
  -ite-check                           (no effect -- kept for compatibility)
  -pp <command>                        Pipe sources through preprocessor <command> (incompatible with -as-ppx)
  -reconcile                           (WIP) Pretty print the output using a mix of the input source and the generated code
  -reconcile-with-comments             (WIP) same as -reconcile but uses comments to enclose the generated code
  -no-color                            Don't use colors when printing errors
  -diff-cmd                            Diff command when using code expectations (use - to disable diffing)
  -pretty                              Instruct code generators to improve the prettiness of the generated code
  -styler                              Code styler
  -cookie NAME=EXPR                    Set the cookie NAME to EXPR
  --cookie                             Same as -cookie
  -output-metadata FILE                Where to store the output metadata
  -corrected-suffix SUFFIX             Suffix to happend to corrected files
  -loc-filename <string>               File name to use in locations
  -reserve-namespace <string>          Mark the given namespace as reserved
  -no-check                            Disable checks (unsafe)
  -check                               Enable checks
  -no-check-on-extensions              Disable checks on extension point only
  -check-on-extensions                 Enable checks on extension point only
  -apply <names>                       Apply these transformations in order (comma-separated list)
  -dont-apply <names>                  Exclude these transformations
  -no-merge                            Do not merge context free transformations (better for debugging rewriters)
  -deriving-keep-w32 {impl|intf|both}
                                       Do not try to disable warning 32 for the generated code
  -deriving-disable-w32-method {code|attribute}
                                       How to disable warning 32 for the generated code
  -type-conv-keep-w32 {impl|intf|both}
                                       Deprecated, use -deriving-keep-w32
  -type-conv-w32 {code|attribute}
                                       Deprecated, use -deriving-disable-w32-method
  -annotated-ignores                   If set, forces all ignored expressions (either under ignore or inside a "let _ = ...") to have a type annotation.
  -compat-32                           If set, checks that all constants are representable on 32bit architectures.
  -dont-check-doc-comments-attachment  ignore warning 50 on the file.
  -check-doc-comments                  If set, ensures that all comments in .mli files are either documentation or (*_ *) comments. Also check the syntax of doc comments.
  -dated-deprecation                   If set, ensures that all `[@@deprecated]` attributes must contain \
            the date of deprecation, using the format `"[since MM-YYYY] ..."`.
  -no-dated-deprecation                inverse of -dated-deprecation.
  -dirname <dir>                       Name of the current directory relative to the root of the project
  -inline-test-lib                     A base name to use for generated identifiers (has to be globally unique in a program).ppx_inline_test (and ppx_bench) are disabled unless this flag is passed.
  -bench-drop                          Drop inline benchmarks
  -bench-drop-with-deadcode            Drop inline benchmarks by wrapping them inside deadcode to prevent unused variable warnings.
  -inline-test-drop                    Drop unit tests
  -inline-test-drop-with-deadcode      Drop unit tests by wrapping them inside deadcode to prevent unused variable warnings.
  -help                                Display this list of options
  --help                               Display this list of options
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-10 22:20.57: Job failed: Failed: Build failed