Organisationsverbosemodesyslog-message160d94 (main)ubuntu-24.04-4.14_opam-2.1

ubuntu-24.04-4.14_opam-2.1

Logs

Show full logs
2024-06-28 13:41.49: 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.1)
Base: ocaml/opam@sha256:5c769909bc02a9c0b568502ceae14ca0f23e6b175114801eab960d27fca07d46
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@sha256:5c769909bc02a9c0b568502ceae14ca0f23e6b175114801eab960d27fca07d46
# ubuntu-24.04-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 syslog-message.opam ./
RUN opam pin add -yn syslog-message.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 ptime.1.1.0 qcheck.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 seq.base stdlib-shims.0.3.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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

2024-06-28 13:41.49: Using cache hint "verbosemode/syslog-message-ocaml/opam@sha256:5c769909bc02a9c0b568502ceae14ca0f23e6b175114801eab960d27fca07d46-ubuntu-24.04-4.14_opam-2.1-f29f07ac6cd791ae10be360aa6e46028"
2024-06-28 13:41.49: Using OBuilder spec:
((from ocaml/opam@sha256:5c769909bc02a9c0b568502ceae14ca0f23e6b175114801eab960d27fca07d46)
 (comment ubuntu-24.04-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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 './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 ptime.1.1.0 qcheck.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 seq.base stdlib-shims.0.3.0 topkg.1.0.7")
 (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.1 --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"))
)

2024-06-28 13:41.49: Waiting for resource in pool OCluster
2024-06-28 13:51.00: Waiting for worker…
2024-06-28 13:53.41: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 160d94f release 1.2.0

(from ocaml/opam@sha256:5c769909bc02a9c0b568502ceae14ca0f23e6b175114801eab960d27fca07d46)
Unable to find image 'ocaml/opam@sha256:5c769909bc02a9c0b568502ceae14ca0f23e6b175114801eab960d27fca07d46' locally
docker.io/ocaml/opam@sha256:5c769909bc02a9c0b568502ceae14ca0f23e6b175114801eab960d27fca07d46: Pulling from ocaml/opam
Digest: sha256:5c769909bc02a9c0b568502ceae14ca0f23e6b175114801eab960d27fca07d46
Status: Downloaded newer image for ocaml/opam@sha256:5c769909bc02a9c0b568502ceae14ca0f23e6b175114801eab960d27fca07d46
2024-06-28 13:53.41 ---> using "38d5cf17a03afabe5457772c7c6c7837fb5da66cc0b6ec790eb764a7b40f95f2" from cache

/: (comment ubuntu-24.04-4.14_opam-2.1)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-28 13:53.41 ---> using "38ccbf3054913ab1df384a2f1d49e053a5f21c6bd3c118aa65f87129645b82c7" 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.1, 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] synchronised from file:///home/opam/opam-repository
2024-06-28 13:53.41 ---> using "17462451599a0f15c6828b4af2ccdea13dcf84fdfe3f25495bd479e7fb88314b" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-28 13:53.41 ---> using "a1eb8a4840691b37d1774e1e875d8ddcbdb999ba9c197fc32060d618fca415d2" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-06-28 13:53.41 ---> using "7d6f56c7ddafea6270071375c7b5181e9dc4ba732c15ec295b303cc2c64daec8" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
a6069b9eeb [new release] dune (15 packages) (3.16.0)

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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.
# Run eval $(opam env) to update the current shell environment
2024-06-28 13:54.29 ---> saved as "76192f770cb73e12ab5623018f720cbf28821b645d22cfe3e421f86c3b21ee1f"

/src: (copy (src syslog-message.opam) (dst ./))
2024-06-28 13:54.33 ---> saved as "7680435b4f09e108af9b9f0a2e6a92b060d6db0694896d7b3d90ffed15faeda9"

/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)
2024-06-28 13:54.38 ---> saved as "69ee748d722d070dbd924bbc0f6cf8690394ea8dfecb38e983b0d7b1a622acb1"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit2.2.2.7 ptime.1.1.0 qcheck.0.21.3 qcheck-core.0.21.3 qcheck-ounit.0.21.3 seq.base stdlib-shims.0.3.0 topkg.1.0.7")

/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.1 --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 [227 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [168 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [260 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [121 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [9705 B]
- Fetched 1164 kB in 1s (1628 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[syslog-message.dev] synchronised (no changes)

[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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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).
2024-06-28 13:55.04 ---> saved as "c8070b7661fbc4ac1780efaf9e241e5889ef9f30ae9c9ec9d35f0da2519a3250"

/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 seq          base
  - install ocamlbuild   0.14.3
  - install dune         3.16.0
  - install ocamlfind    1.9.6
  - install stdlib-shims 0.3.0
  - install qcheck-core  0.21.3
  - install topkg        1.0.7
  - install ounit2       2.2.7
  - install ptime        1.1.0
  - install qcheck-ounit 0.21.3
  - install qcheck       0.21.3
===== 11 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved qcheck.0.21.3  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved qcheck-core.0.21.3  (cached)
-> retrieved qcheck-ounit.0.21.3  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed ptime.1.1.0
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed qcheck-core.0.21.3
-> installed ounit2.2.2.7
-> installed qcheck-ounit.0.21.3
-> installed qcheck.0.21.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-28 13:56.03 ---> saved as "d355139e82d769a6746ce1398b05b5c1a077e7f3f383d496119705334b73ccc9"

/src: (copy (src .) (dst /src))
2024-06-28 13:56.05 ---> saved as "d4a10cf9fd5a28e7f9d7bc5ed0791ab05e92823a5cb584a7e19024bac61c8cb5"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_syslog_message.exe)

random seed: 71119626
================================================================================
success (ran 3 tests)
2024-06-28 13:56.07 ---> saved as "eec964dc635824c9e9f89f7dcec80f5be14f6c1424fb2b271c57591c673a3294"
Job succeeded
2024-06-28 13:56.07: Job succeeded