2025-07-09 12:32.01: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (linux-x86_64:ubuntu-24.04-5.3_opam-2.3) Base: ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c Opam project build To reproduce locally: git clone --recursive "https://github.com/verbosemode/syslog-message.git" -b "main" && cd "syslog-message" && git reset --hard 160d94f9 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c # ubuntu-24.04-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u COPY --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.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.25 qcheck-core.0.25 qcheck-ounit.0.25 seq.base stdlib-shims.0.3.0 topkg.1.0.8" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y syslog-message.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-09 12:32.01: Using cache hint "verbosemode/syslog-message-ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c-ubuntu-24.04-5.3_opam-2.3-1e63c243e85d9ff512ebcfc2df00fef2" 2025-07-09 12:32.01: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c) (comment ubuntu-24.04-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.25 qcheck-core.0.25 qcheck-ounit.0.25 seq.base stdlib-shims.0.3.0 topkg.1.0.8") (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.3 --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-07-09 12:32.01: Waiting for resource in pool OCluster 2025-07-09 15:46.18: Waiting for worker… 2025-07-09 15:56.16: Got resource from pool OCluster Building on asteria.caelum.ci.dev hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: 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' and hint: '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-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c) 2025-07-09 15:56.17 ---> using "d8ceb4e48ca709c912639b3506e26680cad0ff922638e05ddd696e10af00aebf" from cache /: (comment ubuntu-24.04-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-09 15:56.17 ---> using "05919b931530e00745d582b19d2e04972afd91e999613b00118d5d13bdd14580" 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 development 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-09 15:56.17 ---> using "7fabde6b31484981e3eff355b50514bedf0bfb5b7e52de3f7d74f1ede7dcfab1" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-07-09 15:56.17 ---> using "bfbf37c79544420e37bcbdb29ea209683bc4a79f165481820376cc64808090b2" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-09 15:56.17 ---> using "07f67110c554469d1d642ddad8f6b0ad5027d7c484cb66c7cfc9a2fc9f62c3d8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, 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-07-09 15:56.17 ---> using "f49c689566369e9d620843f1c2b919a6beb5093ea84698ebbb60960ab696419b" from cache /src: (copy (src syslog-message.opam) (dst ./)) 2025-07-09 15:56.18 ---> saved as "6631434ce90896be10de9c44357905029bdc0c07d5126799caeb5796c73fb57f" /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-07-09 15:56.21 ---> saved as "6ee8984f22b930972def8d9b17304884d294da243591e1b46f8be8664a38c866" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-09 15:56.21 ---> saved as "946d3b6ccd1e91ebcdee7089a018d3726658b102009e14f8747a5286bb2e82a3" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.25 qcheck-core.0.25 qcheck-ounit.0.25 seq.base stdlib-shims.0.3.0 topkg.1.0.8") /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.3 --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://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1238 kB] - Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1124 kB] - Get:7 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1735 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1793 kB] - Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1564 kB] - Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1432 kB] - Get:11 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [37.2 kB] - Get:12 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [77.9 kB] - Fetched 9380 kB in 1s (13.6 MB/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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-07-09 15:56.37 ---> saved as "3432f391aaca4fde8a6250f0deb6205532a8bded50ff37d890eae89d990c5a8b" /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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.19.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ounit2 2.2.7 - install ptime 1.2.0 - install qcheck 0.25 - install qcheck-core 0.25 - install qcheck-ounit 0.25 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.8 <><> 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 stdlib-shims.0.3.0 (cached) -> retrieved qcheck.0.25, qcheck-core.0.25, qcheck-ounit.0.25 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved dune.3.19.1 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed ptime.1.2.0 -> installed dune.3.19.1 -> installed stdlib-shims.0.3.0 -> installed ounit2.2.2.7 -> installed qcheck-core.0.25 -> installed qcheck-ounit.0.25 -> installed qcheck.0.25 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-09 15:57.28 ---> saved as "e8498ac33047f93e3554b15584cae9e25b652c395d7be0e06b6a9ecb8c708819" /src: (copy (src .) (dst /src)) 2025-07-09 15:57.29 ---> saved as "f36163b7216014f6ff046b72efc031e2899c4eb5db66e1e11dfb468637f6ecbd" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_syslog_message.exe) random seed: 332877785 ================================================================================ success (ran 3 tests) 2025-07-09 15:57.29 ---> saved as "9af67135f7147c662c3fe509ad3ea9d0a48409d71b1f9161868430a1dd289d24" Job succeeded 2025-07-09 15:57.30: Job succeeded