2026-05-28 18:42.14: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-x86_64:debian-13-5.5~beta1_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce 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-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce # debian-13-5.5~beta1_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 compiler-cloning.enabled dune.3.23.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0~beta1 ocaml-compiler.5.5.0~beta1 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 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-05-28 18:42.14: Using cache hint "verbosemode/syslog-message-ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce-debian-13-5.5~beta1_opam-2.5-8c305759ce1423e419e96164798a9049" 2026-05-28 18:42.14: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce) (comment debian-13-5.5~beta1_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) (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 "opam update -u")) (copy (src syslog-message.opam) (dst ./)) (run (network host) (shell "opam pin add -yn syslog-message.dev './'")) (run (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 compiler-cloning.enabled dune.3.23.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0~beta1 ocaml-compiler.5.5.0~beta1 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 /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-05-28 18:42.14: Waiting for resource in pool OCluster 2026-05-28 19:20.47: Waiting for worker… 2026-05-28 19:24.01: Got resource from pool OCluster Building on phoebe.caelum.ci.dev All commits already cached HEAD is now at 160d94f release 1.2.0 (from ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce) Unable to find image 'ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce' locally docker.io/ocaml/opam@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce: Pulling from ocaml/opam 307f8152a55e: Already exists 53d481666795: Already exists 4ee22a5df705: Already exists ae88ba2e7c99: Already exists 466fcae906a3: Already exists 024abae8c1ed: Already exists d582ebdec32b: Already exists aa12715098f1: Already exists 62299cb9f759: Already exists a25072680c61: Already exists 43b56dd9ccf7: Already exists 244d3fc9f983: Already exists c4fb47424a8f: Already exists cf6798d648a4: Already exists 279a991ac05e: Already exists cf66fc12d100: Already exists cf66fc12d100: Already exists d39d0e8ae83c: Already exists 4b54e9cd8568: Already exists f65d25bce8ea: Already exists 7d77baca5957: Already exists 4f4fb700ef54: Already exists a99a940ecfac: Already exists f5264679c08b: Already exists f2b70106109c: Already exists b37088730bad: Already exists cbd33ffade5f: Already exists f1cf9ab18ca0: Already exists 87f3d72372a4: Already exists 25d15f09ece2: Already exists 6304df60357e: Already exists 34a8ea3e9b48: Already exists a0636f21098e: Already exists 9511add15c87: Already exists 963ec00065e9: Already exists 3a098b8178a5: Already exists ca1c1d43252a: Already exists ca50eb78767c: Already exists 85fc1e77225e: Already exists 088f7de253ad: Already exists 1dcf05da539b: Pulling fs layer 6fe9db1e5735: Pulling fs layer b73846ebc0d2: Pulling fs layer c699f913fde2: Pulling fs layer bb20621ba233: Pulling fs layer d727da8ebc02: Pulling fs layer 398545865817: Pulling fs layer c699f913fde2: Waiting e897c4b788b3: Pulling fs layer bb20621ba233: Waiting 398545865817: Waiting e897c4b788b3: Waiting d727da8ebc02: Waiting b73846ebc0d2: Verifying Checksum b73846ebc0d2: Download complete 6fe9db1e5735: Download complete 1dcf05da539b: Verifying Checksum 1dcf05da539b: Download complete d727da8ebc02: Verifying Checksum d727da8ebc02: Download complete c699f913fde2: Verifying Checksum c699f913fde2: Download complete 1dcf05da539b: Pull complete 6fe9db1e5735: Pull complete b73846ebc0d2: Pull complete e897c4b788b3: Verifying Checksum e897c4b788b3: Download complete 398545865817: Verifying Checksum 398545865817: Download complete c699f913fde2: Pull complete bb20621ba233: Verifying Checksum bb20621ba233: Download complete bb20621ba233: Pull complete d727da8ebc02: Pull complete 398545865817: Pull complete e897c4b788b3: Pull complete Digest: sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce Status: Downloaded newer image for ocaml/opam@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce 2026-05-28 19:24.05 ---> using "3d97f6ff96367e808dec3416eacdff2a479f7a6475ae069af10d3bd1d46549ad" from cache /: (comment debian-13-5.5~beta1_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-28 19:24.05 ---> using "553ba480deed223375af3cd9a662bfd2f58bb701c59f756410c05d2b2f59b26d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..1138ca347f master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-28 19:24.05 ---> using "4cab52e7ba5995d90aad546966743ba8a75322a64f8526915413b46d2587c7a9" 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.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com" [default] synchronised from git+file:///home/opam/opam-repository 2026-05-28 19:24.05 ---> using "0dc80cd613d2b3854f0fdeafdcd191ef28e2021456ddb69269542786618d0262" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 5.5.0~beta1 2.5.1 2026-05-28 19:24.05 ---> using "57cb24008dd3338a73a8ff588c750d9cdaa10a21e5e4a4f902f60bc587e5a608" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-28 19:24.05 ---> using "d3549e6c4ae0ebf9c8c5238f245f2c41cc4aeebc67f2a555a1b677e7779ac965" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository [default] no changes from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-05-28 19:24.05 ---> using "f6545026a8e31d626330aa46d3b1f36bd82c800f7b7b8a5c8929f390239ec4ff" from cache /src: (copy (src syslog-message.opam) (dst ./)) 2026-05-28 19:24.07 ---> saved as "f89700f6df582716bbb475c14ffab36d9ce2f15f90798e33f3b405c31731664c" /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) 2026-05-28 19:24.13 ---> saved as "79c1a0fbc049261ebe3834b05252721315783f71888434fb68bb7bf500474a82" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-28 19:24.16 ---> saved as "bbd61a66414c3a2a7395e5cd2e90c6c1814983a4e1f172838f41f808dac519c9" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled dune.3.23.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0~beta1 ocaml-compiler.5.5.0~beta1 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") /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.5 --depext-only -y syslog-message.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [179 kB] - Fetched 10.1 MB in 2s (4484 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-compiler is already installed (current version is 5.5.0~beta1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0~beta1). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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). # To update the current shell environment, run: eval $(opam env) 2026-05-28 19:24.40 ---> saved as "61d37d0fb1adfcd70a3d1278c1d18a88a6bf87cd221a883af4bd7d6639307e8a" /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-compiler is already installed (current version is 5.5.0~beta1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0~beta1). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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.23.1 - 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 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.91, qcheck-core.0.91, qcheck-ounit.0.91 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.23.1 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed ptime.1.2.0 -> installed dune.3.23.1 -> installed stdlib-shims.0.3.0 -> installed ounit2.2.2.7 -> installed qcheck-core.0.91 -> installed qcheck-ounit.0.91 -> installed qcheck.0.91 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-28 19:26.12 ---> saved as "627ca72bd507da78fe45a42bbeba15d25f82e5e4955447a4ec991c6cda563997" /src: (copy (src .) (dst /src)) 2026-05-28 19:26.19 ---> saved as "66267c91b9f152a9178ca79914c43408ea7566242042a7302f2e0ee2f3b92cb3" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.5~beta1/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 -bin-annot-occurrences -I test/.test_syslog_message.eobjs/byte -I /home/opam/.opam/5.5~beta1/lib/ocaml/unix -I /home/opam/.opam/5.5~beta1/lib/ounit2 -I /home/opam/.opam/5.5~beta1/lib/ounit2/advanced -I /home/opam/.opam/5.5~beta1/lib/ptime -I /home/opam/.opam/5.5~beta1/lib/qcheck -I /home/opam/.opam/5.5~beta1/lib/qcheck-core -I /home/opam/.opam/5.5~beta1/lib/qcheck-core/runner -I /home/opam/.opam/5.5~beta1/lib/qcheck-ounit -I /home/opam/.opam/5.5~beta1/lib/seq -I /home/opam/.opam/5.5~beta1/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 "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-05-28 19:26.27: Job failed: Failed: Build failed