OrganisationsNathanRebcinapsb03f0b (master)macos-homebrew-5.1_arm64_opam-2.1

macos-homebrew-5.1_arm64_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) (macos-arm64:macos-homebrew-5.1_arm64_opam-2.1)
Base: macos-homebrew-ocaml-5.1
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 macos-homebrew-ocaml-5.1
# macos-homebrew-5.1_arm64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
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 ./src/./
RUN opam pin add -yn cinaps.dev './src/./'
ENV DEPS="base.v0.16.3 base-bigarray.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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 cd ./src && 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-macos-macos-homebrew-ocaml-5.1-macos-homebrew-5.1_arm64_opam-2.1-c745ebca79f8f4a3ce50d2cba92492fd"
2024-04-30 08:30.51: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_arm64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 ./src/./))
 (run (network host)
      (shell "opam pin add -yn cinaps.dev './src/./'"))
 (env DEPS "base.v0.16.3 base-bigarray.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y cinaps.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && 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 12:05.52: Waiting for worker…
2024-04-30 14:28.20: Got resource from pool OCluster
Building on m1-worker-02
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/cinaps.git-ab3d89219e4d94b6d5f966ed1737728e592576ba/.git/
HEAD is now at b03f0b2 Merge pull request #3 from kit-ty-kate/patch-2


(from macos-homebrew-ocaml-5.1)
2024-04-30 14:28.21 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


/: (comment macos-homebrew-5.1_arm64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-04-30 14:28.21 ---> using "22cd16a64c632695859fdcedd94c70c4cc08c65c5ac152872708c4f22bdb6b91" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-04-30 14:28.21 ---> using "a88b721b113bbcb0b1d9c9d9953be1d371de01973789d03f702acf5d676e7e9e" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 14:28.21 ---> using "b9cb7a7e67e401d6d05e669cb4a23e6bbd1c29e9a607e1e5d301dc2a9918b0c9" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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
   b530f3bbd2..60c4208f49  master     -> origin/master
60c4208f49 Merge pull request #25714 from emillon/release-dune-3.15.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
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 14:28.22 ---> using "1047db80d100891d6adab41c784f7c8b3c275e3f071ab2049c4a0163d84e3187" from cache


/: (copy (src cinaps.opam) (dst ./src/./))
2024-04-30 14:28.23 ---> saved as "4f8051b58ff504e613f829b707305b481d0f7be6ac253a17e23991cfc3ea6590"


/: (run (network host)
        (shell "opam pin add -yn cinaps.dev './src/./'"))
[cinaps.dev] synchronised (file:///Users/mac1000/src)
cinaps is now pinned to file:///Users/mac1000/src (version dev)
2024-04-30 14:28.30 ---> saved as "53c38261ffa2df50ceba2013f9176e5b76a69f2827942c527ff6d04fa0c137cf"


/: (env DEPS "base.v0.16.3 base-bigarray.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y cinaps.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
No 0-1 knapsack inequalities detected
Constructing conflict graph...
Conflict graph has 2 + 2 = 4 vertices
2024-04-30 14:28.51 ---> saved as "6334cc58d0769ae6e0ff38a2535934b00e9aa7cad2d8c072c6eea9da05269634"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
No 0-1 knapsack inequalities detected
Constructing conflict graph...
Conflict graph has 2 + 2 = 4 vertices
The following actions will be performed:
  - install dune                        3.15.2
  - install conf-bash                   1
  - install num                         1.5
  - install seq                         base
  - install stdlib-shims                0.3.0
  - install sexplib0                    v0.16.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 re                          1.11.0
  - 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 csexp.1.5.2  (cached)
-> installed conf-bash.1
-> retrieved bin_prot.v0.16.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> 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 ppx_stable_witness.v0.16.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ppx_tydi.v0.16.0  (cached)
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppx_typerep_conv.v0.16.0  (cached)
-> retrieved ppx_variants_conv.v0.16.0  (cached)
-> installed num.1.5
-> retrieved dune-configurator.3.15.2  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib.v0.16.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 variantslib.v0.16.0  (cached)
-> retrieved ppxlib.0.32.1  (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 stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed re.1.11.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-configurator.3.15.2
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed base.v0.16.3
-> installed fieldslib.v0.16.0
-> installed variantslib.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_cold.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_let.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_message.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 time_now.v0.16.0
-> installed bin_prot.v0.16.0
-> installed ppx_module_timer.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_bin_prot.v0.16.0
-> 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 14:30.09 ---> saved as "04fb23b2147139b4ba61ae0daf964990c86f940c4670b47c07f19e6a652b58fa"


/: (copy (src .) (dst ./src))
2024-04-30 14:30.10 ---> saved as "4c831af537c8628629524a118055b0e6c70df20e8df93ca98d4ee3f807007935"


/: (run (shell "cd ./src && 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" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 14:30.15: Job failed: Failed: Build failed