2025-06-17 18:29.42: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-x86_64:debian-12-4.14+flambda_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced
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-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced
# debian-12-4.14+flambda_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.19.1 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 ptime.1.2.0 qcheck.0.25 qcheck-core.0.25 qcheck-ounit.0.25 seq.base stdlib-shims.0.3.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-06-17 18:29.42: Using cache hint "verbosemode/syslog-message-ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced-debian-12-4.14+flambda_opam-2.3-58a781c013e2744b97d3d9f822c3ebfc"
2025-06-17 18:29.42: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced)
(comment debian-12-4.14+flambda_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.19.1 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 ptime.1.2.0 qcheck.0.25 qcheck-core.0.25 qcheck-ounit.0.25 seq.base stdlib-shims.0.3.0 topkg.1.0.8")
(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.3 --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-06-17 18:29.42: Waiting for resource in pool OCluster
2025-06-17 21:10.57: Waiting for worker…
2025-06-17 21:14.17: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 160d94f release 1.2.0
(from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced' locally
docker.io/ocaml/opam@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced: Pulling from ocaml/opam
78ad157e30a7: Already exists
52340d2c6931: Pulling fs layer
30dfabd6e5ea: Pulling fs layer
d71a10091fc0: Pulling fs layer
234d0c9e6d4f: Pulling fs layer
234d0c9e6d4f: Waiting
d71a10091fc0: Verifying Checksum
d71a10091fc0: Download complete
30dfabd6e5ea: Verifying Checksum
30dfabd6e5ea: Download complete
234d0c9e6d4f: Verifying Checksum
234d0c9e6d4f: Download complete
52340d2c6931: Verifying Checksum
52340d2c6931: Download complete
52340d2c6931: Pull complete
30dfabd6e5ea: Pull complete
d71a10091fc0: Pull complete
234d0c9e6d4f: Pull complete
Digest: sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced
Status: Downloaded newer image for ocaml/opam@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced
2025-06-17 21:14.17 ---> using "a5c4e1af52967ce6c46f0a49a956916486bb249765ab26d2974bf2c7d955d643" from cache
/: (comment debian-12-4.14+flambda_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-17 21:14.17 ---> using "5082b78f6a9dd4aecd045e78466146be863d84725ce362fe530f59add8681f71" 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.
Continue? [y/n] y
This development 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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-17 21:14.17 ---> using "97a640afaa3ecec8283c0093e4cb5b7661ac8b70e0111b325df148cf4fd51792" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-141-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-17 21:14.17 ---> using "e4be094968430acc0f92c165d2f448604c68942168b56ef4e3c88865d5e24368" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-17 21:14.17 ---> using "78bf212dc77c0ee5c6a56facaa9d87d5532067d19985b8630fb2fa0e48378e42" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1
<><> 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, 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-06-17 21:14.17 ---> using "47b029b60eb10506169c7a168fe40dc0a36b9816e1aea0a561d3fae5ba1b6bb1" from cache
/src: (copy (src syslog-message.opam) (dst ./))
2025-06-17 21:14.17 ---> saved as "f7af962bd08714382ce1618228490075e3aeebd989d5d9cbec58ecd1e4c22079"
/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-06-17 21:14.20 ---> saved as "8de42baf8f58d647598fc273b5250c2c00a041180079eafc09f6d1777d373927"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-17 21:14.20 ---> saved as "402aac417a105f8a01b04cf27ba45a3bb708a470a9eacc7f2d7d7f73630ec7b5"
/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.19.1 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 ptime.1.2.0 qcheck.0.25 qcheck-core.0.25 qcheck-ounit.0.25 seq.base stdlib-shims.0.3.0 topkg.1.0.8")
/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.3 --depext-only -y syslog-message.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [267 kB]
- Fetched 370 kB in 1s (717 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[syslog-message.dev] synchronised (file:///src)
[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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-06-17 21:14.40 ---> saved as "39be9c3a7d12f8168f3edb517d9aea72b3004f5d9ff504f88d0f4223f0310489"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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.19.1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ounit2 2.2.7
- install ptime 1.2.0
- install qcheck 0.25
- install qcheck-core 0.25
- install qcheck-ounit 0.25
- install seq base
- install stdlib-shims 0.3.0
- install topkg 1.0.8
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ounit2.2.2.7 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved qcheck.0.25, qcheck-core.0.25, qcheck-ounit.0.25 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved dune.3.19.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed ptime.1.2.0
-> installed dune.3.19.1
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
-> installed qcheck-core.0.25
-> installed qcheck-ounit.0.25
-> installed qcheck.0.25
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-17 21:16.42 ---> saved as "fca4640b60a33814cabae080a8ad549a51d34e5d2bfca5ccfc6834f5908e13e4"
/src: (copy (src .) (dst /src))
2025-06-17 21:16.42 ---> saved as "f96b13d85fb8306053d010d9c2ae230215cfc2280a45ce68e7e24075f5a48159"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_syslog_message.exe)
random seed: 348611194
================================================================================
success (ran 3 tests)
2025-06-17 21:16.44 ---> saved as "4e27d098e0dc9c2fc3ed3d287a0b9f653348f40c2bb9f78595a3fbb5b2f8e27a"
Job succeeded
2025-06-17 21:16.45: Job succeeded