Organisationskit-ty-katelabrys0ed178 (master)opensuse-15.5-4.14_opam-2.1

opensuse-15.5-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 12:43.28: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-x86_64:opensuse-15.5-4.14_opam-2.1)
Base: ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d
# opensuse-15.5-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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 labrys.opam ./
RUN opam pin add -yn labrys.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 either.1.0.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.16.0 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.16.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y labrys.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-06-17 12:43.28: Using cache hint "kit-ty-kate/labrys-ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d-opensuse-15.5-4.14_opam-2.1-5bd31c26946143ce4d8948bdf5550ffd"
2024-06-17 12:43.28: Using OBuilder spec:
((from ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d)
 (comment opensuse-15.5-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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src labrys.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn labrys.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 either.1.0.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.16.0 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.16.0 topkg.1.0.7 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 labrys.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-06-17 12:43.28: Waiting for resource in pool OCluster
2024-06-18 19:49.56: Waiting for worker…
2024-06-18 20:03.22: Got resource from pool OCluster
Building on marpe.caelum.ci.dev
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI


(from ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d)
Unable to find image 'ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d' locally
docker.io/ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d: Pulling from ocaml/opam
9f9425f8edc5: Pulling fs layer
9f9425f8edc5: Verifying Checksum
9f9425f8edc5: Download complete
9f9425f8edc5: Pull complete
Digest: sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d
Status: Downloaded newer image for ocaml/opam@sha256:9ee057fb20dbccd5e3b2862b9c79c7d9f1e1a6c831a52f153cb337c1dd381b2d
2024-06-18 20:03.22 ---> using "bac60baecfdee02cd0563ec52618277996711c8bedde2a3cf83547fc81ed5f8c" from cache


/: (comment opensuse-15.5-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-06-18 20:03.22 ---> using "937d71ade94cc5711559475aa6662ae4ea17d5b494720ae4f8b96b46852f5555" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-18 20:03.22 ---> using "9cb0a4bd27ebcde58d604a59f33cbb92ba78e80958fbd2c47f761ffa0065cac5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-18 20:03.22 ---> using "0c79008a22dbb197b75c0f6b1b3f46a34bc59f9dce7069b6de62a7820c3c879e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-18 20:03.22 ---> using "a58b41c1f8fc73341060e4a6766acbd19fd1f7a28328a7052e88264ab15079f6" from cache


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


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


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.14.2* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.


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


/src: (copy (src labrys.opam) (dst ./))
2024-06-18 20:03.23 ---> saved as "84f59f6a80ca81050a98e9c116f5a2ca978d4b446984cb11d82afa8c491234f4"


/src: (run (network host)
           (shell "opam pin add -yn labrys.dev './'"))
[labrys.dev] synchronised (file:///src)
labrys is now pinned to file:///src (version dev)
2024-06-18 20:03.28 ---> saved as "1ebe6b7facbb8bc72dd94b51bab846923fecadfbfbf3d5bbf45580e409d1fc06"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.16.0 dune-configurator.3.16.0 dune-private-libs.3.16.0 dune-site.3.16.0 dyn.3.16.0 either.1.0.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.16.0 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.16.0 topkg.1.0.7 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 labrys.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- ....
- .........
- .......
- .....done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.....
- .....
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ........
- ........
- .........
- .........
- .........
- ..........
- ........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- .........
- .......
- ..........
- .........
- .......done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[labrys.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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    cmake llvm11-devel python


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "cmake" "llvm11-devel" "python"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 21 NEW packages are going to be installed:
-   cmake cmake-full libLLVM11 libLTO11 libarchive13 libdb-4_8 libedit0 libjsoncpp19 libpython2_7-1_0 libpython3_6m1_0 librhash0 libuv1 llvm11 llvm11-LTO-devel llvm11-devel llvm11-gold llvm11-polly llvm11-polly-devel python python-base python3-base
- 
- 21 new packages to install.
- Overall download size: 49.9 MiB. Already cached: 0 B. After the operation, additional 222.2 MiB will be used.
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libarchive13-3.5.1-150400.3.12.1.x86_64 (Main Repository) (1/21), 335.0 KiB    
- Retrieving: libarchive13-3.5.1-150400.3.12.1.x86_64.rpm [...done (1.9 MiB/s)]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (2/21),  94.3 KiB    
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [..done]
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (Main Repository) (3/21),  77.1 KiB    
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm [..
- .done (1.4 MiB/s)]
- Retrieving: librhash0-1.3.5-1.25.x86_64 (Main Repository) (4/21),  84.7 KiB    
- Retrieving: librhash0-1.3.5-1.25.x86_64.rpm [..done]
- Retrieving: llvm11-polly-11.0.1-150300.3.6.1.x86_64 (Main Repository) (5/21),   1.4 MiB    
- Retrieving: llvm11-polly-11.0.1-150300.3.6.1.x86_64.rpm [....done (6.6 MiB/s)]
- Retrieving: libLLVM11-11.0.1-150300.3.6.1.x86_64 (Main Repository) (6/21),  18.4 MiB    
- Retrieving: libLLVM11-11.0.1-150300.3.6.1.x86_64.rpm [....
- ......done (22.4 MiB/s)]
- Retrieving: llvm11-polly-devel-11.0.1-150300.3.6.1.x86_64 (Main Repository) (7/21), 281.3 KiB    
- Retrieving: llvm11-polly-devel-11.0.1-150300.3.6.1.x86_64.rpm [...done (2.3 MiB/s)]
- Retrieving: llvm11-gold-11.0.1-150300.3.6.1.x86_64 (Main Repository) (8/21),  82.8 KiB    
- Retrieving: llvm11-gold-11.0.1-150300.3.6.1.x86_64.rpm [..
- done]
- Retrieving: llvm11-11.0.1-150300.3.6.1.x86_64 (Main Repository) (9/21),   3.2 MiB    
- Retrieving: llvm11-11.0.1-150300.3.6.1.x86_64.rpm [.....done (7.6 MiB/s)]
- Retrieving: libLTO11-11.0.1-150300.3.6.1.x86_64 (Main Repository) (10/21),  73.4 KiB    
- Retrieving: libLTO11-11.0.1-150300.3.6.1.x86_64.rpm [..done]
- Retrieving: llvm11-LTO-devel-11.0.1-150300.3.6.1.x86_64 (Main Repository) (11/21),  56.5 KiB    
- Retrieving: llvm11-LTO-devel-11.0.1-150300.3.6.1.x86_64.rpm [..done]
- Retrieving: llvm11-devel-11.0.1-150300.3.6.1.x86_64 (Main Repository) (12/21),   2.9 MiB    
- Retrieving: llvm11-devel-11.0.1-150300.3.6.1.x86_64.rpm [.
- .........done (3.4 MiB/s)]
- Retrieving: libdb-4_8-4.8.30-150000.7.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (13/21), 693.3 KiB    
- Retrieving: libdb-4_8-4.8.30-150000.7.9.1.x86_64.rpm [..
- done (2.9 KiB/s)]
- Retrieving: libpython2_7-1_0-2.7.18-150000.65.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (14/21), 841.8 KiB    
- Retrieving: libpython2_7-1_0-2.7.18-150000.65.1.x86_64.rpm [..done]
- Retrieving: libuv1-1.44.2-150500.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (15/21), 121.1 KiB    
- Retrieving: libuv1-1.44.2-150500.3.2.1.x86_64.rpm [..done (2.7 KiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (16/21),   7.5 MiB    
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64.rpm [......
- .done (14.5 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/21), 871.6 KiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64.rpm [..done (3.1 KiB/s)]
- Retrieving: python-base-2.7.18-150000.65.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/21),   5.8 MiB    
- Retrieving: python-base-2.7.18-150000.65.1.x86_64.rpm [...done (36.3 MiB/s)]
- Retrieving: cmake-full-3.20.4-150400.4.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/21),   6.9 MiB    
- Retrieving: cmake-full-3.20.4-150400.4.6.1.x86_64.rpm [....
- ....done (11.2 MiB/s)]
- Retrieving: python-2.7.18-150000.65.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/21), 341.2 KiB    
- Retrieving: python-2.7.18-150000.65.1.x86_64.rpm [..done]
- Retrieving: cmake-3.20.4-150400.4.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/21),  85.4 KiB    
- Retrieving: cmake-3.20.4-150400.4.6.1.x86_64.rpm [..done (2.7 KiB/s)]
- 
- Checking for file conflicts: [...done]
- ( 1/21) Installing: libarchive13-3.5.1-150400.3.12.1.x86_64 [..
- done]
- ( 2/21) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 3/21) Installing: libjsoncpp19-1.8.4-1.17.x86_64 [..done]
- ( 4/21) Installing: librhash0-1.3.5-1.25.x86_64 [..done]
- ( 5/21) Installing: llvm11-polly-11.0.1-150300.3.6.1.x86_64 [...done]
- ( 6/21) Installing: libLLVM11-11.0.1-150300.3.6.1.x86_64 [......
- ..........
- ..done]
- ( 7/21) Installing: llvm11-polly-devel-11.0.1-150300.3.6.1.x86_64 [..done]
- ( 8/21) Installing: llvm11-gold-11.0.1-150300.3.6.1.x86_64 [..done]
- ( 9/21) Installing: llvm11-11.0.1-150300.3.6.1.x86_64 [....
- update-alternatives: using /usr/bin/llvm-ar-11.0.1 to provide /usr/bin/llvm-ar (llvm-ar) in auto mode
- done]
- (10/21) Installing: libLTO11-11.0.1-150300.3.6.1.x86_64 [..done]
- (11/21) Installing: llvm11-LTO-devel-11.0.1-150300.3.6.1.x86_64 [..done]
- (12/21) Installing: llvm11-devel-11.0.1-150300.3.6.1.x86_64 [..
- ...done]
- (13/21) Installing: libdb-4_8-4.8.30-150000.7.9.1.x86_64 [..done]
- (14/21) Installing: libpython2_7-1_0-2.7.18-150000.65.1.x86_64 [..done]
- (15/21) Installing: libuv1-1.44.2-150500.3.2.1.x86_64 [..done]
- (16/21) Installing: python3-base-3.6.15-150300.10.60.1.x86_64 [...
- ......done]
- (17/21) Installing: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 [..done]
- (18/21) Installing: python-base-2.7.18-150000.65.1.x86_64 [....
- ...done]
- (19/21) Installing: cmake-full-3.20.4-150400.4.6.1.x86_64 [.......
- ...done]
- (20/21) Installing: python-2.7.18-150000.65.1.x86_64 [..done]
- (21/21) Installing: cmake-3.20.4-150400.4.6.1.x86_64 [..done]
2024-06-18 20:04.51 ---> saved as "05633244d72c78436268524367e0e49df77ea50fc5b9a1731a667025fb643210"


/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install dune              3.16.0
  - install conf-bash         1
  - install num               1.5
  - install ocamlfind         1.9.6
  - install seq               base
  - install conf-cmake        1
  - install cmdliner          1.3.0
  - install conf-python-2-7   1.2
  - install stdlib-shims      0.3.0
  - install pprint            20230830
  - install pp                1.2.0
  - install ordering          3.16.0
  - install menhirSdk         20231231
  - install menhirLib         20231231
  - install menhirCST         20231231
  - install either            1.0.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install conf-llvm         11.0.0
  - install topkg             1.0.7
  - install base-bytes        base
  - install re                1.11.0
  - install integers          0.7.0
  - install dyn               3.16.0
  - install menhir            20231231
  - install dune-configurator 3.16.0
  - install uutf              1.0.3
  - install msgpack           1.3.0
  - install stdune            3.16.0
  - install ctypes            0.22.0
  - install containers        3.13.1
  - install dune-private-libs 3.16.0
  - install llvm              11.0.0
  - install containers-data   3.13.1
  - install dune-site         3.16.0
===== 36 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-cmake.1  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-cmake/configure.sh)
-> installed conf-bash.1
-> retrieved bigarray-compat.1.1.0  (https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz)
-> installed conf-cmake.1
-> retrieved conf-llvm.11.0.0  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure.sh.11.0.0)
-> retrieved conf-python-2-7.1.2  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-2-7/test.py)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-llvm.11.0.0
-> installed conf-python-2-7.1.2
-> retrieved ctypes.0.22.0  (https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.22.0.tar.gz)
-> retrieved containers.3.13.1  (https://github.com/c-cube/ocaml-containers/releases/download/v3.13.1/containers-3.13.1.tbz)
-> retrieved containers-data.3.13.1  (https://github.com/c-cube/ocaml-containers/releases/download/v3.13.1/containers-3.13.1.tbz)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved dune-private-libs.3.16.0  (cached)
-> retrieved dune-site.3.16.0  (cached)
-> retrieved dyn.3.16.0  (cached)
-> retrieved either.1.0.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved menhir.20231231  (cached)
-> retrieved integers.0.7.0  (https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved msgpack.1.3.0  (https://github.com/msgpack/msgpack-ocaml/archive/1.3.0.tar.gz)
-> retrieved pp.1.2.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ordering.3.16.0  (cached)
-> installed num.1.5
-> retrieved stdune.3.16.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> retrieved llvm.11.0.0  (https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-11.1.0.src.tar.xz)
-> installed uutf.1.0.3
-> installed dune.3.16.0
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed pp.1.2.0
-> installed pprint.20230830
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed integers.0.7.0
-> installed msgpack.1.3.0
-> installed dune-configurator.3.16.0
-> installed ordering.3.16.0
-> installed dyn.3.16.0
-> installed containers.3.13.1
-> installed containers-data.3.13.1
-> installed stdune.3.16.0
-> installed ctypes.0.22.0
-> installed dune-private-libs.3.16.0
-> installed dune-site.3.16.0
-> installed menhir.20231231
-> installed llvm.11.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-18 20:06.36 ---> saved as "55e41ad9ccd927cd2241cb1a2055cefe266df538c891c7010fbb2f56071d9356"


/src: (copy (src .) (dst /src))
2024-06-18 20:06.36 ---> saved as "d1d493aeea0f26128b86377facb2aefc574ceb45cdbfa362fa858637cd19642e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/stdlib && ../src/main.exe build-module --no-prelude --build-dir . Prelude.sfw)
Compiling Prelude
Module Prelude compiled
2024-06-18 20:06.43 ---> saved as "5b2a77a6534e33bbb07018eb4fb7f19111191b4a29437234b3e6b7aac2200e48"
Job succeeded
2024-06-18 20:06.43: Job succeeded