2026-01-09 21:43.52: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.5) Base: openbsd-77-amd64-ocaml-4.14 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-4.14 # openbsd-77-amd64-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.5 /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 a193e4c8620f671b789c6b89911346cdaaad9c1e || git fetch origin master) && git reset -q --hard a193e4c8620f671b789c6b89911346cdaaad9c1e && 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-threads.base base-unix.base dune.3.20.2 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.91 qcheck-core.0.91 qcheck-ounit.0.91 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.5 --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 2026-01-09 21:43.52: Using cache hint "verbosemode/syslog-message-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-b66a7ca16dcf2c2eff3abed069fd9398" 2026-01-09 21:43.52: Using OBuilder spec: ((from openbsd-77-amd64-ocaml-4.14) (comment openbsd-77-amd64-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.5 /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 a193e4c8620f671b789c6b89911346cdaaad9c1e || git fetch origin master) && git reset -q --hard a193e4c8620f671b789c6b89911346cdaaad9c1e && 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-threads.base base-unix.base dune.3.20.2 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.91 qcheck-core.0.91 qcheck-ounit.0.91 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.5 --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")) ) 2026-01-09 21:43.52: Waiting for resource in pool OCluster 2026-01-09 21:43.53: Waiting for worker… 2026-01-09 23:22.37: 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-4.14) 2026-01-09 23:22.37 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache /: (comment openbsd-77-amd64-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-01-09 23:22.37 ---> using "da141ce924dbdf0e0442253d076446a1e9daf01a696ee1da60c117d1744ba343" 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 2026-01-09 23:22.37 ---> using "b47c7195b64a0fbbfb2ac6be89bc5d4169c21972d78277da851cf2b727db2a25" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 4.14.2 2.5.0 2026-01-09 23:22.37 ---> using "e55220d038fe41141e2145e0c421187821ce842a2e5f51ea535be80bbba79f5e" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a193e4c8620f671b789c6b89911346cdaaad9c1e || git fetch origin master) && git reset -q --hard a193e4c8620f671b789c6b89911346cdaaad9c1e && git log --no-decorate -n1 --oneline && opam update -u")) a193e4c862 Merge pull request #29123 from jmid/opam-publish-qcheck.0.91 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from 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 at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-01-09 23:22.37 ---> using "65c3d488585fc865a52fc6173221ccf4f090abe46c957ac9de3030475dfb2bca" from cache /: (copy (src syslog-message.opam) (dst /home/opam/src/./)) 2026-01-09 23:23.35 ---> saved as "bca6a25c870f133f6ca5e8be99d97a2468eafb2b24705021b86bb131b9ebd865" /: (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) 2026-01-09 23:24.30 ---> saved as "dd7f575d389c81cd41b075fe824e6a3ae9dde6d3939f9e84a6ca63cfa41977b1" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-01-09 23:25.28 ---> saved as "db9832ff7f0007dd1d069dc2243675b96cb8b0b69d37ecfac83bbe3ec4ace45d" /: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.20.2 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.91 qcheck-core.0.91 qcheck-ounit.0.91 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.5 --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 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). # To update the current shell environment, run: eval $(opam env) 2026-01-09 23:26.34 ---> saved as "51c9f60fe3747705c8deaa03f8d574768c082cd5429dcb9d87307e366139c859" /: (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.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.91 - install qcheck-core 0.91 - install qcheck-ounit 0.91 - 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 qcheck.0.91, qcheck-core.0.91, qcheck-ounit.0.91 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.20.2 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed ptime.1.2.0 -> installed dune.3.20.2 -> installed stdlib-shims.0.3.0 -> installed qcheck-core.0.91 -> installed ounit2.2.2.7 -> installed qcheck-ounit.0.91 -> installed qcheck.0.91 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-09 23:30.03 ---> saved as "532fc39064a787adb9b58a717fea71f77f40dbff6901d170437c47873c94023b" /: (copy (src .) (dst /home/opam/src)) 2026-01-09 23:31.02 ---> saved as "200b53376e3dbe6e076563b224b13d3f57a008eb06a2b93e6af5050be6fd8455" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/.test_syslog_message.eobjs/byte -I /home/opam/.opam/4.14.2/lib/ounit2 -I /home/opam/.opam/4.14.2/lib/ounit2/advanced -I /home/opam/.opam/4.14.2/lib/ptime -I /home/opam/.opam/4.14.2/lib/qcheck -I /home/opam/.opam/4.14.2/lib/qcheck-core -I /home/opam/.opam/4.14.2/lib/qcheck-core/runner -I /home/opam/.opam/4.14.2/lib/qcheck-ounit -I /home/opam/.opam/4.14.2/lib/seq -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.syslog_message.objs/byte -no-alias-deps -opaque -o test/.test_syslog_message.eobjs/byte/dune__exe__Test_syslog_message.cmo -c -impl test/test_syslog_message.ml) File "test/test_syslog_message.ml", line 28, characters 12-30: 28 | QCheck.(string_gen_of_size (QCheck.Gen.int_range 0 10) alpha) ^^^^^^^^^^^^^^^^^^ Error (alert deprecated): QCheck.string_gen_of_size Use [string_size_of] instead "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-01-09 23:31.56: Job failed: Failed: Build failed