OCamllabs icon Home|Differences with the last checks|Previous runs


Building on spring

(from freebsd)
2024-10-11 13:31.46 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2024-10-11 13:31.47 ---> using "7afea9128a2830beedf345f0b46af5484579ebada7710165f445c6c5b18563a9" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q ac01ad6037c0bdcca9f67fe49cd54475b585f9b2"))
2024-10-11 13:31.47 ---> using "04bf8df57af7f2b2ea7af5566d967196bda7e2839e02b46ad811b0216fde879a" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2024-10-11 13:31.47 ---> using "c9931638e08169dfce88208aaa9098fb0a9a68a42fc7157702d319afdcb8d7eb" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14.2' 'ocaml-base-compiler.4.14.2'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.2"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-config.2  (2 extra sources)
-> retrieved ocaml-config.2  (2 extra sources)
-> retrieved ocaml-base-compiler.4.14.2  (https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz)
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.14.2)
2024-10-11 13:31.47 ---> using "e855d9af67ec0a35a99a946be87ce0268c081f547c14a096661183ffe7e7b03b" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2024-10-11 13:31.48 ---> using "aa6bdcd4b036cbf0eae21de91556ee39783d623e2700babf35a1c0b03fd63857" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"mutaml.0.3\"\
               \nopam install -vy \"mutaml.0.3\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"mutaml.0.3\" | grep -q '\"freebsd\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] mutaml.0.3 is not installed.

Nothing to do.
The following actions will be performed:
=== install 22 packages
  - install base                v0.16.3           [required by ppx_yojson_conv]
  - install conf-bash           1                 [required by base]
  - install conf-diffutils      2                 [required by mutaml]
  - install conf-timeout        1                 [required by mutaml]
  - install conf-which          1                 [required by mutaml]
  - install cppo                1.7.0             [required by stdlib-random]
  - install csexp               1.5.2             [required by dune-configurator]
  - install dune                3.16.0            [required by mutaml]
  - install dune-configurator   3.16.0            [required by base]
  - install mutaml              0.3
  - install ocaml-compiler-libs v0.12.4           [required by mutaml]
  - install octavius            1.2.2             [required by ppx_js_style]
  - install ppx_derivers        1.2.1             [required by mutaml]
  - install ppx_js_style        v0.16.0           [required by ppx_yojson_conv]
  - install ppx_yojson_conv     v0.16.0           [required by mutaml]
  - install ppx_yojson_conv_lib v0.16.0           [required by ppx_yojson_conv]
  - install ppxlib              0.33.1~5.3preview [required by mutaml]
  - install seq                 base              [required by yojson]
  - install sexplib0            v0.16.0           [required by base]
  - install stdlib-random       1.2.0             [required by mutaml]
  - install stdlib-shims        0.3.0             [required by ppxlib]
  - install yojson              2.2.2             [required by mutaml]

The following system packages will first need to be installed:
    diffutils

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/local/bin/sudo "pkg" "install" "-y" "diffutils"
- Updating FreeBSD repository catalogue...
- [spring] Fetching data.pkg: ..
- .......
- . done
- Processing entries: 
- Processing entries...
- ..
- .
- .
- .
- ..
- .
- .
- . done
- FreeBSD repository update completed. 34404 packages processed.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	diffutils: 3.8_1
- 	libsigsegv: 2.14
- 
- Number of packages to be installed: 2
- 
- The process will require 2 MiB more space.
- 390 KiB to be downloaded.
- [spring] [1/2] Fetching libsigsegv-2.14.pkg: .... done
- [spring] [2/2] Fetching diffutils-3.8_1.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [spring] [1/2] Installing libsigsegv-2.14...
- [spring] [1/2] Extracting libsigsegv-2.14: ........ done
- [spring] [2/2] Installing diffutils-3.8_1...
- [spring] [2/2] Extracting diffutils-3.8_1: .......... done
- =====
- Message from libsigsegv-2.14:
- 
- --
- Note that the stackoverflow handling functions of this library need
- procfs mounted on /proc.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/65: [base.v0.16.3: extract]
Processing  2/65: [base.v0.16.3: extract]
Processing  3/65: [base.v0.16.3: extract]
Processing  4/65: [base.v0.16.3: extract]
Processing  5/65: [base.v0.16.3: extract]
Processing  6/65: [base.v0.16.3: extract] [cppo.1.7.0: extract]
Processing  7/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract]
Processing  8/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash]
Processing  9/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash] [conf-diffutils: gdiff]
Processing 10/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash] [conf-diffutils: gdiff] [conf-timeout: sh command -v timeout || exit 1]
Processing 11/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash] [conf-diffutils: gdiff] [conf-timeout: sh command -v timeout || exit 1] [conf-which: which which]
+ /bin/sh "-c" "command -v timeout || exit 1" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-timeout.1)
- /bin/timeout
-> compiled  conf-timeout.1
Processing 11/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash] [conf-diffutils: gdiff] [conf-which: which which]
-> installed conf-timeout.1
Processing 12/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash] [conf-diffutils: gdiff] [conf-which: which which]
+ /usr/bin/which "which" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-which.1)
- /usr/bin/which
-> compiled  conf-which.1
Processing 12/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash] [conf-diffutils: gdiff]
-> installed conf-which.1
Processing 13/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash] [conf-diffutils: gdiff]
+ /usr/local/bin/gdiff "--help" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-diffutils.2)
- Usage: /usr/local/bin/gdiff [OPTION]... FILES
- Compare FILES line by line.
- 
- Mandatory arguments to long options are mandatory for short options too.
-       --normal                  output a normal diff (the default)
-   -q, --brief                   report only when files differ
-   -s, --report-identical-files  report when two files are the same
-   -c, -C NUM, --context[=NUM]   output NUM (default 3) lines of copied context
-   -u, -U NUM, --unified[=NUM]   output NUM (default 3) lines of unified context
-   -e, --ed                      output an ed script
-   -n, --rcs                     output an RCS format diff
-   -y, --side-by-side            output in two columns
-   -W, --width=NUM               output at most NUM (default 130) print columns
-       --left-column             output only the left column of common lines
-       --suppress-common-lines   do not output common lines
- 
-   -p, --show-c-function         show which C function each change is in
-   -F, --show-function-line=RE   show the most recent line matching RE
-       --label LABEL             use LABEL instead of file name and timestamp
-                                   (can be repeated)
- 
-   -t, --expand-tabs             expand tabs to spaces in output
-   -T, --initial-tab             make tabs line up by prepending a tab
-       --tabsize=NUM             tab stops every NUM (default 8) print columns
-       --suppress-blank-empty    suppress space or tab before empty output lines
-   -l, --paginate                pass output through 'pr' to paginate it
- 
-   -r, --recursive                 recursively compare any subdirectories found
-       --no-dereference            don't follow symbolic links
-   -N, --new-file                  treat absent files as empty
-       --unidirectional-new-file   treat absent first files as empty
-       --ignore-file-name-case     ignore case when comparing file names
-       --no-ignore-file-name-case  consider case when comparing file names
-   -x, --exclude=PAT               exclude files that match PAT
-   -X, --exclude-from=FILE         exclude files that match any pattern in FILE
-   -S, --starting-file=FILE        start with FILE when comparing directories
-       --from-file=FILE1           compare FILE1 to all operands;
-                                     FILE1 can be a directory
-       --to-file=FILE2             compare all operands to FILE2;
-                                     FILE2 can be a directory
- 
-   -i, --ignore-case               ignore case differences in file contents
-   -E, --ignore-tab-expansion      ignore changes due to tab expansion
-   -Z, --ignore-trailing-space     ignore white space at line end
-   -b, --ignore-space-change       ignore changes in the amount of white space
-   -w, --ignore-all-space          ignore all white space
-   -B, --ignore-blank-lines        ignore changes where lines are all blank
-   -I, --ignore-matching-lines=RE  ignore changes where all lines match RE
- 
-   -a, --text                      treat all files as text
-       --strip-trailing-cr         strip trailing carriage return on input
- 
-   -D, --ifdef=NAME                output merged file with '#ifdef NAME' diffs
-       --GTYPE-group-format=GFMT   format GTYPE input groups with GFMT
-       --line-format=LFMT          format all input lines with LFMT
-       --LTYPE-line-format=LFMT    format LTYPE input lines with LFMT
-     These format options provide fine-grained control over the output
-       of diff, generalizing -D/--ifdef.
-     LTYPE is 'old', 'new', or 'unchanged'.  GTYPE is LTYPE or 'changed'.
-     GFMT (only) may contain:
-       %<  lines from FILE1
-       %>  lines from FILE2
-       %=  lines common to FILE1 and FILE2
-       %[-][WIDTH][.[PREC]]{doxX}LETTER  printf-style spec for LETTER
-         LETTERs are as follows for new group, lower case for old group:
-           F  first line number
-           L  last line number
-           N  number of lines = L-F+1
-           E  F-1
-           M  L+1
-       %(A=B?T:E)  if A equals B then T else E
-     LFMT (only) may contain:
-       %L  contents of line
-       %l  contents of line, excluding any trailing newline
-       %[-][WIDTH][.[PREC]]{doxX}n  printf-style spec for input line number
-     Both GFMT and LFMT may contain:
-       %%  %
-       %c'C'  the single character C
-       %c'\OOO'  the character with octal code OOO
-       C    the character C (other characters represent themselves)
- 
-   -d, --minimal            try hard to find a smaller set of changes
-       --horizon-lines=NUM  keep NUM lines of the common prefix and suffix
-       --speed-large-files  assume large files and many scattered small changes
-       --color[=WHEN]       color output; WHEN is 'never', 'always', or 'auto';
-                              plain --color means --color='auto'
-       --palette=PALETTE    the colors to use when --color is active; PALETTE is
-                              a colon-separated list of terminfo capabilities
- 
-       --help               display this help and exit
-   -v, --version            output version information and exit
- 
- FILES are 'FILE1 FILE2' or 'DIR1 DIR2' or 'DIR FILE' or 'FILE DIR'.
- If --from-file or --to-file is given, there are no restrictions on FILE(s).
- If a FILE is '-', read standard input.
- Exit status is 0 if inputs are the same, 1 if different, 2 if trouble.
- 
- Report bugs to: bug-diffutils@gnu.org
- GNU diffutils home page: <https://www.gnu.org/software/diffutils/>
- General help using GNU software: <https://www.gnu.org/gethelp/>
-> compiled  conf-diffutils.2
Processing 13/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash]
-> installed conf-diffutils.2
Processing 14/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract] [conf-bash: bash]
+ /usr/local/bin/bash "--version" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-bash.1)
- GNU bash, version 5.2.26(1)-release (amd64-portbld-freebsd14.0)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- 
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
-> compiled  conf-bash.1
Processing 14/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract]
-> installed conf-bash.1
Processing 15/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [csexp.1.5.2: extract]
-> retrieved csexp.1.5.2  (cached)
Processing 15/65: [base.v0.16.3: extract] [cppo.1.7.0: extract]
Processing 16/65: [base.v0.16.3: extract] [cppo.1.7.0: extract] [dune.3.16.0, dune-configurator.3.16.0: extract]
-> retrieved cppo.1.7.0  (cached)
Processing 16/65: [base.v0.16.3: extract] [dune.3.16.0, dune-configurator.3.16.0: extract]
Processing 17/65: [base.v0.16.3: extract] [dune.3.16.0, dune-configurator.3.16.0: extract] [mutaml.0.3: extract]
-> retrieved base.v0.16.3  (cached)
Processing 17/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [mutaml.0.3: extract]
Processing 18/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [mutaml.0.3: extract] [ocaml-compiler-libs.v0.12.4: extract]
-> retrieved mutaml.0.3  (cached)
Processing 18/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ocaml-compiler-libs.v0.12.4: extract]
Processing 19/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ocaml-compiler-libs.v0.12.4: extract] [octavius.1.2.2: extract]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 19/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [octavius.1.2.2: extract]
Processing 20/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [octavius.1.2.2: extract] [ppx_derivers.1.2.1: extract]
-> retrieved octavius.1.2.2  (cached)
Processing 20/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppx_derivers.1.2.1: extract]
Processing 21/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppx_derivers.1.2.1: extract] [ppx_js_style.v0.16.0: extract]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 21/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppx_js_style.v0.16.0: extract]
Processing 22/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppx_js_style.v0.16.0: extract] [ppx_yojson_conv.v0.16.0: extract]
-> retrieved ppx_js_style.v0.16.0  (cached)
Processing 22/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppx_yojson_conv.v0.16.0: extract]
Processing 23/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppx_yojson_conv.v0.16.0: extract] [ppx_yojson_conv_lib.v0.16.0: extract]
-> retrieved ppx_yojson_conv.v0.16.0  (cached)
Processing 23/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppx_yojson_conv_lib.v0.16.0: extract]
Processing 24/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppx_yojson_conv_lib.v0.16.0: extract] [ppxlib.0.33.1~5.3preview: extract]
-> retrieved ppx_yojson_conv_lib.v0.16.0  (cached)
Processing 24/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppxlib.0.33.1~5.3preview: extract]
-> retrieved seq.base  (cached)
Processing 25/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppxlib.0.33.1~5.3preview: extract]
Processing 26/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppxlib.0.33.1~5.3preview: extract] [sexplib0.v0.16.0: extract]
Processing 27/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppxlib.0.33.1~5.3preview: extract] [sexplib0.v0.16.0: extract]
-> installed seq.base
Processing 28/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [ppxlib.0.33.1~5.3preview: extract] [sexplib0.v0.16.0: extract]
-> retrieved ppxlib.0.33.1~5.3preview  (cached)
Processing 28/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [sexplib0.v0.16.0: extract]
Processing 29/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [sexplib0.v0.16.0: extract] [stdlib-random.1.2.0: extract]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 29/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [stdlib-random.1.2.0: extract]
Processing 30/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [stdlib-random.1.2.0: extract] [stdlib-shims.0.3.0: extract]
-> retrieved stdlib-random.1.2.0  (cached)
Processing 30/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [stdlib-shims.0.3.0: extract]
Processing 31/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [stdlib-shims.0.3.0: extract] [yojson.2.2.2: extract]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 31/65: [dune.3.16.0, dune-configurator.3.16.0: extract] [yojson.2.2.2: extract]
-> retrieved yojson.2.2.2  (cached)
Processing 31/65: [dune.3.16.0, dune-configurator.3.16.0: extract]
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
Processing 32/65: [dune: ocaml 7]
+ /home/opam/.opam/4.14.2/bin/ocaml "boot/bootstrap.ml" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.16.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 7
- 

Processing 32/65: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/4.14.2/.opam-switch/build/dune.3.16.0/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.16.0)
-> compiled  dune.3.16.0
-> installed dune.3.16.0
Processing 34/65: [cppo: dune build]
Processing 35/65: [cppo: dune build] [csexp: dune build]
Processing 36/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
Processing 37/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build]
Processing 38/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build]
Processing 39/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
Processing 40/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "ppx_derivers" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 40/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 41/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed ppx_derivers.1.2.1
Processing 42/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "stdlib-shims" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 42/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 43/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [sexplib0: dune build] [yojson: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "sexplib0" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/sexplib0.v0.16.0)
-> compiled  sexplib0.v0.16.0
Processing 43/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [yojson: dune build]
-> installed sexplib0.v0.16.0
Processing 44/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [octavius: dune build] [yojson: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "octavius" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/octavius.1.2.2)
-> compiled  octavius.1.2.2
Processing 44/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed octavius.1.2.2
Processing 45/65: [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "ocaml-compiler-libs" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocaml-compiler-libs.v0.12.4)
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 45/65: [cppo: dune build] [csexp: dune build] [yojson: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 46/65: [cppo: dune build] [csexp: dune build] [yojson: dune build]
Processing 47/65: [cppo: dune build] [csexp: dune build] [ppxlib: dune build] [yojson: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "yojson" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/yojson.2.2.2)
-> compiled  yojson.2.2.2
Processing 47/65: [cppo: dune build] [csexp: dune build] [ppxlib: dune build]
-> installed yojson.2.2.2
Processing 48/65: [cppo: dune build] [csexp: dune build] [ppxlib: dune build]
Processing 49/65: [cppo: dune build] [csexp: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "csexp" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 49/65: [cppo: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
-> installed csexp.1.5.2
Processing 50/65: [cppo: dune build] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
Processing 51/65: [cppo: dune build] [dune-configurator: rm] [ppx_yojson_conv_lib: dune build] [ppxlib: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "ppx_yojson_conv_lib" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ppx_yojson_conv_lib.v0.16.0)
-> compiled  ppx_yojson_conv_lib.v0.16.0
Processing 51/65: [cppo: dune build] [dune-configurator: rm] [ppxlib: dune build]
-> installed ppx_yojson_conv_lib.v0.16.0
Processing 52/65: [cppo: dune build] [dune-configurator: rm] [ppxlib: dune build]
+ /bin/rm "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune-configurator.3.16.0)
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "ppxlib" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ppxlib.0.33.1~5.3preview)
-> compiled  ppxlib.0.33.1~5.3preview
Processing 52/65: [cppo: dune build] [dune-configurator: rm]
-> installed ppxlib.0.33.1~5.3preview
Processing 53/65: [cppo: dune build] [dune-configurator: rm]
+ /bin/rm "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune-configurator.3.16.0)
Processing 53/65: [cppo: dune build] [dune-configurator: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "cppo" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/cppo.1.7.0)
-> compiled  cppo.1.7.0
Processing 53/65: [dune-configurator: dune build]
-> installed cppo.1.7.0
Processing 54/65: [dune-configurator: dune build]
Processing 55/65: [dune-configurator: dune build] [stdlib-random: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "stdlib-random" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/stdlib-random.1.2.0)
-> compiled  stdlib-random.1.2.0
Processing 55/65: [dune-configurator: dune build]
-> installed stdlib-random.1.2.0
Processing 56/65: [dune-configurator: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "dune-configurator" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune-configurator.3.16.0)
-> compiled  dune-configurator.3.16.0
-> installed dune-configurator.3.16.0
Processing 58/65: [base: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "base" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/base.v0.16.3)
-> compiled  base.v0.16.3
-> installed base.v0.16.3
Processing 60/65: [ppx_js_style: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "ppx_js_style" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ppx_js_style.v0.16.0)
-> compiled  ppx_js_style.v0.16.0
-> installed ppx_js_style.v0.16.0
Processing 62/65: [ppx_yojson_conv: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "ppx_yojson_conv" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ppx_yojson_conv.v0.16.0)
-> compiled  ppx_yojson_conv.v0.16.0
-> installed ppx_yojson_conv.v0.16.0
Processing 64/65: [mutaml: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "mutaml" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/mutaml.0.3)
-> compiled  mutaml.0.3
-> installed mutaml.0.3
Done.
2024-10-11 13:35.24 ---> saved as "cc7591a69ebf12c7708b7c2ffccbecd14cfe34b06dc507893b745099e6e03007"
Job succeeded