OrganisationsNathanRebcinapsb03f0b (master)ubuntu-22.04-4.14_opam-2.1

ubuntu-22.04-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:30.51: New job: test NathanReb/cinaps https://github.com/NathanReb/cinaps.git#refs/heads/master (b03f0b2ccf0754ab6fba04105319141ed06bd56a) (linux-x86_64:ubuntu-22.04-4.14_opam-2.1)
Base: ocaml/opam@sha256:e5b885270d5b2cb69476784d0f5e29d9cf9339f67350333ced9532f9322e3f0b
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:e5b885270d5b2cb69476784d0f5e29d9cf9339f67350333ced9532f9322e3f0b
# ubuntu-22.04-4.14_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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && 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.16.3 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.16.0 bin_prot.v0.16.0 conf-bash.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.32.1 re.1.11.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 typerep.v0.16.0 variantslib.v0.16.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-30 08:30.51: Using cache hint "NathanReb/cinaps-ocaml/opam@sha256:e5b885270d5b2cb69476784d0f5e29d9cf9339f67350333ced9532f9322e3f0b-ubuntu-22.04-4.14_opam-2.1-3045b1ff52d27c2811fb25da7f98d817"
2024-04-30 08:30.51: Using OBuilder spec:
((from ocaml/opam@sha256:e5b885270d5b2cb69476784d0f5e29d9cf9339f67350333ced9532f9322e3f0b)
 (comment ubuntu-22.04-4.14_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 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && 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.16.3 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.16.0 bin_prot.v0.16.0 conf-bash.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.32.1 re.1.11.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 typerep.v0.16.0 variantslib.v0.16.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-30 08:30.51: Waiting for resource in pool OCluster
2024-04-30 19:15.25: Waiting for worker…
2024-04-30 19:18.32: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
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/cinaps.git-ab3d89219e4d94b6d5f966ed1737728e592576ba/.git/
HEAD is now at b03f0b2 Merge pull request #3 from kit-ty-kate/patch-2


(from ocaml/opam@sha256:e5b885270d5b2cb69476784d0f5e29d9cf9339f67350333ced9532f9322e3f0b)
Unable to find image 'ocaml/opam@sha256:e5b885270d5b2cb69476784d0f5e29d9cf9339f67350333ced9532f9322e3f0b' locally
docker.io/ocaml/opam@sha256:e5b885270d5b2cb69476784d0f5e29d9cf9339f67350333ced9532f9322e3f0b: Pulling from ocaml/opam
d29ec261e25b: Pulling fs layer
d29ec261e25b: Verifying Checksum
d29ec261e25b: Download complete
d29ec261e25b: Pull complete
Digest: sha256:e5b885270d5b2cb69476784d0f5e29d9cf9339f67350333ced9532f9322e3f0b
Status: Downloaded newer image for ocaml/opam@sha256:e5b885270d5b2cb69476784d0f5e29d9cf9339f67350333ced9532f9322e3f0b
2024-04-30 19:20.18 ---> saved as "0e23776d582d5924841f0c6b541722c433218ac96e44810ee211e7a83ad9016b"


/: (comment ubuntu-22.04-4.14_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-30 19:20.18 ---> saved as "444b8516f244fe4459c7577e51c4d31e83f872a83e1219fc4a83e8428d735b9e"


/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-30 19:21.53 ---> saved as "6773eb05a1a3bba3e518e94dfc2806192879200d3e60a077186bfe803a2ae007"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 19:21.54 ---> saved as "a94223cbb901b677ddb11d0d0f5fdffc863f33c7f6c6006c388d3a757d33b6cd"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:21.54 ---> saved as "3800b6f7315d8173da8ff4242eafdc16fe2751ec092192d33dea41717011b7ce"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 60c4208f49d0559b8988a754e13eb65bfc59b6f2 || git fetch origin master) && git reset -q --hard 60c4208f49d0559b8988a754e13eb65bfc59b6f2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..bafea8d973  master     -> origin/master
60c4208f49 Merge pull request #25714 from emillon/release-dune-3.15.2


<><> 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-30 19:23.25 ---> saved as "ba6467c75dd8c6b77586657d0863662be96a0e74dc27b085be46ae3dfa098179"


/src: (copy (src cinaps.opam) (dst ./))
2024-04-30 19:23.26 ---> saved as "572a93e2642117490b96808c0f5e7a15603239d529b426440c1cf981e07aa764"


/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-30 19:23.29 ---> saved as "56fdc95ddd7b0e511c0554f4d896d6a70698ff72e40a6be6225303561b3a2e7e"


/src: (env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.16.0 bin_prot.v0.16.0 conf-bash.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fieldslib.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.32.1 re.1.11.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 typerep.v0.16.0 variantslib.v0.16.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"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1756 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.7 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1077 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2265 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1370 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [51.1 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2339 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2036 kB]
- Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.9 kB]
- Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB]
- Fetched 11.4 MB in 1s (8121 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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).
2024-04-30 19:23.53 ---> saved as "db3a506e051828e9cc08544ed384039b0d236e51a163a0b917352fa4055e48ff"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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-bash                   1
  - install num                         1.5
  - install seq                         base
  - install dune                        3.15.2
  - install stdlib-shims                0.3.0
  - install sexplib0                    v0.16.0
  - install re                          1.11.0
  - install ppx_derivers                1.2.1
  - install ocaml-compiler-libs         v0.12.4
  - install jane-street-headers         v0.16.0
  - install csexp                       1.5.2
  - install parsexp                     v0.16.0
  - install ppxlib                      0.32.1
  - install dune-configurator           3.15.2
  - install sexplib                     v0.16.0
  - install ppx_pipebang                v0.16.0
  - install ppx_ignore_instrumentation  v0.16.0
  - install base                        v0.16.3
  - install variantslib                 v0.16.0
  - install typerep                     v0.16.0
  - install stdio                       v0.16.0
  - install ppx_tydi                    v0.16.0
  - install ppx_stable_witness          v0.16.0
  - install ppx_stable                  v0.16.0
  - install ppx_sexp_conv               v0.16.0
  - install ppx_optional                v0.16.0
  - install ppx_here                    v0.16.0
  - install ppx_globalize               v0.16.0
  - install ppx_fixed_literal           v0.16.0
  - install ppx_enumerate               v0.16.0
  - install ppx_disable_unused_warnings v0.16.0
  - install ppx_compare                 v0.16.0
  - install ppx_cold                    v0.16.0
  - install fieldslib                   v0.16.0
  - install ppx_variants_conv           v0.16.0
  - install ppx_typerep_conv            v0.16.0
  - install ppx_optcomp                 v0.16.0
  - install ppx_custom_printf           v0.16.0
  - install ppx_sexp_value              v0.16.0
  - install ppx_sexp_message            v0.16.0
  - install ppx_let                     v0.16.0
  - install ppx_hash                    v0.16.0
  - install ppx_assert                  v0.16.0
  - install ppx_fields_conv             v0.16.0
  - install ppx_log                     v0.16.0
  - install ppx_base                    v0.16.0
  - install jst-config                  v0.16.0
  - install bin_prot                    v0.16.0
  - install ppx_string                  v0.16.0
  - install time_now                    v0.16.0
  - install ppx_bin_prot                v0.16.0
  - install ppx_module_timer            v0.16.0
  - install ppx_inline_test             v0.16.1
  - install ppx_expect                  v0.16.0
  - install ppx_bench                   v0.16.0
  - install splittable_random           v0.16.0
  - install base_quickcheck             v0.16.0
  - install ppx_jane                    v0.16.0
===== 58 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base_quickcheck.v0.16.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved bin_prot.v0.16.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> retrieved fieldslib.v0.16.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_bench.v0.16.0  (cached)
-> retrieved ppx_bin_prot.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_custom_printf.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.16.0  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.0  (cached)
-> retrieved ppx_fields_conv.v0.16.0  (cached)
-> retrieved ppx_fixed_literal.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_jane.v0.16.0  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved ppx_log.v0.16.0  (cached)
-> retrieved ppx_module_timer.v0.16.0  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_optional.v0.16.0  (cached)
-> retrieved ppx_pipebang.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_sexp_message.v0.16.0  (cached)
-> retrieved ppx_sexp_value.v0.16.0  (cached)
-> retrieved ppx_stable.v0.16.0  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed num.1.5
-> retrieved ppx_stable_witness.v0.16.0  (cached)
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppx_tydi.v0.16.0  (cached)
-> retrieved ppx_typerep_conv.v0.16.0  (cached)
-> retrieved ppx_variants_conv.v0.16.0  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved splittable_random.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved typerep.v0.16.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved variantslib.v0.16.0  (cached)
-> installed dune.3.15.2
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.15.2
-> installed sexplib.v0.16.0
-> installed base.v0.16.3
-> installed variantslib.v0.16.0
-> installed fieldslib.v0.16.0
-> installed stdio.v0.16.0
-> installed typerep.v0.16.0
-> installed ppxlib.0.32.1
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_let.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed ppx_log.v0.16.0
-> installed jst-config.v0.16.0
-> installed ppx_string.v0.16.0
-> installed bin_prot.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_bin_prot.v0.16.0
-> installed ppx_module_timer.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_bench.v0.16.0
-> installed ppx_expect.v0.16.0
-> installed splittable_random.v0.16.0
-> installed base_quickcheck.v0.16.0
-> installed ppx_jane.v0.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:26.13 ---> saved as "f33ebd8466a4d4d4544660f697f00f4e419252f46cdea8dd60deebe5c2aac8fc"


/src: (copy (src .) (dst /src))
2024-04-30 19:26.13 ---> saved as "9c0bf1858406514872375bc20b4a0c0a779ea72120489c1084f434cd2b77a8a1"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/dune", line 6, characters 13-54:
6 |  (preprocess (pps ppx_jane -allow-toplevel-expression)))
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(cd _build/default && .ppx/57ef275c515ec1fe105f6ff0979f5a61/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/57ef275c515ec1fe105f6ff0979f5a61/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 -as-pp, 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
  -output-metadata FILE            Where to store the output metadata
  -corrected-suffix SUFFIX         Suffix to append 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
  -no-locations-check              Disable locations check only
  -locations-check                 Enable locations check 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). As a result, the context-free transformations are not all applied before all impl and intf.
  -cookie NAME=EXPR                Set the cookie NAME to EXPR
  --cookie                         Same as -cookie
  -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
  -deriving-keep-w60 {impl|intf|both}
                                   Do not try to disable warning 60 for the generated code
  -unused-code-warnings _          Allow ppx derivers to enable unused code warnings
  -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.
  -log-source-position             If set, adds a "pos" tag with a source code position to every logged message.
  -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-30 19:26.16: Job failed: Failed: Build failed