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


Building on rosemary

(from freebsd)
2025-09-13 00:10.31 ---> 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"))
2025-09-13 00:10.32 ---> 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 a2c85be3ca4b8ceef2db5ebf91d8ea607ad4d8d5"))
2025-09-13 00:10.32 ---> using "2a3e72ed3371ea2a91791a04c15e8adfeb6f1d77b4d625e1e534b318b7a220c7" 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.

2025-09-13 00:10.32 ---> using "90bf157c0e8beede06c557a266a0857e9bad5853af96fed0ea9b1d134926d16c" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-compiler.5.3.0  (https://github.com/ocaml/ocaml/releases/download/5.3.0/ocaml-5.3.0.tar.gz)
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3.0)
2025-09-13 00:10.33 ---> using "14204440e3c41c798834de314b8e367663f6007e524d8f4a6250a0bc52e48244" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2025-09-13 00:10.33 ---> using "afb3b6c127c7f1f8984b0f2197d6346fc0c04a69d518f73df180a9b22180bfd6" from cache

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

Nothing to do.
The following actions will be performed:
=== install 2 packages
  - install ancient 0.10.0
  - install dune    3.20.2 [required by ancient]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/6: [ancient.0.10.0: http]
Processing  2/6: [ancient.0.10.0: http] [dune.3.20.2: extract]
Processing  2/6: [ancient.0.10.0: extract] [dune.3.20.2: extract]
-> retrieved ancient.0.10.0  (https://github.com/OCamlPro/ocaml-ancient/releases/download/0.10.0/ancient-0.10.0.tbz)
Processing  2/6: [dune.3.20.2: extract]
-> retrieved dune.3.20.2  (cached)
Processing  3/6: [dune: ocaml 39]
+ /home/opam/.opam/5.3.0/bin/ocaml "boot/bootstrap.ml" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/dune.3.20.2)
- ocamlc -output-complete-exe -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
- 

Processing  3/6: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/5.3.0/.opam-switch/build/dune.3.20.2/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/dune.3.20.2)
-> compiled  dune.3.20.2
-> installed dune.3.20.2
Processing  5/6: [ancient: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "ancient" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ancient.0.10.0)
- (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DHAVE_MMAP -g -I /home/opam/.opam/5.3.0/lib/ocaml -I /home/opam/.opam/5.3.0/lib/ocaml/unix -o mmtrace.o -c mmalloc/mmtrace.c)
- mmalloc/mmtrace.c:99:1: warning: function 'tr_reallochook' is not needed and will not be emitted [-Wunneeded-internal-declaration]
-    99 | tr_reallochook (PTR md, PTR ptr, size_t size)
-       | ^~~~~~~~~~~~~~
- 1 warning generated.
- (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DHAVE_MMAP -g -I /home/opam/.opam/5.3.0/lib/ocaml -I /home/opam/.opam/5.3.0/lib/ocaml/unix -o mmstats.o -c mmalloc/mmstats.c)
- mmalloc/mmstats.c:32:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
-    32 | mmstats (md)
-       | ^
- 1 warning generated.
-> compiled  ancient.0.10.0
-> installed ancient.0.10.0
Done.
2025-09-13 00:11.23 ---> saved as "068a6b7ca35268c6547b5a316730b53004d94c1e6bd9e1f8d8303464f6194958"
Job succeeded