Organisationsocaml-multicoreeio9cb52c ()openbsd-76-amd64-5.3_opam-2.3

openbsd-76-amd64-5.3_opam-2.3

Logs

Show full logs
2025-06-12 14:21.14: New job: test ocaml-multicore/eio https://github.com/ocaml-multicore/eio.git#refs/pull/803/head (9cb52c3c061a1bfee0c6094625415d3c95f735d5) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3)
Base: openbsd-76-amd64-ocaml-5.3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/eio.git" && cd "eio" && git fetch origin "refs/pull/803/head" && git reset --hard 9cb52c3c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-76-amd64-ocaml-5.3
# openbsd-76-amd64-5.3_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam /home/opam/src/./
RUN opam pin add -yn eio_windows.dev '/home/opam/src/./' && \
    opam pin add -yn eio_posix.dev '/home/opam/src/./' && \
    opam pin add -yn eio_main.dev '/home/opam/src/./' && \
    opam pin add -yn eio_linux.dev '/home/opam/src/./' && \
    opam pin add -yn eio.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.10.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.8.0 lwt-dllist.1.1.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build --only-packages=eio_windows,eio_posix,eio_main,eio @install @check @runtest && rm -rf _build

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

2025-06-12 14:21.14: Using cache hint "ocaml-multicore/eio-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-c4561c87b1afcf1218cc3fa54c1b630f"
2025-06-12 14:21.14: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-5.3)
 (comment openbsd-76-amd64-5.3_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)
       (dst /home/opam/src/./))
 (run (network host)
      (shell  "opam pin add -yn eio_windows.dev '/home/opam/src/./' && \
             \nopam pin add -yn eio_posix.dev '/home/opam/src/./' && \
             \nopam pin add -yn eio_main.dev '/home/opam/src/./' && \
             \nopam pin add -yn eio_linux.dev '/home/opam/src/./' && \
             \nopam pin add -yn eio.dev '/home/opam/src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.10.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.8.0 lwt-dllist.1.1.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uutf.1.0.4 yojson.3.0.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.3 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio.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 --only-packages=eio_windows,eio_posix,eio_main,eio @install @check @runtest && rm -rf _build"))
)

2025-06-12 14:21.14: Waiting for resource in pool OCluster
2025-06-13 12:01.25: Waiting for worker…
2025-06-13 17:41.39: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at 9cb52c3 Add setuid fork action

(from openbsd-76-amd64-ocaml-5.3)
2025-06-13 17:41.39 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache

/: (comment openbsd-76-amd64-5.3_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"))
2025-06-13 17:41.39 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" 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
2025-06-13 17:41.39 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-13 17:41.39 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache

/: (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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   f93eb7cb02..a28eb8a148  master     -> origin/master
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.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)
2025-06-13 17:41.39 ---> using "f8be2f6759d53a01d4f06f9dfcffa05d8df278bee2569c88876c1cd943d0e522" from cache

/: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)
         (dst /home/opam/src/./))
2025-06-13 17:41.39 ---> using "f2fb27933e8850e37cefc38095b09792510c14393b672ecde3abc4575c7887ec" from cache

/: (run (network host)
        (shell  "opam pin add -yn eio_windows.dev '/home/opam/src/./' && \
               \nopam pin add -yn eio_posix.dev '/home/opam/src/./' && \
               \nopam pin add -yn eio_main.dev '/home/opam/src/./' && \
               \nopam pin add -yn eio_linux.dev '/home/opam/src/./' && \
               \nopam pin add -yn eio.dev '/home/opam/src/./'"))
[eio_windows.dev] synchronised (file:///home/opam/src)
eio_windows is now pinned to file:///home/opam/src (version dev)
[eio_posix.dev] synchronised (file:///home/opam/src)
eio_posix is now pinned to file:///home/opam/src (version dev)
[eio_main.dev] synchronised (file:///home/opam/src)
eio_main is now pinned to file:///home/opam/src (version dev)
[eio_linux.dev] synchronised (file:///home/opam/src)
eio_linux is now pinned to file:///home/opam/src (version dev)
[eio.dev] synchronised (file:///home/opam/src)
eio is now pinned to file:///home/opam/src (version dev)
2025-06-13 17:41.39 ---> using "a114eda8630ff5dfa32da82fdd04959231a4931a2e153a43169f8ade1664a0cf" from cache

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-06-13 17:41.39 ---> using "fbde23633d19c289a2e57c1fa1a95019d5a7f4dc12fcb0b6ab5f96807cdfbcdf" from cache

/: (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.10.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.8.0 lwt-dllist.1.1.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uutf.1.0.4 yojson.3.0.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.3 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[eio.dev] synchronised (file:///home/opam/src)
[eio_posix.dev] synchronised (file:///home/opam/src)
[eio_main.dev] synchronised (file:///home/opam/src)
[eio_windows.dev] synchronised (file:///home/opam/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-06-13 17:41.39 ---> using "263cc419b6d9292b00df7cbed50fce2666a9fb79d44b28f4aee7ba612345ae3a" from cache

/: (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 46 packages
  - install afl-persistent       1.4
  - install alcotest             1.9.0
  - install astring              0.8.5
  - install backoff              0.1.1
  - install base-bytes           base
  - install bigstringaf          0.10.0
  - install camlp-streams        5.0.1
  - install cmdliner             1.3.0
  - install conf-bash            1
  - install containers           3.16
  - install cppo                 1.8.0
  - install crowbar              0.2.1
  - install csexp                1.5.2
  - install cstruct              6.2.0
  - install domain-local-await   1.0.1
  - install domain-local-timeout 1.0.1
  - install dscheck              0.5.0
  - install dune                 3.19.1
  - install dune-configurator    3.19.1
  - install either               1.0.0
  - install fmt                  0.10.0
  - install hmap                 0.8.1
  - install iomux                0.3
  - install kcas                 0.7.0
  - install logs                 0.8.0
  - install lwt-dllist           1.1.0
  - install mdx                  2.5.0
  - install mtime                2.1.0
  - install multicore-magic      2.3.1
  - install ocaml-syntax-shims   1.0.0
  - install ocaml-version        4.0.1
  - install ocamlbuild           0.16.1
  - install ocamlfind            1.9.8
  - install ocplib-endian        1.2
  - install optint               0.3.0
  - install oseq                 0.5.1
  - install psq                  0.2.1
  - install re                   1.12.0
  - install result               1.5
  - install seq                  base
  - install stdlib-shims         0.3.0
  - install thread-table         1.0.0
  - install topkg                1.0.8
  - install tsort                2.2.0
  - install uutf                 1.0.4
  - install yojson               3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> installed conf-bash.1
-> retrieved cppo.1.8.0  (cached)
-> retrieved containers.3.16  (cached)
-> retrieved crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved kcas.0.7.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mdx.2.5.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tsort.2.2.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.19.1
-> installed ocamlbuild.0.16.1
-> installed afl-persistent.1.4
-> installed backoff.0.1.1
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed dune-configurator.3.19.1
-> installed lwt-dllist.1.1.0
-> installed bigstringaf.0.10.0
-> installed containers.3.16
-> installed iomux.0.3
-> installed multicore-magic.2.3.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed optint.0.3.0
-> installed oseq.0.5.1
-> installed ocplib-endian.1.2
-> installed result.1.5
-> installed crowbar.0.2.1
-> installed seq.base
-> installed stdlib-shims.0.3.0
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed thread-table.1.0.0
-> installed topkg.1.0.8
-> installed domain-local-await.1.0.1
-> installed astring.0.8.5
-> installed fmt.0.10.0
-> installed hmap.0.8.1
-> installed cstruct.6.2.0
-> installed logs.0.8.0
-> installed mtime.2.1.0
-> installed mdx.2.5.0
-> installed domain-local-timeout.1.0.1
-> installed tsort.2.2.0
-> installed kcas.0.7.0
-> installed dscheck.0.5.0
-> installed uutf.1.0.4
-> installed yojson.3.0.0
-> installed alcotest.1.9.0
Done.

<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.

   To globally enable AFL instrumentation, create an OCaml switch like:

     opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-06-13 17:45.04 ---> saved as "4dced745d68fddd773a65d4d4e2d1fc0ef44790d758610da8715edf305b9c734"

/: (copy (src .) (dst /home/opam/src))
2025-06-13 17:45.46 ---> saved as "2aca6c5c9963240a06fe9c1519be2f393027177d24c745423a7b12cf3be7b8f8"

/: (run (shell "cd /home/opam/src && opam exec -- dune build --only-packages=eio_windows,eio_posix,eio_main,eio @install @check @runtest && rm -rf _build"))
(cd _build/default/fuzz && ./fuzz_buf_read.exe)
random ops: PASS

(cd _build/default/fuzz && ./fuzz_buf_write.exe)
random ops: PASS

(cd _build/default/fuzz && ./fuzz_inherit_fds.exe)
inherit_fds: PASS

2025-06-13 17:47.09 ---> saved as "c444e1ba7b9a130a1c36b043f5ff713f8c857c1f91a5c1712817a787b79150fc"
Job succeeded
2025-06-13 17:47.10: Job succeeded