Organisationsygrekocaml-extlib993334 (master)openbsd-76-amd64-5.2_opam-2.3

openbsd-76-amd64-5.2_opam-2.3

Link Copied
Code Copied

Logs

2024-12-19 05:48.30: New job: test ygrek/ocaml-extlib https://github.com/ygrek/ocaml-extlib.git#refs/heads/master (99333426030c6d5a1d782a4193dbb9230e8455ee) (openbsd-amd64:openbsd-76-amd64-5.2_opam-2.3)
Base: openbsd-76-amd64-ocaml-5.2
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 openbsd-76-amd64-ocaml-5.2
# openbsd-76-amd64-5.2_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 extlib.opam /home/opam/src/./
RUN opam pin add -yn extlib.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1"
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 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-12-19 05:48.30: Using cache hint "ygrek/ocaml-extlib-openbsd-76-amd64-ocaml-5.2-openbsd-76-amd64-5.2_opam-2.3-b3141b4453a72b37de5857153f7b82c0"
2024-12-19 05:48.30: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-5.2)
(comment openbsd-76-amd64-5.2_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas 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"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src extlib.opam) (dst /home/opam/src/./))
(run (network host)
(shell "opam pin add -yn extlib.dev '/home/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.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.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 /home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-12-19 05:48.30: Waiting for resource in pool OCluster
2024-12-19 05:48.31: Waiting for worker…
2024-12-19 08:01.56: Got resource from pool OCluster
Building on bremusa
All commits already cached
HEAD is now at 9933342 Add .git-blame-ignore-revs


(from openbsd-76-amd64-ocaml-5.2)
2024-12-19 08:01.56 ---> using "4320665f99976787f90a9e18174d2737909e8978c44b8f3d46fb0aff097b06a4" from cache


/: (comment openbsd-76-amd64-5.2_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-12-19 08:01.56 ---> using "22e2929b9a366c809ec816349aa6cb9a45b4649cad05d8c280efed2bc66c5069" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-19 08:01.56 ---> using "8ee85108de9d3aac6d892ef0faaf024ea14d13d761a327e4e4cd8f43a209bafa" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 5.2.1
2.3.0
2024-12-19 08:01.56 ---> using "52e1b1eb38389daf27ec5bb41e48ee2005bdbd80371e88d39094e253864006cb" from cache


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
727427c1e7..5c7ffb23c8  master     -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[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)
2024-12-19 08:01.56 ---> using "8b3671012cb6cc8eb535a62ac8dc46c4171c01ad48778ef2aa4c206e9fff1154" from cache


/: (copy (src extlib.opam) (dst /home/opam/src/./))
2024-12-19 08:02.54 ---> saved as "93d9bec8e605c0d10254d3db2b1ac83b2c29d4e0ca19c7a97f8cdb70258e3d14"


/: (run (network host)
(shell "opam pin add -yn extlib.dev '/home/opam/src/./'"))
[extlib.dev] synchronised (file:///home/opam/src)
extlib is now pinned to file:///home/opam/src (version dev)
2024-12-19 08:03.47 ---> saved as "101fd5dc75113c228d1296f2612e1ffbbe69abd848848716ff17e12af7d93664"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2024-12-19 08:04.44 ---> saved as "a3a5892a5ca012e431c100b351094b6a308c4ae0fee42aa30aa84c0c1d5b446e"


/: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.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.3 --depext-only -y extlib.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[extlib.dev] synchronised (file:///home/opam/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-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[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-12-19 08:05.55 ---> saved as "ee60e61fa3cb3d4b889a612175e13b47964df6701248b0ce9f4a035b5381006b"


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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved dune.3.17.1  (cached)
-> installed dune.3.17.1
-> installed cppo.1.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-19 08:12.32 ---> saved as "5a9a41b08257c3037fca344cc703c4fad512610aba7ff7c4f118355c1c2f0361"


/: (copy (src .) (dst /home/opam/src))
2024-12-19 08:13.29 ---> saved as "7d8fb7bec522086b4e668f92bc830f919b5d793111a35119c86306fafbe51039"


/: (run (shell "cd /home/opam/src && 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.
2024-12-19 08:14.31 ---> saved as "a510291ef7840d919b3c47892285ddfb439bbe1f779e56ceb6002f3253f0d228"
Job succeeded
2024-12-19 08:14.31: Job succeeded