2025-12-15 14:42.28: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.4) Base: openbsd-77-amd64-ocaml-5.4 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 openbsd-77-amd64-ocaml-5.4 # openbsd-77-amd64-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 syslog-message.opam /home/opam/src/./ RUN opam pin add -yn syslog-message.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.27 qcheck-core.0.27 qcheck-ounit.0.27 seq.base stdlib-shims.0.3.0 topkg.1.1.1" 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 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-12-15 14:42.28: Using cache hint "verbosemode/syslog-message-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.4-1a1a5fa051399a0ae2e8df0ac32ff38c" 2025-12-15 14:42.28: Using OBuilder spec: ((from openbsd-77-amd64-ocaml-5.4) (comment openbsd-77-amd64-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas 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")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src syslog-message.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn syslog-message.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.27 qcheck-core.0.27 qcheck-ounit.0.27 seq.base stdlib-shims.0.3.0 topkg.1.1.1") (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 /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-12-15 14:42.28: Waiting for resource in pool OCluster 2025-12-15 17:55.38: Waiting for worker… 2025-12-15 22:50.10: Got resource from pool OCluster Building on oregano All commits already cached HEAD is now at 160d94f release 1.2.0 (from openbsd-77-amd64-ocaml-5.4) 2025-12-15 22:50.10 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache /: (comment openbsd-77-amd64-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-12-15 22:50.10 ---> using "c9c9d20b21285c86d832e721a23e6d7df92b8c156184c48d4f8227c52c533e04" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using 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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from file:///home/opam/opam-repository 2025-12-15 22:50.10 ---> using "4fe223850f63b3570d56a2e9a2f2955ccada1b654ec00cbaced22f9e9f923ca0" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 5.4.0 2.4.1 2025-12-15 22:50.10 ---> using "8d299a54fbfd348a915878f15036df1470bbbf7d8b30158a99fe7f714d061672" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 5bf570252b..c65fcb1165 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-12-15 22:50.10 ---> using "c2576702cf109641c902b809f113c94031fca52c4e5b5000dc279bf9a2be3f54" from cache /: (copy (src syslog-message.opam) (dst /home/opam/src/./)) 2025-12-15 22:51.09 ---> saved as "7135f642f76f3607ba2bec39ac08cd3f0633e3c5af5ee3bb5e8d42c166b889de" /: (run (network host) (shell "opam pin add -yn syslog-message.dev '/home/opam/src/./'")) [syslog-message.dev] synchronised (file:///home/opam/src) syslog-message is now pinned to file:///home/opam/src (version dev) 2025-12-15 22:52.03 ---> saved as "b2c47f7c472fe37f96c2779088a6042e8a4ef28137c4b3fb1a28a99ca576e7ca" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-12-15 22:53.02 ---> saved as "02ce92ccd30158d0507d167834e9345068b1947850de1c6ca5c75b883fb003da" /: (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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.27 qcheck-core.0.27 qcheck-ounit.0.27 seq.base stdlib-shims.0.3.0 topkg.1.1.1") /: (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")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [syslog-message.dev] synchronised (file:///home/opam/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.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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-12-15 22:54.04 ---> saved as "2e3b1ee81dc421f9cc44d0dfa38520c9a5b7a81f3589adc4725def44e8b0ecef" /: (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.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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.27 - install qcheck-core 0.27 - install qcheck-ounit 0.27 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> retrieved qcheck.0.27, qcheck-core.0.27, qcheck-ounit.0.27 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.20.2 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.20.2 -> installed ocamlbuild.0.16.1 -> installed qcheck-core.0.27 -> installed seq.base -> installed stdlib-shims.0.3.0 -> installed topkg.1.1.1 -> installed ounit2.2.2.7 -> installed ptime.1.2.0 -> installed qcheck-ounit.0.27 -> installed qcheck.0.27 Done. # To update the current shell environment, run: eval $(opam env) 2025-12-15 23:02.22 ---> saved as "f9aea2bf04ff4a641804f7f3ab4c2021a7373975abe02ab901dda2ac130720d7" /: (copy (src .) (dst /home/opam/src)) 2025-12-15 23:03.18 ---> saved as "d559d7c855923e0a2ae716b6d1c84f3fa52542674cb48372dc8aaf7ea4f37b4a" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_syslog_message.exe) random seed: 368178327 ================================================================================ success (ran 3 tests) 2025-12-15 23:04.13 ---> saved as "a189f47b4997efd0d898b527f26677ae7570875f45399fb25e26a8aa2ec0fa68" Job succeeded 2025-12-15 23:04.13: Job succeeded