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

debian-12-5.3_x86_32_opam-2.3

Link Copied
Code Copied

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-x86_64:debian-12-5.3_x86_32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:149f9a273d021bba02717d9ca7543d0aaa998bdf63f127d8d4f9d32fd38385f4
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:149f9a273d021bba02717d9ca7543d0aaa998bdf63f127d8d4f9d32fd38385f4
# debian-12-5.3_x86_32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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-option-bytecode-only.1 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:149f9a273d021bba02717d9ca7543d0aaa998bdf63f127d8d4f9d32fd38385f4-debian-12-5.3_x86_32_opam-2.3-f36ef5a3ef9bb85dbc50db96686c4088"
2025-07-10 14:49.44: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:149f9a273d021bba02717d9ca7543d0aaa998bdf63f127d8d4f9d32fd38385f4)
(comment debian-12-5.3_x86_32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(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-option-bytecode-only.1 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 18:10.18: Waiting for worker…
2025-07-10 18:12.38: Got resource from pool OCluster
Building on clete.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:149f9a273d021bba02717d9ca7543d0aaa998bdf63f127d8d4f9d32fd38385f4)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2025-07-10 18:12.39 ---> using "bc7e8e9a65dec8121a817577da10f13121d0a14149d5772df011d3836d225627" from cache


/: (comment debian-12-5.3_x86_32_opam-2.3)


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


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (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 18:12.39 ---> using "e701e9c8048949ecfc1f31d65574c8627ab5803f2f39fd2d9e2c585b2852c126" 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 18:12.39 ---> using "be2e8abf58b92142ff8981eecb2b6045beb77298da7dacc81265358841d59001" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-10 18:12.39 ---> using "728c80b7031a48896897bcaf59b5ab3b023159708e2af94f4368d00ee1c63177" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-10 18:12.39 ---> using "5e1b6b41bd1aab8c6cd90915fc3fe7c3d97048be0b2fa779dce04de40ade6658" 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 18:12.39 ---> using "537bdd314c37b5c168f718d4645612daeb13a6bf94c098cc85b6d034890a7476" from cache


/src: (copy (src syslog-message.opam) (dst ./))
2025-07-10 18:12.39 ---> saved as "d4f300788cfab75705584db8772a657a47673dd8a7a61719fa70178b6a2c8f6c"


/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 18:12.42 ---> saved as "54419492ef5d9f02e49a0d5c5510ddc18881fdc76ce904ff86ceeb65c3f44f53"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-10 18:12.43 ---> saved as "5e0b2b5e2664b0d7e9b00b9eac46f7c0aa93dfefb7c7334ce7d8a54b46fdcc8b"


/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-option-bytecode-only.1 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 i386 Packages [265 kB]
- Fetched 368 kB in 1s (627 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-option-bytecode-only 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 18:13.03 ---> saved as "3b50691d2a8e36cfc04a47331edb1ef026f72f6dea71491ea0e44943a8fdbd3c"


/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-option-bytecode-only 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 ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved qcheck.0.26, qcheck-core.0.26, qcheck-ounit.0.26  (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 qcheck-core.0.26
-> installed ounit2.2.2.7
-> installed qcheck-ounit.0.26
-> installed qcheck.0.26
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-10 18:17.22 ---> saved as "66d195c47ddd6fd333da3f67096643f9e6e539602ea7246ce2325cc2b13c10c7"


/src: (copy (src .) (dst /src))
2025-07-10 18:17.22 ---> saved as "82b75d8056ad58a53f4dad89b0762de66dbc2459ac2f3cc2860298a91f74e336"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_syslog_message.exe)
random seed: 369117963
================================================================================
success (ran 3 tests)
2025-07-10 18:17.28 ---> saved as "32b5add885fbff2bb2a1fcadcabfd9269ca07357fdc749d75f0a24c73154a61c"
Job succeeded
2025-07-10 18:17.28: Job succeeded