Build:
  1. 0
2024-04-28 22:36.36: New job: test robur-coop/miou https://github.com/robur-coop/miou.git#refs/heads/main (e269d54891dcf9697321e8263a46fd55cd87ad87) (linux-x86_64:opensuse-15.5-5.1_opam-2.1)
Base: ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/robur-coop/miou.git" -b "main" && cd "miou" && git reset --hard e269d548
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b
# opensuse-15.5-5.1_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 miou.opam ./
RUN opam pin add -yn miou.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.2.0 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dns.7.0.3 dns-client.7.0.3 domain-name.0.4.0 dscheck.0.4.0 dune.3.15.0 dune-configurator.3.15.0 duration.0.2.1 either.1.0.0 eqaf.0.9 fmt.0.9.0 gmap.0.3.0 happy-eyeballs.0.6.0 hxd.0.3.2 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-rng.0.11.3 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 seq.base topkg.1.0.7 tsort.2.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y miou.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-04-28 22:36.36: Using cache hint "robur-coop/miou-ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b-opensuse-15.5-5.1_opam-2.1-5eada6362cd0c799c32717a27077085f"
2024-04-28 22:36.36: Using OBuilder spec:
((from ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b)
 (comment opensuse-15.5-5.1_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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src miou.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn miou.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.2.0 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dns.7.0.3 dns-client.7.0.3 domain-name.0.4.0 dscheck.0.4.0 dune.3.15.0 dune-configurator.3.15.0 duration.0.2.1 either.1.0.0 eqaf.0.9 fmt.0.9.0 gmap.0.3.0 happy-eyeballs.0.6.0 hxd.0.3.2 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-rng.0.11.3 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 seq.base topkg.1.0.7 tsort.2.1.0")
 (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 miou.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-04-28 22:36.36: Waiting for resource in pool OCluster
2024-04-28 22:36.36: Waiting for worker…
2024-04-28 22:36.54: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
HEAD is now at b0c0019 Add Miou_unix.really_read
HEAD is now at e269d54 Merge pull request 'Rename Miou.set_signal to Miou.sys_signal, also return the old behavior of the signal as Sys.signal' (#50) from signal into main

(from ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b)
Unable to find image 'ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b' locally
docker.io/ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b: Pulling from ocaml/opam
ab5684cc4a84: Pulling fs layer
ab5684cc4a84: Verifying Checksum
ab5684cc4a84: Download complete
ab5684cc4a84: Pull complete
Digest: sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b
Status: Downloaded newer image for ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b
2024-04-28 22:38.56 ---> saved as "67e7f995c1f1de6afe3b842b6864da7bf603a20c96725b708ddf62f38defd3f7"

/: (comment opensuse-15.5-5.1_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-04-28 22:38.56 ---> saved as "a86b6f66018fb6b6b01b493d982df053fa08865b06dda4c20b991c2d5b676395"

/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-04-28 22:40.27 ---> saved as "77c5c02e6d5b67713360208b87a52318d724017b7ad33f45aef57c9e1019532a"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-28 22:40.27 ---> saved as "4af627995f639c8cfa4ee61a5cb92c72674f662d350e564ae25e21431fee5d52"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-04-28 22:40.27 ---> saved as "859bf81ccecaf940d1867027766280d5dbb11bb06da04b97b5b2a74c90ab4e4c"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
950c52962d [new release] dune (15 packages) (3.15.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-04-28 22:42.10 ---> saved as "556fa221145ea89397eb4db11f175a7c180e216f940cb61451beba08ffa54efa"

/src: (copy (src miou.opam) (dst ./))
2024-04-28 22:42.10 ---> saved as "35c8ea2d154809cf284dfa1ffe028fdbd11abfad873a22d92e7a73b30bed076d"

/src: (run (network host)
           (shell "opam pin add -yn miou.dev './'"))
[miou.dev] synchronised (file:///src)
miou is now pinned to file:///src (version dev)
2024-04-28 22:42.25 ---> saved as "64cd778ffe82bca64ac9a91ad6355aceb83f2a404a5d06285df9ba37b93a7b91"

/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.2.0 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 digestif.1.2.0 dns.7.0.3 dns-client.7.0.3 domain-name.0.4.0 dscheck.0.4.0 dune.3.15.0 dune-configurator.3.15.0 duration.0.2.1 either.1.0.0 eqaf.0.9 fmt.0.9.0 gmap.0.3.0 happy-eyeballs.0.6.0 hxd.0.3.2 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-rng.0.11.3 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 seq.base topkg.1.0.7 tsort.2.1.0")

/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 miou.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [...
- .....
- ..done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [...
- .
- ......
- ..
- ...
- .
- .....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [...
- .....
- ..done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [...
- ....
- ....
- .done]
- Building repository 'Update Repository (Non-Oss)' cache [..
- ..done]
- All repositories have been refreshed.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[miou.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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-04-28 22:43.56 ---> saved as "afab9113946884220a3d29964ecc044baae175b46bdc1834b7ef4c975fa7aa30"

/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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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 ocamlbuild        0.14.3
  - install dune              3.15.0
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install seq               base
  - install tsort             2.1.0
  - install oseq              0.5.1
  - install macaddr           5.5.0
  - install gmap              0.3.0
  - install either            1.0.0
  - install duration          0.2.1
  - install domain-name       0.4.0
  - install csexp             1.5.2
  - install base64            3.5.1
  - install topkg             1.0.7
  - install psq               0.2.1
  - install ipaddr            5.5.0
  - install dune-configurator 3.15.0
  - install ptime             1.1.0
  - install mtime             2.0.0
  - install fmt               0.9.0
  - install lru               0.3.1
  - install hxd               0.3.2
  - install containers        3.13.1
  - install metrics           0.4.1
  - install logs              0.7.0
  - install cstruct           6.2.0
  - install dscheck           0.4.0
  - install happy-eyeballs    0.6.0
  - install randomconv        0.1.3
  - install eqaf              0.9
  - install dns               7.0.3
  - install mirage-crypto     0.11.3
  - install digestif          1.2.0
  - install mirage-crypto-rng 0.11.3
  - install dns-client        7.0.3
===== 36 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved dns.7.0.3  (cached)
-> retrieved dns-client.7.0.3  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved dscheck.0.4.0  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved happy-eyeballs.0.6.0  (cached)
-> retrieved hxd.0.3.2  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved psq.0.2.1  (cached)
-> installed seq.base
-> retrieved ptime.1.1.0  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> retrieved tsort.2.1.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed logs.0.7.0
-> installed dune.3.15.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed either.1.0.0
-> installed macaddr.5.5.0
-> installed metrics.0.4.1
-> installed oseq.0.5.1
-> installed psq.0.2.1
-> installed tsort.2.1.0
-> installed randomconv.0.1.3
-> installed lru.0.3.1
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed happy-eyeballs.0.6.0
-> installed dune-configurator.3.15.0
-> installed digestif.1.2.0
-> installed dns.7.0.3
-> installed hxd.0.3.2
-> installed mirage-crypto.0.11.3
-> installed mirage-crypto-rng.0.11.3
-> installed containers.3.13.1
-> installed dscheck.0.4.0
-> installed dns-client.7.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-28 22:45.32 ---> saved as "2ddb0a6c22c0fa21c5e766f7831ca11294ccafcc0a8be0a8598d1e3ad7055e6d"

/src: (copy (src .) (dst /src))
2024-04-28 22:45.33 ---> saved as "00bc728ca09d40b18116ee787522584e0d2769a58872ce4cb0b620509d2f2bee"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/sync && ./test_sync.exe)
Run tests into /src/_build/default/test/sync/_tests/run-YTZ8
test01: ....ok
test02: ..ok
test03: ok
(cd _build/default/test && ./test_core.exe)
Run tests into /src/_build/default/test/_tests/run-80Pq
test01: .ok
test02: .ok
test03: .ok
test04: .ok
test05: .ok
test06: .ok
test07: .ok
test08: .ok
test09: .ok
test10: .ok
test11: .ok
test12: .ok
test13: .ok
test14: .ok
test15: .ok
test16: .ok
test17: .ok
test18: .ok
test19: .ok
test20: .ok
test21: .ok
test22: ..ok
test23: .ok
test24: ..ok
test25: ..ok
test26: .ok
test27: .ok
test28: .ok
test29: .ok
test30: .ok
test31: .ok
test32: .ok
test33: .ok
test34: .ok
test35: ..ok
test36: ..ok
test37: .ok
test38: .ok
test39: .ok
test40: .ok
2024-04-28 22:45.35 ---> saved as "51f527ae580f69dd9e7fe5809a9dba681c798e4cf230543192ef8275c6044319"
Job succeeded
2024-04-28 22:45.35: Job succeeded