Organisationsygrekextunixe90bd0 (master)fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-02-15 17:59.29: New job: test ygrek/extunix https://github.com/ygrek/extunix.git#refs/heads/master (e90bd03bbcdf84ccba6b749f727d487f4161aff8) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771
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:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771
# fedora-43-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.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.5 --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


2026-02-15 17:59.29: Using cache hint "ygrek/extunix-ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771-fedora-43-5.4_opam-2.5-f7a563aa48bf22441c4cef292814bd70"
2026-02-15 17:59.29: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771)
(comment fedora-43-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.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.5 --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"))
)


2026-02-15 17:59.29: Waiting for resource in pool OCluster
2026-02-15 18:44.30: Waiting for worker…
2026-02-15 18:47.32: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at e90bd03 Remove outdated depext on libexecinfo-dev on Alpine


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771' locally
docker.io/ocaml/opam@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771: Pulling from ocaml/opam
5bc90b3315da: Already exists
132ed1c875b9: Already exists
709f19a93d7b: Already exists
600672ca084e: Already exists
e14c24140cbe: Already exists
2db09da454e1: Already exists
0e05a03dbf5c: Already exists
d9bf0b27ee73: Already exists
d22999d561d9: Already exists
9748e0447729: Already exists
b221b944dee6: Already exists
9103b02722d1: Already exists
4ad003f04196: Already exists
530b789336ee: Already exists
7dc6ed995942: Already exists
26e0665eb0ef: Already exists
ec3e95305314: Already exists
e3efd041cf4c: Already exists
93818fe36d44: Already exists
ddeea98533ac: Already exists
d782acfda9e2: Already exists
4f4fb700ef54: Already exists
4ac33b5f01d6: Already exists
d4dbe3c6c8b2: Already exists
81507c45bdf3: Already exists
2a6e58484e29: Already exists
dc9846762449: Already exists
c73cd3a4d77c: Already exists
4655acdcba9f: Already exists
ea076df8754b: Already exists
2ea208952bef: Already exists
2ea825907a64: Already exists
61247173b8a6: Already exists
09632a095133: Already exists
ac2374af5ce6: Already exists
c60028bae782: Already exists
0f1285a8c656: Already exists
b23d2088dbe2: Already exists
0b0be00d160c: Already exists
dfd2d2f20c5c: Already exists
5bd94acff4a0: Pulling fs layer
89c353ff7bfc: Pulling fs layer
b32a22f578d2: Pulling fs layer
3aee8f4f52c7: Pulling fs layer
f15cf313d69b: Pulling fs layer
3aee8f4f52c7: Waiting
f15cf313d69b: Waiting
b32a22f578d2: Verifying Checksum
b32a22f578d2: Download complete
5bd94acff4a0: Verifying Checksum
5bd94acff4a0: Download complete
5bd94acff4a0: Pull complete
f15cf313d69b: Download complete
3aee8f4f52c7: Verifying Checksum
3aee8f4f52c7: Download complete
89c353ff7bfc: Verifying Checksum
89c353ff7bfc: Download complete
89c353ff7bfc: Pull complete
b32a22f578d2: Pull complete
3aee8f4f52c7: Pull complete
f15cf313d69b: Pull complete
Digest: sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771
Status: Downloaded newer image for ocaml/opam@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771
2026-02-15 18:47.32 ---> using "c2d794b6e911bbcb34a16b47b087571cc83c25d82d5221802c28ebb772c7b7ac" from cache


/: (comment fedora-43-5.4_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 - x86_64 - Updates           100% |  91.3 KiB/s |  17.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-02-15 18:47.32 ---> using "a480bb0c0de320ab28e07b01f155fc81210ddb022301ec8e9c4ea680722505cf" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-15 18:47.32 ---> using "9de9c529d7cff5b5c8927ab10ee9faad90c94a13b1f49d3e2ed043b82784d3eb" 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 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-15 18:47.32 ---> using "893076ba5a4a8e0bf7dd033b89ae160f8e554d420bdd70125ac1eda2ff489e82" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-15 18:47.32 ---> using "1c8a7a01b85f7ed7331403adbd645aa4d871d323bb3e41731facb087ffeba45d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-15 18:47.32 ---> using "8bde7f5e5986e500b04438e6611db57a8ed019b4acff57bb6b0b52b7a938e2db" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:47.32 ---> using "6c26bbd243bf8ba1dc126049f1d0964d4918fec2cf2b6d7c0a4c511e90bc6cb2" from cache


/src: (copy (src extunix.opam) (dst ./))
2026-02-15 18:47.33 ---> saved as "de5817708a2352d7d959d95a8c1eecb40e679060a25b993f037959554cb87efd"


/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)
2026-02-15 18:47.33 ---> saved as "bcc2bb1eb16335d56add25fd753280fd470635eeaef495db7c8e79cfa9f22270"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-15 18:47.34 ---> saved as "666ae22518f4a9bab8f44686ee01dfa53caafe18a276f9d1c0af33c132249050"


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.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.5 --depext-only -y extunix.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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).
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:47.41 ---> saved as "6642c94ab722edde5454d4995f7e0ab60de5c3ea798938bd3bd563e2d1934af0"


/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-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 12 packages
- install base-bytes          base
- install csexp               1.5.2
- install dune                3.21.1
- install dune-configurator   3.21.1
- install ocaml-compiler-libs v0.17.0
- install ocamlfind           1.9.8
- install ounit2              2.2.7
- install ppx_derivers        1.2.1
- install ppxlib              0.37.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.17.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
-> installed dune-configurator.3.21.1
-> installed ppxlib.0.37.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:48.28 ---> saved as "d0231d8a9c20190ced2da265b36961fde193b566944646739d54028a4da95d73"


/src: (copy (src .) (dst /src))
2026-02-15 18:48.28 ---> saved as "6ab694a5305ed62d6ed64cf63b11df6fff3d18d35593a1dd75b33d584a5c73f9"


/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/test && ./testba.exe)
......
Ran: 6 tests in: 0.01 seconds.
OK
(cd _build/default/test && ./test.exe)
............................................................
Ran: 42 tests in: 0.03 seconds.
OK
..
Ran: 42 tests in: 0.03 seconds.
OK


Ran: 42 tests in: 0.03 seconds.
OK
.
Ran: 42 tests in: 0.03 seconds.
OK
2026-02-15 18:48.36 ---> saved as "d6599b6bfed4949894626877774a237aed614d05ac95232e88de9d47451a4ec3"
Job succeeded
2026-02-15 18:48.37: Job succeeded