Organisationsygrekocaml-extlib993334 (master)alpine-3.23-5.4_opam-2.5

alpine-3.23-5.4_opam-2.5

Logs

Show full logs
2026-06-02 14:02.27: New job: test ygrek/ocaml-extlib https://github.com/ygrek/ocaml-extlib.git#refs/heads/master (99333426030c6d5a1d782a4193dbb9230e8455ee) (linux-x86_64:alpine-3.23-5.4_opam-2.5)
Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ygrek/ocaml-extlib.git" -b "master" && cd "ocaml-extlib" && git reset --hard 99333426
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073
# alpine-3.23-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 extlib.opam ./
RUN opam pin add -yn extlib.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.23.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y extlib.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-06-02 14:02.27: Using cache hint "ygrek/ocaml-extlib-ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073-alpine-3.23-5.4_opam-2.5-9e1c709f74a015c44d5f959a7f2a956d"
2026-06-02 14:02.27: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073)
 (comment alpine-3.23-5.4_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
 (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 "opam update -u"))
 (copy (src extlib.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn extlib.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.23.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1")
 (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 extlib.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-06-02 14:02.27: Waiting for resource in pool OCluster
2026-06-02 14:29.18: Waiting for worker…
2026-06-02 14:31.57: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 9933342 Add .git-blame-ignore-revs

(from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:028af757d3b496dd68a0fcf388f881a2a87f49999ddaa27ebf936d83ba718073)
2026-06-02 14:31.58 ---> using "81271f136a5c405ab344f21038f3fe129030b1e91d3407a93a063db52e4a8f3d" from cache

/: (comment alpine-3.23-5.4_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-06-02 14:31.58 ---> using "6176ab3c1596fbc0dee7463fd2836ffd2f58884dcc6e1ac71012c114e0dba47c" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-06-02 14:31.58 ---> using "198e2a86af21258af4a3708ab201c983b85717dbe19fbd80b4e2b778ec06eba3" 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.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] synchronised from git+file:///home/opam/opam-repository
2026-06-02 14:31.58 ---> using "f808e29f897520cdccd1d82f4e437e74a0ab99a640fd502b3185cf8cbd15d243" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-06-02 14:31.58 ---> using "932bf0baf6f1e6f58661cc8cac9e0dd87bf62ee42ac881e41fd1db72322d0e2e" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-02 14:31.58 ---> using "686f4c40734342ed9ace4a3a7a697c4179229f5e8d734cd1e91fd4957a4dce2a" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

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

Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-06-02 14:31.58 ---> using "7f846372560d8b4d6a3332f9d6e89238628ca744db7e685dbbbbfe1d73c8db5e" from cache

/src: (copy (src extlib.opam) (dst ./))
2026-06-02 14:31.58 ---> saved as "eb2a6dd09667e07fb449fb5b62c32413eda7380b9136e4a5a81b8253c16629d4"

/src: (run (network host)
           (shell "opam pin add -yn extlib.dev './'"))
[extlib.dev] synchronised (file:///src)
extlib is now pinned to file:///src (version dev)
2026-06-02 14:32.01 ---> saved as "ffb2bca40cce9daa4e483c3c1a430134bf38c6abbbabc582b4e6db99d6e5e2bf"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-02 14:32.01 ---> saved as "007109c892f80b104036e34fd74e67b3ec973008ab9064060b76686f41f1e5aa"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.23.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1")

/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 extlib.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- v3.23.4-321-gd7ba2f7929f [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.4-326-g3e2b6523bc0 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v20260127-10687-gd9e76d56b8e [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-10753-g6b63703a58e [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-10749-g6db09ef5474 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62389 distinct packages available

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[extlib.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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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-06-02 14:32.19 ---> saved as "e062fda1ffa11564b78ff6b3a0c26227f164dbc39e9c92c9900c90aaabce8c5d"

/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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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 2 packages
  - install cppo 1.8.0
  - install dune 3.23.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved dune.3.23.1  (cached)
-> installed dune.3.23.1
-> installed cppo.1.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-02 14:34.12 ---> saved as "2d3179a896c7405498fdd31351b7055ad05d2d00bf901e22d0b0ae6d545a3d62"

/src: (copy (src .) (dst /src))
2026-06-02 14:34.13 ---> saved as "b37aa3d55a86b7c65798e6a124c0dde9e1dea837ddd871e2dc49a08a6fddac80"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./runner.exe)
Dllist
  simple - OK
  regression_1 - OK
  regression_2 - OK
  skip_both_ways - OK
  4/4 tests succeeded.
IO
  bits - OK
  i8 - OK
  u8 - OK
  i16 - OK
  u16 - OK
  i31 - OK
  real_i32 - OK
  i32 - OK
  8/8 tests succeeded.
ExtString
  starts_with - OK
  ends_with - OK
  map - OK
  lchop - OK
  rchop - OK
  split - OK
  replace_1 - OK
  strip - OK
  nsplit - OK
  9/9 tests succeeded.
ExtArray
  rev - OK
  rev_in_place - OK
  for_all - OK
  exists - OK
  mem - OK
  memq - OK
  find - OK
  findi - OK
  filter - OK
  partition - OK
  enum - OK
  map2 - OK
  12/12 tests succeeded.
DynArray
  triv - OK
  regr_1 - OK
  insert - OK
  simple_1 - OK
  simple_2 - OK
  5/5 tests succeeded.
ExtHashtbl
  map - OK
  1/1 tests succeeded.
ExtList
  iteri - OK
  mapi - OK
  exceptions - OK
  find_exc - OK
  findi - OK
  fold_right - OK
  fold_right2 - OK
  map - OK
  find_map_exn - OK
  make - OK
  10/10 tests succeeded.
BitSet
  basic - OK
  enum_1 - OK
  enum_2 - OK
  enum_3 - OK
  enum_regr_pz - OK
  intersect - OK
  diff - OK
  sym_diff - OK
  rnd_creation - OK
  empty - OK
  exceptions - OK
  compare - OK
  compare_2 - OK
  compare_3 - OK
  set_opers - OK
  unite - OK
  intersect_2 - OK
  differentiate - OK
  differentiate_sym - OK
  19/19 tests succeeded.

Overall 68/68 tests succeeded.
2026-06-02 14:34.16 ---> saved as "04aa341c5f96dedcba8adb15a1f4e149ac5b82b14af4bcf53a0b4995dca5b9a6"
Job succeeded
2026-06-02 14:34.17: Job succeeded