- github
- ocaml
- opam-repository
- bc846e
- distributions,archlinux-ocaml-5.4,styled-ppx.0.61.0
(not at the head of any monitored branch or PR)
2026-01-16 12:42.41: New job: build styled-ppx.0.61.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29227/head (bc846ecc5e6032862f7752982c607ac39966bcd8)
on archlinux-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/29227/head" && git reset --hard bc846ecc
git fetch origin master
git merge --no-edit 92679ed61424ad5e3662cb5bba4effdd8f701363
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.4@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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 styled-ppx.0.61.0 0.61.0
RUN opam reinstall styled-ppx.0.61.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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'styled-ppx.0.61.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 .
2026-01-16 12:42.41: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04-styled-ppx.0.61.0-bc846ecc5e6032862f7752982c607ac39966bcd8"
2026-01-16 12:42.41: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /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 styled-ppx.0.61.0 0.61.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall styled-ppx.0.61.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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'styled-ppx.0.61.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-16 12:42.41: Waiting for resource in pool OCluster
2026-01-16 12:42.41: Waiting for worker…
2026-01-16 12:44.22: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 92679ed614 Merge pull request #29220 from davesnx/release-server-reason-react-0.4.1
Merge made by the 'ort' strategy.
packages/styled-ppx/styled-ppx.0.61.0/opam | 56 ++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
create mode 100644 packages/styled-ppx/styled-ppx.0.61.0/opam
(from ocaml/opam:archlinux-ocaml-5.4@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04)
2026-01-16 12:44.54 ---> saved as "b964edc9159a7890c05801d80f00879327bffabbf09e9f1b9488eb9b8710cc62"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-16 12:44.55 ---> saved as "16fe16a6b2d857667430d24a8ab77e3bb13406a5934c104ccb3382651722c2bc"
/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 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-16 12:45.17 ---> saved as "bb81515c977f82c72c815dc8555d5413ce775868f00788683ce8c627eae6d7a3"
/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.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=arch os-version=20260104.0.477168
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-01-16 12:45.18 ---> saved as "8176f0c5e28426d3649b15642f577f62ea65ec492471d4028fbad964142e035f"
/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/"))
2026-01-16 12:45.28 ---> saved as "3b7ba200ed4feec9273954dee85601b22de34ae7793cbad0569704b7e9addf3c"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-16 12:45.33 ---> saved as "effe9e39fd09c6d5f741215db9c64e9255d40bd870b4785a941c239c867b72aa"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-16 12:45.50 ---> saved as "a048aab336607f0ee1f387dd8480d32897901dab699b867682601f61e6fd5fbf"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-01-16 12:45.50 ---> saved as "d4ce982504f3dd55d90acaa904b634cdb3c94ec04b72382cf46f0df8e0c36389"
/home/opam: (run (shell "opam pin add -k version -yn styled-ppx.0.61.0 0.61.0"))
styled-ppx is now pinned to version 0.61.0
2026-01-16 12:45.51 ---> saved as "f95741e3e924a24af78f0801797c28e694b97a086696596d2e0ab11c24d213a2"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall styled-ppx.0.61.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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'styled-ppx.0.61.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
styled-ppx.0.61.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 53 packages
∗ angstrom 0.16.1 [required by uri]
∗ base-bytes base [required by ocplib-endian]
∗ bigstringaf 0.10.0 [required by angstrom]
∗ cmdliner 2.1.0 [required by melange, reason]
∗ conf-gmp 5 [required by zarith]
∗ conf-pkg-config 4 [required by zarith]
∗ cppo 1.8.0 [required by ppx_deriving, melange, reason]
∗ csexp 1.5.2 [required by dune-configurator]
∗ ctypes 0.24.0 [required by quickjs]
∗ dune 3.21.0 [required by styled-ppx]
∗ dune-build-info 3.21.0 [required by melange, reason]
∗ dune-configurator 3.21.0 [required by lwt]
∗ fix 20250919 [required by reason]
∗ gen 1.1 [required by sedlex]
∗ integers 0.7.0 [required by server-reason-react]
∗ lwt 6.0.0 [required by server-reason-react]
∗ lwt_ppx 6.0.0 [required by server-reason-react]
∗ melange 6.0.1-54 [required by styled-ppx]
∗ melange-fetch 0.2.0 [required by server-reason-react]
∗ melange-json 2.0.0 [required by server-reason-react]
∗ melange-json-native 2.0.0 [required by server-reason-react]
∗ melange-webapi 0.22.0 [required by server-reason-react]
∗ menhir 20250912 [required by styled-ppx]
∗ menhirCST 20250912 [required by menhir]
∗ menhirLib 20250912 [required by menhir]
∗ menhirSdk 20250912 [required by menhir]
∗ merlin-extend 0.6.2 [required by reason]
∗ ocaml-compiler-libs v0.17.0 [required by ppxlib]
∗ ocaml-syntax-shims 1.0.0 [required by angstrom]
∗ ocamlbuild 0.16.1 [required by uucp, uutf]
∗ ocamlfind 1.9.8 [required by ppx_deriving, reason]
∗ ocplib-endian 1.2 [required by lwt]
∗ ppx_derivers 1.2.1 [required by ppx_deriving]
∗ ppx_deriving 6.1.1 [required by styled-ppx]
∗ ppx_deriving_yojson 3.10.0 [required by styled-ppx]
∗ ppxlib 0.37.0 [required by styled-ppx]
∗ quickjs 0.4.2 [required by server-reason-react]
∗ reason 3.17.2 [required by styled-ppx]
∗ reason-react 0.17.0 [required by styled-ppx]
∗ reason-react-ppx 0.17.0 [required by reason-react]
∗ sedlex 3.7 [required by styled-ppx]
∗ seq base [required by gen]
∗ server-reason-react 0.4.1 [required by styled-ppx]
∗ sexplib0 v0.17.0 [required by ppxlib]
∗ stdlib-shims 0.3.0 [required by ppxlib, integers]
∗ stringext 1.6.0 [required by uri]
∗ styled-ppx 0.61.0 (pinned)
∗ topkg 1.1.1 [required by uucp, uutf]
∗ uri 4.4.0 [required by server-reason-react]
∗ uucp 17.0.0 [required by server-reason-react]
∗ uutf 1.0.4 [required by server-reason-react]
∗ yojson 3.0.0 [required by ppx_deriving_yojson, server-reason-react]
∗ zarith 1.14 [required by server-reason-react]
The following system packages will first need to be installed:
pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
-
- Package (21) Old Version New Version Net Change Download Size
-
- core/audit 4.1.2-1 4.1.2-2 0.00 MiB 0.38 MiB
- core/binutils 2.45.1-1 2.45.1+r35+g12d0a1dbc1b9-1 0.00 MiB 7.79 MiB
- core/brotli 1.1.0-3 1.2.0-1 0.03 MiB 0.39 MiB
- core/ca-certificates-mozilla 3.119.1-1 3.120-1 0.00 MiB 0.39 MiB
- core/gcc 15.2.1+r301+gf24307422d1d-1 15.2.1+r447+g6a64f6c3ebb8-1 0.02 MiB 54.07 MiB
- core/gcc-libs 15.2.1+r301+gf24307422d1d-1 15.2.1+r447+g6a64f6c3ebb8-1 3.22 MiB 36.92 MiB
- core/glib2 2.86.3-1 2.86.3-2 0.00 MiB 4.93 MiB
- core/glibc 2.42+r33+gde1fe81f4714-1 2.42+r47+ga1d3294a5bed-1 0.00 MiB 10.14 MiB
- core/hwdata 0.402-1 0.403-1 0.04 MiB 1.66 MiB
- core/icu 78.1-1 78.2-1 0.00 MiB 11.71 MiB
- core/libcap-ng 0.8.5-3 0.9-1 0.00 MiB 0.04 MiB
- core/libseccomp 2.5.6-1 2.6.0-1 0.05 MiB 0.09 MiB
- core/libtasn1 4.20.0-1 4.21.0-1 0.00 MiB 0.13 MiB
- core/libxml2 2.15.1-4 2.15.1-5 0.01 MiB 0.75 MiB
- core/linux-api-headers 6.17-1 6.18-1 0.06 MiB 1.47 MiB
- core/sqlite 3.51.1-1 3.51.2-1 0.01 MiB 2.23 MiB
- core/sudo 1.9.17.p2-1 1.9.17.p2-2 0.00 MiB 1.84 MiB
- core/util-linux 2.41.3-1 2.41.3-2 0.00 MiB 5.22 MiB
- core/util-linux-libs 2.41.3-1 2.41.3-2 0.00 MiB 0.48 MiB
- extra/xcb-proto 1.17.0-3 1.17.0-4 0.01 MiB 0.13 MiB
- core/pkgconf 2.5.1-1 0.20 MiB 0.07 MiB
-
- Total Download Size: 140.84 MiB
- Total Installed Size: 602.84 MiB
- Net Upgrade Size: 3.65 MiB
-
- :: Proceed with installation? [Y/n]
- :: Retrieving packages...
- gcc-15.2.1+r447+g6a64f6c3ebb8-1-x86_64 downloading...
- gcc-libs-15.2.1+r447+g6a64f6c3ebb8-1-x86_64 downloading...
- icu-78.2-1-x86_64 downloading...
- glibc-2.42+r47+ga1d3294a5bed-1-x86_64 downloading...
- binutils-2.45.1+r35+g12d0a1dbc1b9-1-x86_64 downloading...
- util-linux-2.41.3-2-x86_64 downloading...
- glib2-2.86.3-2-x86_64 downloading...
- sqlite-3.51.2-1-x86_64 downloading...
- sudo-1.9.17.p2-2-x86_64 downloading...
- hwdata-0.403-1-any downloading...
- linux-api-headers-6.18-1-x86_64 downloading...
- libxml2-2.15.1-5-x86_64 downloading...
- util-linux-libs-2.41.3-2-x86_64 downloading...
- brotli-1.2.0-1-x86_64 downloading...
- ca-certificates-mozilla-3.120-1-x86_64 downloading...
- audit-4.1.2-2-x86_64 downloading...
- libtasn1-4.21.0-1-x86_64 downloading...
- xcb-proto-1.17.0-4-any downloading...
- libseccomp-2.6.0-1-x86_64 downloading...
- pkgconf-2.5.1-1-x86_64 downloading...
- libcap-ng-0.9-1-x86_64 downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- upgrading linux-api-headers...
- upgrading glibc...
- Generating locales...
- Generation complete.
- installing pkgconf...
- upgrading libcap-ng...
- upgrading gcc-libs...
- upgrading sqlite...
- upgrading util-linux-libs...
- upgrading audit...
- upgrading brotli...
- upgrading libtasn1...
- upgrading ca-certificates-mozilla...
- upgrading binutils...
- upgrading gcc...
- upgrading glib2...
- upgrading hwdata...
- upgrading icu...
- upgrading libseccomp...
- upgrading libxml2...
- upgrading sudo...
- upgrading util-linux...
- upgrading xcb-proto...
- :: Running post-transaction hooks...
- (1/7) Creating system user accounts...
- (2/7) Creating temporary files...
- /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping.
- All rules containing unresolvable specifiers will be skipped.
- (3/7) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (4/7) Restarting marked services...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (5/7) Reloading device manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (6/7) Arming ConditionNeedsUpdate...
- (7/7) Rebuilding certificate stores...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved angstrom.0.16.1 (cached)
⬇ retrieved bigstringaf.0.10.0 (cached)
⬇ retrieved cmdliner.2.1.0 (cached)
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved ctypes.0.24.0 (cached)
∗ installed conf-gmp.5
∗ installed conf-pkg-config.4
⬇ retrieved dune.3.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0 (cached)
⬇ retrieved fix.20250919 (cached)
⬇ retrieved gen.1.1 (cached)
⬇ retrieved integers.0.7.0 (cached)
⬇ retrieved lwt.6.0.0, lwt_ppx.6.0.0 (cached)
∗ installed cmdliner.2.1.0
⬇ retrieved melange.6.0.1-54 (cached)
⬇ retrieved melange-fetch.0.2.0 (cached)
⬇ retrieved melange-json.2.0.0, melange-json-native.2.0.0 (cached)
⬇ retrieved melange-webapi.0.22.0 (cached)
⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
⬇ retrieved merlin-extend.0.6.2 (cached)
⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ocplib-endian.1.2 (cached)
⬇ retrieved ppx_derivers.1.2.1 (cached)
⬇ retrieved ppx_deriving.6.1.1 (cached)
⬇ retrieved ppx_deriving_yojson.3.10.0 (cached)
⬇ retrieved ppxlib.0.37.0 (cached)
⬇ retrieved quickjs.0.4.2 (cached)
⬇ retrieved reason.3.17.2 (cached)
⬇ retrieved reason-react.0.17.0, reason-react-ppx.0.17.0 (cached)
⬇ retrieved sedlex.3.7 (cached)
⬇ retrieved seq.base (cached)
∗ installed seq.base
⬇ retrieved server-reason-react.0.4.1 (cached)
⬇ retrieved sexplib0.v0.17.0 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved stringext.1.6.0 (cached)
⬇ retrieved styled-ppx.0.61.0 (cached)
⬇ retrieved topkg.1.1.1 (cached)
⬇ retrieved uri.4.4.0 (cached)
⬇ retrieved uucp.17.0.0 (cached)
⬇ retrieved uutf.1.0.4 (cached)
⬇ retrieved yojson.3.0.0 (cached)
⬇ retrieved zarith.1.14 (cached)
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed topkg.1.1.1
∗ installed uutf.1.0.4
∗ installed dune.3.21.0
∗ installed cppo.1.8.0
∗ installed csexp.1.5.2
∗ installed fix.20250919
∗ installed gen.1.1
∗ installed menhirCST.20250912
∗ installed menhirLib.20250912
∗ installed menhirSdk.20250912
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed ocaml-syntax-shims.1.0.0
∗ installed ppx_derivers.1.2.1
∗ installed sexplib0.v0.17.0
∗ installed stdlib-shims.0.3.0
∗ installed stringext.1.6.0
∗ installed yojson.3.0.0
∗ installed merlin-extend.0.6.2
∗ installed ocplib-endian.1.2
∗ installed integers.0.7.0
∗ installed dune-build-info.3.21.0
∗ installed dune-configurator.3.21.0
∗ installed bigstringaf.0.10.0
∗ installed angstrom.0.16.1
∗ installed uri.4.4.0
∗ installed lwt.6.0.0
∗ installed ctypes.0.24.0
∗ installed quickjs.0.4.2
∗ installed uucp.17.0.0
∗ installed menhir.20250912
∗ installed ppxlib.0.37.0
∗ installed melange-json-native.2.0.0
∗ installed lwt_ppx.6.0.0
∗ installed ppx_deriving.6.1.1
∗ installed sedlex.3.7
∗ installed ppx_deriving_yojson.3.10.0
∗ installed reason.3.17.2
∗ installed reason-react-ppx.0.17.0
∗ installed melange.6.0.1-54
∗ installed melange-fetch.0.2.0
∗ installed melange-json.2.0.0
∗ installed reason-react.0.17.0
∗ installed melange-webapi.0.22.0
∗ installed server-reason-react.0.4.1
∗ installed styled-ppx.0.61.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 12:47.42 ---> saved as "7a0efa18c8a2abd17ac8b39bd58dd28f0a73658d08c500ada36685455162b2d2"
Job succeeded
2026-01-16 12:47.47: Job succeeded