2025-06-17 18:28.56: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-x86_64:debian-12-4.14_x86_32_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:8f174c2eaa9caa1f544e1b4db815a3a6a75caf53753aeaaac9dc35168ba32a25 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@sha256:8f174c2eaa9caa1f544e1b4db815a3a6a75caf53753aeaaac9dc35168ba32a25 # debian-12-4.14_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 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-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.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:28.56: Using cache hint "verbosemode/syslog-message-ocaml/opam:debian-12-ocaml-4.14@sha256:8f174c2eaa9caa1f544e1b4db815a3a6a75caf53753aeaaac9dc35168ba32a25-debian-12-4.14_x86_32_opam-2.3-cbc5de8dae97513755455b0d809d91f1" 2025-06-17 18:28.56: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8f174c2eaa9caa1f544e1b4db815a3a6a75caf53753aeaaac9dc35168ba32a25) (comment debian-12-4.14_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 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-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.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:28.56: Waiting for resource in pool OCluster 2025-06-17 20:40.58: Waiting for worker… 2025-06-17 20:43.25: 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-4.14@sha256:8f174c2eaa9caa1f544e1b4db815a3a6a75caf53753aeaaac9dc35168ba32a25) WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested 2025-06-17 20:43.25 ---> using "989156f8140a137d7545562617a9eaa57a252fc70f0a355146ccdd648c708345" from cache /: (comment debian-12-4.14_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-06-17 20:43.25 ---> using "69a35d24fad9321e038745078e1478e7cb13bfa0f7908966a15e91bc3a7e66ab" 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-06-17 20:43.57 ---> saved as "e6028f3402f08024618356c232a5c8463d5326778e17d053b3b732199dc4796a" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-06-17 20:43.57 ---> saved as "655daacc11a0aca282f2da1be4916b6af5f49f89791f29ca9c34fe42323c39f5" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-17 20:43.57 ---> saved as "06b0e7ac33f2211c624c8f6d63923c12170a43d56972ad42ed46a6c0a90c00df" /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 20:44.27 ---> saved as "4ab4d975cf3c995bc2d521f3551c36ed15d1c40148baf5397e5c1ed6a935dcea" /src: (copy (src syslog-message.opam) (dst ./)) 2025-06-17 20:44.28 ---> saved as "69e3039eb2aebb0c8f59de7798744406c4c5b2d42dddfcd93169345b49dd267b" /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 20:44.32 ---> saved as "095edeaac616dddc217103572ac8b2ce6c8a928e3cc6d213c68a3baf078ef784" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-17 20:44.34 ---> saved as "c7b47634940e79cc0c6a52e9a4b9ced46e2ad44d836c1570eda9570ac31c2e51" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.19.1 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.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 i386 Packages [260 kB] - Fetched 364 kB in 1s (634 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-06-17 20:44.51 ---> saved as "1655d688aaceba0acf993a6f3b745701ce036cb794a3ea0b188e6a06666d6044" /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.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 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 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 ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> 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 20:46.01 ---> saved as "0cf1b59bb9b6dfbcd1b28198f24cac6d439a04a644c5fe11c97293cb6836bfdd" /src: (copy (src .) (dst /src)) 2025-06-17 20:46.02 ---> saved as "b41a796fd3666805cdb45fcbb2d2e53023c92a9985fca0118cb3abc490dfc9af" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_syslog_message.exe) random seed: 63580879 ================================================================================ success (ran 3 tests) 2025-06-17 20:46.03 ---> saved as "c4746dee972e355e54c39feaa02184df16fefa787cf2a09940785d6d862641c2" Job succeeded 2025-06-17 20:46.04: Job succeeded