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


Building on summer

(from freebsd-ocaml-5.0)
2023-09-17 14:25.20 ---> using "b0ee167c73857b60ecf6c06eff6bbe96857a02ac84fefd2b9807cb2eea16bf97" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2023-09-17 14:25.21 ---> using "58da31f76f3dd28576bb2b11a05c1473a2cbc0bc8e959f83414ab7001888e94f" 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 b61304c6db353e679a36720d8b914b029d6fbc0c"))
2023-09-17 14:25.21 ---> using "8d3da13405344b39e752afb838c3c735052c4eec4b16365a8f42fa332f48db13" 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:
  /usr/home/opam/.profile is already up-to-date.
[NOTE] Make sure that /usr/home/opam/.profile is well sourced in your ~/.bashrc.

2023-09-17 14:25.21 ---> using "8116be61a4c735c894d82723f81082e77bc159c30ffe9a35227f19965692cf33" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.1  (cached)
-> installed ocaml-base-compiler.4.14.1
-> installed ocaml-config.2
-> installed ocaml.4.14.1
Done.
# Run eval $(opam env --switch=4.14.1) to update the current shell environment
2023-09-17 14:25.21 ---> using "d74ca11c81cb94850460e040b430ca34af571abb56e8a7a8f872c85baa4c4e5d" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2023-09-17 14:25.21 ---> using "c0b3aedd2094499d94806c83a2a6d025c18f903b4e4191cfd35f3ee66a43d1bd" from cache

/: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"serde.0.0.1\"\
               \nopam install -vy \"serde.0.0.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"serde.0.0.1\" | 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] serde.0.0.1 is not installed.

Nothing to do.
The following actions will be performed:
  - install dune                3.10.0  [required by serde]
  - install stdlib-shims        0.3.0   [required by ppxlib]
  - install sexplib0            v0.16.0 [required by base, ppxlib]
  - install ppx_derivers        1.2.1   [required by ppxlib]
  - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install jane-street-headers v0.16.0 [required by time_now]
  - install csexp               1.5.2   [required by dune-configurator]
  - install ppxlib              0.30.0  [required by ppx_inline_test]
  - install dune-configurator   3.10.0  [required by base]
  - install base                v0.16.3 [required by ppx_inline_test]
  - install stdio               v0.16.0 [required by ppx_optcomp]
  - install ppx_sexp_conv       v0.16.0 [required by ppx_base]
  - install ppx_here            v0.16.0 [required by ppx_assert]
  - install ppx_globalize       v0.16.0 [required by ppx_base]
  - install ppx_enumerate       v0.16.0 [required by ppx_base]
  - install ppx_compare         v0.16.0 [required by ppx_base]
  - install ppx_cold            v0.16.0 [required by ppx_base]
  - install ppx_optcomp         v0.16.0 [required by time_now]
  - install ppx_hash            v0.16.0 [required by ppx_base]
  - install ppx_assert          v0.16.0 [required by jst-config]
  - install ppx_base            v0.16.0 [required by time_now]
  - install jst-config          v0.16.0 [required by time_now]
  - install time_now            v0.16.0 [required by ppx_inline_test]
  - install ppx_inline_test     v0.16.0 [required by serde]
  - install serde               0.0.1
===== 25 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/75:
Processing  2/75:
Processing  3/75:
-> retrieved csexp.1.5.2  (cached)
Processing  4/75:
-> retrieved base.v0.16.3  (cached)
Processing  5/75:
-> retrieved jane-street-headers.v0.16.0  (cached)
Processing  6/75:
-> retrieved jst-config.v0.16.0  (cached)
Processing  7/75:
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing  8/75:
-> retrieved dune-configurator.3.10.0  (cached)
Processing  9/75:
-> retrieved ppx_assert.v0.16.0  (cached)
Processing 10/75:
-> retrieved ppx_base.v0.16.0  (cached)
Processing 11/75:
-> retrieved ppx_cold.v0.16.0  (cached)
Processing 12/75:
-> retrieved ppx_compare.v0.16.0  (cached)
Processing 13/75:
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 14/75:
-> retrieved ppx_enumerate.v0.16.0  (cached)
Processing 15/75:
-> retrieved ppx_globalize.v0.16.0  (cached)
Processing 16/75:
-> retrieved ppx_hash.v0.16.0  (cached)
Processing 17/75:
-> retrieved ppx_here.v0.16.0  (cached)
Processing 18/75:
-> retrieved ppx_inline_test.v0.16.0  (cached)
Processing 19/75:
-> retrieved ppx_optcomp.v0.16.0  (cached)
Processing 20/75:
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
Processing 21/75: [serde.0.0.1: http]
-> retrieved ppxlib.0.30.0  (cached)
Processing 22/75: [serde.0.0.1: http]
-> retrieved dune.3.10.0  (cached)
Processing 23/75: [serde.0.0.1: http]
Processing 24/75: [serde.0.0.1: http] [dune: ocaml 15]
-> retrieved stdio.v0.16.0  (cached)
Processing 25/75: [serde.0.0.1: http] [dune: ocaml 15]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 26/75: [serde.0.0.1: http] [dune: ocaml 15]
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
Processing 26/75: [dune: ocaml 15]
-> retrieved serde.0.0.1  (https://github.com/leostera/serde.ml/releases/download/0.0.1/serde-0.0.1.tbz)
+ /usr/home/opam/.opam/4.14.1/bin/ocaml "boot/bootstrap.ml" "-j" "15" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/dune.3.10.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 15
- 

Processing 26/75: [dune: ./_boot/dune.exe build]
+ /usr/home/opam/.opam/4.14.1/.opam-switch/build/dune.3.10.0/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "15" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/dune.3.10.0)
-> compiled  dune.3.10.0
-> installed dune.3.10.0
Processing 28/75: [csexp: dune build]
Processing 29/75: [csexp: dune build] [jane-street-headers: dune build]
Processing 30/75: [csexp: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build]
Processing 31/75: [csexp: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 32/75: [csexp: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
Processing 33/75: [csexp: dune build] [jane-street-headers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  jane-street-headers.v0.16.0
Processing 33/75: [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed jane-street-headers.v0.16.0
Processing 34/75: [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  csexp.1.5.2
Processing 34/75: [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed csexp.1.5.2
Processing 35/75: [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 36/75: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 36/75: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 37/75: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.16.0
Processing 37/75: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed sexplib0.v0.16.0
Processing 38/75: [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 38/75: [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 38/75: [dune-configurator: dune build] [ocaml-compiler-libs: dune build]
-> installed ppx_derivers.1.2.1
Processing 39/75: [dune-configurator: dune build] [ocaml-compiler-libs: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 39/75: [dune-configurator: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 40/75: [dune-configurator: dune build]
Processing 41/75: [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.10.0
Processing 41/75: [ppxlib: dune build]
-> installed dune-configurator.3.10.0
Processing 42/75: [ppxlib: dune build]
Processing 43/75: [base: dune build] [ppxlib: dune build]
-> compiled  base.v0.16.3
Processing 43/75: [ppxlib: dune build]
-> installed base.v0.16.3
Processing 44/75: [ppxlib: dune build]
Processing 45/75: [ppxlib: dune build] [stdio: dune build]
-> compiled  stdio.v0.16.0
Processing 45/75: [ppxlib: dune build]
-> installed stdio.v0.16.0
Processing 46/75: [ppxlib: dune build]
+ /usr/home/opam/.opam/4.14.1/bin/dune "build" "-p" "ppxlib" "-j" "15" "@install" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/ppxlib.0.30.0)
-> compiled  ppxlib.0.30.0
-> installed ppxlib.0.30.0
Processing 48/75: [ppx_cold: dune build]
Processing 49/75: [ppx_cold: dune build] [ppx_compare: dune build]
Processing 50/75: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build]
Processing 51/75: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build]
Processing 52/75: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build]
Processing 53/75: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_optcomp: dune build]
Processing 54/75: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_globalize.v0.16.0
Processing 54/75: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_globalize.v0.16.0
Processing 55/75: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_cold.v0.16.0
Processing 55/75: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_cold.v0.16.0
Processing 56/75: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_here.v0.16.0
Processing 56/75: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_here.v0.16.0
Processing 57/75: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_optcomp: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_optcomp.v0.16.0
Processing 57/75: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_optcomp.v0.16.0
Processing 58/75: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_enumerate.v0.16.0
Processing 58/75: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_enumerate.v0.16.0
Processing 59/75: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_compare.v0.16.0
Processing 59/75: [ppx_sexp_conv: dune build]
-> installed ppx_compare.v0.16.0
Processing 60/75: [ppx_sexp_conv: dune build]
+ /usr/home/opam/.opam/4.14.1/bin/dune "build" "-p" "ppx_sexp_conv" "-j" "15" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/ppx_sexp_conv.v0.16.0)
-> compiled  ppx_sexp_conv.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
Processing 62/75: [ppx_assert: dune build]
Processing 63/75: [ppx_assert: dune build] [ppx_hash: dune build]
-> compiled  ppx_assert.v0.16.0
Processing 63/75: [ppx_hash: dune build]
-> installed ppx_assert.v0.16.0
Processing 64/75: [ppx_hash: dune build]
Processing 65/75: [jst-config: dune build] [ppx_hash: dune build]
-> compiled  ppx_hash.v0.16.0
Processing 65/75: [jst-config: dune build]
-> installed ppx_hash.v0.16.0
Processing 66/75: [jst-config: dune build]
Processing 67/75: [jst-config: dune build] [ppx_base: dune build]
-> compiled  ppx_base.v0.16.0
Processing 67/75: [jst-config: dune build]
-> installed ppx_base.v0.16.0
Processing 68/75: [jst-config: dune build]
+ /usr/home/opam/.opam/4.14.1/bin/dune "build" "-p" "jst-config" "-j" "15" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/jst-config.v0.16.0)
-> compiled  jst-config.v0.16.0
-> installed jst-config.v0.16.0
Processing 70/75: [time_now: dune build]
+ /usr/home/opam/.opam/4.14.1/bin/dune "build" "-p" "time_now" "-j" "15" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/time_now.v0.16.0)
-> compiled  time_now.v0.16.0
-> installed time_now.v0.16.0
Processing 72/75: [ppx_inline_test: dune build]
+ /usr/home/opam/.opam/4.14.1/bin/dune "build" "-p" "ppx_inline_test" "-j" "15" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/ppx_inline_test.v0.16.0)
-> compiled  ppx_inline_test.v0.16.0
-> installed ppx_inline_test.v0.16.0
Processing 74/75: [serde: dune build]
+ /usr/home/opam/.opam/4.14.1/bin/dune "build" "-p" "serde" "-j" "15" "@install" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/serde.0.0.1)
-> compiled  serde.0.0.1
-> installed serde.0.0.1
Done.
2023-09-17 14:29.20 ---> saved as "929ec6102785d6ddef3d31864ebab4580f5e29d505f68db6c011911c3b781897"
Job succeeded