Organisationstaridesget-activity18cf84 (main)freebsd-14.3-4.14_opam-2.4

freebsd-14.3-4.14_opam-2.4

Logs

Show full logs
2025-11-05 15:28.39: New job: test tarides/get-activity https://github.com/tarides/get-activity.git#refs/heads/main (18cf841f2e8ec607b38a15ce8575bb1350375da5) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)
Base: freebsd-14.3-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/tarides/get-activity.git" -b "main" && cd "get-activity" && git reset --hard 18cf841f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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 --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 $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-11-05 15:28.39: Using cache hint "tarides/get-activity-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-bfa4d080a4c7ebd8aeb62a2fd732d228"
2025-11-05 15:28.39: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
 (comment freebsd-14.3-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/local/bin/opam-2.4 /usr/local/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 OCluster
2025-11-05 15:28.39: Waiting for worker…
2025-11-05 15:50.07: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 18cf841 Bump ocamlformat to 0.26.2 (#43)

(from freebsd-14.3-ocaml-4.14)
2025-11-05 15:49.24 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache

/: (comment freebsd-14.3-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/local/bin/opam-2.4 /usr/local/bin/opam"))
2025-11-05 15:49.25 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" from cache

/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-11-05 15:49.25 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 4.14.2
2.4.1
2025-11-05 15:49.26 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-05 15:49.26 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" 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_HEAD
   5bf570252b..70d1dfb3b8  master     -> origin/master
70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.4.0
  - ocaml-config.3
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.
2025-11-05 15:49.27 ---> using "489bfd2cc399c7fbba853ad15338d2fca2a57d7c856f77705fb9dd6c5a24d02e" from cache

/src: (copy (src get-activity.opam get-activity-lib.opam) (dst ./))
2025-11-05 15:49.29 ---> saved as "ed76f1a33852af21c8a8a8264ec1bc4ad5f2e5f679f087962dc5eab755b1b5d8"

/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 15:49.32 ---> saved as "5544e8c7732bb3436427d58120b51d13c328505dcb989576f0a514ccc9583dec"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-05 15:49.33 ---> saved as "0abbb58afc4411e655804b2f236bb381c2aef0e5d31fde6bed0273c67bc8793e"

/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"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[get-activity-lib.dev] synchronised (file:///src)
[get-activity.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 15:49.44 ---> saved as "94382feec26b9df03dc82006fd0b4e7a0f71338a0a2ca417ca7e9e75d34dc98d"

/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
   alcotest            1.9.1
   astring             0.8.5
   base                v0.16.4
   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-compiler-libs v0.12.4
   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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved base.v0.16.4  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved alcotest.1.9.1  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved curly.0.3.0  (cached)
 retrieved cmdliner.2.0.0  (cached)
 retrieved jane-street-headers.v0.16.0  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved jst-config.v0.16.0  (cached)
 retrieved logs.0.10.0  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved octavius.1.2.2  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ppx_base.v0.16.0  (cached)
 retrieved ppx_assert.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_globalize.v0.16.0  (cached)
 retrieved ppx_expect.v0.16.2  (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 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.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2  (cached)
 installed ocamlbuild.0.16.1
 installed cmdliner.2.0.0
 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 stdlib-shims.0.3.0
 installed sexplib0.v0.16.0
 installed result.1.5
 installed ppx_derivers.1.2.1
 installed octavius.1.2.2
 installed ocaml-syntax-shims.1.0.0
 installed ocaml-compiler-libs.v0.12.4
 installed jane-street-headers.v0.16.0
 installed curly.0.3.0
 installed yojson.3.0.0
 installed re.1.14.0
 installed dune-build-info.3.20.2
 installed ppx_yojson_conv_lib.v0.16.0
 installed dune-configurator.3.20.2
 installed alcotest.1.9.1
 installed base.v0.16.4
 installed stdio.v0.16.0
 installed ppxlib.0.35.0
 installed ppx_globalize.v0.16.0
 installed ppx_cold.v0.16.0
 installed ppx_here.v0.16.0
 installed ppx_enumerate.v0.16.0
 installed ppx_optcomp.v0.16.0
 installed ppx_js_style.v0.16.0
 installed ppx_compare.v0.16.0
 installed ppx_sexp_conv.v0.16.0
 installed ppx_yojson_conv.v0.16.0
 installed ppx_hash.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.2
Done.
2025-11-05 15:51.45 ---> saved as "0d18417525513235246f8394ac9a41eac4eeb398c8f97cd8fef28595309fe214"

/src: (copy (src .) (dst /src))
2025-11-05 15:51.47 ---> saved as "63527b0c22fec3c8e7dc053d2a6e146addcbb721c253cae4f4db1377a5cb3fac"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14.2/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.2/lib/astring -I /home/opam/.opam/4.14.2/lib/cmdliner -I /home/opam/.opam/4.14.2/lib/curly -I /home/opam/.opam/4.14.2/lib/dune-build-info -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/fmt/cli -I /home/opam/.opam/4.14.2/lib/fmt/tty -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/logs/cli -I /home/opam/.opam/4.14.2/lib/logs/fmt -I /home/opam/.opam/4.14.2/lib/ppx_yojson_conv_lib -I /home/opam/.opam/4.14.2/lib/result -I /home/opam/.opam/4.14.2/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.conv
       but an expression was expected of type 'a * 'b
(cd _build/default && /home/opam/.opam/4.14.2/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.2/lib/astring -I /home/opam/.opam/4.14.2/lib/cmdliner -I /home/opam/.opam/4.14.2/lib/curly -I /home/opam/.opam/4.14.2/lib/dune-build-info -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/fmt/cli -I /home/opam/.opam/4.14.2/lib/fmt/tty -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/logs/cli -I /home/opam/.opam/4.14.2/lib/logs/fmt -I /home/opam/.opam/4.14.2/lib/ppx_yojson_conv_lib -I /home/opam/.opam/4.14.2/lib/result -I /home/opam/.opam/4.14.2/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.conv
       but an expression was expected of type 'a * 'b
(cd _build/default/test/lib && ./main.exe)
Testing `get-activity-lib'.
This run has ID `JA0B9L8G'.

  [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.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_856_50661" "mount.devfs" "path=/obuilder/result/7a8512b75338126ea62386955bf405eeb80abe4f0d3888987d8d2373d0079db2/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2025-11-05 15:52.47: Job failed: Failed: Build failed