2025-07-10 14:49.44: 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.3) Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498 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-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498 # ubuntu-24.04-4.14_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 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 || git fetch origin master) && git reset -q --hard 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 && 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-threads.base base-unix.base dune.3.19.1 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.26 qcheck-core.0.26 qcheck-ounit.0.26 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-10 14:49.44: Using cache hint "verbosemode/syslog-message-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498-ubuntu-24.04-4.14_opam-2.3-65e4dae1e86f03b2cd0c43a565e0d809" 2025-07-10 14:49.44: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498) (comment ubuntu-24.04-4.14_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 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 || git fetch origin master) && git reset -q --hard 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 && 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.19.1 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.26 qcheck-core.0.26 qcheck-ounit.0.26 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-10 14:49.44: Waiting for resource in pool OCluster 2025-07-10 18:10.06: Waiting for worker… 2025-07-10 18:12.13: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 160d94f release 1.2.0 (from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498) 2025-07-10 18:12.13 ---> using "e5afc2ae3625d287ff6ad11e1ee8e8c8b323aef4830c05f394017983edb5ece1" from cache /: (comment ubuntu-24.04-4.14_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-10 18:12.13 ---> using "5378c45e1f53f35b8a2cc57978b8510a8e388e87b11ddebc0a2ef8672782fc07" 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 [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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-10 18:12.13 ---> using "870a79a9cdb1deb7840ad725d9ab2efecd423034bce03d66f2a18be97b573a87" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-07-10 18:12.13 ---> using "10bc4f77583933fc22d09fff3b6119e5ecf7914e9ab7174dfb7ce9292e5cbc7a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-10 18:12.13 ---> using "929a7cbd5251e9c159ca9dac600cdedb0ee70ea98d87bda1e61823b61e3558c1" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 || git fetch origin master) && git reset -q --hard 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD c7269f729a..0094db1438 master -> origin/master 97bb175d1e Merge pull request #28148 from jmid/opam-publish-qcheck.0.26 <><> 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-10 18:13.32 ---> saved as "240eff4ca79e520c7638551a1434c66ea641557f1b253375cb74bdc97fa46231" /src: (copy (src syslog-message.opam) (dst ./)) 2025-07-10 18:13.32 ---> saved as "befe1f870688efbcef0d6b9dd2e7189dbc005079afdcadf78e32fb3a70c7a9d1" /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-10 18:13.35 ---> saved as "d4dcdc6f0d4cb3a49247d2c78c4ab4f844b1efe2d3cf1705dcb68a1b55a01946" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-10 18:13.35 ---> saved as "88177e75df9f952133692cd9770ef05e99e9e4d49f20fb505e5cb044bc397fec" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.19.1 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.26 qcheck-core.0.26 qcheck-ounit.0.26 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://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [28.1 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1434 kB] - Get:6 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:7 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1800 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1568 kB] - Get:9 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.8 kB] - Get:10 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [33.0 kB] - Get:11 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1735 kB] - Get:12 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1239 kB] - Get:13 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1124 kB] - Get:14 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [23.0 kB] - Fetched 9411 kB in 1s (10.1 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 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-07-10 18:13.51 ---> saved as "59cf9a328f15401e92196ecdd3683b56e9bfb21d5cc60462fe8c933b64e30a2f" /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.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.26 - install qcheck-core 0.26 - install qcheck-ounit 0.26 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.8 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved qcheck.0.26, qcheck-core.0.26, qcheck-ounit.0.26 (cached) -> retrieved stdlib-shims.0.3.0 (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.26 -> installed qcheck-ounit.0.26 -> installed qcheck.0.26 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-10 18:14.52 ---> saved as "0ff69f49f1d040180bad64b6483c9ca912d04a0ef4e4d497dc5bea48a435c7ae" /src: (copy (src .) (dst /src)) 2025-07-10 18:14.53 ---> saved as "6af7c72e8860ae9ba075895bec26f00d2f00a94cb29c3e495c0d4d5a3af11594" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_syslog_message.exe) random seed: 466086442 ================================================================================ success (ran 3 tests) 2025-07-10 18:14.54 ---> saved as "cbbd38829cb1a99ec764abe72e81744fcf6259ca4865514a4bd14db3eb8c2ea9" Job succeeded 2025-07-10 18:14.54: Job succeeded