2025-05-02 15:03.19: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3)
Base: openbsd-76-amd64-ocaml-4.14
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-76-amd64-ocaml-4.14
# openbsd-76-amd64-4.14_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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 labrys.opam /home/opam/src/./
RUN opam pin add -yn labrys.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.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
2025-05-02 15:03.19: Using cache hint "kit-ty-kate/labrys-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-2becd0362023d281982bd1986567f0ca"
2025-05-02 15:03.19: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-4.14)
(comment openbsd-76-amd64-4.14_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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src labrys.opam) (dst /home/opam/src/./))
(run (network host)
(shell "opam pin add -yn labrys.dev '/home/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4")
(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 labrys.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"))
)
2025-05-02 15:03.19: Waiting for resource in pool OCluster
2025-05-03 03:06.27: Waiting for worker…
2025-05-03 05:38.38: Got resource from pool OCluster
Building on bremusa
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI
(from openbsd-76-amd64-ocaml-4.14)
2025-05-03 05:38.38 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache
/: (comment openbsd-76-amd64-4.14_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"))
2025-05-03 05:38.38 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" 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
2025-05-03 05:38.38 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 4.14.2
2.3.0
2025-05-03 05:38.38 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
727427c1e7..35eb2f107a master -> origin/master
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2
<><> 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)
2025-05-03 05:38.38 ---> using "588c8d1d9816bdab00470ed016f95752730ae0ce3c044678abc6f04abb12b4c9" from cache
/: (copy (src labrys.opam) (dst /home/opam/src/./))
2025-05-03 05:39.36 ---> saved as "201942dbdca8f47e66b4f5120d3c80edefd9f220ad112d600c2b6159f43599b8"
/: (run (network host)
(shell "opam pin add -yn labrys.dev '/home/opam/src/./'"))
[labrys.dev] synchronised (file:///home/opam/src)
labrys is now pinned to file:///home/opam/src (version dev)
2025-05-03 05:40.34 ---> saved as "e097b818709545dbfb09a5edd2a62231a1ab7f559c1f87ad1c18ddd5fbb04b34"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-05-03 05:41.16 ---> saved as "6cb53d56fb2fb08554bf1c20ecbaa4c34c10b69515053c65b476077b6e8eeaab"
/: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4")
/: (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 labrys.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[labrys.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 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 system packages will first need to be installed:
devel/cmake python/2.7
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/doas "pkg_add" "-I" "devel/cmake" "python/2.7"
- file:devel/: empty
- quirks-7.50 signed on 2025-04-20T09:56:12Z
- file:python/: empty
- Can't find 2.7
2025-05-03 05:42.48 ---> saved as "5e00c6ab66b4df3291207c9edaa2ce590fdcf6f07012c1a20252c9c9cb94ddb0"
/: (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 36 packages
- install base-bytes base
- install bigarray-compat 1.1.0
- install cmdliner 1.3.0
- install conf-bash 1
- install conf-cmake 1
- install conf-llvm 11.0.0
- install conf-python-2-7 1.2
- install containers 3.15
- install containers-data 3.15
- install csexp 1.5.2
- install ctypes 0.23.0
- install dune 3.18.2
- install dune-configurator 3.18.2
- install dune-private-libs 3.18.2
- install dune-site 3.18.2
- install dyn 3.18.2
- install either 1.0.0
- install integers 0.7.0
- install llvm 11.0.0
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install msgpack 1.3.0
- install num 1.5-1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ordering 3.18.2
- install pp 2.0.0
- install pprint 20230830
- install re 1.12.0
- install seq base
- install stdlib-shims 0.3.0
- install stdune 3.18.2
- install topkg 1.0.8
- install uutf 1.0.4
The following system packages will first need to be installed:
python/2.7
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pkg_add to install them (may need root/sudo access)
2. Display the recommended pkg_add command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/doas "pkg_add" "-I" "python/2.7"
- file:python/: empty
- quirks-7.50 signed on 2025-04-20T09:56:12Z
- Can't find 2.7
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-llvm.11.0.0 (cached)
-> retrieved conf-python-2-7.1.2 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> retrieved csexp.1.5.2 (cached)
[ERROR] The compilation of conf-llvm.11.0.0 failed at "bash -ex configure.sh 11.0.0".
-> retrieved cmdliner.1.3.0 (cached)
#=== ERROR while compiling conf-python-2-7.1.2 ================================#
"python2.7": command not found.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch containers.3.15, containers-data.3.15
| - fetch ctypes 0.23.0
| - build conf-python-2-7 1.2
+-
+- The following changes have been performed (the rest was aborted)
| - install conf-bash 1
| - install conf-cmake 1
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20250503054318.export"
"opam install $DEPS" failed with exit status 31
2025-05-03 05:43.49: Job failed: Failed: Build failed