Organisationsygrekocaml-extlib993334 (master)(lower-bound)

(lower-bound)

Logs

Steps to Reproduce
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:debian-12-ocaml-4.02@sha256:ba3dbd8b4427261f817e7e28a3daa6e91e25c18fdfafa4d7d22a8f13d02ec001
# debian-12-4.02_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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && 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-bytes.base base-ocamlbuild.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.1 dune.1.6.0 jbuilder.transition ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlfind.1.8.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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 .
2025-03-03 10:12.36: New job: test ygrek/ocaml-extlib https://github.com/ygrek/ocaml-extlib.git#refs/heads/master (99333426030c6d5a1d782a4193dbb9230e8455ee) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.02@sha256:ba3dbd8b4427261f817e7e28a3daa6e91e25c18fdfafa4d7d22a8f13d02ec001
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:debian-12-ocaml-4.02@sha256:ba3dbd8b4427261f817e7e28a3daa6e91e25c18fdfafa4d7d22a8f13d02ec001
# debian-12-4.02_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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && 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-bytes.base base-ocamlbuild.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.1 dune.1.6.0 jbuilder.transition ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlfind.1.8.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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


2025-03-03 10:12.36: Using cache hint "ygrek/ocaml-extlib-ocaml/opam:debian-12-ocaml-4.02@sha256:ba3dbd8b4427261f817e7e28a3daa6e91e25c18fdfafa4d7d22a8f13d02ec001-debian-12-4.02_opam-2.3-b23f2acb6d5c0e292f5c8ca1d3e973df"
2025-03-03 10:12.36: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.02@sha256:ba3dbd8b4427261f817e7e28a3daa6e91e25c18fdfafa4d7d22a8f13d02ec001)
(comment debian-12-4.02_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 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src extlib.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn extlib.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.1 dune.1.6.0 jbuilder.transition ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlfind.1.8.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 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"))
)


2025-03-03 10:12.36: Waiting for resource in pool OCluster
2025-03-03 20:23.00: Waiting for worker…
2025-03-03 20:23.00: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-extlib.git-69747af1a38fdd07f8058b67fba686e88032d8fe/.git/
HEAD is now at 9933342 Add .git-blame-ignore-revs


(from ocaml/opam:debian-12-ocaml-4.02@sha256:ba3dbd8b4427261f817e7e28a3daa6e91e25c18fdfafa4d7d22a8f13d02ec001)
2025-03-03 20:23.01 ---> using "d53bdfca013872bb977c60a1c3fae3325a1e67304d1a38f0d2a01d9dd52f065b" from cache


/: (comment debian-12-4.02_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-03 20:23.01 ---> using "47793a8f1111286d1f402e26b654186a8e08445748ddba470b0db312d71e2203" 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
[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global
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-03 20:23.01 ---> using "9a7d1e998783f5a01b9bf0ff51f7e4322f31997d07e73b3d343422fafed47bae" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.02.3
2.3.0
2025-03-03 20:23.01 ---> using "506ec2357f63e5aa0f3bbe597042b4288a217c4f31b23d05ba2f734f508656de" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-03 20:23.01 ---> using "987b7380d4e0346302b043069813838eb92854f2c86dbfc03ae34c1fea357d81" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c627de42309bb6474331d403efeb6d68d617b1e || git fetch origin master) && git reset -q --hard 5c627de42309bb6474331d403efeb6d68d617b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
94514fa0d0..c940a5f1a9  master     -> origin/master
5c627de423 Merge pull request #27523 from hannesm/re-add-base-ocamlbuild


<><> 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-03 20:23.01 ---> using "c7323dd27472e73e1270557a87b3dafce72d3a611170fdc400cd0de6e87d8780" from cache


/src: (copy (src extlib.opam) (dst ./))
2025-03-03 20:23.02 ---> saved as "4137c53e410e38ff04367bd76fb38a10f08b9f85bfa353cdec4fdcefa9cdd013"


/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)
2025-03-03 20:23.04 ---> saved as "33509e9503abd805c50754835b2788b1c01576832bd19f604d0d508c8363512c"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-03 20:23.04 ---> saved as "7e3e15fd6a45cc48ed5fb6f4e72bc566f4db18820bb4bb222d1cf33ad1c315af"


/src: (env DEPS "base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.1 dune.1.6.0 jbuilder.transition ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlfind.1.8.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 extlib.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-security bookworm-security/main amd64 Packages [246 kB]
- Fetched 349 kB in 0s (1096 kB/s)
- Reading package lists...


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


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.02.3).
[NOTE] Package ocaml is already installed (current version is 4.02.3).
[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-ocamlbuild is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
2025-03-03 20:23.20 ---> saved as "32b673a7a4bd3dcfdf79ef09c33c399f22d58a758c3b44b0122b1e1e18d0eabb"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.02.3).
[NOTE] Package ocaml is already installed (current version is 4.02.3).
[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-ocamlbuild 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 6 packages
- install base-bytes base
- install conf-m4    1
- install cppo       1.6.1
- install dune       1.6.0
- install jbuilder   transition (deprecated)
- install ocamlfind  1.8.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved dune.1.6.0  (cached)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed dune.1.6.0
-> installed jbuilder.transition
-> installed cppo.1.6.1
Done.


<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# To update the current shell environment, run: eval $(opam env)
2025-03-03 20:23.43 ---> saved as "26ed589a277e51d69f9067c3ec48d8799aea5629bddb97242420b87f904397a6"


/src: (copy (src .) (dst /src))
2025-03-03 20:23.44 ---> saved as "96475120348f2dfe48057e9035b1d34b7f7ef102217afc4a2b49dba6544d7e01"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
runner alias test/runtest
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.
2025-03-03 20:23.45 ---> saved as "e8bf7892461404cdc7be39011965cdb27bf4221eb608267cc8d1199f93636bc9"
Job succeeded
2025-03-03 20:23.46: Job succeeded