2026-01-29 16:32.52: New job: test tarides/get-activity https://github.com/tarides/get-activity.git#refs/pull/45/head (3f1ccbbcf7fc65c69c7752726f6886fc92b986fa) (linux-x86_64:debian-13-4.11_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.11@sha256:db839ee191f4d70aa81b493e2414ef2fad60144c0685b921c31a0c4fc41020e9Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/get-activity.git" && cd "get-activity" && git fetch origin "refs/pull/45/head" && git reset --hard 3f1ccbbccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.11@sha256:db839ee191f4d70aa81b493e2414ef2fad60144c0685b921c31a0c4fc41020e9# debian-13-4.11_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 get-activity.opam get-activity-lib.opam ./RUN opam pin add -yn get-activity.dev './' && \opam pin add -yn get-activity-lib.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 curly.0.3.0 dune.3.21.0 dune-build-info.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 logs.0.8.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 octavius.1.2.2 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_js_style.v0.15.0 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_yojson_conv.v0.15.1 ppx_yojson_conv_lib.v0.15.0 ppxlib.0.35.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y get-activity.dev get-activity-lib.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-29 16:32.52: Using cache hint "tarides/get-activity-ocaml/opam:debian-13-ocaml-4.11@sha256:db839ee191f4d70aa81b493e2414ef2fad60144c0685b921c31a0c4fc41020e9-debian-13-4.11_opam-2.5-acd60599e964b21836ffd32f8ead3426"2026-01-29 16:32.52: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.11@sha256:db839ee191f4d70aa81b493e2414ef2fad60144c0685b921c31a0c4fc41020e9)(comment debian-13-4.11_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src get-activity.opam get-activity-lib.opam) (dst ./))(run (network host)(shell "opam pin add -yn get-activity.dev './' && \\nopam pin add -yn get-activity-lib.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 curly.0.3.0 dune.3.21.0 dune-build-info.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 logs.0.8.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 octavius.1.2.2 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_js_style.v0.15.0 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_yojson_conv.v0.15.1 ppx_yojson_conv_lib.v0.15.0 ppxlib.0.35.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y get-activity.dev get-activity-lib.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-01-29 16:32.52: Waiting for resource in pool OCluster2026-01-29 16:32.52: Waiting for worker…2026-01-29 16:32.52: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 3f1ccbb Compatibility with cmdliner ≥ 2.0(from ocaml/opam:debian-13-ocaml-4.11@sha256:db839ee191f4d70aa81b493e2414ef2fad60144c0685b921c31a0c4fc41020e9)Unable to find image 'ocaml/opam:debian-13-ocaml-4.11@sha256:db839ee191f4d70aa81b493e2414ef2fad60144c0685b921c31a0c4fc41020e9' locallydocker.io/ocaml/opam@sha256:db839ee191f4d70aa81b493e2414ef2fad60144c0685b921c31a0c4fc41020e9: Pulling from ocaml/opam281b80c799de: Already existsce76feb86791: Already exists7984eb0e5b45: Already exists56c452a960b1: Already existsb85825bef00a: Already existsd6ff43dfb85c: Already exists4197ec645389: Already exists37cac33e41ff: Already exists4cb993fb248e: Already existsca442870f91f: Already existsb1d1a2fb5f4a: Already exists0dea577b2801: Already existscc10daaea4fd: Already exists5f878cb1723a: Already exists8968959fa983: Already exists5bdd9b9ed0e3: Already exists55661c5b388f: Already exists55661c5b388f: Already exists92d1dc6907bd: Already exists7100b414728b: Already existsa6a54ddc9818: Already existsa920ad627810: Already exists4f4fb700ef54: Already existsf7df7b6e19c0: Already existscd713d66718c: Already exists6ed45ab2af86: Already exists40598b80a8fe: Already exists983f7969ff00: Already exists40ec09ee09bd: Already exists76a0afa38cd9: Already exists1d5a564d139a: Already exists82883b85a4f0: Already exists1d8458efd73b: Already exists2d80a9fac9ac: Already exists4d69ee6ae94b: Already existsce8d28b713f1: Already exists97580d938033: Already existsda5fa40e04f8: Already existsd7a499968f64: Already exists28e5932c7c69: Already exists81389c423fc3: Already exists43a6dda8b7e6: Pulling fs layer187e342718b7: Pulling fs layer43a6dda8b7e6: Waiting2fa61ddda596: Pulling fs layer9647be36b245: Pulling fs layer187e342718b7: Waiting9647be36b245: Waiting2fa61ddda596: Waiting187e342718b7: Download complete2fa61ddda596: Verifying Checksum2fa61ddda596: Download complete9647be36b245: Download complete43a6dda8b7e6: Verifying Checksum43a6dda8b7e6: Download complete43a6dda8b7e6: Pull complete187e342718b7: Pull complete2fa61ddda596: Pull complete9647be36b245: Pull completeDigest: sha256:db839ee191f4d70aa81b493e2414ef2fad60144c0685b921c31a0c4fc41020e9Status: Downloaded newer image for ocaml/opam@sha256:db839ee191f4d70aa81b493e2414ef2fad60144c0685b921c31a0c4fc41020e92026-01-29 16:32.54 ---> using "86e5ba47af6f99cdcabc318ae03de9344d25a983c11f3d35819d10245c184546" from cache/: (comment debian-13-4.11_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-29 16:32.54 ---> using "04c1d608e25ee1cb791cdbc09281d1f993d079643e47177c130a24b284446474" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-29 16:32.54 ---> using "ca7a8863504cff8c8300c2d4e200c4025395d8ba3fa21a60995c352fefd879a1" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.11.22.5.02026-01-29 16:32.54 ---> using "1032fc6989861177d0c2bfac2a46c53d6731345171d0aba85c4f6d88f1f3ff72" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-29 16:32.54 ---> using "0f2205555c40618bb1e81bd7f2a27d3c0beab1e62fd21c1461d77c3d2c9fc8a8" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD16d9c0eb87..84bda4afb0 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-29 16:32.54 ---> using "d34c187d8bcbb9eab619e792156e545e07ecb4595bfd457b485ccbe066b03f5b" from cache/src: (copy (src get-activity.opam get-activity-lib.opam) (dst ./))2026-01-29 16:32.54 ---> saved as "9431a595c8969193e3b3162be5bf3ea5b3fd00564725ba10149f18f9c447e591"/src: (run (network host)(shell "opam pin add -yn get-activity.dev './' && \\nopam pin add -yn get-activity-lib.dev './'"))[NOTE] Package get-activity does not exist in opam repositories registered in the current switch.[get-activity.dev] synchronised (file:///src)[WARNING] Failed checks on get-activity package definition from source at file:///src:warning 68: Missing field 'license'get-activity is now pinned to file:///src (version dev)[NOTE] Package get-activity-lib does not exist in opam repositories registered in the current switch.[get-activity-lib.dev] synchronised (file:///src)[WARNING] Failed checks on get-activity-lib package definition from source at file:///src:warning 68: Missing field 'license'get-activity-lib is now pinned to file:///src (version dev)2026-01-29 16:32.57 ---> saved as "59e44d7db4b169fc754869e003632db6bd652b3a0a829a3cf982296c5ac3f10d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-29 16:32.57 ---> saved as "7e2662e212b47327a45d958a7644cefa730e006e882cbe43e6bf0cb70e8fcb5c"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 curly.0.3.0 dune.3.21.0 dune-build-info.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 jane-street-headers.v0.15.0 jst-config.v0.15.1 logs.0.8.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 octavius.1.2.2 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_js_style.v0.15.0 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppx_yojson_conv.v0.15.1 ppx_yojson_conv_lib.v0.15.0 ppxlib.0.35.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.3.0 time_now.v0.15.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y get-activity.dev get-activity-lib.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [98.2 kB]- Fetched 10000 kB in 5s (2157 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[get-activity.dev] synchronised (file:///src)[get-activity-lib.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-01-29 16:33.12 ---> saved as "7f408cb9a357c7449991eeb018d92b48692c7dad8b41e1ccaa8a26637cecd918"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 44 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.15.1- install cmdliner 2.1.0- install csexp 1.5.2- install curly 0.3.0- install dune 3.21.0- install dune-build-info 3.21.0- install dune-configurator 3.21.0- install fmt 0.11.0- install jane-street-headers v0.15.0- install jst-config v0.15.1- install logs 0.8.0- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install octavius 1.2.2- install ppx_assert v0.15.0- install ppx_base v0.15.0- install ppx_cold v0.15.0- install ppx_compare v0.15.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.15.0- install ppx_expect v0.15.1- install ppx_hash v0.15.0- install ppx_here v0.15.0- install ppx_inline_test v0.15.1- install ppx_js_style v0.15.0- install ppx_optcomp v0.15.0- install ppx_sexp_conv v0.15.1- install ppx_yojson_conv v0.15.1- install ppx_yojson_conv_lib v0.15.0- install ppxlib 0.35.0- install re 1.11.0- install result 1.5- install seq base- install sexplib0 v0.15.1- install stdio v0.15.0- install stdlib-shims 0.3.0- install time_now v0.15.0- install topkg 1.1.1- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.15.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved curly.0.3.0 (cached)-> retrieved jane-street-headers.v0.15.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved jst-config.v0.15.1 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved octavius.1.2.2 (cached)-> retrieved ppx_assert.v0.15.0 (cached)-> retrieved ppx_base.v0.15.0 (cached)-> retrieved ppx_cold.v0.15.0 (cached)-> retrieved ppx_compare.v0.15.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.15.0 (cached)-> retrieved ppx_expect.v0.15.1 (cached)-> retrieved ppx_hash.v0.15.0 (cached)-> retrieved ppx_here.v0.15.0 (cached)-> retrieved ppx_inline_test.v0.15.1 (cached)-> retrieved ppx_js_style.v0.15.0 (cached)-> retrieved ppx_optcomp.v0.15.0 (cached)-> retrieved ppx_sexp_conv.v0.15.1 (cached)-> retrieved ppx_yojson_conv.v0.15.1 (cached)-> retrieved ppx_yojson_conv_lib.v0.15.0 (cached)-> retrieved re.1.11.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.15.1 (cached)-> retrieved stdio.v0.15.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.15.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.8.0-> installed dune.3.21.0-> installed csexp.1.5.2-> installed jane-street-headers.v0.15.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed octavius.1.2.2-> installed ppx_derivers.1.2.1-> installed re.1.11.0-> installed result.1.5-> installed sexplib0.v0.15.1-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed curly.0.3.0-> installed ppx_yojson_conv_lib.v0.15.0-> installed alcotest.1.9.1-> installed dune-build-info.3.21.0-> installed dune-configurator.3.21.0-> installed base.v0.15.1-> installed stdio.v0.15.0-> installed ppxlib.0.35.0-> installed ppx_optcomp.v0.15.0-> installed ppx_cold.v0.15.0-> installed ppx_here.v0.15.0-> installed ppx_enumerate.v0.15.0-> installed ppx_compare.v0.15.0-> installed ppx_js_style.v0.15.0-> installed ppx_sexp_conv.v0.15.1-> installed ppx_hash.v0.15.0-> installed ppx_yojson_conv.v0.15.1-> installed ppx_assert.v0.15.0-> installed ppx_base.v0.15.0-> installed jst-config.v0.15.1-> installed time_now.v0.15.0-> installed ppx_inline_test.v0.15.1-> installed ppx_expect.v0.15.1Done.# To update the current shell environment, run: eval $(opam env)2026-01-29 16:34.28 ---> saved as "97af5b23bd27f332adf8bdba4fc8211a3b27c22fe86ece56438c9ca952cf0603"/src: (copy (src .) (dst /src))2026-01-29 16:34.28 ---> saved as "af8b666bf72e7fb41aac7db475c1502dc54fae0915be1b73b0e11aa899579fd1"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/lib && ./main.exe)Testing `get-activity-lib'.This run has ID `WI5I3LTY'.[OK] Token 0 load: empty.[OK] Token 1 load: invalid path.[OK] Period 0 one_week: default.[OK] Period 1 to_8601: zero.[OK] Period 2 to_8601: negative.[OK] Period 3 to_8601: ten.[OK] Period 4 to_8601: one million.[OK] Period 5 to_8601: one billion.[OK] Graphql 0 request: no token.[OK] Contributions 0 request: no token.[OK] Contributions 1 request: no token.[OK] Contributions 2 of_json: no token.[OK] Contributions 3 of_json: no token.[OK] Contributions 4 of_json: no token.[OK] Contributions 5 of_json: errors.[OK] Contributions 6 is_empty: empty.[OK] Contributions 7 is_empty: not empty.Full test results in `/src/_build/default/test/lib/_build/_tests/get-activity-lib'.Test Successful in 0.002s. 17 tests run.2026-01-29 16:34.30 ---> saved as "64452f756c8737decc5df9ca1154cb79d157dc4b1bbec4d2eade56e43e8594d8"Job succeeded2026-01-29 16:34.30: Job succeeded