Building on spring (from freebsd) 2024-08-09 21:58.57 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" 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-dev /usr/local/bin/opam")) 2024-08-09 21:58.58 ---> using "a2b22593046b56fadc85e22b0da7b84e903c1f5aa4d42a7c481121ceec28b31f" 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 85058bdc24b7375e71be2d749b47bd7a1c8dd5b4")) 2024-08-09 21:58.58 ---> using "ce11077fd6b5f0fe43748cf38a8fe6352459b19d6d46e6ffe9d0777a816d13c5" 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-08-09 21:58.59 ---> using "250005dfc2b47d1b02f9e7f5ee3b74c50d6278cc900e4f133ee5445c0e192fd8" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '5.2.0' 'ocaml-base-compiler.5.2.0'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "5.2.0"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> 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-base-compiler.5.2.0 (cached) -> installed ocaml-base-compiler.5.2.0 -> installed ocaml-config.3 -> installed ocaml.5.2.0 -> installed base-domains.base -> installed base-nnp.base Done. # Run eval $(opam env --switch=5.2.0) to update the current shell environment 2024-08-09 21:58.59 ---> using "290d983aecb70b17ef4e452ea81575de728adf6e223fdac00c59b400c692169f" from cache /: (run (network host) (shell "opam update --depexts")) [WARNING] Unknown update command for bsd, skipping system update 2024-08-09 21:59.00 ---> using "d80f4c1e58ba77d96ecd33492ed2780ccf5463ffb829d69c2051cddd3762426b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"unison.2.53.4\"\ \nopam install -vy \"unison.2.53.4\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"unison.2.53.4\" | 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] unison.2.53.4 is not installed. Nothing to do. The following actions will be performed: === install 1 package - install unison 2.53.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/3: [unison.2.53.4: http] Processing 1/3: [unison.2.53.4: extract] -> retrieved unison.2.53.4 (https://github.com/bcpierce00/unison/archive/refs/tags/v2.53.4.tar.gz) Processing 2/3: [unison: gmake 7] + /usr/local/bin/gmake "NATIVE=true" "-j" "7" (CWD=/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4) - /usr/local/bin/gmake -C src - gmake[1]: Entering directory '/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src' - Building for Unix - NATIVE = true - ocamlopt: ubase/umarshal.mli ---> ubase/umarshal.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/umarshal.mli - ocamlopt: ubase/rx.mli ---> ubase/rx.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/rx.mli - ocamlopt: unicode_tables.ml ---> unicode_tables.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/unicode_tables.ml - ocamlopt: unicode.mli ---> unicode.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/unicode.mli - echo 'let myName = "'unison'";;' > ubase/projectInfo.ml - ocamlc: system/system_intf.ml ---> system/system_intf.cmo - echo 'let myVersion = "'2.53.4'";;' >> ubase/projectInfo.ml - ocamlc -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/system/system_intf.ml - echo 'let myMajorVersion = "'2.53'";;' >> ubase/projectInfo.ml - ocamlopt: ubase/myMap.mli ---> ubase/myMap.cmi - ocamlopt: bytearray.mli ---> bytearray.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/myMap.mli - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/bytearray.mli - ocamlopt: ubase/safelist.mli ---> ubase/safelist.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/safelist.mli - ocamlopt: ubase/uarg.mli ---> ubase/uarg.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/uarg.mli - ocamlopt: ubase/proplist.mli ---> ubase/proplist.cmi - ocamlopt: ubase/util.mli ---> ubase/util.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/proplist.mli - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/util.mli - ocamlopt: lwt/pqueue.mli ---> lwt/pqueue.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lwt/pqueue.mli - ocamlopt: lwt/lwt.mli ---> lwt/lwt.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lwt/lwt.mli - ocamlopt: features.mli ---> features.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/features.mli - ocamlopt: uutil.mli ---> uutil.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/uutil.mli - ocamlopt: fileutil.mli ---> fileutil.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fileutil.mli - ocamlopt: name.mli ---> name.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/name.mli - ocamlopt: abort.mli ---> abort.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/abort.mli - ocamlopt: propsdata.mli ---> propsdata.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/propsdata.mli - ocamlopt: lock.mli ---> lock.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lock.mli - ocamlopt: clroot.mli ---> clroot.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/clroot.mli - ocamlopt: tree.mli ---> tree.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/tree.mli - ocamlopt: checksum.mli ---> checksum.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/checksum.mli - ocamlopt: transfer.mli ---> transfer.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/transfer.mli - ocamlopt: external.mli ---> external.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/external.mli - ocamlopt: strings.mli ---> strings.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/strings.mli - ocamlopt: test.mli ---> test.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/test.mli - ocamlopt: osxsupport.c ---> osxsupport.o - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -ccopt "-o "/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/osxsupport.o -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/osxsupport.c - ocamlopt: pty.c ---> pty.o - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -ccopt "-o "/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/pty.o -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/pty.c - ocamlopt: bytearray_stubs.c ---> bytearray_stubs.o - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -ccopt "-o "/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/bytearray_stubs.o -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/bytearray_stubs.c - ocamlopt: hash_compat.c ---> hash_compat.o - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -ccopt "-o "/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/hash_compat.o -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/hash_compat.c - ocamlopt: props_xattr.c ---> props_xattr.o - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -ccopt "-o "/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/props_xattr.o -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/props_xattr.c - GUI library lablgtk not found. GTK GUI will not be built. - Not on macOS. macOS native GUI will not be built. - fsmonitor implementation is not available or not configured for this system. fsmonitor will not be built. - ocamlopt: props_acl.c ---> props_acl.o - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -ccopt "-o "/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/props_acl.o -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/props_acl.c - ocamlopt: ubase/umarshal.ml ---> ubase/umarshal.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/umarshal.ml - ocamlopt: ubase/rx.ml ---> ubase/rx.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/rx.ml - ocamlopt: unicode.ml ---> unicode.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/unicode.ml - ocamlopt: system.mli ---> system.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/system.mli - ocamlopt: ubase/projectInfo.ml ---> ubase/projectInfo.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/projectInfo.ml - ocamlopt: ubase/safelist.ml ---> ubase/safelist.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/safelist.ml - ocamlopt: ubase/prefs.mli ---> ubase/prefs.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/prefs.mli - ocamlopt: lwt/pqueue.ml ---> lwt/pqueue.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lwt/pqueue.ml - ocamlopt: lwt/lwt.ml ---> lwt/lwt.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lwt/lwt.ml - ocamlopt: lwt/lwt_util.mli ---> lwt/lwt_util.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lwt/lwt_util.mli - ocamlopt: lwt/lwt_unix.mli ---> lwt/lwt_unix.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lwt/lwt_unix.mli - ocamlopt: case.mli ---> case.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/case.mli - ocamlopt: pred.mli ---> pred.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/pred.mli - ocamlopt: tree.ml ---> tree.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/tree.ml - ocamlopt: fileutil.ml ---> fileutil.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fileutil.ml - ocamlopt: checksum.ml ---> checksum.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/checksum.ml - ocamlopt: strings.ml ---> strings.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/strings.ml - ocamlopt: bytearray.ml ---> bytearray.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/bytearray.ml - ocamlopt: system/system_generic.ml ---> system/system_generic.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/system/system_generic.ml - ocamlopt: ubase/myMap.ml ---> ubase/myMap.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/myMap.ml - ocamlopt: ubase/trace.mli ---> ubase/trace.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/trace.mli - ocamlopt: lwt/lwt_util.ml ---> lwt/lwt_util.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lwt/lwt_util.ml - ocamlopt: lwt/generic/lwt_unix_impl.ml ---> lwt/generic/lwt_unix_impl.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lwt/generic/lwt_unix_impl.ml - ocamlopt: terminal.mli ---> terminal.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/terminal.mli - ocamlopt: path.mli ---> path.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/path.mli - ocamlopt: system/generic/system_impl.ml ---> system/generic/system_impl.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/system/generic/system_impl.ml - ocamlopt: lwt/lwt_unix.ml ---> lwt/lwt_unix.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lwt/lwt_unix.ml - ocamlopt: fspath.mli ---> fspath.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fspath.mli - ocamlopt: fs.mli ---> fs.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fs.mli - ocamlopt: fingerprint.mli ---> fingerprint.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fingerprint.mli - ocamlopt: fswatch.mli ---> fswatch.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fswatch.mli - ocamlopt: fswatchold.mli ---> fswatchold.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fswatchold.mli - ocamlopt: system.ml ---> system.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/system.ml - ocamlopt: osx.mli ---> osx.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/osx.mli - ocamlopt: props.mli ---> props.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/props.mli - ocamlopt: ubase/util.ml ---> ubase/util.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/util.ml - ocamlopt: fileinfo.mli ---> fileinfo.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fileinfo.mli - ocamlopt: os.mli ---> os.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/os.mli - ocamlopt: common.mli ---> common.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/common.mli - ocamlopt: xferhint.mli ---> xferhint.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/xferhint.mli - ocamlopt: fpcache.mli ---> fpcache.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fpcache.mli - ocamlopt: remote.mli ---> remote.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/remote.mli - ocamlopt: negotiate.mli ---> negotiate.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/negotiate.mli - ocamlopt: globals.mli ---> globals.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/globals.mli - ocamlopt: update.mli ---> update.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/update.mli - ocamlopt: copy.mli ---> copy.cmi - ocamlopt: files.mli ---> files.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/files.mli - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/copy.mli - ocamlopt: sortri.mli ---> sortri.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/sortri.mli - ocamlopt: recon.mli ---> recon.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/recon.mli - ocamlopt: transport.mli ---> transport.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/transport.mli - ocamlopt: uicommon.mli ---> uicommon.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/uicommon.mli - ocamlopt: stasher.mli ---> stasher.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/stasher.mli - ocamlopt: uitext.mli ---> uitext.cmi - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/uitext.mli - ocamlopt: ubase/uarg.ml ---> ubase/uarg.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/uarg.ml - ocamlopt: ubase/proplist.ml ---> ubase/proplist.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/proplist.ml - ocamlopt: features.ml ---> features.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/features.ml - ocamlopt: terminal.ml ---> terminal.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/terminal.ml - ocamlopt: propsdata.ml ---> propsdata.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/propsdata.ml - ocamlopt: lock.ml ---> lock.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/lock.ml - ocamlopt: ubase/prefs.ml ---> ubase/prefs.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/prefs.ml - ocamlopt: ubase/trace.ml ---> ubase/trace.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/ubase/trace.ml - ocamlopt: clroot.ml ---> clroot.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/clroot.ml - ocamlopt: uutil.ml ---> uutil.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/uutil.ml - ocamlopt: case.ml ---> case.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/case.ml - ocamlopt: abort.ml ---> abort.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/abort.ml - ocamlopt: transfer.ml ---> transfer.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/transfer.ml - ocamlopt: pred.ml ---> pred.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/pred.ml - ocamlopt: name.ml ---> name.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/name.ml - ocamlopt: path.ml ---> path.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/path.ml - ocamlopt: fspath.ml ---> fspath.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fspath.ml - ocamlopt: fs.ml ---> fs.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fs.ml - ocamlopt: fswatch.ml ---> fswatch.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fswatch.ml - ocamlopt: fingerprint.ml ---> fingerprint.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fingerprint.ml - ocamlopt: osx.ml ---> osx.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/osx.ml - ocamlopt: props.ml ---> props.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/props.ml - ocamlopt: fileinfo.ml ---> fileinfo.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fileinfo.ml - ocamlopt: os.ml ---> os.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/os.ml - ocamlopt: common.ml ---> common.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/common.ml - ocamlopt: xferhint.ml ---> xferhint.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/xferhint.ml - ocamlopt: fpcache.ml ---> fpcache.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fpcache.ml - ocamlopt: remote.ml ---> remote.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/remote.ml - ocamlopt: sortri.ml ---> sortri.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/sortri.ml - File "/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/remote.ml", line 708, characters 59-66: - 708 | V0 : ('a -> 'compat) * ('compat -> 'a) -> 'a convV0Fun [@unboxed] - ^^^^^^^ - Warning 53 [misplaced-attribute]: the "unboxed" attribute cannot appear in this context - ocamlopt: external.ml ---> external.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/external.ml - ocamlopt: negotiate.ml ---> negotiate.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/negotiate.ml - ocamlopt: globals.ml ---> globals.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/globals.ml - ocamlopt: fswatchold.ml ---> fswatchold.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/fswatchold.ml - ocamlopt: update.ml ---> update.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/update.ml - ocamlopt: copy.ml ---> copy.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/copy.ml - ocamlopt: recon.ml ---> recon.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/recon.ml - ocamlopt: stasher.ml ---> stasher.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/stasher.ml - ocamlopt: files.ml ---> files.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/files.ml - ocamlopt: transport.ml ---> transport.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/transport.ml - ocamlopt: uicommon.ml ---> uicommon.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/uicommon.ml - ocamlopt: uitext.ml ---> uitext.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/uitext.ml - ocamlopt: test.ml ---> test.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/test.ml - ocamlopt: main.ml ---> main.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/main.ml - ocamlopt: linktext.ml ---> linktext.cmx - ocamlopt -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -c /home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src/linktext.ml - Linking unison - ocamlopt -verbose -g -I lwt -I ubase -I system -I +unix -I +str -I system/generic -I lwt/generic -o unison unix.cmxa str.cmxa ubase/umarshal.cmx ubase/rx.cmx unicode_tables.cmx unicode.cmx bytearray.cmx system/system_generic.cmx system/generic/system_impl.cmx system.cmx ubase/projectInfo.cmx ubase/myMap.cmx ubase/safelist.cmx ubase/util.cmx ubase/uarg.cmx ubase/prefs.cmx ubase/trace.cmx ubase/proplist.cmx lwt/pqueue.cmx lwt/lwt.cmx lwt/lwt_util.cmx lwt/generic/lwt_unix_impl.cmx lwt/lwt_unix.cmx features.cmx uutil.cmx case.cmx pred.cmx terminal.cmx fileutil.cmx name.cmx path.cmx fspath.cmx fs.cmx fingerprint.cmx abort.cmx osx.cmx fswatch.cmx propsdata.cmx props.cmx fileinfo.cmx os.cmx lock.cmx clroot.cmx common.cmx tree.cmx checksum.cmx transfer.cmx xferhint.cmx remote.cmx external.cmx negotiate.cmx globals.cmx fswatchold.cmx fpcache.cmx update.cmx copy.cmx stasher.cmx files.cmx sortri.cmx recon.cmx transport.cmx strings.cmx uicommon.cmx uitext.cmx test.cmx main.cmx linktext.cmx osxsupport.o pty.o bytearray_stubs.o hash_compat.o props_xattr.o props_acl.o -cclib -lutil - + cc -c -o '/tmp/camlstartupa68f73.o' '/tmp/camlstartupb328b9.s' - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -pthread -Wl,-E -o 'unison' '-Llwt' '-Lubase' '-Lsystem' '-L/home/opam/.opam/5.2.0/lib/ocaml/unix' '-L/home/opam/.opam/5.2.0/lib/ocaml/str' '-Lsystem/generic' '-Llwt/generic' '-L/home/opam/.opam/5.2.0/lib/ocaml' '/tmp/camlstartupa68f73.o' '/home/opam/.opam/5.2.0/lib/ocaml/std_exit.o' 'linktext.o' 'main.o' 'test.o' 'uitext.o' 'uicommon.o' 'strings.o' 'transport.o' 'recon.o' 'sortri.o' 'files.o' 'stasher.o' 'copy.o' 'update.o' 'fpcache.o' 'fswatchold.o' 'globals.o' 'negotiate.o' 'external.o' 'remote.o' 'xferhint.o' 'transfer.o' 'checksum.o' 'tree.o' 'common.o' 'clroot.o' 'lock.o' 'os.o' 'fileinfo.o' 'props.o' 'propsdata.o' 'fswatch.o' 'osx.o' 'abort.o' 'fingerprint.o' 'fs.o' 'fspath.o' 'path.o' 'name.o' 'fileutil.o' 'terminal.o' 'pred.o' 'case.o' 'uutil.o' 'features.o' 'lwt/lwt_unix.o' 'lwt/generic/lwt_unix_impl.o' 'lwt/lwt_util.o' 'lwt/lwt.o' 'lwt/pqueue.o' 'ubase/proplist.o' 'ubase/trace.o' 'ubase/prefs.o' 'ubase/uarg.o' 'ubase/util.o' 'ubase/safelist.o' 'ubase/myMap.o' 'ubase/projectInfo.o' 'system.o' 'system/generic/system_impl.o' 'system/system_generic.o' 'bytearray.o' 'unicode.o' 'unicode_tables.o' 'ubase/rx.o' 'ubase/umarshal.o' '/home/opam/.opam/5.2.0/lib/ocaml/str/str.a' '/home/opam/.opam/5.2.0/lib/ocaml/unix/unix.a' '/home/opam/.opam/5.2.0/lib/ocaml/stdlib.a' '-lcamlstrnat' '-lunixnat' 'osxsupport.o' 'pty.o' 'bytearray_stubs.o' 'hash_compat.o' 'props_xattr.o' 'props_acl.o' '-lutil' '/home/opam/.opam/5.2.0/lib/ocaml/libasmrun.a' -lm -lpthread - gmake[1]: Leaving directory '/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src' - /usr/local/bin/gmake -C man - gmake[1]: Entering directory '/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/man' - ../src/unison -prefsman short > opt_short.tmp - ../src/unison -prefsman full > opt_full.tmp - sed -e '/@OPTIONS_SHORT@/r ./opt_short.tmp' \ - -e '/@OPTIONS_SHORT@/d' \ - -e '/@OPTIONS_FULL@/r ./opt_full.tmp' \ - -e '/@OPTIONS_FULL@/d' unison.1.in > unison.1 - gmake[1]: Leaving directory '/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/man' -> compiled unison.2.53.4 Processing 3/3: [unison: gmake install] + /usr/local/bin/gmake "NATIVE=true" "PREFIX=/home/opam/.opam/5.2.0" "install" (CWD=/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4) - /usr/local/bin/gmake -C src - gmake[1]: Entering directory '/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src' - Building for Unix - NATIVE = true - GUI library lablgtk not found. GTK GUI will not be built. - Not on macOS. macOS native GUI will not be built. - fsmonitor implementation is not available or not configured for this system. fsmonitor will not be built. - gmake[1]: Nothing to be done for 'all'. - gmake[1]: Leaving directory '/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/src' - /usr/local/bin/gmake -C man - gmake[1]: Entering directory '/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/man' - gmake[1]: Nothing to be done for 'all'. - gmake[1]: Leaving directory '/home/opam/.opam/5.2.0/.opam-switch/build/unison.2.53.4/man' - install -d "/home/opam/.opam/5.2.0/bin" - install src/unison "/home/opam/.opam/5.2.0/bin/unison" - install src/fsmonitor.py "/home/opam/.opam/5.2.0/bin/fsmonitor.py" - install -d "/home/opam/.opam/5.2.0/share/man/man1" - install -m 644 man/unison.1 "/home/opam/.opam/5.2.0/share/man/man1/unison.1" -> installed unison.2.53.4 Done. 2024-08-09 21:59.26 ---> saved as "dcb2d2e0cea5854fe0c84cf65fe1462d16a3367ade67e453da0e2411bb3b8439" Job succeeded