- github
- ocaml
- opam-repository
- 541159
- extras,ocaml-4.14-nnpchecker,brisk-reconciler.1.0.0~alpha1,tests
(not at the head of any monitored branch or PR)
2025-03-10 18:55.17: New job: test brisk-reconciler.1.0.0~alpha1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27513/head (54115960b1038a97dc8fdd4b124a7ab3332609e2)
on debian-12-ocaml-4.14-nnpchecker/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/27513/head" && git reset --hard 54115960
git fetch origin master
git merge --no-edit 0c42e982f4cf97fc698132fb2a16b49524a26ab3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:e0f91fa16c1b34c80ba682802a4a5e960dfea7f7dcf5963464d976c3f6c0f8b2
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 brisk-reconciler.1.0.0~alpha1 1.0.0~alpha1
RUN opam reinstall brisk-reconciler.1.0.0~alpha1; \
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" != 'brisk-reconciler.1.0.0~alpha1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test brisk-reconciler.1.0.0~alpha1) || true
RUN opam reinstall --with-test --verbose brisk-reconciler.1.0.0~alpha1; \
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" != 'brisk-reconciler.1.0.0~alpha1' && 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-03-10 18:55.17: Using cache hint "ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:e0f91fa16c1b34c80ba682802a4a5e960dfea7f7dcf5963464d976c3f6c0f8b2-brisk-reconciler.1.0.0~alpha1-54115960b1038a97dc8fdd4b124a7ab3332609e2"
2025-03-10 18:55.17: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:e0f91fa16c1b34c80ba682802a4a5e960dfea7f7dcf5963464d976c3f6c0f8b2)
(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 brisk-reconciler.1.0.0~alpha1 1.0.0~alpha1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall brisk-reconciler.1.0.0~alpha1;\
\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\" != 'brisk-reconciler.1.0.0~alpha1' && 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 reinstall --with-test brisk-reconciler.1.0.0~alpha1) || true"))
(run (shell "opam reinstall --with-test --verbose brisk-reconciler.1.0.0~alpha1;\
\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\" != 'brisk-reconciler.1.0.0~alpha1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-03-10 18:55.17: Waiting for resource in pool OCluster
2025-03-10 19:07.32: Waiting for worker…
2025-03-10 19:11.45: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files: 88% (19922/22619)
Updating files: 89% (20131/22619)
Updating files: 90% (20358/22619)
Updating files: 91% (20584/22619)
Updating files: 92% (20810/22619)
Updating files: 93% (21036/22619)
Updating files: 94% (21262/22619)
Updating files: 95% (21489/22619)
Updating files: 96% (21715/22619)
Updating files: 97% (21941/22619)
Updating files: 98% (22167/22619)
Updating files: 99% (22393/22619)
Updating files: 100% (22619/22619)
Updating files: 100% (22619/22619), done.
HEAD is now at 0c42e982f4 Merge pull request #27591 from atomicptr/opam-publish-CamelCase.0.2.0
Merge made by the 'ort' strategy.
.../brisk-reconciler.1.0.0~alpha1/opam | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 packages/brisk-reconciler/brisk-reconciler.1.0.0~alpha1/opam
(from ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:e0f91fa16c1b34c80ba682802a4a5e960dfea7f7dcf5963464d976c3f6c0f8b2)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:e0f91fa16c1b34c80ba682802a4a5e960dfea7f7dcf5963464d976c3f6c0f8b2' locally
docker.io/ocaml/opam@sha256:e0f91fa16c1b34c80ba682802a4a5e960dfea7f7dcf5963464d976c3f6c0f8b2: Pulling from ocaml/opam
c086d76c809e: Pulling fs layer
c086d76c809e: Waiting
c086d76c809e: Verifying Checksum
c086d76c809e: Download complete
c086d76c809e: Pull complete
Digest: sha256:e0f91fa16c1b34c80ba682802a4a5e960dfea7f7dcf5963464d976c3f6c0f8b2
Status: Downloaded newer image for ocaml/opam@sha256:e0f91fa16c1b34c80ba682802a4a5e960dfea7f7dcf5963464d976c3f6c0f8b2
2025-03-10 19:19.31 ---> saved as "63fca9b46513d905d9a490c5cb307c0cbe68f8174bea7ddaf4b72ef7b21b33a1"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-03-10 19:19.32 ---> saved as "5131e04724fa22259a8de74eee1ad4af2172fa65b134500b59cdd5ed3339c389"
/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
[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
2025-03-10 19:20.44 ---> saved as "acbc7343fa8cda9d73354e102135b8cb22cc5729348274c1aeed0dee375b34f7"
/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.4.0~alpha1~dev (f1cf50f2711981a605f81a80c68b73774d5841ff)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (local), 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-options-only-nnpchecker"]
# compiler-packages ocaml-option-nnpchecker.1, ocaml-options-only-nnpchecker.1, ocaml-variants.4.14.2+options
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2+options
2025-03-10 19:20.46 ---> saved as "14f793dbb2e46e519eeee1df5b75470b1bc3f832a806bd726314441750742b65"
/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-03-10 19:20.56 ---> saved as "c1a9d454c433fc869f9558eff7f2ae5c6e98682af00e4d9dee40677bd62ea27c"
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-10 19:21.06 ---> saved as "c2ef298d8470b551dccf956a86d697a33be8b710f6e1cba9325925e627004c1d"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-10 19:21.46 ---> saved as "1c604998ba89644a5b7ffba70246da490a918d705969bd1da81de6863d520ef5"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/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]
- Fetched 103 kB in 0s (212 kB/s)
- Reading package lists...
-
2025-03-10 19:21.47 ---> saved as "69a0feeff3f1597076afd6259118ae4c06b2144f1ff76097f80183eddb91be00"
/home/opam: (run (shell "opam pin add -k version -yn brisk-reconciler.1.0.0~alpha1 1.0.0~alpha1"))
brisk-reconciler is now pinned to version 1.0.0~alpha1
2025-03-10 19:21.49 ---> saved as "84de0053157870286c16dbfee22fbf62b094e7c7c12acc9b2481a40d4f9ea920"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall brisk-reconciler.1.0.0~alpha1;\
\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\" != 'brisk-reconciler.1.0.0~alpha1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
brisk-reconciler.1.0.0~alpha1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install brisk-reconciler 1.0.0~alpha1 (pinned)
- install dune 3.17.2 [required by brisk-reconciler]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.35.0 [required by brisk-reconciler]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved brisk-reconciler.1.0.0~alpha1 (cached)
-> retrieved dune.3.17.2 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.17.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.35.0
-> installed brisk-reconciler.1.0.0~alpha1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-10 19:22.55 ---> saved as "8fac9d771b3f1e5ccdbdc518583c1680b3f98955fe69212250336760b22f1e3e"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test brisk-reconciler.1.0.0~alpha1) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile brisk-reconciler 1.0.0~alpha1 (pinned)
=== install 14 packages
- install alcotest 1.8.0 [required by brisk-reconciler]
- install astring 0.8.5 [required by alcotest]
- install cmdliner 1.3.0 [required by alcotest]
- install cppo 1.8.0 [required by ppx_deriving]
- install fmt 0.10.0 [required by alcotest]
- install mlx 0.9 [required by brisk-reconciler]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by fmt, astring, uutf]
- install ocamlfind 1.9.8 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by brisk-reconciler]
- install re 1.12.0 [required by alcotest]
- install seq base [required by re]
- install topkg 1.0.7 [required by fmt, astring, uutf]
- install uutf 1.0.3 [required by alcotest]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.8.0 (https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz)
-> retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved brisk-reconciler.1.0.0~alpha1 (https://github.com/briskml/brisk-reconciler/archive/refs/tags/v1.0.0-alpha1.tar.gz)
-> retrieved cmdliner.1.3.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
-> retrieved cppo.1.8.0 (https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz)
-> retrieved fmt.0.10.0 (https://erratique.ch/software/fmt/releases/fmt-0.10.0.tbz)
-> retrieved mlx.0.9 (https://github.com/ocaml-mlx/mlx/archive/refs/tags/0.9.tar.gz)
-> installed cppo.1.8.0
-> retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved ppx_deriving.6.0.3 (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.0.3/ppx_deriving-6.0.3.tbz)
-> installed cmdliner.1.3.0
-> retrieved re.1.12.0 (https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz)
-> retrieved seq.base (2 extra sources)
-> retrieved seq.base (2 extra sources)
-> installed seq.base
-> retrieved topkg.1.0.7 (https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz)
-> retrieved uutf.1.0.3 (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
-> installed mlx.0.9
-> installed re.1.12.0
-> installed ocamlfind.1.9.8
-> removed brisk-reconciler.1.0.0~alpha1
-> installed ocamlbuild.0.16.1
-> installed ppx_deriving.6.0.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed alcotest.1.8.0
-> installed brisk-reconciler.1.0.0~alpha1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-10 19:23.34 ---> saved as "b2826cc415d65d6d3decb7a3d5aebc17d537599fba82dee3239e71a7c6ad68de"
/home/opam: (run (shell "opam reinstall --with-test --verbose brisk-reconciler.1.0.0~alpha1;\
\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\" != 'brisk-reconciler.1.0.0~alpha1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile brisk-reconciler 1.0.0~alpha1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [brisk-reconciler.1.0.0~alpha1: extract]
-> retrieved brisk-reconciler.1.0.0~alpha1 (cached)
Processing 2/4: [brisk-reconciler: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "brisk-reconciler" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/brisk-reconciler.1.0.0~alpha1)
- (cd _build/default/tests && ./test_brisk_reconciler.exe)
- Testing `brisk-reconciler'.
- This run has ID `6QKNIZAL'.
-
- [OK] Initial render 0 It correctly inserts nodes....
- [OK] Rendering list children 0 It inserts two boxes in a div....
- [OK] Replacing subtree 0 It replaces the subtree....
- [OK] Top level reorder 0 It correctly constructs initial tree....
- [OK] Top level reorder 1 It reorders only one element....
- [OK] Top level replace elements 0 It constructs initial tree....
- [OK] Top level replace elements 1 It replaces text(x) with text(y)....
- [OK] Subtree replace elements (not at top-level) 0 It constructs initial tree....
- [OK] Subtree replace elements (not at top-level) 1 It replaces text(well) with text(cell1) and text(cell2)....
- [OK] Subtree replace elements 0 It replaces text(well) with text(cell1) and text(cell2)....
- [OK] Subtree replace elements 1 It replaces text(well) with text(cell1) and text(cell2)....
- [OK] Top level prepend 0 It constructs initial tree....
- [OK] Top level prepend 1 It correctly mounts prepend topLevelUpdate....
- [OK] Simple subtree change 0 It renders one Box inside a Div....
- [OK] Simple subtree change 1 It replaces one box with two boxes....
- [OK] Changing components 0 It renders nothing....
- [OK] Changing components 1 It changes from EmptyComponent to ButtonWrapperWrapper....
- [OK] Changing components 2 It updates text in the ButtonWrapper....
- [OK] BoxList with dynamic keys 0 It renders an empty list....
- [OK] BoxList with dynamic keys 1 It inserts one item....
- [OK] BoxList with dynamic keys 2 It prepends one more BoxItem and then flushes....
- [OK] BoxList with dynamic keys 3 It reverses the items list in the BoxList....
- [OK] BoxList without dynamic keys 0 It renders an empty list....
- [OK] BoxList without dynamic keys 1 It adds a new Box....
- [OK] BoxList without dynamic keys 2 It prepends one more Box....
- [OK] BoxList without dynamic keys 3 It reverses the boxes list in the BoxList....
- [OK] BoxItemDynamic memoizing during deep move 0 It renders the initial BoxItemDynamic....
- [OK] BoxItemDynamic memoizing during deep move 1 It adds new element before BoxItemDynamic (it replaces the whole tree)....
- [OK] BoxItemDynamic memoizing during deep move 2 It memoized the nested BoxItemDynamic....
- [OK] List updates with static keys 0 It renders the initial Boxes list....
- [OK] List updates with static keys 1 It reorders the list....
- [OK] Conditional updating by leveraging refs 0 It renders UpdateAlternateClicks element....
- [OK] Conditional updating by leveraging refs 1 It only changes state on first click....
- [OK] Conditional updating by leveraging refs 2 It changes both state and contents on second click....
- [OK] Conditional updating by leveraging refs 3 It only changes state on third click....
- [OK] Conditional updating by leveraging refs 4 It changes both state and contents on fourth click....
- [OK] Updating with identical element 0 It renders list with Text elements....
- [OK] Updating with identical element 1 It updates the state with a new instance of (same) string....
- [OK] Updating with identical element 2 It reorders the list....
- [OK] Prepending new element 0 It renders a new Text element....
- [OK] Prepending new element 1 It prepends a new Text element to the list....
- [OK] 'Always' effect 0 The effect should've been run....
- [OK] 'Always' effect 1 The dispose should not have been run yet....
- [OK] 'Always' effect 2 It prepends a new Text element to the list....
- [OK] 'Always' effect 3 Test 'Always' effect in a nested component....
- [OK] 'Always' effect in a nested component 0 The effect should've been run....
- [OK] 'Always' effect in a nested component 1 The dispose should not have been run yet....
- [OK] 'OnMount' effect 0 The effect should've been run....
- [OK] 'OnMount' effect 1 The dispose should not have been run yet....
- [OK] 'OnMount' effect 2 The effect should not have been run again....
- [OK] 'OnMount' effect 3 The effect dispose callback should not have been run yet....
- [OK] 'OnMount' effect 4 The effect should not have been run again....
- [OK] 'OnMount' effect 5 The effect dispose callback should have been called since the component was un-mounted....
- [OK] 'OnMount' effect in nested component 0 The effect should've been run....
- [OK] 'OnMount' effect in nested component 1 The dispose should not have been run yet....
- [OK] 'OnMount' effect in nested component 2 The effect should not have been run again....
- [OK] 'OnMount' effect in nested component 3 The effect dispose callback should have been called since the component was un-mounted....
- [OK] 'OnMount' effect in extra-nested component 0 The effect should've been run....
- [OK] 'OnMount' effect in extra-nested component 1 The dispose should not have been run yet....
- [OK] 'OnMount' effect in extra-nested component 2 The effect should not have been run again....
- [OK] 'OnMount' effect in extra-nested component 3 The effect dispose callback should have been called since the component was un-mounted....
- [OK] Transition from empty list to non-empty list 0 It mounts IAmBox0+1....
- [OK] Transition from empty list to non-empty list 1 It mounts IAmBox0+1....
- [OK] Transition from empty list to non-empty list & <Box key> becomes <Div key> 0 IAmBox....
- [OK] <SingleChildDiv> with single Flat child, with a changing key 0 It re-mounts the node with the new key....
-
- Full test results in `~/.opam/4.14/.opam-switch/build/brisk-reconciler.1.0.0~alpha1/_build/default/tests/_build/_tests/brisk-reconciler'.
- Test Successful in 0.011s. 65 tests run.
-> compiled brisk-reconciler.1.0.0~alpha1
-> removed brisk-reconciler.1.0.0~alpha1
-> installed brisk-reconciler.1.0.0~alpha1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-10 19:23.50 ---> saved as "b43e7470f8642e81cff7c04111e0ae9ab05fc82de2caa4957e874a0e64888af7"
Job succeeded
2025-03-10 19:24.13: Job succeeded