Organisationskoonwenobatcherdc9855 ()macos-homebrew-5.2_opam-2.2

macos-homebrew-5.2_opam-2.2

Link Copied
Code Copied

Logs

2024-08-29 07:08.07: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (dc9855221fbc8e201a85e52b14090e8252c21244) (macos-x86_64:macos-homebrew-5.2_opam-2.2)
Base: macos-homebrew-ocaml-5.2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/koonwen/obatcher.git" -b "main" && cd "obatcher" && git reset --hard dc985522
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.2
# macos-homebrew-5.2_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.2 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 || git fetch origin master) && git reset -q --hard 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obatcher.opam ./src/./
RUN opam pin add -yn obatcher.dev './src/./'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.7.0 mtime.2.0.0 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 picos.0.4.0 psq.0.2.1 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-ounit.0.22 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.1 topkg.1.0.7 uring.0.1 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y obatcher.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-08-29 07:08.07: Using cache hint "koonwen/obatcher-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_opam-2.2-58d04aceeba9cdaac3edd14a0de9ce03"
2024-08-29 07:08.07: Using OBuilder spec:
((from macos-homebrew-ocaml-5.2)
 (comment macos-homebrew-5.2_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.2 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 || git fetch origin master) && git reset -q --hard 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src obatcher.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn obatcher.dev './src/./'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.7.0 mtime.2.0.0 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 picos.0.4.0 psq.0.2.1 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-ounit.0.22 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.1 topkg.1.0.7 uring.0.1 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y obatcher.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-08-29 07:08.07: Waiting for resource in pool OCluster
2024-08-29 07:08.07: Waiting for worker…
2024-08-29 07:08.07: Got resource from pool OCluster
Building on i7-worker-01
HEAD is now at 6ee534b add tests
HEAD is now at dc98552 remove building tests in examples directory


(from macos-homebrew-ocaml-5.2)
2024-08-29 07:08.09 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache


/: (comment macos-homebrew-5.2_opam-2.2)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.2 ~/local/bin/opam"))
2024-08-29 07:08.10 ---> using "b003627c18f5d873361872ecfa38a9a8b5c86cc26245bef1d152887064c98071" 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.


This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-08-29 07:08.11 ---> using "408d2cc158c17e89759cf51b146539f00642e287086d5c54f85c33dae9e6a1f9" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.2.0
2.2.0
2024-08-29 07:08.11 ---> using "80c5626e56c363c9237b2d67b74b9ac64751c52cd041543c0fda73b45b911c9a" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 || git fetch origin master) && git reset -q --hard 1f0530d76bd442f96a6e0a90e30ba19c6f1b4015 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c635641299..1f0530d76b  master     -> origin/master
1f0530d76b Merge pull request #26372 from c-cube/release-thread-local-storage-v0.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
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-08-29 07:08.12 ---> using "abd71076c3bb15ad46afa8d3543327b7f2b9afc1a12d297af79e66d17c59516b" from cache


/: (copy (src obatcher.opam) (dst ./src/./))
2024-08-29 07:08.14 ---> saved as "23d3389793be541eccf96e240c13a9e7579998a8f0c4cc7c128c17ca4c99383e"


/: (run (network host)
        (shell "opam pin add -yn obatcher.dev './src/./'"))
Package obatcher does not exist, create as a NEW package? [y/n] y
[obatcher.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on obatcher package definition from source at file:///Users/mac1000/src:
  warning 68: Missing field 'license'
obatcher is now pinned to file:///Users/mac1000/src (version dev)
2024-08-29 07:08.27 ---> saved as "76ce2db56a9f4059c8f4bf80a5b35b974ab08eeff7b3ca463ff91e8b4bb7916e"


/: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.1.3.0 containers.3.13.1 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.7.0 mtime.2.0.0 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 picos.0.4.0 psq.0.2.1 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-ounit.0.22 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.1 topkg.1.0.7 uring.0.1 uutf.1.0.3")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y obatcher.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:bd12dc53d0714e477ce2ff4beaeb6ad71a9317271a63c3cd2f5d0427cf42f5c5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.3.4_1.el_capitan.bottle.tar.gz
- ==> Pouring portable-ruby-3.3.4_1.el_capitan.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obatcher.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-08-29 07:09.05 ---> saved as "46dde507d418abb020d07b4fc2380aed0a86a429cd05864a8fe6b2045165a307"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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 37 packages
  - install alcotest             1.8.0
  - install astring              0.8.5
  - install backoff              0.1.0
  - install base-bytes           base
  - install bigstringaf          0.10.0
  - install cmdliner             1.3.0
  - install containers           3.13.1
  - install cppo                 1.6.9
  - install csexp                1.5.2
  - install cstruct              6.2.0
  - install dune                 3.16.0
  - install dune-configurator    3.16.0
  - install either               1.0.0
  - install fmt                  0.9.0
  - install logs                 0.7.0
  - install lwt                  5.7.0
  - install mtime                2.0.0
  - install multicore-magic      2.3.0
  - install ocaml-syntax-shims   1.0.0
  - install ocamlbuild           0.15.0
  - install ocamlfind            1.9.6
  - install ocplib-endian        1.2
  - install optint               0.3.0
  - install ounit2               2.2.7
  - install picos                0.4.0
  - install psq                  0.2.1
  - install qcheck               0.22
  - install qcheck-alcotest      0.22
  - install qcheck-core          0.22
  - install qcheck-ounit         0.22
  - install re                   1.11.0
  - install seq                  base
  - install stdlib-shims         0.3.0
  - install thread-local-storage 0.1
  - install topkg                1.0.7
  - install uring                0.1
  - install uutf                 1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved multicore-magic.2.3.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck.0.22, qcheck-alcotest.0.22, qcheck-core.0.22, qcheck-ounit.0.22  (cached)
-> retrieved picos.0.4.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved thread-local-storage.0.1  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uring.0.1  (https://github.com/ocaml-multicore/ocaml-uring/releases/download/v0.1/uring-v0.1.tbz)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> installed ocamlbuild.0.15.0
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed backoff.0.1.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed thread-local-storage.0.1
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed qcheck-core.0.22
-> installed psq.0.2.1
-> installed optint.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed multicore-magic.2.3.0
-> installed cstruct.6.2.0
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.16.0
-> installed ounit2.2.2.7
-> installed alcotest.1.8.0
-> installed bigstringaf.0.10.0
-> installed qcheck-ounit.0.22
-> installed qcheck-alcotest.0.22
-> installed qcheck.0.22
[ERROR] The compilation of uring.0.1 failed at "dune build -p uring -j 11 @install".
-> installed containers.3.13.1
-> installed lwt.5.7.0
-> installed picos.0.4.0
-> installed logs.0.7.0


#=== ERROR while compiling uring.0.1 ==========================================#
# context     2.2.0 | macos/x86_64 | ocaml-base-compiler.5.2.0 | git+file:///Users/mac1000/opam-repository
# path        ~/.opam/5.2.0/.opam-switch/build/uring.0.1
# command     ~/.opam/opam-init/hooks/sandbox.sh build dune build -p uring -j 11 @install
# exit-code   1
# env-file    ~/.opam/log/uring-18068-86d2f3.env
# output-file ~/.opam/log/uring-18068-86d2f3.out
### output ###
# File "lib/uring/dune", lines 12-14, characters 0-66:
# 12 | (rule
# 13 |  (targets config.ml)
# 14 |  (action (run ./include/discover.exe)))
# (cd _build/default/lib/uring && include/discover.exe)
# compiling c program:
#  | #include <stdio.h>
#  | #include <fcntl.h>
#  | #include <poll.h>
#  | 
#  | 
#  | #define DUNE_ABS(x) ((x >= 0)? x: -(x))
#  | #define DUNE_D0(x) ('0'+(DUNE_ABS(x)/1         )%10)
#  | #define DUNE_D1(x) ('0'+(DUNE_ABS(x)/10        )%10), DUNE_D0(x)
#  | #define DUNE_D2(x) ('0'+(DUNE_ABS(x)/100       )%10), DUNE_D1(x)
#  | #define DUNE_D3(x) ('0'+(DUNE_ABS(x)/1000      )%10), DUNE_D2(x)
#  | #define DUNE_D4(x) ('0'+(DUNE_ABS(x)/10000     )%10), DUNE_D3(x)
#  | #define DUNE_D5(x) ('0'+(DUNE_ABS(x)/100000    )%10), DUNE_D4(x)
#  | #define DUNE_D6(x) ('0'+(DUNE_ABS(x)/1000000   )%10), DUNE_D5(x)
#  | #define DUNE_D7(x) ('0'+(DUNE_ABS(x)/10000000  )%10), DUNE_D6(x)
#  | #define DUNE_D8(x) ('0'+(DUNE_ABS(x)/100000000 )%10), DUNE_D7(x)
#  | #define DUNE_D9(x) ('0'+(DUNE_ABS(x)/1000000000)%10), DUNE_D8(x)
#  | #define DUNE_SIGN(x) ((x >= 0)? '0': '-')
#  | 
#  | 
#  | const char s0[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '0', '-',
#  |   DUNE_SIGN((POLLIN)),
#  |   DUNE_D9((POLLIN)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s1[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '-',
#  |   DUNE_SIGN((POLLOUT)),
#  |   DUNE_D9((POLLOUT)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s2[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '2', '-',
#  |   DUNE_SIGN((POLLERR)),
#  |   DUNE_D9((POLLERR)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s3[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '3', '-',
#  |   DUNE_SIGN((POLLHUP)),
#  |   DUNE_D9((POLLHUP)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s4[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '4', '-',
#  |   DUNE_SIGN((O_RDONLY)),
#  |   DUNE_D9((O_RDONLY)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s5[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '5', '-',
#  |   DUNE_SIGN((O_WRONLY)),
#  |   DUNE_D9((O_WRONLY)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s6[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '6', '-',
#  |   DUNE_SIGN((O_RDWR)),
#  |   DUNE_D9((O_RDWR)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s7[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '7', '-',
#  |   DUNE_SIGN((O_CREAT)),
#  |   DUNE_D9((O_CREAT)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s8[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '8', '-',
#  |   DUNE_SIGN((O_EXCL)),
#  |   DUNE_D9((O_EXCL)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s9[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '9', '-',
#  |   DUNE_SIGN((O_NOCTTY)),
#  |   DUNE_D9((O_NOCTTY)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s10[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '0', '-',
#  |   DUNE_SIGN((O_TRUNC)),
#  |   DUNE_D9((O_TRUNC)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s11[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '1', '-',
#  |   DUNE_SIGN((O_APPEND)),
#  |   DUNE_D9((O_APPEND)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s12[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '2', '-',
#  |   DUNE_SIGN((O_NONBLOCK)),
#  |   DUNE_D9((O_NONBLOCK)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s13[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '3', '-',
#  |   DUNE_SIGN((O_DSYNC)),
#  |   DUNE_D9((O_DSYNC)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s14[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '4', '-',
#  |   DUNE_SIGN((O_DIRECT)),
#  |   DUNE_D9((O_DIRECT)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s15[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '5', '-',
#  |   DUNE_SIGN((O_LARGEFILE)),
#  |   DUNE_D9((O_LARGEFILE)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s16[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '6', '-',
#  |   DUNE_SIGN((O_DIRECTORY)),
#  |   DUNE_D9((O_DIRECTORY)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s17[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '7', '-',
#  |   DUNE_SIGN((O_NOFOLLOW)),
#  |   DUNE_D9((O_NOFOLLOW)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s18[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '8', '-',
#  |   DUNE_SIGN((O_NOATIME)),
#  |   DUNE_D9((O_NOATIME)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s19[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '1', '9', '-',
#  |   DUNE_SIGN((O_CLOEXEC)),
#  |   DUNE_D9((O_CLOEXEC)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s20[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '2', '0', '-',
#  |   DUNE_SIGN((O_SYNC)),
#  |   DUNE_D9((O_SYNC)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s21[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '2', '1', '-',
#  |   DUNE_SIGN((O_PATH)),
#  |   DUNE_D9((O_PATH)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s22[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '2', '2', '-',
#  |   DUNE_SIGN((O_TMPFILE)),
#  |   DUNE_D9((O_TMPFILE)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
#  | 
#  | const char s23[] = {
#  |   'B', 'E', 'G', 'I', 'N', '-', '2', '3', '-',
#  |   DUNE_SIGN((AT_FDCWD)),
#  |   DUNE_D9((AT_FDCWD)),
#  |   '-', 'E', 'N', 'D'
#  | };
#  | 
# run: cc  -O2 -fno-strict-aliasing -fwrapv -pthread   -pthread -D_GNU_SOURCE -I /Users/mac1000/.opam/5.2.0/lib/ocaml -o /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.o -c /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c -lpthread
# -> process exited with code 1
# -> stdout:
# -> stderr:
#  | clang: warning: -lpthread: 'linker' input unused [-Wunused-command-line-argument]
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:134:14: error: use of undeclared identifier 'O_DIRECT'
#  |   DUNE_SIGN((O_DIRECT)),
#  |              ^
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  |   DUNE_D9((O_DIRECT)),
#  |            ^
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | /var/folders/08/cmph66ss6z5_230j8wsrrw740000z8/T/build_6818ab_dune/ocaml-configuratorf872ad/c-test-0/test.c:135:12: error: use of undeclared identifier 'O_DIRECT'
#  | fatal error: too many errors emitted, stopping now [-ferror-limit=]
#  | 20 errors generated.
# Error: failed to compile program
# (cd _build/default/vendor/liburing && ./configure)
# prefix                        /usr
# includedir                    /usr/include
# libdir                        /usr/lib
# libdevdir                     /usr/lib
# relativelibdir                
# mandir                        /usr/man
# datadir                       /usr/share
# __kernel_rwf_t                no
# __kernel_timespec             no
# open_how                      no
# statx                         no
# C++                           yes
# has_ucontext                  no
# CC                            gcc
# CXX                           g++
# File "lib/uring/dune", lines 16-39, characters 0-846:
# 16 | (rule
# 17 |  (deps
# 18 |   (source_tree %{project_root}/vendor/liburing))
# ....
# 37 |       barrier.h)
# 38 |     (copy %{project_root}/vendor/liburing/src/include/liburing/compat.h
# 39 |       compat.h)))))
# (cd _build/default/vendor/liburing && /usr/bin/make -j -C src)
#      CC setup.ol
#      CC queue.ol
#      CC syscall.ol
#      CC register.ol
#      CC queue.os
#      CC setup.os
#      CC syscall.os
#      CC register.os
# In file included from queue.c:13:
# In file included from queue.c:13:
# include/liburing/io_uring.h:11:10: fatal error: 'linux/fs.h' file not found
# #include <linux/fs.h>
#          ^~~~~~~~~~~~
# In file included from syscall.c:11:
# include/liburing/io_uring.h:11:10: fatal error: 'linux/fs.h' file not found
# #include <linux/fs.h>
#          ^~~~~~~~~~~~
# include/liburing/io_uring.h:11:10: fatal error: 'linux/fs.h' file not found
# #include <linux/fs.h>
#          ^~~~~~~~~~~~
# In file included from syscall.c:11:
# include/liburing/io_uring.h:11:10: fatal error: 'linux/fs.h' file not found
# #include <linux/fs.h>
#          ^~~~~~~~~~~~
# In file included from register.c:12:
# include/liburing/io_uring.h:11:10: fatal error: 'linux/fs.h' file not found
# #include <linux/fs.h>
#          ^~~~~~~~~~~~
# In file included from register.c:12:
# include/liburing/io_uring.h:11:10: fatal error: 'linux/fs.h' file not found
# #include <linux/fs.h>
#          ^~~~~~~~~~~~
# 1 error generated.
# 1 error generated.
# make: *** [syscall.os] Error 1
# make: *** Waiting for unfinished jobs....
# make: *** [syscall.ol] Error 1
# In file included from setup.c:14:
# 1 error generated.
# include/liburing/io_uring.h:11:10: fatal error: 'linux/fs.h' file not found
# In file included from setup.c:14:
# include/liburing/io_uring.h:11:10: fatal error: 'linux/fs.h' file not found
# #include <linux/fs.h>
#          ^~~~~~~~~~~~
# 1 error generated.
# #include <linux/fs.h>
#          ^~~~~~~~~~~~
# 1 error generated.
# 1 error generated.
# make: *** [queue.ol] Error 1
# make: *** [queue.os] Error 1
# make: *** [register.ol] Error 1
# make: *** [register.os] Error 1
# 1 error generated.
# 1 error generated.
# make: *** [setup.ol] Error 1
# make: *** [setup.os] Error 1


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build uring 0.1
+- 
+- The following changes have been performed
| - install alcotest             1.8.0
| - install astring              0.8.5
| - install backoff              0.1.0
| - install base-bytes           base
| - install bigstringaf          0.10.0
| - install cmdliner             1.3.0
| - install containers           3.13.1
| - install cppo                 1.6.9
| - install csexp                1.5.2
| - install cstruct              6.2.0
| - install dune                 3.16.0
| - install dune-configurator    3.16.0
| - install either               1.0.0
| - install fmt                  0.9.0
| - install logs                 0.7.0
| - install lwt                  5.7.0
| - install mtime                2.0.0
| - install multicore-magic      2.3.0
| - install ocaml-syntax-shims   1.0.0
| - install ocamlbuild           0.15.0
| - install ocamlfind            1.9.6
| - install ocplib-endian        1.2
| - install optint               0.3.0
| - install ounit2               2.2.7
| - install picos                0.4.0
| - install psq                  0.2.1
| - install qcheck               0.22
| - install qcheck-alcotest      0.22
| - install qcheck-core          0.22
| - install qcheck-ounit         0.22
| - install re                   1.11.0
| - install seq                  base
| - install stdlib-shims         0.3.0
| - install thread-local-storage 0.1
| - install topkg                1.0.7
| - install uutf                 1.0.3
+- 
# Run eval $(opam env) to update the current shell environment


The former state can be restored with:
    /usr/local/bin/opam switch import "/Users/mac1000/.opam/5.2.0/.opam-switch/backup/state-20240829070908.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-08-29 07:10.32: Job failed: Failed: Build failed