- github
- ocaml
- opam-repository
- c40834
- extras,opam-2.0-ocaml-5.3,tiny_httpd.0.18,tests
(not at the head of any monitored branch or PR)
2025-04-11 19:08.41: New job: test tiny_httpd.0.18, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/27745/head (c408348fb2a7fd2c69e3ca675f58bf917499c853)
on debian-12-ocaml-5.3/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/27745/head" && git reset --hard c408348f
git fetch origin master
git merge --no-edit 34a3fc46c301a891122df75c17fef6b5358bd68f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989
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 tiny_httpd.0.18 0.18
RUN opam depext tiny_httpd.0.18 && opam reinstall tiny_httpd.0.18; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tiny_httpd.0.18' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam depext --with-test tiny_httpd.0.18 && opam reinstall --with-test tiny_httpd.0.18) || true
RUN opam depext --with-test tiny_httpd.0.18 && opam reinstall --with-test --verbose tiny_httpd.0.18; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tiny_httpd.0.18' && 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-04-11 19:08.41: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989-tiny_httpd.0.18-c408348fb2a7fd2c69e3ca675f58bf917499c853"
2025-04-11 19:08.41: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989)
(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 tiny_httpd.0.18 0.18"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext tiny_httpd.0.18 && opam reinstall tiny_httpd.0.18;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tiny_httpd.0.18' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam depext --with-test tiny_httpd.0.18 && opam reinstall --with-test tiny_httpd.0.18) || true"))
(run (shell "opam depext --with-test tiny_httpd.0.18 && opam reinstall --with-test --verbose tiny_httpd.0.18;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tiny_httpd.0.18' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-04-11 19:08.41: Waiting for resource in pool OCluster
2025-04-11 19:08.42: Waiting for worker…
2025-04-11 19:13.55: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Updating files: 56% (13014/22854)
Updating files: 57% (13027/22854)
Updating files: 58% (13256/22854)
Updating files: 59% (13484/22854)
Updating files: 60% (13713/22854)
Updating files: 61% (13941/22854)
Updating files: 62% (14170/22854)
Updating files: 63% (14399/22854)
Updating files: 64% (14627/22854)
Updating files: 65% (14856/22854)
Updating files: 66% (15084/22854)
Updating files: 67% (15313/22854)
Updating files: 68% (15541/22854)
Updating files: 69% (15770/22854)
Updating files: 70% (15998/22854)
Updating files: 71% (16227/22854)
Updating files: 72% (16455/22854)
Updating files: 73% (16684/22854)
Updating files: 74% (16912/22854)
Updating files: 75% (17141/22854)
Updating files: 76% (17370/22854)
Updating files: 77% (17598/22854)
Updating files: 78% (17827/22854)
Updating files: 79% (18055/22854)
Updating files: 80% (18284/22854)
Updating files: 81% (18512/22854)
Updating files: 82% (18741/22854)
Updating files: 83% (18969/22854)
Updating files: 84% (19198/22854)
Updating files: 85% (19426/22854)
Updating files: 86% (19655/22854)
Updating files: 87% (19883/22854)
Updating files: 88% (20112/22854)
Updating files: 89% (20341/22854)
Updating files: 90% (20569/22854)
Updating files: 91% (20798/22854)
Updating files: 92% (21026/22854)
Updating files: 93% (21255/22854)
Updating files: 94% (21483/22854)
Updating files: 95% (21712/22854)
Updating files: 96% (21940/22854)
Updating files: 97% (22169/22854)
Updating files: 98% (22397/22854)
Updating files: 99% (22626/22854)
Updating files: 100% (22854/22854)
Updating files: 100% (22854/22854), done.
HEAD is now at 34a3fc46c3 Merge pull request #27736 from Leonidas-from-XIV/core-unix-glibc
Updating 34a3fc46c3..c408348fb2
Fast-forward
packages/tiny_httpd/tiny_httpd.0.18/opam | 53 ++++++++++++++++++++++
.../tiny_httpd_camlzip.0.18/opam | 39 ++++++++++++++++
2 files changed, 92 insertions(+)
create mode 100644 packages/tiny_httpd/tiny_httpd.0.18/opam
create mode 100644 packages/tiny_httpd_camlzip/tiny_httpd_camlzip.0.18/opam
(from ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989' locally
docker.io/ocaml/opam@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989: Pulling from ocaml/opam
bbd11ff474de: Pulling fs layer
bbd11ff474de: Verifying Checksum
bbd11ff474de: Download complete
bbd11ff474de: Pull complete
Digest: sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989
Status: Downloaded newer image for ocaml/opam@sha256:73eec465420aa3b47a4fae46544b4ffcbff62a7f9c761d53e31277b2f5b43989
2025-04-11 19:14.05 ---> using "ff3446318adf1df00a2dde4078347f1dfff9a7c29986bd20a80913e0a1b190c6" 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-04-11 19:14.05 ---> using "b03967c540f8e553f787cbe9bd8cb522af594482f7d031351ac5afb1d6b4f144" 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-04-11 19:15.06 ---> saved as "6eaef60f63813a8789462aa87b2e768b20efb1cd847f69828173e3195bd068b5"
/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=12
# 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 39
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
2025-04-11 19:15.07 ---> saved as "59dd16c8b5b1d52b151a9fe41afec328817af0650609b06ccb340a0d4c49d8b5"
/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-04-11 19:15.14 ---> saved as "a9fbbd3c44c248463164794344fc45b7dc1b066ae07fb7f0e29d94b7c2a6b4cb"
/home/opam: (copy (src .) (dst opam-repository/))
2025-04-11 19:15.20 ---> saved as "9f97fd457a985f765964c05f0cbddc552ba6e663f61b7c5c0f8185e4283319a0"
/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-04-11 19:15.34 ---> saved as "df00ada1af1457c999d8464a9d0eb94756e194a1888fbab68e09c8183ab75b3b"
/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 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 [252 kB]
Fetched 356 kB in 0s (1470 kB/s)
Reading package lists...
# OS package update successful
2025-04-11 19:15.36 ---> saved as "2baa0e68b6c92602b2f4c5d3de3320130fea971486b57b7941fdb43060c590ac"
/home/opam: (run (shell "opam pin add -k version -yn tiny_httpd.0.18 0.18"))
tiny_httpd is now pinned to version 0.18
2025-04-11 19:15.38 ---> saved as "8442df4a82cfa2a88a787b67981f2fa1ed4eeaebb178fc7c3051e68c6f80d9cb"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext tiny_httpd.0.18 && opam reinstall tiny_httpd.0.18;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tiny_httpd.0.18' && 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
# No extra OS packages requirements found.
# All required OS packages found.
tiny_httpd.0.18 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by hmap]
- install seq base [required by tiny_httpd]
- install ocamlfind 1.9.8 [required by hmap]
- install dune 3.18.0 [required by tiny_httpd]
- install topkg 1.0.8 [required by hmap]
- install result 1.5 [required by tiny_httpd]
- install iostream 0.3 [required by tiny_httpd]
- install hmap 0.8.1 [required by tiny_httpd]
- install tiny_httpd 0.18*
===== 9 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[dune.3.18.0] found in cache
[hmap.0.8.1] found in cache
[iostream.0.3] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[result.1.5] found in cache
[tiny_httpd.0.18] found in cache
[topkg.1.0.8] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed dune.3.18.0
-> installed result.1.5
-> installed iostream.0.3
-> installed tiny_httpd.0.18
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-11 19:16.20 ---> saved as "e6cd30fe68533b48252e4c8cf4dce9e8b3a30c52a69f0ee3c352a3e5044fe5fb"
/home/opam: (run (network host)
(shell "(opam depext --with-test tiny_httpd.0.18 && opam reinstall --with-test tiny_httpd.0.18) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libcurl4-gnutls-dev
The following command needs to be run through "sudo":
apt-get install -qq -yy libcurl4-gnutls-dev
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libcurl4-gnutls-dev: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 ... 18778 files and directories currently installed.)
Preparing to unpack .../libcurl4-gnutls-dev_7.88.1-10+deb12u12_amd64.deb ...
Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ...
Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ...
# OS packages installation successful
The following actions will be performed:
- install logs 0.8.0 [required by tiny_httpd]
- install conf-libcurl 2 [required by tiny_httpd]
- install qcheck-core 0.25 [required by tiny_httpd]
- install ptime 1.2.0 [required by tiny_httpd]
- recompile tiny_httpd 0.18*
===== 4 to install | 1 to recompile =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[logs.0.8.0] downloaded from https://erratique.ch/software/logs/releases/logs-0.8.0.tbz
[ptime.1.2.0] downloaded from https://erratique.ch/software/ptime/releases/ptime-1.2.0.tbz
[qcheck-core.0.25] downloaded from https://github.com/c-cube/qcheck/archive/v0.25.tar.gz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-libcurl.2
-> installed logs.0.8.0
-> installed ptime.1.2.0
-> removed tiny_httpd.0.18
-> installed qcheck-core.0.25
-> installed tiny_httpd.0.18
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-11 19:16.42 ---> saved as "a48355abc0e62fb8ae3e465ebb813725a06e0b5aa8eb978359307e9401c83e6f"
/home/opam: (run (shell "opam depext --with-test tiny_httpd.0.18 && opam reinstall --with-test --verbose tiny_httpd.0.18;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tiny_httpd.0.18' && 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:
libcurl4-gnutls-dev
# All required OS packages found.
The following actions will be performed:
- recompile tiny_httpd 0.18*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/3: [tiny_httpd: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "tiny_httpd" "-j" "39" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/tiny_httpd.0.18)
- (cd _build/default/tests && /usr/bin/bash -e -u -o pipefail -c 'dd if=/dev/zero of=foo_50 bs=1M count=50')
- 50+0 records in
- 50+0 records out
- 52428800 bytes (52 MB, 50 MiB) copied, 0.0254114 s, 2.1 GB/s
- (cd _build/default/tests/unit && ./t_util.exe)
- random seed: 296164239
- ================================================================================
- success (ran 2 tests)
- (cd _build/default/tests/unit/ws && ./t_ws_q.exe)
- random seed: 265653484
- ================================================================================
- success (ran 1 tests)
- (cd _build/default/tests && ./sse_count.sh ../examples/sse_server.exe) > _build/default/tests/sse_count.out
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 63 0 63 0 0 104 0 --:--:-- --:--:-- --:--:-- 104
100 100 0 100 0 0 90 0 --:--:-- 0:00:01 --:--:-- 90
- (cd _build/default/tests && ./upload_chunked.sh ../src/bin/http_of_dir.exe) > _build/default/tests/upload-out
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 50.0M 100 17 100 50.0M 253 746M --:--:-- --:--:-- --:--:-- 757M
- (cd _build/default/tests && ./download_chunked.sh ../src/bin/http_of_dir.exe) > _build/default/tests/dl-out
- download1
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 42.1M 0 42.1M 0 0 335M 0 --:--:-- --:--:-- --:--:-- 334M
100 50.0M 0 50.0M 0 0 336M 0 --:--:-- --:--:-- --:--:-- 335M
- download2
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 50.0M 0 50.0M 0 0 317M 0 --:--:-- --:--:-- --:--:-- 318M
- download3
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
-
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 50.0M 0 50.0M 0 0 334M 0 --:--:-- --:--:-- --:--:-- 335M
-> compiled tiny_httpd.0.18
-> removed tiny_httpd.0.18
-> installed tiny_httpd.0.18
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-11 19:16.58 ---> saved as "50a3bde54a8eafbb2a7fbb8101d70d6063c18ad4b46cf0629029b249cd7d27fd"
Job succeeded
2025-04-11 19:17.04: Job succeeded