2025-10-15 10:14.12: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-arm64:debian-13-4.14_arm64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:e1738b1250908d8215b7521701d00e06778ed5a2b19c1eb7d1ac0547bdf1c8fc
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/verbosemode/syslog-message.git" -b "main" && cd "syslog-message" && git reset --hard 160d94f9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:e1738b1250908d8215b7521701d00e06778ed5a2b19c1eb7d1ac0547bdf1c8fc
# debian-13-4.14_arm64_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 syslog-message.opam ./
RUN opam pin add -yn syslog-message.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 ptime.1.2.0 qcheck.0.26 qcheck-core.0.26 qcheck-ounit.0.26 seq.base stdlib-shims.0.3.0 topkg.1.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y syslog-message.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
2025-10-15 10:14.12: Using cache hint "verbosemode/syslog-message-ocaml/opam:debian-13-ocaml-4.14@sha256:e1738b1250908d8215b7521701d00e06778ed5a2b19c1eb7d1ac0547bdf1c8fc-debian-13-4.14_arm64_opam-2.4-dae2ca01e83adbea0ab779172be11b1d"
2025-10-15 10:14.12: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:e1738b1250908d8215b7521701d00e06778ed5a2b19c1eb7d1ac0547bdf1c8fc)
(comment debian-13-4.14_arm64_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(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 "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src syslog-message.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn syslog-message.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 ptime.1.2.0 qcheck.0.26 qcheck-core.0.26 qcheck-ounit.0.26 seq.base stdlib-shims.0.3.0 topkg.1.1.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.4 --depext-only -y syslog-message.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"))
)
2025-10-15 10:14.12: Waiting for resource in pool OCluster
2025-10-15 12:10.08: Waiting for worker…
2025-10-15 12:30.18: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/syslog-message.git-f6bf49bb0ba12fbee909ae0bb60d64c0e68821e6/.git/
HEAD is now at 160d94f release 1.2.0
(from ocaml/opam:debian-13-ocaml-4.14@sha256:e1738b1250908d8215b7521701d00e06778ed5a2b19c1eb7d1ac0547bdf1c8fc)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:e1738b1250908d8215b7521701d00e06778ed5a2b19c1eb7d1ac0547bdf1c8fc' locally
docker.io/ocaml/opam@sha256:e1738b1250908d8215b7521701d00e06778ed5a2b19c1eb7d1ac0547bdf1c8fc: Pulling from ocaml/opam
caed78ed4bc4: Pulling fs layer
caed78ed4bc4: Verifying Checksum
caed78ed4bc4: Download complete
caed78ed4bc4: Pull complete
Digest: sha256:e1738b1250908d8215b7521701d00e06778ed5a2b19c1eb7d1ac0547bdf1c8fc
Status: Downloaded newer image for ocaml/opam@sha256:e1738b1250908d8215b7521701d00e06778ed5a2b19c1eb7d1ac0547bdf1c8fc
2025-10-15 12:30.19 ---> using "9946e7c6c9496cbc68e3cd8c8b00063a1beb5b7dc064e0c4c0dffd23c3e2fbba" from cache
/: (comment debian-13-4.14_arm64_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-15 12:30.19 ---> using "601dfb611dee9a97e37226669e8278c8f06a84854555fbdada17d93de422f284" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-15 12:30.19 ---> using "491e32cca5684704b8cbb0e3f789933685b479224ed34fd6eb4eef5cf6401d35" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-156-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-15 12:30.19 ---> using "c79f32a00c56a445bcd1e869507c826654513c664a666a3ec0fff27ecda4758b" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-15 12:30.19 ---> using "c0f636bdda81da8115941024b2efd9f297e68edfcadb257e646fa2ed0297ebba" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-15 12:30.19 ---> using "1c85ddf7674828fc6e870b9ae42a6c64fb21df1884e2a8891b9ebe1a95cc810a" from cache
/src: (copy (src syslog-message.opam) (dst ./))
2025-10-15 12:30.19 ---> saved as "ac037a609b87151636bd59a38578a236e98afddaf5122b353454c0e58589e5de"
/src: (run (network host)
(shell "opam pin add -yn syslog-message.dev './'"))
[syslog-message.dev] synchronised (file:///src)
syslog-message is now pinned to file:///src (version dev)
2025-10-15 12:30.21 ---> saved as "c768ae1e9d92113a6496a65c7145d3e4c83bd9a96a1f5a16a83ddeb758cda445"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-15 12:30.21 ---> saved as "c00ba35b1b1339fe78c47fc85475e4f806cb50555176e7b1cd60118897791e6a"
/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 ptime.1.2.0 qcheck.0.26 qcheck-core.0.26 qcheck-ounit.0.26 seq.base stdlib-shims.0.3.0 topkg.1.1.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.4 --depext-only -y syslog-message.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [54.5 kB]
- Fetched 145 kB in 0s (1166 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[syslog-message.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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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).
2025-10-15 12:30.31 ---> saved as "1970781668d438345e0b7210633f4fcfdaaface2b6ba80b451b815264c7815e6"
/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 11 packages
- install dune 3.20.2
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ounit2 2.2.7
- install ptime 1.2.0
- install qcheck 0.26
- install qcheck-core 0.26
- install qcheck-ounit 0.26
- install seq base
- install stdlib-shims 0.3.0
- install topkg 1.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved dune.3.20.2 (cached)
-> retrieved ounit2.2.2.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved ptime.1.2.0 (cached)
-> retrieved qcheck.0.26, qcheck-core.0.26, qcheck-ounit.0.26 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed ptime.1.2.0
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
-> installed qcheck-core.0.26
-> installed qcheck-ounit.0.26
-> installed qcheck.0.26
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-15 12:31.07 ---> saved as "5dbbacb6a257875e291f9ac7f8b8d69abbc7ddefca0f64f0249efcd4b508dea8"
/src: (copy (src .) (dst /src))
2025-10-15 12:31.07 ---> saved as "b1230347bc598837810583bbd3de562fe8c8a7682fcfe6d41374156bfb4d457c"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_syslog_message.exe)
random seed: 179017540
================================================================================
success (ran 3 tests)
2025-10-15 12:31.08 ---> saved as "db3ce0a2c430fa0bbcd232dc9544c681d604f449390d4bf00be10e48ed10fc9e"
Job succeeded
2025-10-15 12:31.08: Job succeeded