Organisationsverbosemodesyslog-message160d94 (main)debian-12-5.1_opam-2.3

debian-12-5.1_opam-2.3

Link Copied
Code Copied

Logs

2025-06-17 18:27.22: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-x86_64:debian-12-5.1_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485
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.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485
# debian-12-5.1_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-domains.base base-nnp.base base-threads.base base-unix.base dune.3.19.1 ocaml.5.1.1 ocaml-base-compiler.5.1.1 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.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:27.22: Using cache hint "verbosemode/syslog-message-ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485-debian-12-5.1_opam-2.3-e374a785459185da1c3e4945d0ebbb72"
2025-06-17 18:27.22: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485)
(comment debian-12-5.1_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-domains.base base-nnp.base base-threads.base base-unix.base dune.3.19.1 ocaml.5.1.1 ocaml-base-compiler.5.1.1 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.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:27.22: Waiting for resource in pool OCluster
2025-06-17 19:20.06: Waiting for worker…
2025-06-17 19:22.55: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 160d94f release 1.2.0


(from ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485' locally
docker.io/ocaml/opam@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485: Pulling from ocaml/opam
78ad157e30a7: Pulling fs layer
3f846d4bd321: Pulling fs layer
6ef942a94fab: Pulling fs layer
dce7615306e6: Pulling fs layer
181ea55de07b: Pulling fs layer
572eaab5753d: Pulling fs layer
3f846d4bd321: Waiting
8aa1345f1408: Pulling fs layer
6ef942a94fab: Waiting
5e34172bec0d: Pulling fs layer
dce7615306e6: Waiting
181ea55de07b: Waiting
8aa1345f1408: Waiting
5e34172bec0d: Waiting
572eaab5753d: Waiting
78ad157e30a7: Verifying Checksum
78ad157e30a7: Download complete
3f846d4bd321: Download complete
6ef942a94fab: Download complete
dce7615306e6: Verifying Checksum
dce7615306e6: Download complete
78ad157e30a7: Pull complete
3f846d4bd321: Pull complete
6ef942a94fab: Pull complete
dce7615306e6: Pull complete
181ea55de07b: Verifying Checksum
181ea55de07b: Download complete
572eaab5753d: Verifying Checksum
572eaab5753d: Download complete
8aa1345f1408: Verifying Checksum
8aa1345f1408: Download complete
5e34172bec0d: Verifying Checksum
5e34172bec0d: Download complete
181ea55de07b: Pull complete
572eaab5753d: Pull complete
8aa1345f1408: Pull complete
5e34172bec0d: Pull complete
Digest: sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485
Status: Downloaded newer image for ocaml/opam@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485
2025-06-17 19:56.33 ---> using "85693fa191b6218285aa46bde412ba835ac3fae6e3e7fdbec4031237b26be312" from cache


/: (comment debian-12-5.1_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 19:56.33 ---> using "d639307d383362d5d05ec3a5b8a91865ed5b3cd05d9180dca5c7af95fee50b6a" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-17 19:56.33 ---> using "4a2461d909add7c50ed2f753a5342227a1e913b13af3638d493a41c986d2a399" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-141-generic
The OCaml toplevel, version 5.1.1
2.3.0
2025-06-17 19:56.33 ---> using "507e5444b2c40e29513933ff440e5019c70c260447dfca298c883dae981e6116" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-17 19:56.33 ---> using "64dd966174142605618c40327617d98defc6cd99448d55545adca74be7bc7c61" 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 19:56.33 ---> using "10de21eb33864473cfea813fcbaab32b52da8d4d2f6cf27e9f6f046a343c37ba" from cache


/src: (copy (src syslog-message.opam) (dst ./))
2025-06-17 19:56.33 ---> saved as "7922e0ed1b315c6dc1c1d294c0213a6f231691d70437a2ea9ee5d44e5c66623f"


/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 19:56.35 ---> saved as "e78adc9e83ec7febcbd7c1c0205c1013491a4a68b0d5a097b79b8c4ba8865d03"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-17 19:56.35 ---> saved as "d6093c2312a022e35bd3523da060b80a754b259b6d2a2d70a3e96a10ba65c3b7"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.19.1 ocaml.5.1.1 ocaml-base-compiler.5.1.1 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.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 [263 kB]
- Fetched 366 kB in 0s (900 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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-06-17 19:56.44 ---> saved as "f665a0dbf7266957e2aaa5c7ed5ac38ebbe9c8c53f364cca853921eda9841c94"


/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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-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.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 stdlib-shims.0.3.0  (cached)
-> retrieved qcheck.0.25, qcheck-core.0.25, qcheck-ounit.0.25  (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 19:57.15 ---> saved as "40a205a3ebc84f21c63df4bb5e3d4fb41cbac287ff948d3c6f5cecdf10649949"


/src: (copy (src .) (dst /src))
2025-06-17 19:57.15 ---> saved as "c84447e36584164f9e22027e1c6e5ac57dcbfe32cf518c7a057befcf561a2c8e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_syslog_message.exe)
random seed: 420859146
================================================================================
success (ran 3 tests)
2025-06-17 19:57.16 ---> saved as "ea29c1a969f620e7187b63f62b68b856d0ccc88b6b6d4c248c578de1b440bcbe"
Job succeeded
2025-06-17 19:57.16: Job succeeded