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


Building on summer

(from freebsd)
2024-06-05 07:20.26 ---> 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-06-05 07:20.26 ---> 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 5979d639be2999663a41c1d1b8a73ce3036dcb41"))
2024-06-05 07:20.26 ---> using "2e94e5004b03fe08a15876e59bd907e053f5652a7b55cefeb621755911d262e4" 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-06-05 07:20.26 ---> using "b4bc54507f76941ccbefe785580d5364ddec85b9b50664d9209890a6feda03ee" 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 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-06-05 07:20.27 ---> using "fa02a20502b2dd8eb4b20aaa3e695b3eb89bcd1ba03fbabf77cdcf78ce7210d6" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2024-06-05 07:20.27 ---> using "d11c66cc007f54fb139f975b62e5f709f5927236d163ade2e27c610e96e2b8be" from cache

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

Nothing to do.
The following actions will be performed:
=== install 1 package
  - install conf-libobjc2 1

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

<><> 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" "libobjc2"
- Updating FreeBSD repository catalogue...
- [summer] Fetching data.pkg: ......
- .... done
- Processing entries: 
- ..
- ..
- ..
- ..
- .. done
- FreeBSD repository update completed. 34088 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.21.2 -> 1.21.3
- 
- Number of packages to be upgraded: 1
- 
- 12 MiB to be downloaded.
- [summer] [1/1] Fetching pkg-1.21.3.pkg: .....
- ..... done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Upgrading pkg from 1.21.2 to 1.21.3...
- [summer] [1/1] Extracting pkg-1.21.3: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	libobjc2: 2.1_3
- 
- Number of packages to be installed: 1
- 
- 81 KiB to be downloaded.
- [summer] [1/1] Fetching libobjc2-2.1_3.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Installing libobjc2-2.1_3...
- [summer] [1/1] Extracting libobjc2-2.1_3: .......... done
- =====
- Message from libobjc2-2.1_3:
- 
- --
- ===>   NOTICE:
- 
- The libobjc2 port currently does not have a maintainer. As a result, it is
- more likely to have unresolved issues, not be up-to-date, or even be removed in
- the future. To volunteer to maintain this port, please create an issue at:
- 
- https://bugs.freebsd.org/bugzilla
- 
- More information about port maintainership is available at:
- 
- https://docs.freebsd.org/en/articles/contributing/#ports-contributing

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/3: [conf-libobjc2: pkg info]
+ /usr/sbin/pkg "info" "libobjc2" (CWD=/home/opam/.opam/5.2.0/.opam-switch/build/conf-libobjc2.1)
- libobjc2-2.1_3
- Name           : libobjc2
- Version        : 2.1_3
- Installed on   : Wed Jun  5 07:20:58 2024 UTC
- Origin         : lang/libobjc2
- Architecture   : FreeBSD:14:amd64
- Prefix         : /usr/local
- Categories     : lang gnustep devel
- Licenses       : MIT
- Maintainer     : ports@FreeBSD.org
- WWW            : https://github.com/gnustep/libobjc2/
- Comment        : Replacement Objective-C runtime supporting modern Objective-C features
- Shared Libs provided:
- 	libobjc.so.4.6
- Annotations    :
- 	FreeBSD_version: 1400097
- 	build_timestamp: 2024-04-09T02:02:12+0000
- 	built_by       : poudriere-git-3.4.1-1-g1e9f97d6
- 	port_checkout_unclean: no
- 	port_git_hash  : b3aa1ea86
- 	ports_top_checkout_unclean: no
- 	ports_top_git_hash: c5cd82114
- 	repo_type      : binary
- 	repository     : FreeBSD
- Flat size      : 253KiB
- Description    :
- Replacement for the GNU Objective-C runtime supporting the features
- of modern dialects of Objective-C for use with GNUstep and other Objective-C
- programs.
- 
- This runtime is based on the Etoile Objective-C Runtime, an earlier
- research prototype, and includes support for non-fragile instance
- variables, type-dependent dispatch, and object planes. It is fully
- compatible with the FSF's GCC Objective-C ABI and also implements
- a new ABI that is supported by Clang and is required for some of
- the newer features.
-> compiled  conf-libobjc2.1
-> installed conf-libobjc2.1
Done.
2024-06-05 07:20.59 ---> saved as "56967b4c038c8bcc225c3091c1ab21288aa0e1c15f3cf36c72e11bbb4b05a177"
Job succeeded