2025-10-15 18:32.05: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-x86_64:alpine-3.22-5.3_opam-2.4) Base: ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287 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:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287 # alpine-3.22-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.20.2 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.1.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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-10-15 18:32.05: Using cache hint "verbosemode/syslog-message-ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287-alpine-3.22-5.3_opam-2.4-19bcbd9f13ec2b48e49a75d29c12d271" 2025-10-15 18:32.05: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287) (comment alpine-3.22-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.20.2 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.1.0") (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.4 --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-10-15 18:32.05: Waiting for resource in pool OCluster 2025-10-15 18:41.01: Waiting for worker… 2025-10-15 18:43.42: 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:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287) Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.3@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287' locally docker.io/ocaml/opam@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287: Pulling from ocaml/opam 2d35ebdb57d9: Already exists 4eef589852a3: Pulling fs layer 9bcbf19aa70e: Pulling fs layer c27157cc8c0d: Pulling fs layer 8eb40fc9ec7b: Pulling fs layer cf28fbda269d: Pulling fs layer bdb05ad1bb03: Pulling fs layer 8eb40fc9ec7b: Waiting 14b089059d7b: Pulling fs layer 8fba92877dbb: Pulling fs layer cf28fbda269d: Waiting 14b089059d7b: Waiting b46b8c2b2e76: Pulling fs layer bdb05ad1bb03: Waiting 8fba92877dbb: Waiting b46b8c2b2e76: Waiting c5fe84151a2d: Pulling fs layer d69ebb2cea14: Pulling fs layer 8987930d7936: Pulling fs layer 07e0ebe0bb32: Pulling fs layer d69ebb2cea14: Waiting a8a8cd8bbc43: Pulling fs layer 0eee052a54e0: Pulling fs layer c5fe84151a2d: Waiting 07e0ebe0bb32: Waiting a8a8cd8bbc43: Waiting 9d0f02e69e08: Pulling fs layer 8987930d7936: Waiting 4f4fb700ef54: Pulling fs layer 0eee052a54e0: Waiting 9d0f02e69e08: Waiting a90897db75ef: Pulling fs layer 678b7f997d9a: Pulling fs layer 4f4fb700ef54: Waiting a90897db75ef: Waiting 55a17ca9d235: Pulling fs layer b0fc237f6c26: Pulling fs layer 55a17ca9d235: Waiting 678b7f997d9a: Waiting 4a9f9668ab4a: Pulling fs layer f4048786242d: Pulling fs layer 4a9f9668ab4a: Waiting 322480b4b1d3: Pulling fs layer b0fc237f6c26: Waiting f4048786242d: Waiting 322480b4b1d3: Waiting eda2d7da1b04: Pulling fs layer 83325a5b2b26: Pulling fs layer eda2d7da1b04: Waiting 09b67e1d956f: Pulling fs layer 83325a5b2b26: Waiting 2adafa4b73e4: Pulling fs layer 8e04b3ec100b: Pulling fs layer 2adafa4b73e4: Waiting 09b67e1d956f: Waiting 7eac41d73ac6: Pulling fs layer 477769be07d7: Pulling fs layer 7eac41d73ac6: Waiting 8e04b3ec100b: Waiting 1121e0452bac: Pulling fs layer a7433c286e2f: Pulling fs layer 477769be07d7: Waiting 1121e0452bac: Waiting d11ef3af080f: Pulling fs layer a7433c286e2f: Waiting 595e38b8edfd: Pulling fs layer 3bf23d20aa73: Pulling fs layer 97cb79970c04: Pulling fs layer 595e38b8edfd: Waiting 3bf23d20aa73: Waiting d308a92e34f6: Pulling fs layer 1bb913723961: Pulling fs layer a82c6f822713: Pulling fs layer d308a92e34f6: Waiting 1bb913723961: Waiting 4a4c60f68cda: Pulling fs layer 4a4c60f68cda: Waiting a82c6f822713: Waiting 4eef589852a3: Verifying Checksum 4eef589852a3: Download complete 4eef589852a3: Pull complete 9bcbf19aa70e: Verifying Checksum 9bcbf19aa70e: Download complete 9bcbf19aa70e: Pull complete 8eb40fc9ec7b: Verifying Checksum 8eb40fc9ec7b: Download complete cf28fbda269d: Verifying Checksum cf28fbda269d: Download complete bdb05ad1bb03: Download complete 8fba92877dbb: Verifying Checksum 8fba92877dbb: Download complete 14b089059d7b: Verifying Checksum 14b089059d7b: Download complete c5fe84151a2d: Verifying Checksum c5fe84151a2d: Download complete d69ebb2cea14: Verifying Checksum d69ebb2cea14: Download complete 8987930d7936: Verifying Checksum 8987930d7936: Download complete 07e0ebe0bb32: Download complete a8a8cd8bbc43: Download complete 0eee052a54e0: Verifying Checksum 0eee052a54e0: Download complete 9d0f02e69e08: Download complete a90897db75ef: Download complete 4f4fb700ef54: Download complete 678b7f997d9a: Verifying Checksum 678b7f997d9a: Download complete c27157cc8c0d: Verifying Checksum c27157cc8c0d: Download complete 55a17ca9d235: Verifying Checksum 55a17ca9d235: Download complete b0fc237f6c26: Verifying Checksum b0fc237f6c26: Download complete 4a9f9668ab4a: Verifying Checksum 4a9f9668ab4a: Download complete f4048786242d: Verifying Checksum f4048786242d: Download complete 322480b4b1d3: Verifying Checksum 322480b4b1d3: Download complete 83325a5b2b26: Verifying Checksum 83325a5b2b26: Download complete eda2d7da1b04: Verifying Checksum eda2d7da1b04: Download complete 2adafa4b73e4: Verifying Checksum 2adafa4b73e4: Download complete 09b67e1d956f: Download complete 8e04b3ec100b: Download complete 477769be07d7: Download complete a7433c286e2f: Download complete d11ef3af080f: Verifying Checksum d11ef3af080f: Download complete 595e38b8edfd: Download complete c27157cc8c0d: Pull complete 8eb40fc9ec7b: Pull complete cf28fbda269d: Pull complete bdb05ad1bb03: Pull complete 3bf23d20aa73: Verifying Checksum 3bf23d20aa73: Download complete 14b089059d7b: Pull complete 8fba92877dbb: Pull complete b46b8c2b2e76: Pull complete c5fe84151a2d: Pull complete d69ebb2cea14: Pull complete 8987930d7936: Pull complete 07e0ebe0bb32: Pull complete a8a8cd8bbc43: Pull complete 97cb79970c04: Download complete 0eee052a54e0: Pull complete 9d0f02e69e08: Pull complete 4f4fb700ef54: Pull complete a90897db75ef: Pull complete 678b7f997d9a: Pull complete 55a17ca9d235: Pull complete b0fc237f6c26: Pull complete 4a9f9668ab4a: Pull complete f4048786242d: Pull complete 322480b4b1d3: Pull complete eda2d7da1b04: Pull complete 83325a5b2b26: Pull complete 09b67e1d956f: Pull complete 2adafa4b73e4: Pull complete 8e04b3ec100b: Pull complete 7eac41d73ac6: Verifying Checksum 7eac41d73ac6: Download complete 1bb913723961: Verifying Checksum 1bb913723961: Download complete a82c6f822713: Verifying Checksum a82c6f822713: Download complete 4a4c60f68cda: Verifying Checksum 4a4c60f68cda: Download complete d308a92e34f6: Verifying Checksum d308a92e34f6: Download complete 1121e0452bac: Verifying Checksum 1121e0452bac: Download complete 7eac41d73ac6: Pull complete 477769be07d7: Pull complete 1121e0452bac: Pull complete a7433c286e2f: Pull complete d11ef3af080f: Pull complete 595e38b8edfd: Pull complete 3bf23d20aa73: Pull complete 97cb79970c04: Pull complete d308a92e34f6: Pull complete 1bb913723961: Pull complete a82c6f822713: Pull complete 4a4c60f68cda: Pull complete Digest: sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287 Status: Downloaded newer image for ocaml/opam@sha256:63d5cf6f75b80cb6fbb0753f595696259103898843b4a5c3af18d93c2f3ac287 2025-10-15 18:43.42 ---> using "281df1c69c5a32c2d3ffed0ef66435518d787f31fb32a142361a8f465524ac62" from cache /: (comment alpine-3.22-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-15 18:43.42 ---> using "51086343e7d60f401dff87bd96ba0606a20e8fa49aba751661b5759f32f778c3" 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 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-15 18:43.42 ---> using "e76776f2a2349d26be3b93b4e694963a283a056d902685f588ec4fc12e144c89" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-156-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-10-15 18:43.42 ---> using "295d7e43fdf9213e37f99456f0a85d7441b44e2d6430b1e7c02517e9a32d309b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-15 18:43.42 ---> using "07d7196cf8f39bfa6cfac497a170dd0e93673ae559f83bf93db31a1b2429dab1" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-15 18:43.42 ---> using "9fabd0644fb7fec7ce9d9145204b1f76e5118bfce76b3a0b298fbb9dbe69ee4e" from cache /src: (copy (src syslog-message.opam) (dst ./)) 2025-10-15 18:43.43 ---> saved as "7b67d5cce6b8a574e860dae173fc9bf2c48e1beb3f27a3b4205c9d1f32f4000a" /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-10-15 18:43.50 ---> saved as "218da83298a43d890822841918c62aca17114cbb330899811e64b95428013fac" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-15 18:43.50 ---> saved as "8d8318536801917f5c68a750e8f91c8e5bdc148d1fa76d48aed18d9521856d4c" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.2 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.1.0") /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.4 --depext-only -y syslog-message.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.22.2-33-g117b503544a [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.2-38-g69132b0c9b4 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v3.23.0_alpha20250612-8269-gfe44dcd9829 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v3.23.0_alpha20250612-8294-g0b869b460ac [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v3.23.0_alpha20250612-8295-g1cafec2f0fe [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 59568 distinct packages available <><> 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-10-15 18:44.23 ---> saved as "e66b87e6e8dc3a3e2560afd003c8a70ee5e677a4d64ed075d6189dd18daffa4e" /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.20.2 - 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.1.0 <><> 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.1.0 (cached) -> retrieved dune.3.20.2 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed ptime.1.2.0 -> installed dune.3.20.2 -> 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-10-15 18:46.28 ---> saved as "5b0d4de835a2d1ef19f577d5643acb2e74995116f9f9c86d86d85ca6295c336e" /src: (copy (src .) (dst /src)) 2025-10-15 18:46.28 ---> saved as "0d06f1048994a9c84e385b21630b177ff4e32c0af3cf893a43420b1e73888ce0" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_syslog_message.exe) random seed: 435142147 ================================================================================ success (ran 3 tests) 2025-10-15 18:46.30 ---> saved as "e2a8380b485afe09e36284db7f2f99671fca7ae37690d51e8fa1c379e18ad9a5" Job succeeded 2025-10-15 18:46.30: Job succeeded