Build:
- 0
2025-12-31 05:43.29: New job: build simple_httpd_caqti.1.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29154/head (fbff12a1646941121b45586818128e5b6a7c5ee0)
on debian-13-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29154/head" && git reset --hard fbff12a1
git fetch origin master
git merge --no-edit f2d102f951a5dc2af6db218c6aef53c80186295a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam depext -u || true
RUN opam pin add -k version -yn simple_httpd_caqti.1.0 1.0
RUN opam depext simple_httpd_caqti.1.0 && opam reinstall simple_httpd_caqti.1.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'simple_httpd_caqti.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-12-31 05:43.29: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083-simple_httpd_caqti.1.0-fbff12a1646941121b45586818128e5b6a7c5ee0"
2025-12-31 05:43.29: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam depext -u || true"))
(run (shell "opam pin add -k version -yn simple_httpd_caqti.1.0 1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext simple_httpd_caqti.1.0 && opam reinstall simple_httpd_caqti.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'simple_httpd_caqti.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-31 05:43.29: Waiting for resource in pool OCluster
2025-12-31 05:43.29: Waiting for worker…
2025-12-31 05:44.26: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at f2d102f951 Merge pull request #29150 from raphael-proust/llvm-20-21-only-cosmetics
Updating f2d102f951..fbff12a164
Fast-forward
packages/simple_httpd/simple_httpd.1.0/opam | 50 ++++++++++++++++++++++
.../simple_httpd_caqti/simple_httpd_caqti.1.0/opam | 41 ++++++++++++++++++
2 files changed, 91 insertions(+)
create mode 100644 packages/simple_httpd/simple_httpd.1.0/opam
create mode 100644 packages/simple_httpd_caqti/simple_httpd_caqti.1.0/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083' locally
docker.io/ocaml/opam@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083: Pulling from ocaml/opam
Digest: sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
Status: Downloaded newer image for ocaml/opam@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
2025-12-31 05:45.07 ---> using "92a4868cef67203ec83e505d6e143939fe2b26f936d185df29fc7fc62ef6a0b1" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-12-31 05:45.07 ---> using "30287bdb29170c20fc56e2b30e9e3bd47ea27a374ad5aaaa22721ae91681ab21" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2025-12-31 05:45.07 ---> using "d54535a708019de15e1c3d61343c0c66f2e6903ebdfe568ab6088e49872e4e71" from cache
/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
2025-12-31 05:45.07 ---> using "c9981215645041285bb9bf2456468b25165b451c253808c1b12fcdf898aded8c" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-12-31 05:45.07 ---> using "60ffedf08cc61e316a527441e629c6430b001ed426678273b19bea14dd0caf5d" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-31 05:45.18 ---> saved as "26b8c7a906bc725b27501725ce9464a3cb7c7b439e6fc9a302c433fc0f0e7ede"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2025-12-31 05:45.31 ---> saved as "8ec7a1378b636fd446906c5e64c3656bb6caf90ae2920cab2be7fe6d29c73bfc"
/home/opam: (run (network host)
(shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
apt-get update
Hit:1 http://deb.debian.org/debian trixie InRelease
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Fetched 90.7 kB in 0s (1023 kB/s)
Reading package lists...
# OS package update successful
2025-12-31 05:45.33 ---> saved as "be596cdb65a51f944333756c6ab913c6a0b64e6728e96d003663e4130940c9c7"
/home/opam: (run (shell "opam pin add -k version -yn simple_httpd_caqti.1.0 1.0"))
simple_httpd_caqti is now pinned to version 1.0
2025-12-31 05:45.34 ---> saved as "56f609ed4d8459977dfe51093f2f4b688d3c15a321b57c4b3b5ca0adfca86d0d"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext simple_httpd_caqti.1.0 && opam reinstall simple_httpd_caqti.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'simple_httpd_caqti.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgmp-dev
libssl-dev
linux-libc-dev
pkg-config
zlib1g-dev
The following command needs to be run through "sudo":
apt-get install -qq -yy libgmp-dev libssl-dev linux-libc-dev pkg-config zlib1g-dev
Selecting previously unselected package libgmpxx4ldbl:amd64.
(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 ... 20653 files and directories currently installed.)
Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-4) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../3-libssl-dev_3.5.4-1~deb13u1_amd64.deb ...
Unpacking libssl-dev:amd64 (3.5.4-1~deb13u1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../4-pkgconf-bin_1.8.1-4_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../5-pkgconf_1.8.1-4_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-4) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../6-pkg-config_1.8.1-4_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-4) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../7-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Setting up libpkgconf3:amd64 (1.8.1-4) ...
Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
Setting up libssl-dev:amd64 (3.5.4-1~deb13u1) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
Setting up pkgconf:amd64 (1.8.1-4) ...
Setting up pkg-config:amd64 (1.8.1-4) ...
Processing triggers for libc-bin (2.41-12) ...
# OS packages installation successful
simple_httpd_caqti.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by mtime, logs, ptime]
- install cmdliner 2.1.0 [required by logs, polly]
- install conf-linux-libc-dev 0 [required by polly]
- install conf-pkg-config 4 [required by conf-zlib, conf-libssl]
- install ocamlfind 1.9.8 [required by ptime, logs, mtime, camlzip]
- install dune 3.20.2 [required by simple_httpd_caqti]
- install conf-zlib 1 [required by camlzip]
- install conf-libssl 4 [required by ssl]
- install topkg 1.1.1 [required by mtime, logs, ptime]
- install yojson 3.0.0 [required by simple_httpd]
- install stringext 1.6.0 [required by uri]
- install stdlib-shims 0.3.0 [required by pacomb]
- install sexplib0 v0.17.0 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install polly 0.4.1 [required by simple_httpd]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install magic-mime 1.3.0 [required by simple_httpd]
- install macaddr 5.6.1 [required by ipaddr]
- install lwt-dllist 1.1.0 [required by caqti]
- install eqaf 0.10 [required by digestif]
- install domain-name 0.5.0 [required by caqti]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by simple_httpd]
- install base64 3.5.2 [required by simple_httpd]
- install camlzip 1.13 [required by simple_httpd]
- install ptime 1.2.0 [required by caqti]
- install mtime 2.1.0 [required by caqti]
- install logs 0.10.0 [required by simple_httpd_caqti]
- install ppxlib 0.37.0 [required by pacomb]
- install digestif 1.3.0 [required by simple_httpd]
- install ipaddr 5.6.1 [required by simple_httpd_caqti]
- install dune-configurator 3.20.2 [required by ssl]
- install pacomb 1.4.3 [required by simple_httpd]
- install ssl 0.7.0 [required by simple_httpd]
- install bigstringaf 0.10.0 [required by caqti]
- install simple_httpd 1.0 [required by simple_httpd_caqti]
- install angstrom 0.16.1 [required by caqti]
- install uri 4.4.0 [required by caqti]
- install caqti 2.0.1 [required by simple_httpd_caqti]
- install simple_httpd_caqti 1.0*
===== 41 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[angstrom.0.16.1] found in cache
[base64.3.5.2] found in cache
[bigstringaf.0.10.0] found in cache
[camlzip.1.13] found in cache
[caqti.2.0.1] found in cache
[cmdliner.2.1.0] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[digestif.1.3.0] found in cache
[domain-name.0.5.0] found in cache
[dune.3.20.2] found in cache
[dune-configurator.3.20.2] found in cache
[eqaf.0.10] found in cache
[ipaddr.5.6.1] found in cache
[logs.0.10.0] found in cache
[lwt-dllist.1.1.0] found in cache
[macaddr.5.6.1] found in cache
[magic-mime.1.3.0] found in cache
[mtime.2.1.0] found in cache
[ocaml-compiler-libs.v0.17.0] found in cache
[ocaml-syntax-shims.1.0.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[pacomb.1.4.3] found in cache
[polly.0.4.1] found in cache
[ppx_derivers.1.2.1] found in cache
[ppxlib.0.37.0] found in cache
[ptime.1.2.0] found in cache
[sexplib0.v0.17.0] found in cache
[simple_httpd.1.0] downloaded from https://github.com/craff/simple_httpd/archive/refs/tags/1.0.tar.gz
[simple_httpd_caqti.1.0] found in cache
[ssl.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[stringext.1.6.0] found in cache
[topkg.1.1.1] found in cache
[uri.4.4.0] found in cache
[yojson.3.0.0] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-linux-libc-dev.0
-> installed conf-libssl.4
-> installed conf-zlib.1
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed camlzip.1.13
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed logs.0.10.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed cppo.1.8.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.1
-> installed magic-mime.1.3.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed polly.0.4.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed digestif.1.3.0
-> installed ipaddr.5.6.1
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed ssl.0.7.0
-> installed uri.4.4.0
-> installed caqti.2.0.1
-> installed ppxlib.0.37.0
-> installed pacomb.1.4.3
-> installed simple_httpd.1.0
[ERROR] The compilation of simple_httpd_caqti failed at "/home/opam/.opam/opam-init/hooks/sandbox.sh build dune build -p simple_httpd_caqti -j 71 @install".
#=== ERROR while compiling simple_httpd_caqti.1.0 =============================#
# context 2.0.10 | linux/x86_64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/craff/simple_httpd/archive/refs/tags/1.0.tar.gz)
# path ~/.opam/5.4/.opam-switch/build/simple_httpd_caqti.1.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p simple_httpd_caqti -j 71 @install
# exit-code 1
# env-file ~/.opam/log/simple_httpd_caqti-186-d269fa.env
# output-file ~/.opam/log/simple_httpd_caqti-186-d269fa.out
### output ###
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/caqti/.simple_httpd_caqti.objs/byte -I /home/opam/.opam/5.4/lib/angstrom -I /home/opam/.opam/5.4/lib/base64 -I /home/opam/.opam/5.4/lib/bigstringaf -I /home/opam/.opam/5.4/lib/camlzip -I /home/opam/.opam/5.4/lib/caqti -I /home/opam/.opam/5.4/lib/caqti/platform -I /home/opam/.opam/5.4/lib/caqti/platform/unix -I /home/opam/.opam/5.4/lib/digestif -I /home/opam/.opam/5.4/lib/domain-name -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/ipaddr -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/lwt-dllist -I /home/opam/.opam/5.4/lib/macaddr -I /home/opam/.opam/5.4/lib/magic-mime -I /home/opam/.opam/5.4/lib/mtime -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/polly -I /home/opam/.opam/5.4/lib/ptime -I /home/opam/.opam/5.4/lib/simple_httpd -I /home/opam/.opam/5.4/lib/ssl -I /home/opam/.opam/5.4/lib/stringext -I /home/opam/.opam/5.4/lib/uri -I /home/opam/.opam/5.4/lib/zip -no-alias-deps -o src/caqti/.simple_httpd_caqti.objs/byte/simple_httpd_caqti.cmi -c -intf src/caqti/simple_httpd_caqti.mli)
# File "src/caqti/simple_httpd_caqti.mli", line 50, characters 26-46:
# 50 | val with_session : config:Caqti_connect_config.t -> Uri.t
# ^^^^^^^^^^^^^^^^^^^^
# Error: Unbound module Caqti_connect_config
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build simple_httpd_caqti 1.0
+-
+- The following changes have been performed
| - install angstrom 0.16.1
| - install base64 3.5.2
| - install bigstringaf 0.10.0
| - install camlzip 1.13
| - install caqti 2.0.1
| - install cmdliner 2.1.0
| - install conf-libssl 4
| - install conf-linux-libc-dev 0
| - install conf-pkg-config 4
| - install conf-zlib 1
| - install cppo 1.8.0
| - install csexp 1.5.2
| - install digestif 1.3.0
| - install domain-name 0.5.0
| - install dune 3.20.2
| - install dune-configurator 3.20.2
| - install eqaf 0.10
| - install ipaddr 5.6.1
| - install logs 0.10.0
| - install lwt-dllist 1.1.0
| - install macaddr 5.6.1
| - install magic-mime 1.3.0
| - install mtime 2.1.0
| - install ocaml-compiler-libs v0.17.0
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install pacomb 1.4.3
| - install polly 0.4.1
| - install ppx_derivers 1.2.1
| - install ppxlib 0.37.0
| - install ptime 1.2.0
| - install sexplib0 v0.17.0
| - install simple_httpd 1.0
| - install ssl 0.7.0
| - install stdlib-shims 0.3.0
| - install stringext 1.6.0
| - install topkg 1.1.1
| - install uri 4.4.0
| - install yojson 3.0.0
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20251231054550.export"
"/usr/bin/env" "bash" "-c" "opam depext simple_httpd_caqti.1.0 && opam reinstall simple_httpd_caqti.1.0;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'simple_httpd_caqti.1.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2025-12-31 05:47.41: Job failed: Failed: Build failed
2025-12-31 05:47.41: Log analysis:
2025-12-31 05:47.41: >>>
[ERROR] The compilation of simple_httpd_caqti failed at "/home/opam/.opam/opam-init/hooks/sandbox.sh build dune build -p simple_httpd_caqti -j 71 @install".
(score = 20)
2025-12-31 05:47.41: >>>
# Error: Unbound module Caqti_connect_config
(score = 48)
2025-12-31 05:47.41: Unbound module Caqti_connect_config