Organisationsverbosemodesyslog-message160d94 (main)debian-12-5.3_arm64_opam-2.3

debian-12-5.3_arm64_opam-2.3

Logs

Show full logs
2025-07-10 14:49.44: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-arm64:debian-12-5.3_arm64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:7b29589733a308244596214dae557b49af056bee2c2b7d38366b2f9f142cf571
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-5.3@sha256:7b29589733a308244596214dae557b49af056bee2c2b7d38366b2f9f142cf571
# debian-12-5.3_arm64_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 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 || git fetch origin master) && git reset -q --hard 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.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-07-10 14:49.44: Using cache hint "verbosemode/syslog-message-ocaml/opam:debian-12-ocaml-5.3@sha256:7b29589733a308244596214dae557b49af056bee2c2b7d38366b2f9f142cf571-debian-12-5.3_arm64_opam-2.3-e9a8c4d216d946abe41c830953aa1d30"
2025-07-10 14:49.44: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:7b29589733a308244596214dae557b49af056bee2c2b7d38366b2f9f142cf571)
 (comment debian-12-5.3_arm64_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 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 || git fetch origin master) && git reset -q --hard 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.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-07-10 14:49.44: Waiting for resource in pool OCluster
2025-07-10 15:51.14: Waiting for worker…
2025-07-10 16:22.14: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
HEAD is now at 160d94f release 1.2.0

(from ocaml/opam:debian-12-ocaml-5.3@sha256:7b29589733a308244596214dae557b49af056bee2c2b7d38366b2f9f142cf571)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:7b29589733a308244596214dae557b49af056bee2c2b7d38366b2f9f142cf571' locally
docker.io/ocaml/opam@sha256:7b29589733a308244596214dae557b49af056bee2c2b7d38366b2f9f142cf571: Pulling from ocaml/opam
66ed44a1abd1: Pulling fs layer
66ed44a1abd1: Verifying Checksum
66ed44a1abd1: Download complete
66ed44a1abd1: Pull complete
Digest: sha256:7b29589733a308244596214dae557b49af056bee2c2b7d38366b2f9f142cf571
Status: Downloaded newer image for ocaml/opam@sha256:7b29589733a308244596214dae557b49af056bee2c2b7d38366b2f9f142cf571
2025-07-10 16:22.15 ---> using "f6ae7351875684a25350189421e3f184121b5b67f827c237226a23991bd7124b" from cache

/: (comment debian-12-5.3_arm64_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-07-10 16:22.15 ---> using "2ddd24b792e69c58b0b2cc7bf7d8dcd13cf9bc62381bf170e1ca7968b6c11aff" 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 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.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-10 16:22.15 ---> using "f35d67e56ae10ef80f10d2429aaeb5ea1e42614f6f3d0967ae70966aea2342df" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-138-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-10 16:22.15 ---> using "d352b6f5b0d4cda2f7b4d7d31d3055184072213bfeca60ff0589f33e67b8c5ef" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-07-10 16:22.15 ---> using "fa5c0855117c025048b5b3f5babef35cb5477e180d9337ec1177bf9039018873" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 || git fetch origin master) && git reset -q --hard 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6dea2f9390..0094db1438  master     -> origin/master
97bb175d1e Merge pull request #28148 from jmid/opam-publish-qcheck.0.26

<><> 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-07-10 16:22.40 ---> saved as "322d56aa1c425a282b2810256ba6a2f7c3b9de936e932130eedaf4daf334eb9d"

/src: (copy (src syslog-message.opam) (dst ./))
2025-07-10 16:22.41 ---> saved as "0b747f97a5c357bf0cc2c3fff804591aba44fee90dff631e4d66e6546e33e1a4"

/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-07-10 16:22.52 ---> saved as "d65f300d51ad1b8347d07ec561aedaf43a8c3c5bbbe0300105eaeb2bd369e032"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-10 16:22.52 ---> saved as "75e286c73db61cb37611519e8fe722ebfa044204ecfb5b2173e3556580cb89e1"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.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 arm64 Packages [268 kB]
- Fetched 371 kB in 1s (554 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-07-10 16:23.08 ---> saved as "1b605cfe8ce112e04c4f95af24ef081250d0e964b97a2de768ec0e7d881cb6af"

/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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.26
  - install qcheck-core  0.26
  - install qcheck-ounit 0.26
  - 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 stdlib-shims.0.3.0  (cached)
-> retrieved qcheck.0.26, qcheck-core.0.26, qcheck-ounit.0.26  (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.26
-> installed qcheck-ounit.0.26
-> installed qcheck.0.26
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-10 16:23.56 ---> saved as "8da70423f22b24cec38ab874ef59075dc58557a03399df83169df79db1401b40"

/src: (copy (src .) (dst /src))
2025-07-10 16:23.57 ---> saved as "78cc911dd43531d2fc84bd95995eb76ed35373875f06cf28dffde07053c12f31"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_syslog_message.exe)

random seed: 520844285
================================================================================
success (ran 3 tests)
2025-07-10 16:24.01 ---> saved as "f534920cbe91203566436f831f02621a28aaf90c51cce87d154fefb9e2384624"
Job succeeded
2025-07-10 16:24.01: Job succeeded