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


Building on rosemary

(from freebsd)
2025-05-24 00:53.18 ---> 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-05-24 00:53.19 ---> 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 c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47"))
2025-05-24 00:53.20 ---> using "f5ed199f1fbf2dd45a0c59c2d9fb755785562f29a07ddceff5ad2b7645f14ef5" 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-05-24 00:53.20 ---> using "7be9208bd842fff0b0f6553799c46887042255d534d6374843676f696f4cea98" 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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> 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-05-24 00:53.21 ---> using "961e2716acdce7cdd5ce54ea99df88b7b943c9f5c5248c61a7f5ec4ece1ff69e" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2025-05-24 00:53.21 ---> using "5145531377c0e09a95611c1eaf59187225f7dffae70b174e57b1f2db5e31ecd1" from cache

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

Nothing to do.
The following actions will be performed:
=== install 24 packages
  - install base                v0.16.4 [required by ppx_module_timer]
  - install csexp               1.5.2   [required by dune-configurator]
  - install dune                3.18.2  [required by ppx_module_timer]
  - install dune-configurator   3.18.2  [required by base]
  - install jane-street-headers v0.16.0 [required by time_now]
  - install jst-config          v0.16.0 [required by time_now]
  - install ocaml-compiler-libs v0.17.0 [required by ppxlib]
  - install ppx_assert          v0.16.0 [required by jst-config]
  - install ppx_base            v0.16.0 [required by ppx_module_timer]
  - install ppx_cold            v0.16.0 [required by ppx_base]
  - install ppx_compare         v0.16.0 [required by ppx_base]
  - install ppx_derivers        1.2.1   [required by ppxlib]
  - install ppx_enumerate       v0.16.0 [required by ppx_base]
  - install ppx_globalize       v0.16.0 [required by ppx_base]
  - install ppx_hash            v0.16.0 [required by ppx_base]
  - install ppx_here            v0.16.0 [required by ppx_assert]
  - install ppx_module_timer    v0.16.0
  - install ppx_optcomp         v0.16.0 [required by time_now]
  - install ppx_sexp_conv       v0.16.0 [required by ppx_base]
  - install ppxlib              0.35.0  [required by ppx_module_timer]
  - install sexplib0            v0.16.0 [required by base]
  - install stdio               v0.16.0 [required by ppx_module_timer]
  - install stdlib-shims        0.3.0   [required by ppxlib]
  - install time_now            v0.16.0 [required by ppx_module_timer]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/71: [base.v0.16.4: extract]
Processing  2/71: [base.v0.16.4: extract] [csexp.1.5.2: extract]
Processing  3/71: [base.v0.16.4: extract] [csexp.1.5.2: extract] [dune.3.18.2, dune-configurator.3.18.2: extract]
-> retrieved csexp.1.5.2  (cached)
Processing  3/71: [base.v0.16.4: extract] [dune.3.18.2, dune-configurator.3.18.2: extract]
Processing  4/71: [base.v0.16.4: extract] [dune.3.18.2, dune-configurator.3.18.2: extract] [jane-street-headers.v0.16.0: extract]
-> retrieved base.v0.16.4  (cached)
Processing  4/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [jane-street-headers.v0.16.0: extract]
Processing  5/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [jane-street-headers.v0.16.0: extract] [jst-config.v0.16.0: extract]
-> retrieved jane-street-headers.v0.16.0  (cached)
Processing  5/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [jst-config.v0.16.0: extract]
Processing  6/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [jst-config.v0.16.0: extract] [ocaml-compiler-libs.v0.17.0: extract]
-> retrieved jst-config.v0.16.0  (cached)
Processing  6/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ocaml-compiler-libs.v0.17.0: extract]
Processing  7/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ocaml-compiler-libs.v0.17.0: extract] [ppx_assert.v0.16.0: extract]
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
Processing  7/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_assert.v0.16.0: extract]
Processing  8/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_assert.v0.16.0: extract] [ppx_base.v0.16.0: extract]
-> retrieved ppx_assert.v0.16.0  (cached)
Processing  8/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_base.v0.16.0: extract]
Processing  9/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_base.v0.16.0: extract] [ppx_cold.v0.16.0: extract]
-> retrieved ppx_base.v0.16.0  (cached)
Processing  9/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_cold.v0.16.0: extract]
Processing 10/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_cold.v0.16.0: extract] [ppx_compare.v0.16.0: extract]
-> retrieved ppx_cold.v0.16.0  (cached)
Processing 10/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_compare.v0.16.0: extract]
Processing 11/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_compare.v0.16.0: extract] [ppx_derivers.1.2.1: extract]
-> retrieved ppx_compare.v0.16.0  (cached)
Processing 11/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_derivers.1.2.1: extract]
Processing 12/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_derivers.1.2.1: extract] [ppx_enumerate.v0.16.0: extract]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 12/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_enumerate.v0.16.0: extract]
Processing 13/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_enumerate.v0.16.0: extract] [ppx_globalize.v0.16.0: extract]
-> retrieved ppx_enumerate.v0.16.0  (cached)
Processing 13/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_globalize.v0.16.0: extract]
Processing 14/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_globalize.v0.16.0: extract] [ppx_hash.v0.16.0: extract]
-> retrieved ppx_globalize.v0.16.0  (cached)
Processing 14/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_hash.v0.16.0: extract]
Processing 15/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_hash.v0.16.0: extract] [ppx_here.v0.16.0: extract]
-> retrieved ppx_hash.v0.16.0  (cached)
Processing 15/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_here.v0.16.0: extract]
Processing 16/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_here.v0.16.0: extract] [ppx_module_timer.v0.16.0: extract]
-> retrieved ppx_here.v0.16.0  (cached)
Processing 16/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_module_timer.v0.16.0: extract]
Processing 17/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_module_timer.v0.16.0: extract] [ppx_optcomp.v0.16.0: extract]
-> retrieved ppx_module_timer.v0.16.0  (cached)
Processing 17/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_optcomp.v0.16.0: extract]
Processing 18/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_optcomp.v0.16.0: extract] [ppx_sexp_conv.v0.16.0: extract]
-> retrieved ppx_optcomp.v0.16.0  (cached)
Processing 18/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_sexp_conv.v0.16.0: extract]
Processing 19/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppx_sexp_conv.v0.16.0: extract] [ppxlib.0.35.0: extract]
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
Processing 19/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppxlib.0.35.0: extract]
Processing 20/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppxlib.0.35.0: extract] [sexplib0.v0.16.0: extract]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 20/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppxlib.0.35.0: extract]
Processing 21/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppxlib.0.35.0: extract] [stdio.v0.16.0: extract]
-> retrieved stdio.v0.16.0  (cached)
Processing 21/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppxlib.0.35.0: extract]
Processing 22/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppxlib.0.35.0: extract] [stdlib-shims.0.3.0: extract]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 22/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppxlib.0.35.0: extract]
Processing 23/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppxlib.0.35.0: extract] [time_now.v0.16.0: extract]
-> retrieved time_now.v0.16.0  (cached)
Processing 23/71: [dune.3.18.2, dune-configurator.3.18.2: extract] [ppxlib.0.35.0: extract]
-> retrieved ppxlib.0.35.0  (cached)
Processing 23/71: [dune.3.18.2, dune-configurator.3.18.2: extract]
-> retrieved dune.3.18.2, dune-configurator.3.18.2  (cached)
Processing 24/71: [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.18.2)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
- cd _boot && /home/opam/.opam/5.3.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads ocamlc_loc.mli
- File "otherlibs/ocamlc-loc/src/ocamlc_loc.mli", line 1, characters 4-9:
- Warning 53 [misplaced-attribute]: the "alert" attribute cannot appear in this context
- cd _boot && /home/opam/.opam/5.3.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads dune_action_plugin.mli
- File "otherlibs/dune-action-plugin/src/dune_action_plugin.mli", line 1, characters 4-9:
- Warning 53 [misplaced-attribute]: the "alert" attribute cannot appear in this context
- 

Processing 24/71: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/5.3.0/.opam-switch/build/dune.3.18.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.18.2)
- File "editor-integration/emacs/dune-flymake.el", line 1, characters 0-0:
- Error: Error trying to read targets after a rule was run:
- - editor-integration/emacs/dune-flymake.el: chmod(_build/default/editor-integration/emacs/dune-flymake.el): Bad file descriptor
[ERROR] The compilation of dune.3.18.2 failed at "./_boot/dune.exe build dune.install --release --profile dune-bootstrap -j 39".

#=== ERROR while compiling dune.3.18.2 ========================================#
# context              2.4.0~alpha2 | freebsd/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.3.0/.opam-switch/build/dune.3.18.2
# command              ~/.opam/5.3.0/.opam-switch/build/dune.3.18.2/./_boot/dune.exe build dune.install --release --profile dune-bootstrap -j 39
# exit-code            1
# env-file             ~/.opam/log/dune-70241-f889ae.env
# output-file          ~/.opam/log/dune-70241-f889ae.out
### output ###
# File "editor-integration/emacs/dune-flymake.el", line 1, characters 0-0:
# Error: Error trying to read targets after a rule was run:
# - editor-integration/emacs/dune-flymake.el: chmod(_build/default/editor-integration/emacs/dune-flymake.el): Bad file descriptor



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install base                v0.16.4
| - install csexp               1.5.2
| - install dune-configurator   3.18.2
| - install jane-street-headers v0.16.0
| - install jst-config          v0.16.0
| - install ocaml-compiler-libs v0.17.0
| - install ppx_assert          v0.16.0
| - install ppx_base            v0.16.0
| - install ppx_cold            v0.16.0
| - install ppx_compare         v0.16.0
| - install ppx_derivers        1.2.1
| - install ppx_enumerate       v0.16.0
| - install ppx_globalize       v0.16.0
| - install ppx_hash            v0.16.0
| - install ppx_here            v0.16.0
| - install ppx_module_timer    v0.16.0
| - install ppx_optcomp         v0.16.0
| - install ppx_sexp_conv       v0.16.0
| - install ppxlib              0.35.0
| - install sexplib0            v0.16.0
| - install stdio               v0.16.0
| - install stdlib-shims        0.3.0
| - install time_now            v0.16.0
+- 
+- The following actions failed
| - build dune 3.18.2
+- 
- No changes have been performed
'opam install -vy ppx_module_timer.v0.16.0' failed.
jail: /usr/bin/su -l opam -c cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' 'opam remove -y ppx_module_timer.v0.16.0
opam install -vy ppx_module_timer.v0.16.0
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: ppx_module_timer.v0.16.0 | grep -q '\''freebsd'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi 


exit $res': failed
"jail" "-c" "name=obuilder_89637_26213" "mount.fstab=/tmp/obuilder-jail-30841f/fstab" "mount.devfs" "path=/obuilder/result/da914737cc70f8610eba772f2b614d5e1015f67e93fb3707857e697f5a824c75/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' 'opam remove -y ppx_module_timer.v0.16.0
opam install -vy ppx_module_timer.v0.16.0
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: ppx_module_timer.v0.16.0 | grep -q '\''freebsd'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi 


exit $res'" failed with exit status 1
Failed: Build failed