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:ubuntu-25.10-5.4_opam-2.4)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:00cac3fb20c060592235e9526d0596eb46834b5f3fd66defd071a0ebe49318ddOpam 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-25.10-ocaml-5.4@sha256:00cac3fb20c060592235e9526d0596eb46834b5f3fd66defd071a0ebe49318dd# ubuntu-25.10-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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:ubuntu-25.10-ocaml-5.4@sha256:00cac3fb20c060592235e9526d0596eb46834b5f3fd66defd071a0ebe49318dd-ubuntu-25.10-5.4_opam-2.4-1a1a5fa051399a0ae2e8df0ac32ff38c"2025-12-15 14:42.28: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:00cac3fb20c060592235e9526d0596eb46834b5f3fd66defd071a0ebe49318dd)(comment ubuntu-25.10-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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:19.50: Waiting for worker…2025-12-15 21:20.35: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 160d94f release 1.2.0(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:00cac3fb20c060592235e9526d0596eb46834b5f3fd66defd071a0ebe49318dd)2025-12-15 21:20.35 ---> using "7ce17c267a86e0a70384cef463c12263b6057c7887bf91e8682003fa7f1f4cae" from cache/: (comment ubuntu-25.10-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-15 21:20.35 ---> using "62ff11eeca3e98b6d42a3987a1596eab3f1bd938061e02bbf513c62edbcc959e" 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:20.35 ---> using "9e37b16a9f48a5dada7fa95946e927fa1493f4176c615bd0230f84d5b0f21b35" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.4.02.4.12025-12-15 21:20.35 ---> using "fca952ef4ba6f6309827ff592e6a2c8a4414959da64a250e4c1e961997483c42" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-15 21:20.35 ---> using "6bcdcfcce238acca0a55f8d5d2ee40b15fcf4ce28c61c6262f7b7ead8db42b7d" 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-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-15 21:20.35 ---> using "8fcf98378cde4feded1edcf70fcdd186f33d1fdaf0d278bfb11d923cc529ea5f" from cache/src: (copy (src syslog-message.opam) (dst ./))2025-12-15 21:20.36 ---> saved as "d216f55cdbf3c55de2a2da62ebbb211e95ff4090bff5df82c8bbe01c2f6a688b"/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:20.37 ---> saved as "56d4f5abfae6620b2f87fe21fd337dc7c6a385c82c3f394a374b84626b3666b6"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-15 21:20.37 ---> saved as "0783f00f889aeeb5662076e44bf5844716a52a3f29c06f13afe222a038820e80"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:4 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [133 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [107 kB]- Get:6 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [89.3 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [109 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [250 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [132 kB]- Fetched 1224 kB in 1s (1633 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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).2025-12-15 21:20.47 ---> saved as "e0930a3327adf2111ed76892302885122c80e2911f11646436a2242b8e0e5b81"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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.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 stdlib-shims.0.3.0 (cached)-> retrieved dune.3.20.2 (cached)-> retrieved topkg.1.1.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.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.13 ---> saved as "cf94d52fcfe879968e3f437a35bd76fd23d349d5057c74ace20f81c65e3c4397"/src: (copy (src .) (dst /src))2025-12-15 21:21.13 ---> saved as "1c63c2ce93b994fe6584ecdf6fd02e95754c443d8be7bcf8972c38e0f8e35552"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_syslog_message.exe)random seed: 387867123================================================================================success (ran 3 tests)2025-12-15 21:21.14 ---> saved as "e55bb9e3b2a1a9c7802295239a66db9e081740220fa16f1c932002a1feae6c4b"Job succeeded2025-12-15 21:21.14: Job succeeded