Organisationsygrekextunixe90bd0 (master)debian-12-4.14_s390x_opam-2.3

debian-12-4.14_s390x_opam-2.3

Link Copied
Code Copied

Logs

2025-03-28 15:13.26: New job: test ygrek/extunix https://github.com/ygrek/extunix.git#refs/heads/master (e90bd03bbcdf84ccba6b749f727d487f4161aff8) (linux-s390x:debian-12-4.14_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ygrek/extunix.git" -b "master" && cd "extunix" && git reset --hard e90bd03b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525
# debian-12-4.14_s390x_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 extunix.opam ./
RUN opam pin add -yn extunix.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y extunix.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


2025-03-28 15:13.26: Using cache hint "ygrek/extunix-ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525-debian-12-4.14_s390x_opam-2.3-8309ecd74f294942f3c2005400ca89b9"
2025-03-28 15:13.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525)
(comment debian-12-4.14_s390x_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo 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"))
(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 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src extunix.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn extunix.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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 extunix.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"))
)


2025-03-28 15:13.26: Waiting for resource in pool OCluster
2025-03-28 15:13.26: Waiting for worker…
2025-03-28 16:49.15: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at e90bd03 Remove outdated depext on libexecinfo-dev on Alpine


(from ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525' locally
docker.io/ocaml/opam@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525: Pulling from ocaml/opam
f54fe0873ec6: Already exists
fd6740292a8f: Already exists
dc54fe64258a: Already exists
8df56b450dc9: Already exists
34e267e80c76: Already exists
2073f9853bab: Already exists
174fca57af9d: Already exists
092d5db03edc: Already exists
67194fe7a502: Already exists
c2bfbc9a231e: Already exists
39f3b4610ff5: Already exists
84693fc236d0: Already exists
a2304c0c9ccc: Already exists
e41ee84cbc8a: Already exists
dc9aeae3c76a: Already exists
dc9aeae3c76a: Already exists
6cf0f8b07b1a: Already exists
5c9ec6fd0b71: Already exists
d883044d052f: Already exists
938ede5505c9: Already exists
4f4fb700ef54: Already exists
2a309ccd59f0: Already exists
a5e294a516ce: Already exists
559a97e0885e: Already exists
05abc102bf12: Already exists
4e2c4e0b92d0: Already exists
aabdf43cc000: Already exists
b7e1264e51ef: Already exists
95a958d2177c: Already exists
62307def6435: Already exists
a9294e68d815: Already exists
06b27b41f668: Already exists
3fcb993d219a: Already exists
66b09664362d: Already exists
2ad4ff09c235: Already exists
920d7f4843e7: Already exists
569300ee11ed: Already exists
3873f620a391: Already exists
ec7597f01333: Pulling fs layer
5083f4e00b1d: Pulling fs layer
42b1bf5b7c6d: Pulling fs layer
51a50da33369: Pulling fs layer
abb278dbf651: Pulling fs layer
51a50da33369: Waiting
abb278dbf651: Waiting
42b1bf5b7c6d: Verifying Checksum
42b1bf5b7c6d: Download complete
ec7597f01333: Verifying Checksum
ec7597f01333: Download complete
abb278dbf651: Verifying Checksum
abb278dbf651: Download complete
51a50da33369: Verifying Checksum
51a50da33369: Download complete
5083f4e00b1d: Verifying Checksum
5083f4e00b1d: Download complete
ec7597f01333: Pull complete
5083f4e00b1d: Pull complete
42b1bf5b7c6d: Pull complete
51a50da33369: Pull complete
abb278dbf651: Pull complete
Digest: sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525
Status: Downloaded newer image for ocaml/opam@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525
2025-03-28 16:49.17 ---> using "a620d62a2d42ef76287132002ad720c1406ae16aa16a6bc86e25cbd67a9adf5b" from cache


/: (comment debian-12-4.14_s390x_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-28 16:49.17 ---> using "3e3e6deb08c832bb00a9b5be41d0b54ed7b0ad8e0bcc1f6e0cad409bc3ef697e" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-28 16:49.17 ---> using "a03dff5005045c0bedc46067d5f246731772b2a62c1c1829aef25757b362699c" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-55-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-28 16:49.17 ---> using "b4fae3104fb1817529be9d6357c4b96d24f16b72ac2c87a589dceac128c755ad" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-28 16:49.17 ---> using "f5b034cfffd437fbe4b5db9c71a8546b1a0d70cbe98fc4bd512aef4094cb3410" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a8ed476033..dabc6e3b05  master     -> origin/master
46648c7f67 Allow core and dependencies to be installed on arm32 (#27519)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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-03-28 16:49.17 ---> using "9842fd711b486178c03aeb0fbc2dc6ac36895b3a5e8db3c1a047c5630adf5a16" from cache


/src: (copy (src extunix.opam) (dst ./))
2025-03-28 16:49.44 ---> saved as "72f4a1506e28ff6e10e42af8b00debb13a05c724f6db64a237cdcd29ed6f845e"


/src: (run (network host)
(shell "opam pin add -yn extunix.dev './'"))
[extunix.dev] synchronised (file:///src)
extunix is now pinned to file:///src (version dev)
2025-03-28 16:50.04 ---> saved as "1240504e6f8af5110a08b2628c7c6159e40e7704a2701525542cf214a404e0cf"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-28 16:50.13 ---> saved as "6207e73fe6bbb557514c8ef724ec7de879dc7fe48bce19ff951c60fd70af3856"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.3 --depext-only -y extunix.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main s390x Packages.diff/Index [16.2 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [186 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [186 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [216 kB]
- Fetched 336 kB in 1s (294 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[extunix.dev] synchronised (file:///src)


[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 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).
2025-03-28 16:50.57 ---> saved as "bbac52aa54535e226cd8554e77c4740237a5169107de78834d961570b7257dc1"


/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 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 12 packages
- install base-bytes          base
- install csexp               1.5.2
- install dune                3.17.2
- install dune-configurator   3.17.2
- install ocaml-compiler-libs v0.12.4
- install ocamlfind           1.9.8
- install ounit2              2.2.7
- install ppx_derivers        1.2.1
- install ppxlib              0.36.0
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.17.2
-> installed ounit2.2.2.7
-> installed ppxlib.0.36.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-28 16:54.08 ---> saved as "44d421f3d4edaa110f144d338d12079bdc62486566e20a7cb3cc307c7afa490d"


/src: (copy (src .) (dst /src))
2025-03-28 16:54.18 ---> saved as "962f2604ae182fc20782f1ceb16b18863b0683d052c50ee0bba7c40c8530659e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src && ../discover/discover.exe)
checking EVENTFD.............ok
checking ATFILE..............ok
checking RENAMEAT2...........ok
checking RENAME_WHITEOUT.....ok
checking DIRFD...............ok
checking STATVFS.............ok
checking FSTATVFS............ok
checking SIOCGIFCONF.........ok
checking IFADDRS.............ok
checking INET_NTOA...........ok
checking INET_NTOP...........ok
checking UNAME...............ok
checking FADVISE.............ok
checking FALLOCATE...........ok
checking TTY_IOCTL...........ok
checking TTYNAME.............ok
checking CTERMID.............ok
checking GETTID..............ok
checking PGID................ok
checking SETREUID............ok
checking FSYNC...............ok
checking FDATASYNC...........ok
checking SYNC................ok
checking SYNCFS..............ok
checking REALPATH............ok
checking SIGNALFD............ok
checking PTRACE..............ok
checking RESOURCE............ok
checking MLOCKALL............ok
checking STRPTIME............ok
checking STRTIME.............ok
checking TIMEZONE............ok
checking TIMEGM..............ok
checking PTS.................ok
checking FCNTL...............ok
checking TCPGRP..............ok
checking EXECINFO............ok
checking SETENV..............ok
checking CLEARENV............ok
checking MKDTEMP.............ok
checking MALLOC_INFO.........ok
checking MALLOC_STATS........ok
checking MEMALIGN............ok
checking ENDIAN..............ok
checking READ_CREDENTIALS....ok
checking FEXECVE.............ok
checking SENDMSG.............ok
checking PREAD...............ok
checking PWRITE..............ok
checking READ................ok
checking WRITE...............ok
checking MKSTEMPS............ok
checking MKOSTEMPS...........ok
checking SETRESUID...........ok
checking SYSCONF.............ok
checking SPLICE..............ok
checking TEE.................ok
checking VMSPLICE............ok
checking SOCKOPT.............ok
checking TCP_KEEPIDLE........ok
checking TCP_KEEPCNT.........ok
checking TCP_KEEPINTVL.......ok
checking SO_REUSEPORT........ok
checking POLL................ok
checking SYSINFO.............ok
checking MCHECK..............ok
checking MOUNT...............ok
checking UNSHARE.............ok
checking CHROOT..............ok
checking SYSLOG..............ok
checking WAIT4...............ok
(cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o atfile.o -c atfile.c)
atfile.c: In function 'stat_aux':
atfile.c:55:52: warning: passing argument 2 of 'cst_to_constr' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
55 |     caml_unix_cst_to_constr(buf->st_mode & S_IFMT, file_kind_table,
|                                                    ^~~~~~~~~~~~~~~
atfile.c:14:41: note: expected 'int *' but argument is of type 'const int *'
14 | extern value cst_to_constr(int n, int * tbl, int size, int deflt);
|                                   ~~~~~~^~~
atfile.c: In function 'caml_extunix_fstatat':
atfile.c:76:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
76 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
|                                               ^~~~~~~~~~~~~~
In file included from config.h:34,
from atfile.c:2:
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
atfile.c: In function 'caml_extunix_unlinkat':
atfile.c:95:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
95 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
|                                               ^~~~~~~~~~~~~~
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
atfile.c: In function 'caml_extunix_linkat':
atfile.c:141:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
141 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
|                                               ^~~~~~~~~~~~~~
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
atfile.c: In function 'caml_extunix_fchownat':
atfile.c:158:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
158 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
|                                               ^~~~~~~~~~~~~~
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
atfile.c: In function 'caml_extunix_fchmodat':
atfile.c:174:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
174 |   int flags = caml_convert_flag_list(v_flags, at_flags_table);
|                                               ^~~~~~~~~~~~~~
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
(cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o mount.o -c mount.c)
mount.c: In function 'caml_extunix_mount':
mount.c:25:59: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
25 |   int p_mountflags = caml_convert_flag_list(v_mountflags, mountflags_table);
|                                                           ^~~~~~~~~~~~~~~~
In file included from config.h:34,
from mount.c:2:
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
mount.c: In function 'caml_extunix_umount2':
mount.c:50:61: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
50 |   int p_umountflags = caml_convert_flag_list(v_umountflags, umountflags_table);
|                                                             ^~~~~~~~~~~~~~~~~
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
(cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o mman.o -c mman.c)
mman.c: In function 'caml_extunix_mlockall':
mman.c:11:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
11 |   int flags = caml_convert_flag_list(v_flags, mlockall_flags_table);
|                                               ^~~~~~~~~~~~~~~~~~~~
In file included from config.h:34,
from mman.c:2:
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
(cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o rename.o -c rename.c)
rename.c: In function 'caml_extunix_renameat2':
rename.c:36:47: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
36 |   int flags = caml_convert_flag_list(v_flags, rename_flags_table);
|                                               ^~~~~~~~~~~~~~~~~~
In file included from config.h:34,
from rename.c:2:
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
(cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o splice.o -c splice.c)
splice.c: In function 'caml_extunix_splice':
splice.c:24:56: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
24 |   unsigned int flags = caml_convert_flag_list(v_flags, splice_flags_table);
|                                                        ^~~~~~~~~~~~~~~~~~
In file included from config.h:34,
from splice.c:5:
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
splice.c: In function 'caml_extunix_tee':
splice.c:62:56: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
62 |   unsigned int flags = caml_convert_flag_list(v_flags, splice_flags_table);
|                                                        ^~~~~~~~~~~~~~~~~~
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
splice.c: In function 'caml_extunixba_vmsplice':
splice.c:87:56: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
87 |   unsigned int flags = caml_convert_flag_list(v_flags, splice_flags_table);
|                                                        ^~~~~~~~~~~~~~~~~~
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
(cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o syslog.o -c syslog.c)
syslog.c: In function 'caml_extunix_setlogmask':
syslog.c:19:42: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
19 |   mask = caml_convert_flag_list(v_level, mask_table);
|                                          ^~~~~~~~~~
In file included from config.h:34,
from syslog.c:2:
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
syslog.c: In function 'caml_extunix_openlog':
syslog.c:67:45: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
67 |   option = caml_convert_flag_list(v_option, option_table);
|                                             ^~~~~~~~~~~~
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
(cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o unshare.o -c unshare.c)
unshare.c: In function 'caml_extunix_unshare':
unshare.c:17:59: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
17 |   int p_cloneflags = caml_convert_flag_list(v_cloneflags, umountflags_table);
|                                                           ^~~~~~~~~~~~~~~~~
In file included from config.h:34,
from unshare.c:3:
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
(cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/bytes -o wait4.o -c wait4.c)
wait4.c: In function 'caml_extunix_wait4':
wait4.c:51:49: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
51 |   options = caml_convert_flag_list(vwait_flags, wait_flag_table);
|                                                 ^~~~~~~~~~~~~~~
In file included from config.h:34,
from wait4.c:2:
/home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *'
60 | CAMLextern int caml_convert_flag_list (value, int *);
|                                               ^~~~~
(cd _build/default/test && ./testba.exe)
......
Ran: 6 tests in: 0.01 seconds.
OK
(cd _build/default/test && ./test.exe)
...................................................
Ran: 42 tests in: 0.26 seconds.
OK
....
Ran: 42 tests in: 0.26 seconds.
OK
.......
Ran: 42 tests in: 0.28 seconds.
OK
2025-03-28 16:55.29 ---> saved as "a1bc0ec702745a57d4d273c6e94b5918453cad5a7e028ef7945c4b4c0466a7b8"
Job succeeded
2025-03-28 16:55.30: Job succeeded