2025-12-15 14:42.28: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-x86_64:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8Opam 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:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8# fedora-43-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-15 14:42.28: Using cache hint "verbosemode/syslog-message-ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8-fedora-43-4.14_opam-2.4-ae438e9132e5974428518aeed8dd8741"2025-12-15 14:42.28: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8)(comment fedora-43-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo 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"))(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 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 ./))(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.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 /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-12-15 14:42.28: Waiting for resource in pool OCluster2025-12-15 21:20.00: Waiting for worker…2025-12-15 21:21.12: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 160d94f release 1.2.0(from ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8)2025-12-15 21:21.12 ---> using "a51b0f106be4690b07e60d24f33e1310d1d782df2a7400a06464f0e0b48528b1" from cache/: (comment fedora-43-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 100% | 16.4 KiB/s | 22.6 KiB | 00m01sFedora 43 openh264 (From Cisco) - x86_ 100% | 1.3 KiB/s | 986.0 B | 00m01sFedora 43 - x86_64 - Updates 100% | 130.0 KiB/s | 16.3 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-12-15 21:21.12 ---> using "2b2e46638c144536179d5c37b2de70d91418d83d3a180b29c18c66bd8eb06920" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-15 21:21.12 ---> using "759524c1e1bf708f77a099514c93fc3e43a0e1b6db6fce180487ff8666de0866" 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 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-15 21:21.12 ---> using "99e291459f2bd89547f1913b08ef80ed34fa3dd410356053eabab95807e248b9" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.4.12025-12-15 21:21.12 ---> using "b57ccc5555a8f0649caac5ccc86501e4f9681b8daa530a6a52ce58546b60d9e1" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-15 21:21.12 ---> using "a4333db763f0b907ca935a79713a519542557af741bf2e280ef0b29fa1652c72" from cache/src: (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_HEAD2ec6d6cc92..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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)2025-12-15 21:21.12 ---> using "e99de5440e0690889769c06123cd9d64cdd5a07d1d432ade4664f786a6ab3c67" from cache/src: (copy (src syslog-message.opam) (dst ./))2025-12-15 21:21.13 ---> saved as "75012b7d9fb73e49329e6381a9fffd6f8d38601a91e9b463a9a6070f5a8b7e16"/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)2025-12-15 21:21.14 ---> saved as "883b3e2403e870e0e85f030478886e797bdb51e7d97cdcea34501d9f6303a1d1"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-15 21:21.14 ---> saved as "e5128be6e0b007f2c7d22fbf98ee048037e20ded07faeddd926f5a87a44758a0"/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.27 qcheck-core.0.27 qcheck-ounit.0.27 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.4 --depext-only -y syslog-message.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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).2025-12-15 21:21.21 ---> saved as "da0b175d5224662f9946c627a65d8aff5b18ae7d95dd0a4192557d9439da717d"/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.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 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.27, qcheck-core.0.27, qcheck-ounit.0.27 (cached)-> retrieved dune.3.20.2 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (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 ounit2.2.2.7-> installed qcheck-core.0.27-> installed qcheck-ounit.0.27-> installed qcheck.0.27Done.# To update the current shell environment, run: eval $(opam env)2025-12-15 21:21.44 ---> saved as "84356126a9bd32ceb9a83a58b997d940f8c9473c3c04cfdc8529879489a22918"/src: (copy (src .) (dst /src))2025-12-15 21:21.44 ---> saved as "a05cb69073539d96ee96722b95715ed6d13a0dbe4966b94f3c0874c6f5a7e661"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_syslog_message.exe)random seed: 334670915================================================================================success (ran 3 tests)2025-12-15 21:21.45 ---> saved as "3a9465dff4ac7c42de13017f79a3b93e8d03d853a24259b535476d1c2fc5c211"Job succeeded2025-12-15 21:21.45: Job succeeded