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:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dceOpam project buildTo reproduce locally:git clone --recursive "https://github.com/verbosemode/syslog-message.git" -b "main" && cd "syslog-message" && git reset --hard 160d94f9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce# debian-13-5.5~beta1_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-05-28 19:20.47: Waiting for worker…2026-05-28 19:24.01: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce: Pulling from ocaml/opam307f8152a55e: Already exists53d481666795: Already exists4ee22a5df705: Already existsae88ba2e7c99: Already exists466fcae906a3: Already exists024abae8c1ed: Already existsd582ebdec32b: Already existsaa12715098f1: Already exists62299cb9f759: Already existsa25072680c61: Already exists43b56dd9ccf7: Already exists244d3fc9f983: Already existsc4fb47424a8f: Already existscf6798d648a4: Already exists279a991ac05e: Already existscf66fc12d100: Already existscf66fc12d100: Already existsd39d0e8ae83c: Already exists4b54e9cd8568: Already existsf65d25bce8ea: Already exists7d77baca5957: Already exists4f4fb700ef54: Already existsa99a940ecfac: Already existsf5264679c08b: Already existsf2b70106109c: Already existsb37088730bad: Already existscbd33ffade5f: Already existsf1cf9ab18ca0: Already exists87f3d72372a4: Already exists25d15f09ece2: Already exists6304df60357e: Already exists34a8ea3e9b48: Already existsa0636f21098e: Already exists9511add15c87: Already exists963ec00065e9: Already exists3a098b8178a5: Already existsca1c1d43252a: Already existsca50eb78767c: Already exists85fc1e77225e: Already exists088f7de253ad: Already exists1dcf05da539b: Pulling fs layer6fe9db1e5735: Pulling fs layerb73846ebc0d2: Pulling fs layerc699f913fde2: Pulling fs layerbb20621ba233: Pulling fs layerd727da8ebc02: Pulling fs layer398545865817: Pulling fs layerc699f913fde2: Waitinge897c4b788b3: Pulling fs layerbb20621ba233: Waiting398545865817: Waitinge897c4b788b3: Waitingd727da8ebc02: Waitingb73846ebc0d2: Verifying Checksumb73846ebc0d2: Download complete6fe9db1e5735: Download complete1dcf05da539b: Verifying Checksum1dcf05da539b: Download completed727da8ebc02: Verifying Checksumd727da8ebc02: Download completec699f913fde2: Verifying Checksumc699f913fde2: Download complete1dcf05da539b: Pull complete6fe9db1e5735: Pull completeb73846ebc0d2: Pull completee897c4b788b3: Verifying Checksume897c4b788b3: Download complete398545865817: Verifying Checksum398545865817: Download completec699f913fde2: Pull completebb20621ba233: Verifying Checksumbb20621ba233: Download completebb20621ba233: Pull completed727da8ebc02: Pull complete398545865817: Pull completee897c4b788b3: Pull completeDigest: sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dceStatus: Downloaded newer image for ocaml/opam@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce2026-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_HEADfc08333d1b..1138ca347f master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-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 --globalFormat 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-repository2026-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-genericThe OCaml toplevel, version 5.5.0~beta12.5.12026-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-repositoryAlready 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.91Done.# 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_sizeUse [string_size_of] instead"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-05-28 19:26.27: Job failed: Failed: Build failed