2026-01-09 21:43.52: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0dOpam 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:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d# ubuntu-24.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -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-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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-09 21:43.52: Using cache hint "verbosemode/syslog-message-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d-ubuntu-24.04-4.14_opam-2.5-b66a7ca16dcf2c2eff3abed069fd9398"2026-01-09 21:43.52: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)(comment ubuntu-24.04-4.14_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 (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 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 ./))(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-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 /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-01-09 21:43.52: Waiting for resource in pool OCluster2026-01-09 22:09.32: Waiting for worker…2026-01-09 22:14.26: Got resource from pool OClusterBuilding on cletehint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/syslog-message.git-f6bf49bb0ba12fbee909ae0bb60d64c0e68821e6/.git/HEAD is now at 160d94f release 1.2.0(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d' locallydocker.io/ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d: Pulling from ocaml/opam20043066d3d5: Already exists74a201e1c126: Already existsd63bb9fbbf86: Already exists9467c6371b02: Already exists404716bfcac3: Already existsfed733e23844: Already exists707d11c2eefa: Already exists399e5b85a0fc: Already existsd0bd8a3f061c: Already existsa49e067103b6: Already exists564fcb11fd5c: Already existsb54d000bca39: Already exists1022f2c60c0e: Already existsd0473c037ed5: Already existsb4b0a2839de5: Already existsf95ab9582825: Already exists20d40f2e0f67: Already exists20d40f2e0f67: Already exists7e5f024df647: Already existsd39cb8682827: Already exists72072a576a9f: Already exists7b230cb3ef48: Already exists4f4fb700ef54: Already exists23c320078945: Already exists8f7a7c3573c5: Already exists1564848c4b7b: Already existscc7ba7d9e277: Already exists14120930af46: Already existsbaa80d4afe8f: Already exists68007a21c1c4: Already existsd2df30cde401: Already existsf21ee1a89225: Already existsfde2d5a241cf: Already exists6d474fa3c976: Already existsa45b9e268599: Already existsfb9fa892ed79: Already existsba013a08453d: Already exists9be3559c7d84: Already exists57e25f9db71c: Already existsade4c34ce8e6: Already exists7ad8fb0274dc: Already exists9938feee8fe6: Already exists8e8b4e5d5c39: Already existsf4499fee2455: Already existsb28e8701a421: Already existsDigest: sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0dStatus: Downloaded newer image for ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d2026-01-09 22:14.28 ---> using "8e09f142ca4c8b9565a6c3a204c9c7517ea1af6e151cb81a7b7a04b2b0967b6a" from cache/: (comment ubuntu-24.04-4.14_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-01-09 22:14.28 ---> using "f325c0c2183638b636db8a2f91be5e39de6f57e84d62e0ce8dc9a6251900cc44" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-09 22:14.28 ---> using "df24b76d0250e0ea71ceefb6d8f72a47d0814044fd65d400c9e0d48210be8513" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-01-09 22:14.28 ---> using "780cd0436a1463041a6e02c287c8134bac0bb8a0263f925bee9e6eed14cef8fc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-09 22:14.28 ---> using "cee6b822f8c3b2846ee95a2109a23189a410379c16461e164d03506cd1852976" from cache/src: (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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD235b964523..a6b2f19780 master -> origin/mastera193e4c862 Merge pull request #29123 from jmid/opam-publish-qcheck.0.91<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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 22:14.59 ---> saved as "d84b1f62e524dafda715211b4cc4edf91532ffeafd832362cf2dfd36ac557281"/src: (copy (src syslog-message.opam) (dst ./))2026-01-09 22:15.00 ---> saved as "caaac1f88e502a9a5ebf8f784d903d5ea3a9ee83b38a2d951b4ada35ea7f9237"/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-01-09 22:15.04 ---> saved as "2a43ea0181543fc9b9df7a0cc9aec777494a07f1bac4052447a22ebf9d44a4bd"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-09 22:15.05 ---> saved as "21d1ae959b08d4af6ff6d8878e2fb89e6170339a2eb1a6dd176a6394708e95ad"/src: (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")/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"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1955 kB]- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3064 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2137 kB]- Get:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1762 kB]- Get:9 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1188 kB]- Get:10 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2905 kB]- Fetched 13.4 MB in 2s (6684 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-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 22:15.32 ---> saved as "83e5107c5b52acafb5df17b7104b738f4a6535ae24fd33de761de9af4aa70dee"/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 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 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.20.2 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> 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.91-> installed qcheck-ounit.0.91-> installed qcheck.0.91Done.# To update the current shell environment, run: eval $(opam env)2026-01-09 22:16.55 ---> saved as "ab2619156d01d2cb58d5a118b53b41d8155b8950ee40a27a7c2a543b772199a2"/src: (copy (src .) (dst /src))2026-01-09 22:16.56 ---> saved as "8218fcf09e9ed1e9ae0f7a432eafcb3dec549edc2b41efc5cb42ed08372fe2a0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.14/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/lib/ounit2 -I /home/opam/.opam/4.14/lib/ounit2/advanced -I /home/opam/.opam/4.14/lib/ptime -I /home/opam/.opam/4.14/lib/qcheck -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-core/runner -I /home/opam/.opam/4.14/lib/qcheck-ounit -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/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-01-09 22:16.57: Job failed: Failed: Build failed