- github
- ocaml
- opam-repository
- 072d27
- extras,riscv64-ocaml-5.3,nanoev_tiny_httpd.0.1
(not at the head of any monitored branch or PR)
2025-05-09 16:44.01: New job: build nanoev_tiny_httpd.0.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27859/head (072d27be86ef0a9ffb174096c6aa591d954571c9)
on ubuntu-24.04-ocaml-5.3/riscv64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27859/head" && git reset --hard 072d27be
git fetch origin master
git merge --no-edit 0d013e603b5ebf0e9b404e10d5a6839f226e1739
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && 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 update --depexts || true
RUN opam pin add -k version -yn nanoev_tiny_httpd.0.1 0.1
RUN opam reinstall nanoev_tiny_httpd.0.1; \
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 "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'nanoev_tiny_httpd.0.1' && 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-05-09 16:44.01: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e-nanoev_tiny_httpd.0.1-072d27be86ef0a9ffb174096c6aa591d954571c9"
2025-05-09 16:44.01: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && 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 update --depexts || true"))
(run (shell "opam pin add -k version -yn nanoev_tiny_httpd.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall nanoev_tiny_httpd.0.1;\
\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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'nanoev_tiny_httpd.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-05-09 16:44.01: Waiting for resource in pool OCluster
2025-05-09 16:44.10: Waiting for worker…
2025-05-09 16:44.10: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
Updating files: 11% (2711/23011)
Updating files: 12% (2762/23011)
Updating files: 13% (2992/23011)
Updating files: 14% (3222/23011)
Updating files: 15% (3452/23011)
Updating files: 16% (3682/23011)
Updating files: 17% (3912/23011)
Updating files: 18% (4142/23011)
Updating files: 19% (4373/23011)
Updating files: 20% (4603/23011)
Updating files: 21% (4833/23011)
Updating files: 21% (4984/23011)
Updating files: 22% (5063/23011)
Updating files: 23% (5293/23011)
Updating files: 24% (5523/23011)
Updating files: 25% (5753/23011)
Updating files: 26% (5983/23011)
Updating files: 27% (6213/23011)
Updating files: 28% (6444/23011)
Updating files: 29% (6674/23011)
Updating files: 30% (6904/23011)
Updating files: 31% (7134/23011)
Updating files: 31% (7313/23011)
Updating files: 32% (7364/23011)
Updating files: 33% (7594/23011)
Updating files: 34% (7824/23011)
Updating files: 35% (8054/23011)
Updating files: 36% (8284/23011)
Updating files: 37% (8515/23011)
Updating files: 38% (8745/23011)
Updating files: 39% (8975/23011)
Updating files: 40% (9205/23011)
Updating files: 41% (9435/23011)
Updating files: 41% (9636/23011)
Updating files: 42% (9665/23011)
Updating files: 43% (9895/23011)
Updating files: 44% (10125/23011)
Updating files: 45% (10355/23011)
Updating files: 46% (10586/23011)
Updating files: 47% (10816/23011)
Updating files: 48% (11046/23011)
Updating files: 49% (11276/23011)
Updating files: 50% (11506/23011)
Updating files: 51% (11736/23011)
Updating files: 52% (11966/23011)
Updating files: 52% (12047/23011)
Updating files: 53% (12196/23011)
Updating files: 54% (12426/23011)
Updating files: 55% (12657/23011)
Updating files: 56% (12887/23011)
Updating files: 57% (13117/23011)
Updating files: 58% (13347/23011)
Updating files: 59% (13577/23011)
Updating files: 60% (13807/23011)
Updating files: 61% (14037/23011)
Updating files: 62% (14267/23011)
Updating files: 62% (14453/23011)
Updating files: 63% (14497/23011)
Updating files: 64% (14728/23011)
Updating files: 65% (14958/23011)
Updating files: 66% (15188/23011)
Updating files: 67% (15418/23011)
Updating files: 68% (15648/23011)
Updating files: 69% (15878/23011)
Updating files: 70% (16108/23011)
Updating files: 71% (16338/23011)
Updating files: 72% (16568/23011)
Updating files: 72% (16693/23011)
Updating files: 73% (16799/23011)
Updating files: 74% (17029/23011)
Updating files: 75% (17259/23011)
Updating files: 76% (17489/23011)
Updating files: 77% (17719/23011)
Updating files: 78% (17949/23011)
Updating files: 79% (18179/23011)
Updating files: 80% (18409/23011)
Updating files: 81% (18639/23011)
Updating files: 82% (18870/23011)
Updating files: 82% (18926/23011)
Updating files: 83% (19100/23011)
Updating files: 84% (19330/23011)
Updating files: 85% (19560/23011)
Updating files: 86% (19790/23011)
Updating files: 87% (20020/23011)
Updating files: 88% (20250/23011)
Updating files: 89% (20480/23011)
Updating files: 90% (20710/23011)
Updating files: 91% (20941/23011)
Updating files: 92% (21171/23011)
Updating files: 92% (21239/23011)
Updating files: 93% (21401/23011)
Updating files: 94% (21631/23011)
Updating files: 95% (21861/23011)
Updating files: 96% (22091/23011)
Updating files: 97% (22321/23011)
Updating files: 98% (22551/23011)
Updating files: 99% (22781/23011)
Updating files: 100% (23011/23011)
Updating files: 100% (23011/23011), done.
HEAD is now at 621f719de3 Merge commit '33432a43507d027e0f0f463008c4ce32d0bc8e34'
HEAD is now at 0d013e603b Merge pull request #27802 from Khady/release-junit-2.3.0
Updating 0d013e603b..072d27be86
Fast-forward
packages/nanoev-picos/nanoev-picos.0.1/opam | 42 ++++++++++++++++++++
packages/nanoev-posix/nanoev-posix.0.1/opam | 45 ++++++++++++++++++++++
packages/nanoev/nanoev.0.1/opam | 41 ++++++++++++++++++++
.../nanoev_tiny_httpd/nanoev_tiny_httpd.0.1/opam | 42 ++++++++++++++++++++
4 files changed, 170 insertions(+)
create mode 100644 packages/nanoev-picos/nanoev-picos.0.1/opam
create mode 100644 packages/nanoev-posix/nanoev-posix.0.1/opam
create mode 100644 packages/nanoev/nanoev.0.1/opam
create mode 100644 packages/nanoev_tiny_httpd/nanoev_tiny_httpd.0.1/opam
(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e' locally
docker.io/ocaml/opam@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e: Pulling from ocaml/opam
ba2f284f7444: Already exists
a6d5333c4bc3: Already exists
5c48c1509161: Already exists
03291eaac929: Already exists
537a0f476833: Already exists
7aacc25a7b3c: Already exists
09b4bf83e421: Already exists
c8c22666543d: Already exists
272e2f3f09ed: Already exists
93aa282a3cbf: Already exists
7ec6667faa54: Already exists
26af6e9f8842: Already exists
3185b0dd3790: Already exists
48f8f99788df: Already exists
0e1c0f79eec0: Already exists
0e1c0f79eec0: Already exists
69d0afa0c182: Already exists
85b9094b0cab: Already exists
264d5c1a13e6: Already exists
5c124c80b22a: Already exists
4f4fb700ef54: Already exists
5791211fe89e: Already exists
60218dcae8df: Already exists
484f174f0463: Already exists
1d1eff14040f: Already exists
7a0472104e51: Already exists
2f93a2731384: Already exists
aa6feca582a8: Already exists
afd371e8bc0c: Already exists
b253e8bc1363: Already exists
09957cdacc75: Already exists
882dabf147a3: Already exists
3f516787b8f3: Already exists
24e19c4ea694: Already exists
11252ef0d863: Already exists
221fd8993c72: Already exists
6713ff040b64: Already exists
04822d3c4571: Already exists
ca003c0bb889: Pulling fs layer
74f5ad23f010: Pulling fs layer
1b3bd6138524: Pulling fs layer
c4536dd49f68: Pulling fs layer
4ccf032c157d: Pulling fs layer
c3bd30a33934: Pulling fs layer
c64d4fcb1bfe: Pulling fs layer
c4536dd49f68: Waiting
4ccf032c157d: Waiting
c3bd30a33934: Waiting
c64d4fcb1bfe: Waiting
74f5ad23f010: Verifying Checksum
74f5ad23f010: Download complete
ca003c0bb889: Verifying Checksum
ca003c0bb889: Download complete
1b3bd6138524: Verifying Checksum
1b3bd6138524: Download complete
ca003c0bb889: Pull complete
74f5ad23f010: Pull complete
1b3bd6138524: Pull complete
4ccf032c157d: Verifying Checksum
4ccf032c157d: Download complete
c3bd30a33934: Verifying Checksum
c3bd30a33934: Download complete
c64d4fcb1bfe: Verifying Checksum
c64d4fcb1bfe: Download complete
c4536dd49f68: Verifying Checksum
c4536dd49f68: Download complete
c4536dd49f68: Pull complete
4ccf032c157d: Pull complete
c3bd30a33934: Pull complete
c64d4fcb1bfe: Pull complete
Digest: sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e
Status: Downloaded newer image for ocaml/opam@sha256:741335d5cd890fdcbd0e5c968b094cd616c24507c47535f15e52f64baf41559e
2025-05-09 16:44.41 ---> using "4bf9d9686d385f442e32363b3e242cca1d051a4ce5e1b602f52a79c7d573130a" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-09 16:44.41 ---> using "e869bc45f487ea065a90f28c1dbae488bed86c013ed58c4311c5c2cffefcb3bd" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring 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.
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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-09 16:44.41 ---> using "215d517fa776ac19f24a09c7421664f63bda990711710cb384c3ecd0a7938e86" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-05-09 16:44.41 ---> using "0a2153413bb0626437f2a4a21362c5a9488a271e1e48abd945c58ac53e61cd62" 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-05-09 16:44.41 ---> using "6d6a2a70b54ca69c0e03b97e3df7a7c853c63e56a9ee9b4a74052dd94ace6e5e" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-09 16:45.12 ---> saved as "78c678970a2d693a5fb514d5e2a05dc15cd361f5b34f819814f94fab45e3f6da"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-09 16:47.09 ---> saved as "eae6f4859195a17017ddcebc07fc293b95acfbf77af34bb3469955c672e5d902"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1102 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [736 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [26.4 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [435 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [4937 B]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [1466 B]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [832 kB]
- Fetched 3516 kB in 2s (2021 kB/s)
- Reading package lists...
-
2025-05-09 16:47.17 ---> saved as "becdcfd278959d5cb81652a912bf7dfca1ccdca2f2127cd7b803763bc089fce3"
/home/opam: (run (shell "opam pin add -k version -yn nanoev_tiny_httpd.0.1 0.1"))
nanoev_tiny_httpd is now pinned to version 0.1
2025-05-09 16:47.20 ---> saved as "f94cffee568d5d98249a9ab4b205e73da5d11c8284cc85758454116b14c29721"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall nanoev_tiny_httpd.0.1;\
\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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'nanoev_tiny_httpd.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
nanoev_tiny_httpd.0.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 18 packages
- install backoff 0.1.1 [required by picos, picos_std]
- install dune 3.18.2 [required by nanoev_tiny_httpd]
- install hmap 0.8.1 [required by tiny_httpd]
- install iostream 0.3 [required by nanoev-picos, tiny_httpd]
- install multicore-magic 2.3.1 [required by picos_std]
- install nanoev 0.1 [required by nanoev_tiny_httpd]
- install nanoev-picos 0.1 [required by nanoev_tiny_httpd]
- install nanoev_tiny_httpd 0.1 (pinned)
- install ocamlbuild 0.16.1 [required by hmap]
- install ocamlfind 1.9.8 [required by hmap]
- install picos 0.6.0 [required by nanoev_tiny_httpd]
- install picos_aux 0.6.0 [required by picos_std]
- install picos_std 0.6.0 [required by nanoev_tiny_httpd]
- install result 1.5 [required by tiny_httpd]
- install seq base [required by tiny_httpd]
- install thread-local-storage 0.2 [required by picos]
- install tiny_httpd 0.19 [required by nanoev_tiny_httpd]
- install topkg 1.0.8 [required by hmap]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1 (cached)
-> retrieved dune.3.18.2 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved iostream.0.3 (cached)
-> retrieved multicore-magic.2.3.1 (cached)
-> retrieved nanoev.0.1, nanoev-picos.0.1, nanoev_tiny_httpd.0.1 (https://github.com/c-cube/nanoev/releases/download/v0.1/nanoev-0.1.tbz)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved picos.0.6.0, picos_aux.0.6.0, picos_std.0.6.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.base (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved tiny_httpd.0.19 (cached)
-> retrieved topkg.1.0.8 (cached)
-> installed ocamlfind.1.9.8
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed dune.3.18.2
-> installed backoff.0.1.1
-> installed multicore-magic.2.3.1
-> installed iostream.0.3
-> installed result.1.5
-> installed nanoev.0.1
-> installed picos_aux.0.6.0
-> installed thread-local-storage.0.2
-> installed picos.0.6.0
-> installed picos_std.0.6.0
-> installed nanoev-picos.0.1
-> installed tiny_httpd.0.19
-> installed nanoev_tiny_httpd.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-09 16:52.12 ---> saved as "88015239114fe962977c06d1562b9e42d23ecb02ebdd7ae853b942ddbfebd8e9"
Job succeeded
2025-05-09 16:52.56: Job succeeded