(for PR #28914)
2025-11-19 09:07.08: New job: build gappa.1.6.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28914/head (5fed620a1849ce5ff9045f807164c53a1c1ba76c)
on freebsd-14.3-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28914/head" && git reset --hard 5fed620a
git fetch origin master
git merge --no-edit 24dbb725dce5c26764f028224175df3cfbe7dafd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn gappa.1.6.0 1.6.0
RUN opam reinstall gappa.1.6.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"freebsd-14.3\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'gappa.1.6.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-11-19 09:07.08: Using cache hint "freebsd-14.3-ocaml-4.14-gappa.1.6.0-5fed620a1849ce5ff9045f807164c53a1c1ba76c"
2025-11-19 09:07.08: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn gappa.1.6.0 1.6.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall gappa.1.6.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"freebsd-14.3\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'gappa.1.6.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-19 09:07.08: Waiting for resource in pool OCluster
2025-11-19 09:07.08: Waiting for worker…
2025-11-19 09:07.08: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18778/18778), done.
HEAD is now at 24dbb725dc Merge pull request #28918 from dra27/msys2-lablgtk3
Updating 24dbb725dc..5fed620a18
Fast-forward
packages/gappa/gappa.1.6.0/opam | 54 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 packages/gappa/gappa.1.6.0/opam
(from freebsd-14.3-ocaml-4.14)
2025-11-19 09:06.58 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2025-11-19 09:06.58 ---> using "96677dfb826139d1d475397206e27cf90befca1f152a356651021947800ddc31" from cache
/home/opam: (run (network host)
(shell "opam init --reinit -ni"))
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.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-11-19 09:06.59 ---> using "b7155bb4d9f0dfa9c383663e6516f5803e4c2ab438da3ab4eeccd3740ad9833f" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.4.1
# self-upgrade no
# system arch=x86_64 os=freebsd os-distribution=freebsd os-version=1403000
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 39
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14.2/lib/ocaml/stublibs:/home/opam/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-11-19 09:06.59 ---> using "b0effd5cf5c473eb9f84aee26e7221d934f437c21ca61c365f825913ca23d38c" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-19 09:06.59 ---> using "2a5689f2ff4b86af979d0390fa2dfee1e6e92b3f4e476fbe79b59c6ee634de82" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-19 09:07.01 ---> using "b17a00d23e7367e583ae6711c60727a7c99991069eb149f3fd2a6601040f9f13" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-19 09:07.01 ---> using "ef4e9ba893e4a6300111d86e8f0a4f5bd6b2a0115f8f51fec3a67da68f50e99b" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2025-11-19 09:07.01 ---> using "43d671581597d0358b48afbd8cc1d3ac0b03ccf99be01684620f43ff07d3fbf9" from cache
/home/opam: (run (shell "opam pin add -k version -yn gappa.1.6.0 1.6.0"))
gappa is now pinned to version 1.6.0
2025-11-19 09:07.01 ---> using "08e9159e7fa46f7358f93c9f91306dddc6699cd00cdbd828d4a8ae154e35ab11" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall gappa.1.6.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"freebsd-14.3\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'gappa.1.6.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
gappa.1.6.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 10 packages
∗ conf-autoconf 0.2 [required by gappa]
∗ conf-automake 1 [required by gappa]
∗ conf-bison 2 [required by gappa]
∗ conf-boost 1 [required by gappa]
∗ conf-flex 2 [required by gappa]
∗ conf-g++ 1.0 [required by gappa]
∗ conf-gmp 5 [required by gappa]
∗ conf-mpfr 3 [required by gappa]
∗ conf-pkg-config 4 [required by conf-mpfr]
∗ gappa 1.6.0 (pinned)
The following system packages will first need to be installed:
autoconf boost-all devel/automake devel/bison gcc gmp mpfr textproc/flex
<><> 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" "autoconf" "boost-all" "devel/automake" "devel/bison" "gcc" "gmp" "mpfr" "textproc/flex"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg:
- ..
- ...
- ..... done
- Processing entries:
- ..
- ..
- ...
- ..
- . done
- FreeBSD repository update completed. 36623 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: .. done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 213 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: 2.3.1 -> 2.4.2 [FreeBSD]
-
- Number of packages to be upgraded: 1
-
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.4.2.pkg: ..
- ....
- .... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.3.1 to 2.4.2...
- [rosemary] [1/1] Extracting pkg-2.4.2: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 18 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- autoconf: 2.72 [FreeBSD]
- autoconf-switch: 20220527 [FreeBSD]
- automake: 1.17 [FreeBSD]
- binutils: 2.44,1 [FreeBSD]
- bison: 3.8.2_2,1 [FreeBSD]
- boost-all: 1.88.0 [FreeBSD]
- boost-docs: 1.88.0 [FreeBSD]
- boost-jam: 1.88.0 [FreeBSD]
- boost-libs: 1.88.0_2 [FreeBSD]
- flex: 2.6.4_3 [FreeBSD]
- gcc: 13_5 [FreeBSD]
- gcc13: 13.3.0_3 [FreeBSD]
- gmp: 6.3.0 [FreeBSD]
- icu: 76.1,1 [FreeBSD]
- libtextstyle: 0.23.1 [FreeBSD]
- m4: 1.4.19_1,1 [FreeBSD]
- mpc: 1.3.1_1 [FreeBSD]
- mpfr: 4.2.2,1 [FreeBSD]
-
- Number of packages to be installed: 18
-
- The process will require 1 GiB more space.
- 186 MiB to be downloaded.
- [rosemary] [1/18] Fetching icu-76.1,1.pkg:
- ..
- ..
- .
- ..
- ..
- . done
- [rosemary] [2/18] Fetching m4-1.4.19_1,1.pkg: .......... done
- [rosemary] [3/18] Fetching automake-1.17.pkg: ........
- .. done
- [rosemary] [4/18] Fetching mpc-1.3.1_1.pkg: ....... done
- [rosemary] [5/18] Fetching gcc-13_5.pkg: . done
- [rosemary] [6/18] Fetching boost-all-1.88.0.pkg: . done
- [rosemary] [7/18] Fetching boost-libs-1.88.0_2.pkg:
- ..
- .
- ..
- ..
- ..
- . done
- [rosemary] [8/18] Fetching flex-2.6.4_3.pkg: .......... done
- [rosemary] [9/18] Fetching boost-jam-1.88.0.pkg: .......... done
- [rosemary] [10/18] Fetching boost-docs-1.88.0.pkg:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [11/18] Fetching libtextstyle-0.23.1.pkg: ........ done
- [rosemary] [12/18] Fetching gcc13-13.3.0_3.pkg:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [13/18] Fetching gmp-6.3.0.pkg: .......... done
- [rosemary] [14/18] Fetching mpfr-4.2.2,1.pkg: .......... done
- [rosemary] [15/18] Fetching binutils-2.44,1.pkg:
- .
- ...
- ...
- ..
- . done
- [rosemary] [16/18] Fetching bison-3.8.2_2,1.pkg: ...
- ....... done
- [rosemary] [17/18] Fetching autoconf-switch-20220527.pkg: . done
- [rosemary] [18/18] Fetching autoconf-2.72.pkg: .......... done
- Checking integrity...
- done (0 conflicting)
- [rosemary] [1/18] Installing autoconf-switch-20220527...
- [rosemary] [1/18] Extracting autoconf-switch-20220527: .......... done
- [rosemary] [2/18] Installing binutils-2.44,1...
- [rosemary] [2/18] Extracting binutils-2.44,1: .......... done
- [rosemary] [3/18] Installing boost-docs-1.88.0...
- [rosemary] [3/18] Extracting boost-docs-1.88.0: ..
- .....
- ... done
- [rosemary] [4/18] Installing boost-jam-1.88.0...
- [rosemary] [4/18] Extracting boost-jam-1.88.0: .... done
- [rosemary] [5/18] Installing flex-2.6.4_3...
- [rosemary] [5/18] Extracting flex-2.6.4_3: .......... done
- [rosemary] [6/18] Installing gmp-6.3.0...
- [rosemary] [6/18] Extracting gmp-6.3.0: .......... done
- [rosemary] [7/18] Installing icu-76.1,1...
- [rosemary] [7/18] Extracting icu-76.1,1: .......... done
- [rosemary] [8/18] Installing boost-libs-1.88.0_2...
- [rosemary] [8/18] Extracting boost-libs-1.88.0_2: ......
- .... done
- [rosemary] [9/18] Installing boost-all-1.88.0...
- [rosemary] [9/18] Extracting boost-all-1.88.0: ... done
- [rosemary] [10/18] Installing libtextstyle-0.23.1...
- [rosemary] [10/18] Extracting libtextstyle-0.23.1: .......... done
- [rosemary] [11/18] Installing m4-1.4.19_1,1...
- [rosemary] [11/18] Extracting m4-1.4.19_1,1: .......... done
- [rosemary] [12/18] Installing autoconf-2.72...
- [rosemary] [12/18] Extracting autoconf-2.72: .......... done
- [rosemary] [13/18] Installing automake-1.17...
- [rosemary] [13/18] Extracting automake-1.17: .......... done
- [rosemary] [14/18] Installing bison-3.8.2_2,1...
- [rosemary] [14/18] Extracting bison-3.8.2_2,1: .......... done
- [rosemary] [15/18] Installing mpfr-4.2.2,1...
- [rosemary] [15/18] Extracting mpfr-4.2.2,1: .......... done
- [rosemary] [16/18] Installing mpc-1.3.1_1...
- [rosemary] [16/18] Extracting mpc-1.3.1_1: ......... done
- [rosemary] [17/18] Installing gcc13-13.3.0_3...
- [rosemary] [17/18] Extracting gcc13-13.3.0_3: .....
- ..... done
- [rosemary] [18/18] Installing gcc-13_5...
- [rosemary] [18/18] Extracting gcc-13_5: ... done
- =====
- Message from boost-libs-1.88.0_2:
-
- --
- You have built the Boost library with thread support.
-
- Don't forget to add -pthread to your linker options when
- linking your code.
- =====
- Message from gcc13-13.3.0_3:
-
- --
- To ensure binaries built with this toolchain find appropriate versions
- of the necessary run-time libraries, you may want to link using
-
- -Wl,-rpath=/usr/local/lib/gcc13
-
- For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
- transparently.
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved conf-mpfr.3 (cached)
∗ installed conf-boost.1
∗ installed conf-pkg-config.4
∗ installed conf-gmp.5
∗ installed conf-g++.1.0
∗ installed conf-mpfr.3
∗ installed conf-flex.2
∗ installed conf-bison.2
∗ installed conf-autoconf.0.2
⬇ retrieved gappa.1.6.0 (cached)
∗ installed conf-automake.1
∗ installed gappa.1.6.0
Done.
2025-11-19 09:07.01 ---> using "369e73fabc34324d8b7b792dbeea28736f3f8e58532ba20b883a81c1909cfce8" from cache
Job succeeded
2025-11-19 09:07.33: Job succeeded