2025-12-17 13:47.34: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-s390x:debian-13-5.4_s390x_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567Opam 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.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567# debian-13-5.4_s390x_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-17 13:47.34: Using cache hint "verbosemode/syslog-message-ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567-debian-13-5.4_s390x_opam-2.4-1a1a5fa051399a0ae2e8df0ac32ff38c"2025-12-17 13:47.34: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567)(comment debian-13-5.4_s390x_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-17 13:47.34: Waiting for resource in pool OCluster2025-12-17 13:47.45: Waiting for worker…2025-12-17 19:17.46: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at 160d94f release 1.2.0(from ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567' locallydocker.io/ocaml/opam@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567: Pulling from ocaml/opamaf4c50a2cf28: Already exists138ab0950a28: Already existseb860b03eb68: Already exists6abb8bf8e7e6: Already existsd88a55089b1c: Already exists988e6b5f897a: Already exists78309ad77658: Already exists60aeed7dcb57: Already exists23345a4ef487: Already exists6503ec7362ae: Already exists60535906be20: Already existsfe26fbfe9834: Already existsd07d668bb99c: Already exists4496f11c353d: Already existsa278f7970f73: Already exists83323dc24521: Already exists9e43aff4addf: Already existsf2f855217eda: Already exists01573bfbe3be: Already exists7a4bd6c59fb4: Already exists31003d094784: Already existsa40090afa296: Already exists4f4fb700ef54: Already exists07b0e096a17f: Already exists7c7acead71e8: Already exists323084460a37: Already exists1c8b9687a8f6: Already exists9de7e57a4788: Already exists5df137f664c3: Already exists5c750dcbb0bb: Already exists0ec38de66c15: Already exists99c180472c45: Already existse9aa8b56fe47: Already existsd3caa76e20e7: Already existse56ffd0c0bc8: Already exists1af94b5d2b6c: Already exists499b20c49901: Already existsbce42a17a6ce: Already exists18fc022a4dd3: Already exists412e3484d8b9: Already exists871bb35e30e2: Already existsacace87ea944: Pulling fs layerd9c69f6ee7be: Pulling fs layer9987e38d26dc: Pulling fs layera786b9c2287a: Pulling fs layer8b0ee8b12eec: Pulling fs layerb5d6899c796b: Pulling fs layera786b9c2287a: Waitingeb6201cb0b70: Pulling fs layer8b0ee8b12eec: Waitingb5d6899c796b: Waitingeb6201cb0b70: Waiting9987e38d26dc: Verifying Checksum9987e38d26dc: Download completed9c69f6ee7be: Verifying Checksumd9c69f6ee7be: Download completeacace87ea944: Verifying Checksumacace87ea944: Download completeacace87ea944: Pull complete8b0ee8b12eec: Verifying Checksum8b0ee8b12eec: Download completeb5d6899c796b: Verifying Checksumb5d6899c796b: Download completed9c69f6ee7be: Pull complete9987e38d26dc: Pull completeeb6201cb0b70: Verifying Checksumeb6201cb0b70: Download completea786b9c2287a: Verifying Checksuma786b9c2287a: Download completea786b9c2287a: Pull complete8b0ee8b12eec: Pull completeb5d6899c796b: Pull completeeb6201cb0b70: Pull completeDigest: sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b567Status: Downloaded newer image for ocaml/opam@sha256:8111397f0ac9f14a1b293e187a87388dd3e8a09a4b4839d95b051e353048b5672025-12-17 19:17.47 ---> using "df67c1a4bbc22daaed5617a2b040600ecd542ae283ddf2ebcadd0d9568c8e6e9" from cache/: (comment debian-13-5.4_s390x_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-17 19:17.47 ---> using "d4007c284cbb88dfd98855c9f5dd24a1ba3b482d5b38c1193753549b5d0d5028" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-17 19:17.47 ---> using "455e9a30b393adb1a7d0cc13029f64fa876dc8542abc25977a293f6195fc2f04" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-71-genericThe OCaml toplevel, version 5.4.02.4.12025-12-17 19:17.47 ---> using "dbfba1129b59bfae3edc7db84d2b0281ea765bf44c49d2107d64299d1e84502a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-17 19:17.47 ---> using "7ee2c3ab9ea871708bd451c54cd0bfa0925e7336c8c2447499429d5aa82693fd" 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_HEAD3e41859015..c199949faa 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-17 19:17.47 ---> using "2ccf16c8c67b41d5717b52cb93c4c6550d1d2ac76dd554bbf715f98f4edb5b4e" from cache/src: (copy (src syslog-message.opam) (dst ./))2025-12-17 19:18.05 ---> saved as "3a6044c341c03cc4ec20f66f9b41d446680462e63f3da06603b8f697241909ce"/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-17 19:18.27 ---> saved as "02a4706e321b98d34ee7e7880d706418785acee6fd34db7709974b11c34fcb59"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-17 19:18.31 ---> saved as "bf394a5ad7206c1c4b2ebd25209fa819f28ba87d7cb466678429c5beb155e30a"/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"- Hit:1 http://deb.debian.org/debian trixie InRelease- 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-security trixie-security/main s390x Packages [75.7 kB]- Fetched 166 kB in 1s (247 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-17 19:18.50 ---> saved as "0ed201ead201f051732a840fe9d283d6368a27de568fa2c7addd03786011c008"/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 dune.3.20.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved seq.base (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved qcheck.0.27, qcheck-core.0.27, qcheck-ounit.0.27 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed seq.base-> installed topkg.1.1.1-> installed ptime.1.2.0-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed qcheck-core.0.27-> installed ounit2.2.2.7-> installed qcheck-ounit.0.27-> installed qcheck.0.27Done.# To update the current shell environment, run: eval $(opam env)2025-12-17 19:20.09 ---> saved as "20d4eda3f3974d60d17c3f48ff0c2add164df7411203b5abbbb20a403b16c061"/src: (copy (src .) (dst /src))2025-12-17 19:20.17 ---> saved as "47ae5dd4fb0986ed94081ddebc3b853abae5f33f9e16c5a46cc18178498b31cf"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_syslog_message.exe)random seed: 377114179================================================================================success (ran 3 tests)2025-12-17 19:20.25 ---> saved as "a539dbb994c1198c333ee6398e5e7ed767a2cf0e94ad89f76d9e5c28820919bd"Job succeeded2025-12-17 19:20.26: Job succeeded