Organisationsverbosemodesyslog-message160d94 (main)openbsd-76-amd64-5.2_opam-2.3

openbsd-76-amd64-5.2_opam-2.3

Logs

Show full logs
2024-11-11 20:53.06: New job: test verbosemode/syslog-message https://github.com/verbosemode/syslog-message.git#refs/heads/main (160d94f9e3e4972b53042c5bd7c32a3ce1656082) (openbsd-amd64:openbsd-76-amd64-5.2_opam-2.3)
Base: openbsd-76-amd64-ocaml-5.2
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 openbsd-76-amd64-ocaml-5.2
# openbsd-76-amd64-5.2_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 syslog-message.opam /home/opam/src/./
RUN opam pin add -yn syslog-message.dev '/home/opam/src/./'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ounit2.2.2.7 ptime.1.2.0 qcheck.0.22 qcheck-core.0.22 qcheck-ounit.0.22 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.3 --depext-only -y syslog-message.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-11-11 20:53.06: Using cache hint "verbosemode/syslog-message-openbsd-76-amd64-ocaml-5.2-openbsd-76-amd64-5.2_opam-2.3-41b55931cfaa0ef720d2266d661cf1bb"
2024-11-11 20:53.06: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-5.2)
 (comment openbsd-76-amd64-5.2_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "doas 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"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src syslog-message.opam) (dst /home/opam/src/./))
 (run (network host)
      (shell "opam pin add -yn syslog-message.dev '/home/opam/src/./'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ounit2.2.2.7 ptime.1.2.0 qcheck.0.22 qcheck-core.0.22 qcheck-ounit.0.22 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.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 /home/opam/src))
 (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-11-11 20:53.06: Waiting for resource in pool OCluster
2024-11-11 20:53.06: Waiting for worker…
2024-11-11 23:55.59: Got resource from pool OCluster
Building on bremusa
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>
Initialised empty Git repository in /var/cache/obuilder/git/syslog-message.git-f6bf49bb0ba12fbee909ae0bb60d64c0e68821e6/.git/
HEAD is now at 160d94f release 1.2.0

(from openbsd-76-amd64-ocaml-5.2)
2024-11-11 23:56.00 ---> using "4320665f99976787f90a9e18174d2737909e8978c44b8f3d46fb0aff097b06a4" from cache

/: (comment openbsd-76-amd64-5.2_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-11-11 23:56.00 ---> using "22e2929b9a366c809ec816349aa6cb9a45b4649cad05d8c280efed2bc66c5069" from cache

/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-11-11 23:56.00 ---> using "8ee85108de9d3aac6d892ef0faaf024ea14d13d761a327e4e4cd8f43a209bafa" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 5.2.0
2.3.0~rc1
2024-11-11 23:56.00 ---> using "52e1b1eb38389daf27ec5bb41e48ee2005bdbd80371e88d39094e253864006cb" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1

<><> 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.
# To update the current shell environment, run: eval $(opam env)
2024-11-11 23:56.00 ---> using "4fe3df0294c03f2476967fa629d94688b775258f59afca9905db57aab2303325" from cache

/: (copy (src syslog-message.opam) (dst /home/opam/src/./))
2024-11-11 23:56.58 ---> saved as "897e5bbc60a0c7ac9a8b6e88ebcddb4a38ccf9649f45bfa136a00c5b53302990"

/: (run (network host)
        (shell "opam pin add -yn syslog-message.dev '/home/opam/src/./'"))
[syslog-message.dev] synchronised (file:///home/opam/src)
syslog-message is now pinned to file:///home/opam/src (version dev)
2024-11-11 23:57.50 ---> saved as "a7044dee4476d72a39ec27610e539b3847a7980f300f101f2ea8473655232321"

/: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ounit2.2.2.7 ptime.1.2.0 qcheck.0.22 qcheck-core.0.22 qcheck-ounit.0.22 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.3 --depext-only -y syslog-message.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-nnp 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).
2024-11-11 23:58.53 ---> saved as "8440e195be6b60d827bab374d7307c6a5796fe8cd5925b51cb1b6a716fb34afc"

/: (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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-nnp 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.16.1
  - install ocamlbuild   0.15.0
  - install ocamlfind    1.9.6
  - install ounit2       2.2.7
  - install ptime        1.2.0
  - install qcheck       0.22
  - install qcheck-core  0.22
  - install qcheck-ounit 0.22
  - install seq          base
  - install stdlib-shims 0.3.0
  - install topkg        1.0.7

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved qcheck.0.22, qcheck-core.0.22, qcheck-ounit.0.22  (https://github.com/c-cube/qcheck/archive/v0.22.tar.gz)
-> retrieved dune.3.16.1  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.1
-> installed ocamlbuild.0.15.0
-> installed qcheck-core.0.22
-> installed seq.base
-> installed stdlib-shims.0.3.0
-> installed topkg.1.0.7
-> installed ounit2.2.2.7
-> installed ptime.1.2.0
-> installed qcheck-ounit.0.22
-> installed qcheck.0.22
Done.
# To update the current shell environment, run: eval $(opam env)
2024-11-12 00:06.34 ---> saved as "7bd0d9ba54eed436144cc0fd5a8287d73d28be7a11dc76a28476cbaf09481dea"

/: (copy (src .) (dst /home/opam/src))
2024-11-12 00:07.31 ---> saved as "41d9eee5b4559cd783415569b88c84a767f31f7d03935f015f4046246fbff906"

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

random seed: 267884166
================================================================================
success (ran 3 tests)
2024-11-12 00:08.26 ---> saved as "86e5ef9981e679fc836eecf21592f3ce7c2bfc356b21d0fd81503b8c4e04ed8c"
Job succeeded
2024-11-12 00:08.26: Job succeeded