Organisationsocaml-gospelgospeleddfdf ()debian-12-5.2_ppc64_opam-2.1

debian-12-5.2_ppc64_opam-2.1

Link Copied
Code Copied

Logs

2024-07-25 10:06.13: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/391/head (eddfdf9906e2a2bf35701c278df6fbfd6e63f54a) (linux-ppc64:debian-12-5.2_ppc64_opam-2.1)
Base: ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/gospel.git" && cd "gospel" && git fetch origin "refs/pull/391/head" && git reset --hard eddfdf99
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
# debian-12-5.2_ppc64_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 e02e5286a726df2d946d936f0a69edb933ddd988 || git fetch origin master) && git reset -q --hard e02e5286a726df2d946d936f0a69edb933ddd988 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 crunch.3.3.1 dune.3.16.0 dune-build-info.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-ppc64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 odoc.2.4.2 odoc-parser.2.4.2 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.33.0 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y gospel.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-07-25 10:06.13: Using cache hint "ocaml-gospel/gospel-ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7-debian-12-5.2_ppc64_opam-2.1-ef99aa1110662c2e5928f45e208722c6"
2024-07-25 10:06.13: Using OBuilder spec:
((from ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7)
 (comment debian-12-5.2_ppc64_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 e02e5286a726df2d946d936f0a69edb933ddd988 || git fetch origin master) && git reset -q --hard e02e5286a726df2d946d936f0a69edb933ddd988 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src gospel.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn gospel.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 crunch.3.3.1 dune.3.16.0 dune-build-info.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-ppc64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 odoc.2.4.2 odoc-parser.2.4.2 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.33.0 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")
 (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 gospel.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-07-25 10:06.13: Waiting for resource in pool OCluster
2024-07-25 10:06.13: Waiting for worker…
2024-07-25 10:06.13: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at eddfdf9 change log entry


(from ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7)
Unable to find image 'ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7' locally
docker.io/ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7: Pulling from ocaml/opam
2ebe64104880: Already exists
36d70bb5f38f: Pulling fs layer
a76357984f12: Pulling fs layer
4313c2b0cf63: Pulling fs layer
cd3e526cd33e: Pulling fs layer
3672606a32ef: Pulling fs layer
cd1e440e6332: Pulling fs layer
cfc79bb20113: Pulling fs layer
1715427c2363: Pulling fs layer
25c37d991e95: Pulling fs layer
57aaa5dccec9: Pulling fs layer
7542fd3da18a: Pulling fs layer
473f7c6fc05d: Pulling fs layer
79fa1e053abe: Pulling fs layer
cdd0326d90f0: Pulling fs layer
73f130b3381e: Pulling fs layer
7e2d41fce0b1: Pulling fs layer
d7b2aa295c6a: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ae9856efb8c2: Pulling fs layer
3e136ed4b6c0: Pulling fs layer
ff9a2d21fbc8: Pulling fs layer
851b60ac026a: Pulling fs layer
3271a0835d68: Pulling fs layer
ea29b54d3873: Pulling fs layer
75cf3859a08b: Pulling fs layer
bbd8ebe08c5b: Pulling fs layer
43bb21cb0120: Pulling fs layer
fe1e70a6c3de: Pulling fs layer
bd65dc89789b: Pulling fs layer
1e9832fb251e: Pulling fs layer
e587250ce8d4: Pulling fs layer
d568120d6345: Pulling fs layer
bcebfdf55275: Pulling fs layer
1de0b1daae69: Pulling fs layer
5f7ff389a009: Pulling fs layer
c5c641d5d6de: Pulling fs layer
8880785a2a96: Pulling fs layer
b3adfb945feb: Pulling fs layer
8a0b6fd24128: Pulling fs layer
db958f4444e6: Pulling fs layer
5748e5a1b7cb: Pulling fs layer
7ccea4161c6a: Pulling fs layer
cd3e526cd33e: Waiting
3672606a32ef: Waiting
ea29b54d3873: Waiting
cd1e440e6332: Waiting
cfc79bb20113: Waiting
1715427c2363: Waiting
25c37d991e95: Waiting
57aaa5dccec9: Waiting
75cf3859a08b: Waiting
bbd8ebe08c5b: Waiting
7542fd3da18a: Waiting
43bb21cb0120: Waiting
fe1e70a6c3de: Waiting
473f7c6fc05d: Waiting
79fa1e053abe: Waiting
bd65dc89789b: Waiting
1e9832fb251e: Waiting
cdd0326d90f0: Waiting
73f130b3381e: Waiting
e587250ce8d4: Waiting
7e2d41fce0b1: Waiting
d568120d6345: Waiting
d7b2aa295c6a: Waiting
4f4fb700ef54: Waiting
bcebfdf55275: Waiting
1de0b1daae69: Waiting
ae9856efb8c2: Waiting
3e136ed4b6c0: Waiting
5f7ff389a009: Waiting
ff9a2d21fbc8: Waiting
c5c641d5d6de: Waiting
851b60ac026a: Waiting
8880785a2a96: Waiting
3271a0835d68: Waiting
b3adfb945feb: Waiting
8a0b6fd24128: Waiting
5748e5a1b7cb: Waiting
db958f4444e6: Waiting
7ccea4161c6a: Waiting
a76357984f12: Verifying Checksum
a76357984f12: Download complete
36d70bb5f38f: Verifying Checksum
36d70bb5f38f: Download complete
36d70bb5f38f: Pull complete
a76357984f12: Pull complete
cd3e526cd33e: Download complete
4313c2b0cf63: Verifying Checksum
4313c2b0cf63: Download complete
4313c2b0cf63: Pull complete
cd3e526cd33e: Pull complete
cd1e440e6332: Verifying Checksum
cd1e440e6332: Download complete
cfc79bb20113: Verifying Checksum
cfc79bb20113: Download complete
1715427c2363: Verifying Checksum
1715427c2363: Download complete
25c37d991e95: Verifying Checksum
25c37d991e95: Download complete
7542fd3da18a: Verifying Checksum
7542fd3da18a: Download complete
473f7c6fc05d: Download complete
57aaa5dccec9: Verifying Checksum
57aaa5dccec9: Download complete
79fa1e053abe: Download complete
cdd0326d90f0: Download complete
73f130b3381e: Verifying Checksum
73f130b3381e: Download complete
7e2d41fce0b1: Download complete
4f4fb700ef54: Download complete
ae9856efb8c2: Download complete
d7b2aa295c6a: Verifying Checksum
d7b2aa295c6a: Download complete
3e136ed4b6c0: Download complete
ff9a2d21fbc8: Download complete
3271a0835d68: Download complete
851b60ac026a: Download complete
ea29b54d3873: Verifying Checksum
ea29b54d3873: Download complete
75cf3859a08b: Download complete
bbd8ebe08c5b: Download complete
43bb21cb0120: Download complete
fe1e70a6c3de: Verifying Checksum
fe1e70a6c3de: Download complete
bd65dc89789b: Download complete
3672606a32ef: Verifying Checksum
3672606a32ef: Download complete
d568120d6345: Verifying Checksum
d568120d6345: Download complete
1e9832fb251e: Verifying Checksum
1e9832fb251e: Download complete
1de0b1daae69: Download complete
5f7ff389a009: Download complete
c5c641d5d6de: Verifying Checksum
c5c641d5d6de: Download complete
8880785a2a96: Verifying Checksum
8880785a2a96: Download complete
b3adfb945feb: Verifying Checksum
b3adfb945feb: Download complete
3672606a32ef: Pull complete
cd1e440e6332: Pull complete
cfc79bb20113: Pull complete
1715427c2363: Pull complete
25c37d991e95: Pull complete
57aaa5dccec9: Pull complete
7542fd3da18a: Pull complete
473f7c6fc05d: Pull complete
79fa1e053abe: Pull complete
cdd0326d90f0: Pull complete
73f130b3381e: Pull complete
7e2d41fce0b1: Pull complete
d7b2aa295c6a: Pull complete
4f4fb700ef54: Pull complete
ae9856efb8c2: Pull complete
3e136ed4b6c0: Pull complete
ff9a2d21fbc8: Pull complete
851b60ac026a: Pull complete
3271a0835d68: Pull complete
ea29b54d3873: Pull complete
75cf3859a08b: Pull complete
bbd8ebe08c5b: Pull complete
43bb21cb0120: Pull complete
fe1e70a6c3de: Pull complete
bd65dc89789b: Pull complete
1e9832fb251e: Pull complete
e587250ce8d4: Verifying Checksum
e587250ce8d4: Download complete
db958f4444e6: Download complete
5748e5a1b7cb: Download complete
7ccea4161c6a: Verifying Checksum
7ccea4161c6a: Download complete
8a0b6fd24128: Download complete
bcebfdf55275: Verifying Checksum
bcebfdf55275: Download complete
e587250ce8d4: Pull complete
d568120d6345: Pull complete
bcebfdf55275: Pull complete
1de0b1daae69: Pull complete
5f7ff389a009: Pull complete
c5c641d5d6de: Pull complete
8880785a2a96: Pull complete
b3adfb945feb: Pull complete
8a0b6fd24128: Pull complete
db958f4444e6: Pull complete
5748e5a1b7cb: Pull complete
7ccea4161c6a: Pull complete
Digest: sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
Status: Downloaded newer image for ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
2024-07-25 10:06.13 ---> using "20dfee5c32d584117e93f9bbe261179b291407cbac431cfef354e04796a76a49" from cache


/: (comment debian-12-5.2_ppc64_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-07-25 10:06.13 ---> using "9d31cc363a79a6d1f54592234ca72d034317f2e20c385aa7c1609c08f8c37ed4" 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 development 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-07-25 10:06.13 ---> using "e97d455e29b6b89008386fc78eccd2fb82fe8b1b6083c41af7b83deaac729af1" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-38-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-07-25 10:06.13 ---> using "beb30e3e59a786efdb6f34b5338d6b87e8496aaa8eeb2edac893a9254566baca" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-07-25 10:06.13 ---> using "9906bdeffacc95785100c8c5a2b20a895b1731c993cc08d7e6e81c45b1f65220" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e02e5286a726df2d946d936f0a69edb933ddd988 || git fetch origin master) && git reset -q --hard e02e5286a726df2d946d936f0a69edb933ddd988 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   39a5da86fc..88f29cc0aa  master     -> origin/master
e02e5286a7 Release ppxlib.0.33.0


<><> 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-07-25 10:07.14 ---> saved as "d36f92b498221b96d01fd22aff18dc92300493c82d88c71d7570837036ccccc0"


/src: (copy (src gospel.opam) (dst ./))
2024-07-25 10:07.14 ---> saved as "cc282518d1c4cea664b589cb53d2b11dd8b8fb1d78a53f94ad61a796250ce34a"


/src: (run (network host)
           (shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2024-07-25 10:07.17 ---> saved as "4856c15232f7bf8641b3400e25b1f3934762d2952c31cd578afd4a19cc949d4e"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 crunch.3.3.1 dune.3.16.0 dune-build-info.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-ppc64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 odoc.2.4.2 odoc-parser.2.4.2 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppxlib.0.33.0 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")


/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 gospel.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 ppc64el Packages [161 kB]
- Fetched 265 kB in 0s (750 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-ppc64 is already installed (current version is 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).
2024-07-25 10:07.32 ---> saved as "33a7adcada0c2e3066ea486f9a50f25f9533158b2ffe00c3e36562f13b9add5c"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-ppc64 is already installed (current version is 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).
The following actions will be performed:
  - install ocamlbuild          0.15.0
  - install dune                3.16.0
  - install ocamlfind           1.9.6
  - install cmdliner            1.3.0
  - install seq                 base
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - install result              1.5
  - install ppx_derivers        1.2.1
  - install pp_loc              2.1.0
  - install ocaml-compiler-libs v0.17.0
  - install menhirSdk           20240715
  - install menhirLib           20240715
  - install menhirCST           20240715
  - install dune-build-info     3.16.0
  - install cppo                1.6.9
  - install camlp-streams       5.0.1
  - install topkg               1.0.7
  - install re                  1.11.0
  - install ppxlib              0.33.0
  - install menhir              20240715
  - install uutf                1.0.3
  - install ptime               1.1.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install ppx_deriving        6.0.2
  - install tyxml               4.6.0
  - install crunch              3.3.1
  - install odoc-parser         2.4.2
  - install fpath               0.7.3
  - install odoc                2.4.2
===== 31 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-build-info.3.16.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed cmdliner.1.3.0
-> retrieved menhir.20240715  (cached)
-> retrieved menhirCST.20240715  (cached)
-> retrieved menhirLib.20240715  (cached)
-> retrieved menhirSdk.20240715  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed uutf.1.0.3
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed cppo.1.6.9
-> installed ppx_derivers.1.2.1
-> installed menhirCST.20240715
-> installed pp_loc.2.1.0
-> installed result.1.5
-> installed menhirSdk.20240715
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20240715
-> installed sexplib0.v0.17.0
-> installed dune-build-info.3.16.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed re.1.11.0
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
-> installed menhir.20240715
-> installed ppxlib.0.33.0
-> installed ppx_deriving.6.0.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-25 10:10.32 ---> saved as "99ba2ec8ba90fe72514b9782939b91c04056a2779505f3c39c6d36b4d9433df9"


/src: (copy (src .) (dst /src))
2024-07-25 10:10.41 ---> saved as "414a3d05791b51dcb64af04ad33711f6a35a9a0ca834ff3866445df2c53ef48e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.gospel.objs/byte -I src/.gospel.objs/native -I /home/opam/.opam/5.2/lib/findlib -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.2/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.2/lib/ocaml/compiler-libs -I /home/opam/.opam/5.2/lib/pp_loc -I /home/opam/.opam/5.2/lib/ppx_derivers -I /home/opam/.opam/5.2/lib/ppx_deriving/runtime -I /home/opam/.opam/5.2/lib/ppxlib -I /home/opam/.opam/5.2/lib/ppxlib/ast -I /home/opam/.opam/5.2/lib/ppxlib/astlib -I /home/opam/.opam/5.2/lib/ppxlib/print_diff -I /home/opam/.opam/5.2/lib/ppxlib/stdppx -I /home/opam/.opam/5.2/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.2/lib/sexplib0 -I /home/opam/.opam/5.2/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Gospel -o src/.gospel.objs/native/gospel__Typing.cmx -c -impl src/typing.pp.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Findlib, and its interface was not compiled with -opaque
2024-07-25 10:11.09 ---> saved as "e3327def6eb574d1e28eefa5549f280c590c8bdd46a4742b513905ae572ca4a7"
Job succeeded
2024-07-25 10:11.10: Job succeeded