2025-11-05 15:28.39: New job: test tarides/get-activity https://github.com/tarides/get-activity.git#refs/heads/main (18cf841f2e8ec607b38a15ce8575bb1350375da5) (linux-x86_64:opensuse-16.0-4.14_opam-2.4)Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/get-activity.git" -b "main" && cd "get-activity" && git reset --hard 18cf841fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1# opensuse-16.0-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.0.0 csexp.1.5.2 curly.0.3.0 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 logs.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 octavius.1.2.2 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_js_style.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 re.1.14.0 result.1.5 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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.4 --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-BLOCK2025-11-05 15:28.39: Using cache hint "tarides/get-activity-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1-opensuse-16.0-4.14_opam-2.4-bfa4d080a4c7ebd8aeb62a2fd732d228"2025-11-05 15:28.39: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)(comment opensuse-16.0-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.0.0 csexp.1.5.2 curly.0.3.0 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 logs.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 octavius.1.2.2 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_js_style.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 re.1.14.0 result.1.5 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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.4 --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")))2025-11-05 15:28.39: Waiting for resource in pool OCluster2025-11-05 16:39.25: Waiting for worker…2025-11-05 16:47.29: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 18cf841 Bump ocamlformat to 0.26.2 (#43)(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1' locallydocker.io/ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1: Pulling from ocaml/opam64cfa2a65095: Pulling fs layer7971a163c5cf: Pulling fs layer0bcedfafe7dd: Pulling fs layerf42ca884ff10: Pulling fs layer7a58dd924804: Pulling fs layer73b6bf2442e2: Pulling fs layerc7b2f1118c39: Pulling fs layer9664ba876e4c: Pulling fs layerd307e097761a: Pulling fs layera2f7a77a011c: Pulling fs layer94b2c92a6e32: Pulling fs layerdc059a0b69a6: Pulling fs layerb1b115775ad6: Pulling fs layer9578045c60a5: Pulling fs layer9438161e6dc8: Pulling fs layer5354b34c6410: Pulling fs layer7ba29a3affaf: Pulling fs layer978c6754ed91: Pulling fs layer4f4fb700ef54: Pulling fs layerf42ca884ff10: Waiting1a894d493bd5: Pulling fs layer9664ba876e4c: Waitinge279e4c3cc8b: Pulling fs layercdfaa2485c7d: Pulling fs layerd307e097761a: Waitingb1b115775ad6: Waitingc8563e41aa6f: Pulling fs layera2f7a77a011c: Waiting911bff4bcd02: Pulling fs layer7a58dd924804: Waiting94b2c92a6e32: Waiting7e6490154d95: Pulling fs layerdc059a0b69a6: Waiting73b6bf2442e2: Waitingdd6beeecc8f8: Pulling fs layer9578045c60a5: Waiting3e02f73f561d: Pulling fs layer1a894d493bd5: Waiting801dc6436763: Pulling fs layer9438161e6dc8: Waiting7ddd0c153f59: Pulling fs layer5354b34c6410: Waitinge279e4c3cc8b: Waiting7ba29a3affaf: Waiting5ee8f7f96184: Pulling fs layerdd6beeecc8f8: Waitingfacc8b57701e: Pulling fs layer978c6754ed91: Waitingc7b2f1118c39: Waitingf5c712f16134: Pulling fs layer4f4fb700ef54: Waiting3e02f73f561d: Waitingcdfaa2485c7d: Waiting7c5c7be08383: Pulling fs layer25e2ed376925: Pulling fs layerc8563e41aa6f: Waitingfacc8b57701e: Waiting911bff4bcd02: Waiting801dc6436763: Waiting1b4a119d9eef: Pulling fs layerf5c712f16134: Waitingab7e2fb7737c: Pulling fs layer5ee8f7f96184: Waitingdb30acbe9a06: Pulling fs layer25e2ed376925: Waitingab7e2fb7737c: Waiting1b4a119d9eef: Waiting4f666f8f907e: Pulling fs layer23c142cc9273: Pulling fs layere74b0971cd39: Pulling fs layereea27d0942eb: Pulling fs layer4f666f8f907e: Waiting23c142cc9273: Waitinge74b0971cd39: Waiting7971a163c5cf: Download complete64cfa2a65095: Verifying Checksum64cfa2a65095: Download complete7a58dd924804: Download complete73b6bf2442e2: Verifying Checksum73b6bf2442e2: Download complete64cfa2a65095: Pull completec7b2f1118c39: Verifying Checksumc7b2f1118c39: Download complete7971a163c5cf: Pull complete9664ba876e4c: Verifying Checksum9664ba876e4c: Download completed307e097761a: Verifying Checksumd307e097761a: Download completea2f7a77a011c: Verifying Checksuma2f7a77a011c: Download complete94b2c92a6e32: Verifying Checksum94b2c92a6e32: Download completedc059a0b69a6: Verifying Checksumdc059a0b69a6: Download completeb1b115775ad6: Verifying Checksumb1b115775ad6: Download complete9578045c60a5: Verifying Checksum9578045c60a5: Download complete9438161e6dc8: Download complete5354b34c6410: Verifying Checksum5354b34c6410: Download complete7ba29a3affaf: Verifying Checksum7ba29a3affaf: Download complete978c6754ed91: Verifying Checksum978c6754ed91: Download complete4f4fb700ef54: Download complete1a894d493bd5: Verifying Checksum1a894d493bd5: Download completee279e4c3cc8b: Verifying Checksume279e4c3cc8b: Download completecdfaa2485c7d: Verifying Checksumcdfaa2485c7d: Download completec8563e41aa6f: Verifying Checksumc8563e41aa6f: Download complete911bff4bcd02: Verifying Checksum911bff4bcd02: Download complete0bcedfafe7dd: Verifying Checksum0bcedfafe7dd: Download complete7e6490154d95: Verifying Checksum7e6490154d95: Download complete3e02f73f561d: Verifying Checksum3e02f73f561d: Download completedd6beeecc8f8: Download complete801dc6436763: Verifying Checksum801dc6436763: Download completef42ca884ff10: Verifying Checksumf42ca884ff10: Download complete5ee8f7f96184: Verifying Checksum5ee8f7f96184: Download completefacc8b57701e: Verifying Checksumfacc8b57701e: Download complete7ddd0c153f59: Verifying Checksum7ddd0c153f59: Download complete7c5c7be08383: Download complete1b4a119d9eef: Verifying Checksum1b4a119d9eef: Download completeab7e2fb7737c: Verifying Checksumab7e2fb7737c: Download complete0bcedfafe7dd: Pull completedb30acbe9a06: Download completef42ca884ff10: Pull complete7a58dd924804: Pull complete73b6bf2442e2: Pull completec7b2f1118c39: Pull complete9664ba876e4c: Pull completed307e097761a: Pull completea2f7a77a011c: Pull complete94b2c92a6e32: Pull completedc059a0b69a6: Pull completeb1b115775ad6: Pull complete9578045c60a5: Pull complete9438161e6dc8: Pull complete5354b34c6410: Pull complete7ba29a3affaf: Pull complete978c6754ed91: Pull complete4f4fb700ef54: Pull complete1a894d493bd5: Pull completee279e4c3cc8b: Pull completecdfaa2485c7d: Pull completec8563e41aa6f: Pull complete911bff4bcd02: Pull complete7e6490154d95: Pull completedd6beeecc8f8: Pull complete3e02f73f561d: Pull complete801dc6436763: Pull complete7ddd0c153f59: Pull complete5ee8f7f96184: Pull completefacc8b57701e: Pull complete4f666f8f907e: Verifying Checksum4f666f8f907e: Download complete23c142cc9273: Verifying Checksum23c142cc9273: Download completee74b0971cd39: Download completeeea27d0942eb: Download completef5c712f16134: Verifying Checksumf5c712f16134: Download completef5c712f16134: Pull complete7c5c7be08383: Pull complete25e2ed376925: Verifying Checksum25e2ed376925: Download complete25e2ed376925: Pull complete1b4a119d9eef: Pull completeab7e2fb7737c: Pull completedb30acbe9a06: Pull complete4f666f8f907e: Pull complete23c142cc9273: Pull completee74b0971cd39: Pull completeeea27d0942eb: Pull completeDigest: sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a1Status: Downloaded newer image for ocaml/opam@sha256:e57f3c780a3c3aaea458ccf804ff275f5ca2521058bc9234003f95c8e862f3a12025-11-05 16:47.29 ---> using "edeae5226791935b63a8fd5be3eaac2ce37c898763f283ad46f4cdae8d9b727f" from cache/: (comment opensuse-16.0-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 16:47.29 ---> using "3120a7277ea96be3f4a85df6f9443ac9eaa0a35193d3790dbf701864a67e6b3a" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-05 16:47.29 ---> using "aed3ef74c0e3f661f96253076c2d23652dab93a943434cd93f5d0e10d3cb2a0c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-11-05 16:47.29 ---> using "1cd582082aacd8d1a8a2bdf75160f7d1d095e044090e56f0e8a5efaa787f8af0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 16:47.29 ---> using "d477bbe834e90da9624ae1e0cff2923d54e3c6e42da56f5a8ac8408ae118e4f6" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..70d1dfb3b8 master -> origin/master70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.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)2025-11-05 16:47.29 ---> using "501dc8c70ee4fafe5494fd1cf0dc958fd3233858513afe9f9c57b9f26a26f111" from cache/src: (copy (src get-activity.opam get-activity-lib.opam) (dst ./))2025-11-05 16:47.30 ---> saved as "dae3b72817dd2f0d7a84d5758303462cc3a289c75bf857761b54d2d55914d720"/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)2025-11-05 16:47.31 ---> saved as "289ea03890594a4d347c1c62b8e0ecfe3e051bafac122da94dda59454adc8a87"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 16:47.32 ---> saved as "2ed4305744ee7b2abedf248669f59148de1b6b95dd16642a34e417885a3df3f5"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.0.0 csexp.1.5.2 curly.0.3.0 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 logs.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 octavius.1.2.2 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_js_style.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 re.1.14.0 result.1.5 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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.4 --depext-only -y get-activity.dev get-activity-lib.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [..- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- ..-- Note: Received 1 new package signing key from repository "repo-oss (16.0)":-- Those additional keys are usually used to sign packages shipped by the repository. In order to- validate those packages upon download and installation the new keys will be imported into the rpm- database.-- New:- Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0- Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>- Key Algorithm: RSA 4096- Key Created: Wed May 10 14:46:12 2023- Key Expires: Sun May 9 14:46:12 2027- Rpm Name: gpg-pubkey-25db7ae0-645bae34-- The repository metadata introducing the new keys have been signed and validated by the trusted- key:-- Repository: repo-oss (16.0)- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>- Key Algorithm: RSA 4096- Key Created: Mon Jun 20 14:03:14 2022- Key Expires: Fri Jun 19 14:03:14 2026- Rpm Name: gpg-pubkey-29b700a4-62b07e22-- ....- ..........- ..........- .........- .........- .........- done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[get-activity.dev] synchronised (file:///src)[get-activity-lib.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.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).2025-11-05 16:47.48 ---> saved as "bd865e32b25d3a82e3ed6f3e63826a244a733866a86bdb536883e2826e3b7b07"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.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.16.4- install cmdliner 2.0.0- install csexp 1.5.2- install curly 0.3.0- install dune 3.20.2- install dune-build-info 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install jane-street-headers v0.16.0- install jst-config v0.16.0- install logs 0.10.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.16.0- install ppx_base v0.16.0- install ppx_cold v0.16.0- install ppx_compare v0.16.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.16.0- install ppx_expect v0.16.2- install ppx_globalize v0.16.0- install ppx_hash v0.16.0- install ppx_here v0.16.0- install ppx_inline_test v0.16.1- install ppx_js_style v0.16.0- install ppx_optcomp v0.16.0- install ppx_sexp_conv v0.16.0- install ppx_yojson_conv v0.16.0- install ppx_yojson_conv_lib v0.16.0- install ppxlib 0.35.0- install re 1.14.0- install result 1.5- install sexplib0 v0.16.0- install stdio v0.16.0- install stdlib-shims 0.3.0- install time_now v0.16.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.16.4 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved curly.0.3.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved jane-street-headers.v0.16.0 (cached)-> retrieved jst-config.v0.16.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved octavius.1.2.2 (cached)-> retrieved ppx_assert.v0.16.0 (cached)-> retrieved ppx_base.v0.16.0 (cached)-> retrieved ppx_cold.v0.16.0 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_expect.v0.16.2 (cached)-> retrieved ppx_globalize.v0.16.0 (cached)-> retrieved ppx_hash.v0.16.0 (cached)-> retrieved ppx_here.v0.16.0 (cached)-> retrieved ppx_inline_test.v0.16.1 (cached)-> retrieved ppx_js_style.v0.16.0 (cached)-> retrieved ppx_optcomp.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ppx_yojson_conv.v0.16.0 (cached)-> retrieved ppx_yojson_conv_lib.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.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.10.0-> installed dune.3.20.2-> installed csexp.1.5.2-> installed jane-street-headers.v0.16.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.14.0-> installed result.1.5-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed curly.0.3.0-> installed ppx_yojson_conv_lib.v0.16.0-> installed dune-build-info.3.20.2-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed base.v0.16.4-> installed stdio.v0.16.0-> installed ppxlib.0.35.0-> installed ppx_globalize.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_js_style.v0.16.0-> installed ppx_sexp_conv.v0.16.0-> installed ppx_hash.v0.16.0-> installed ppx_yojson_conv.v0.16.0-> installed ppx_assert.v0.16.0-> installed ppx_base.v0.16.0-> installed jst-config.v0.16.0-> installed time_now.v0.16.0-> installed ppx_inline_test.v0.16.1-> installed ppx_expect.v0.16.2Done.# To update the current shell environment, run: eval $(opam env)2025-11-05 16:48.47 ---> saved as "014ad3b2ee3aa3c58669fd38b9d054fe1de6d34cf7e59b291aecd01d48a106e9"/src: (copy (src .) (dst /src))2025-11-05 16:48.47 ---> saved as "9841fc02d2d1c0e87db97bde4537bb9add0b86a8f6f8a51c0876bc9e3a855e17"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I bin/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/curly -I /home/opam/.opam/4.14/lib/dune-build-info -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/cli -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ppx_yojson_conv_lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/yojson -I lib/.get_activity.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o bin/.main.eobjs/byte/dune__exe__Main.cmo -c -impl bin/main.ml)File "bin/main.ml", line 81, characters 32-42:81 | let str_parser, str_printer = Arg.string in^^^^^^^^^^Error: This expression has type string Arg.convbut an expression was expected of type 'a * 'b(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/curly -I /home/opam/.opam/4.14/lib/dune-build-info -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/logs/cli -I /home/opam/.opam/4.14/lib/logs/fmt -I /home/opam/.opam/4.14/lib/ppx_yojson_conv_lib -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/yojson -I lib/.get_activity.objs/byte -I lib/.get_activity.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.ml)File "bin/main.ml", line 81, characters 32-42:81 | let str_parser, str_printer = Arg.string in^^^^^^^^^^Error: This expression has type string Arg.convbut an expression was expected of type 'a * 'b(cd _build/default/test/lib && ./main.exe)Testing `get-activity-lib'.This run has ID `Z2WWCTUP'.[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."/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-11-05 16:48.50: Job failed: Failed: Build failed