Organisationsavsmocaml-ctypes8e58a5 (master)freebsd-15.1-4.14_opam-2.5

freebsd-15.1-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-06-30 19:40.41: New job: test avsm/ocaml-ctypes https://github.com/avsm/ocaml-ctypes.git#refs/heads/master (8e58a54e3d8b4657e856570ffecf4941d8d676ab) (freebsd-x86_64:freebsd-15.1-4.14_opam-2.5)
Base: freebsd-15.1-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/avsm/ocaml-ctypes.git" -b "master" && cd "ocaml-ctypes" && git reset --hard 8e58a54e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.1-ocaml-4.14
# freebsd-15.1-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam
RUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 ctypes.opam ctypes-foreign.opam ./
RUN opam pin add -yn ctypes.dev './' && \
opam pin add -yn ctypes-foreign.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-ncurses.1 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 integers.0.8.0 lwt.6.1.2 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ctypes.dev ctypes-foreign.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-06-30 19:40.41: Using cache hint "avsm/ocaml-ctypes-freebsd-15.1-ocaml-4.14-freebsd-15.1-4.14_opam-2.5-9412c22cc52a183636c481d08c24dfe4"
2026-06-30 19:40.41: Using OBuilder spec:
((from freebsd-15.1-ocaml-4.14)
(comment freebsd-15.1-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))
(copy (src ctypes.opam ctypes-foreign.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ctypes.dev './' && \
\nopam pin add -yn ctypes-foreign.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-ncurses.1 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 integers.0.8.0 lwt.6.1.2 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ctypes.dev ctypes-foreign.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-06-30 19:40.41: Waiting for resource in pool OCluster
2026-07-01 00:10.52: Waiting for worker…
2026-07-01 01:11.53: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 8e58a54 ctypes-foreign: add win32 depext


(from freebsd-15.1-ocaml-4.14)
2026-07-01 01:02.57 ---> using "2464f15022a3165e1976d60db98cf7d9951b75807dc9e9c0887ed1602f1ec094" from cache


/: (comment freebsd-15.1-4.14_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-07-01 01:02.58 ---> using "956cfeb560b8d68962767ce50da46ea47d35dec6f5230c0d6c9a0ec8683ff490" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))
8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0
2026-07-01 01:02.58 ---> using "346befd23e69585646c5933984974bf8f5adc95a3b1eea4a103b2b68e0af391f" from cache


/src: (run (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
2026-07-01 01:02.58 ---> using "53ff967bd6e1112fe2772ac4e5d125785c1e5646b386deebfce174f2ceb6fe27" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.1-RELEASE
The OCaml toplevel, version 4.14.4
2.5.0
2026-07-01 01:02.58 ---> using "a14560cbe75e85cc6442f69643ee7c6e4100cfaa384d9afce99924f9c94bb75e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-07-01 01:02.59 ---> using "340f56efa0646309b863cf2bee4107b4897347441e5b5d636a8046b07518b398" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.1
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-07-01 01:02.59 ---> using "a3bd13b56a8101c12a528e0a18a0532605a3c821eef895621831c7d3850199a8" from cache


/src: (copy (src ctypes.opam ctypes-foreign.opam) (dst ./))
2026-07-01 01:03.00 ---> saved as "30000bb40e7f151781042f9801566becd7ccd3c02c5bca576593a796ee403719"


/src: (run (network host)
(shell  "opam pin add -yn ctypes.dev './' && \
\nopam pin add -yn ctypes-foreign.dev './'"))
[ctypes.dev] synchronised (file:///src)
[WARNING] Failed checks on ctypes package definition from source at file:///src:
warning 48: The fields 'build-test:' and 'build-doc:' are deprecated, and should be replaced by uses of the 'with-test' and 'with-doc' filter variables in the 'build:' and 'install:' fields, and by the newer 'run-test:' field
error 52: Package is needlessly flagged "light-uninstall", since it has no remove instructions
ctypes is now pinned to file:///src (version dev)
[ctypes-foreign.dev] synchronised (file:///src)
[WARNING] Failed checks on ctypes-foreign package definition from source at file:///src:
error  3: File format error in 'depends' at line 47, column 0: Duplicate field depends
warning 47: Synopsis should start with a capital and not end with a dot
warning 68: Missing field 'license'
ctypes-foreign is now pinned to file:///src (version dev)
2026-07-01 01:03.02 ---> saved as "d6595669aaa681e45f3a6944c93e67d2fae165bfeadd8af208a4feeadb4de917"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-07-01 01:03.03 ---> saved as "6aeafb67481a2d773f4e50bb71a0243217a31ec3844417c1d98bc621dc55063a"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-ncurses.1 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 integers.0.8.0 lwt.6.1.2 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ctypes.dev ctypes-foreign.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ctypes-foreign.dev] synchronised (file:///src)
[ctypes.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.4).
[NOTE] Package ocaml is already installed (current version is 4.14.4).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/bin/sudo "pkg" "install" "-y" "ncurses"
- Updating FreeBSD-ports repository catalogue...
- FreeBSD-ports repository is up to date.
- Updating FreeBSD-ports-kmods repository catalogue...
- FreeBSD-ports-kmods 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:
- 	ncurses: 6.6 [FreeBSD-ports]
- 
- Number of packages to be installed: 1
- 
- The process will require 4 MiB more space.
- 1 MiB to be downloaded.
- [rosemary] [1/1] Fetching ncurses-6.6: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Installing ncurses-6.6...
- [rosemary] [1/1] Extracting ncurses-6.6: .......... done
- =====
- Message from ncurses-6.6:
- 
- --
- To get the terminfo database please install the terminfo-db package:
- pkg install terminfo-db
2026-07-01 01:03.11 ---> saved as "d8263d663574fd967ad26eeb18f37efde430e62bba17242c95bc041cc4705465"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.4).
[NOTE] Package ocaml is already installed (current version is 4.14.4).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 15 packages
 base-bytes        base
 conf-ncurses      1
 conf-pkg-config   5
 cppo              1.8.0
 csexp             1.5.2
 dune              3.24.0
 dune-configurator 3.24.0
 integers          0.8.0
 lwt               6.1.2
 ocamlfind         1.9.8
 ocplib-endian     1.2
 ounit             2.2.7
 ounit2            2.2.7
 seq               base
 stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved conf-pkg-config.5  (cached)
 installed conf-ncurses.1
 retrieved dune.3.24.0, dune-configurator.3.24.0  (cached)
 retrieved integers.0.8.0  (cached)
 installed conf-pkg-config.5
 retrieved csexp.1.5.2  (cached)
 retrieved lwt.6.1.2  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved cppo.1.8.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
 installed ocamlfind.1.9.8
 installed base-bytes.base
 installed dune.3.24.0
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed ounit2.2.2.7
 installed ounit.2.2.7
 installed cppo.1.8.0
 installed integers.0.8.0
 installed ocplib-endian.1.2
 installed dune-configurator.3.24.0
 installed lwt.6.1.2
Done.
2026-07-01 01:05.24 ---> saved as "009776df044a27a1fd4a267d426c43efe0251d5f4b19fc9720aaca8e1eb5a3f2"


/src: (copy (src .) (dst /src))
2026-07-01 01:05.25 ---> saved as "873936ab466a468808fcd45b3b5c29054c91e086ec46a3ba7ea77d26facf9bc3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-07-01 01:05.27 ---> saved as "32c91ae29c8c2371b909d45a2f6ed87bbedcd1c77b642b9a4425fe5886a05944"
Job succeeded
2026-07-01 01:14.23: Job succeeded