(for PR #28910)

2025-11-19 07:54.45: New job: test avro-simple.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28910/head (bcff42d37dd17cc61f533b42262cc67e654385dd)
                              on ubuntu-24.04-ocaml-5.4/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28910/head" && git reset --hard bcff42d3
git fetch origin master
git merge --no-edit 24dbb725dce5c26764f028224175df3cfbe7dafd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2
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 avro-simple.0.1 0.1
RUN opam reinstall avro-simple.0.1; \
    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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'avro-simple.0.1' && 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 avro-simple.0.1) || true
RUN opam reinstall --with-test --verbose avro-simple.0.1; \
    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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'avro-simple.0.1' && 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-11-19 07:54.45: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2-avro-simple.0.1-bcff42d37dd17cc61f533b42262cc67e654385dd"
2025-11-19 07:54.45: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2)
 (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 avro-simple.0.1 0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall avro-simple.0.1;\
             \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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'avro-simple.0.1' && 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 avro-simple.0.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose avro-simple.0.1;\
             \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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'avro-simple.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-19 07:54.45: Waiting for resource in pool OCluster
2025-11-19 07:54.45: Waiting for worker…
2025-11-19 08:03.50: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files:  14% (2693/18778)
Updating files:  15% (2817/18778)
Updating files:  16% (3005/18778)
Updating files:  17% (3193/18778)
Updating files:  18% (3381/18778)
Updating files:  19% (3568/18778)
Updating files:  20% (3756/18778)
Updating files:  21% (3944/18778)
Updating files:  22% (4132/18778)
Updating files:  23% (4319/18778)
Updating files:  24% (4507/18778)
Updating files:  25% (4695/18778)
Updating files:  26% (4883/18778)
Updating files:  26% (5004/18778)
Updating files:  27% (5071/18778)
Updating files:  28% (5258/18778)
Updating files:  29% (5446/18778)
Updating files:  30% (5634/18778)
Updating files:  31% (5822/18778)
Updating files:  32% (6009/18778)
Updating files:  33% (6197/18778)
Updating files:  34% (6385/18778)
Updating files:  35% (6573/18778)
Updating files:  36% (6761/18778)
Updating files:  37% (6948/18778)
Updating files:  38% (7136/18778)
Updating files:  38% (7224/18778)
Updating files:  39% (7324/18778)
Updating files:  40% (7512/18778)
Updating files:  41% (7699/18778)
Updating files:  42% (7887/18778)
Updating files:  43% (8075/18778)
Updating files:  44% (8263/18778)
Updating files:  45% (8451/18778)
Updating files:  46% (8638/18778)
Updating files:  47% (8826/18778)
Updating files:  48% (9014/18778)
Updating files:  49% (9202/18778)
Updating files:  50% (9389/18778)
Updating files:  51% (9577/18778)
Updating files:  51% (9616/18778)
Updating files:  52% (9765/18778)
Updating files:  53% (9953/18778)
Updating files:  54% (10141/18778)
Updating files:  55% (10328/18778)
Updating files:  56% (10516/18778)
Updating files:  57% (10704/18778)
Updating files:  58% (10892/18778)
Updating files:  59% (11080/18778)
Updating files:  60% (11267/18778)
Updating files:  61% (11455/18778)
Updating files:  62% (11643/18778)
Updating files:  63% (11831/18778)
Updating files:  63% (11902/18778)
Updating files:  64% (12018/18778)
Updating files:  65% (12206/18778)
Updating files:  66% (12394/18778)
Updating files:  67% (12582/18778)
Updating files:  68% (12770/18778)
Updating files:  69% (12957/18778)
Updating files:  70% (13145/18778)
Updating files:  71% (13333/18778)
Updating files:  72% (13521/18778)
Updating files:  73% (13708/18778)
Updating files:  74% (13896/18778)
Updating files:  75% (14084/18778)
Updating files:  75% (14266/18778)
Updating files:  76% (14272/18778)
Updating files:  77% (14460/18778)
Updating files:  78% (14647/18778)
Updating files:  79% (14835/18778)
Updating files:  80% (15023/18778)
Updating files:  81% (15211/18778)
Updating files:  82% (15398/18778)
Updating files:  83% (15586/18778)
Updating files:  84% (15774/18778)
Updating files:  85% (15962/18778)
Updating files:  86% (16150/18778)
Updating files:  87% (16337/18778)
Updating files:  88% (16525/18778)
Updating files:  88% (16548/18778)
Updating files:  89% (16713/18778)
Updating files:  90% (16901/18778)
Updating files:  91% (17088/18778)
Updating files:  92% (17276/18778)
Updating files:  93% (17464/18778)
Updating files:  94% (17652/18778)
Updating files:  95% (17840/18778)
Updating files:  96% (18027/18778)
Updating files:  97% (18215/18778)
Updating files:  98% (18403/18778)
Updating files:  99% (18591/18778)
Updating files: 100% (18778/18778)
Updating files: 100% (18778/18778), done.
HEAD is now at 24dbb725dc Merge pull request #28918 from dra27/msys2-lablgtk3
Merge made by the 'ort' strategy.
 packages/avro-simple/avro-simple.0.1/opam | 52 +++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 packages/avro-simple/avro-simple.0.1/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2' locally
docker.io/ocaml/opam@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2: Pulling from ocaml/opam
4f36e1b0a2cc: Pulling fs layer
2363a19ce062: Pulling fs layer
4053207ddf81: Pulling fs layer
bbfb0969b291: Pulling fs layer
d2396c248fac: Pulling fs layer
7deb097bc610: Pulling fs layer
b09f380f219a: Pulling fs layer
172583578fc3: Pulling fs layer
e6d5737ba3e7: Pulling fs layer
713587ce5790: Pulling fs layer
6e300197872d: Pulling fs layer
4bc553bdc712: Pulling fs layer
ee93345f9cf5: Pulling fs layer
4be61386dfb2: Pulling fs layer
8507bfdd0e9d: Pulling fs layer
3e28e60730ad: Pulling fs layer
bf970414565b: Pulling fs layer
2a6619580c01: Pulling fs layer
34419bc7c574: Pulling fs layer
d992b12f808c: Pulling fs layer
4f4fb700ef54: Pulling fs layer
5e33de69cc8a: Pulling fs layer
69f1da1e22ae: Pulling fs layer
580926f0eead: Pulling fs layer
90d0c8b321f1: Pulling fs layer
e46fa634fda6: Pulling fs layer
de681cfd7094: Pulling fs layer
f9ad9c5ee8f3: Pulling fs layer
520296fe98c7: Pulling fs layer
f6d67f841e66: Pulling fs layer
0dfad1c118ca: Pulling fs layer
7313eb41ab2a: Pulling fs layer
a817fccb9c78: Pulling fs layer
a98011bc0a8c: Pulling fs layer
af6a85716aa9: Pulling fs layer
84ca010415d5: Pulling fs layer
d3aa6bba7d0e: Pulling fs layer
d11dac4641d2: Pulling fs layer
b975f0076eea: Pulling fs layer
c8a6403a8cc5: Pulling fs layer
0fec751250d9: Pulling fs layer
df4ef6b7223e: Pulling fs layer
27e4da56fe67: Pulling fs layer
17ee33d5f3c2: Pulling fs layer
f95d4755b9c4: Pulling fs layer
6b1afa0b19c8: Pulling fs layer
580926f0eead: Waiting
90d0c8b321f1: Waiting
e46fa634fda6: Waiting
de681cfd7094: Waiting
f9ad9c5ee8f3: Waiting
520296fe98c7: Waiting
f6d67f841e66: Waiting
0dfad1c118ca: Waiting
7313eb41ab2a: Waiting
a817fccb9c78: Waiting
a98011bc0a8c: Waiting
af6a85716aa9: Waiting
84ca010415d5: Waiting
d3aa6bba7d0e: Waiting
d11dac4641d2: Waiting
b975f0076eea: Waiting
c8a6403a8cc5: Waiting
0fec751250d9: Waiting
df4ef6b7223e: Waiting
27e4da56fe67: Waiting
17ee33d5f3c2: Waiting
f95d4755b9c4: Waiting
6b1afa0b19c8: Waiting
4be61386dfb2: Waiting
8507bfdd0e9d: Waiting
3e28e60730ad: Waiting
bf970414565b: Waiting
2a6619580c01: Waiting
34419bc7c574: Waiting
d992b12f808c: Waiting
4f4fb700ef54: Waiting
5e33de69cc8a: Waiting
69f1da1e22ae: Waiting
bbfb0969b291: Waiting
d2396c248fac: Waiting
7deb097bc610: Waiting
b09f380f219a: Waiting
172583578fc3: Waiting
e6d5737ba3e7: Waiting
713587ce5790: Waiting
6e300197872d: Waiting
4bc553bdc712: Waiting
ee93345f9cf5: Waiting
4053207ddf81: Verifying Checksum
4053207ddf81: Download complete
2363a19ce062: Verifying Checksum
2363a19ce062: Download complete
d2396c248fac: Verifying Checksum
d2396c248fac: Download complete
bbfb0969b291: Verifying Checksum
bbfb0969b291: Download complete
4f36e1b0a2cc: Download complete
172583578fc3: Verifying Checksum
172583578fc3: Download complete
b09f380f219a: Verifying Checksum
b09f380f219a: Download complete
e6d5737ba3e7: Verifying Checksum
e6d5737ba3e7: Download complete
713587ce5790: Verifying Checksum
713587ce5790: Download complete
6e300197872d: Verifying Checksum
6e300197872d: Download complete
4f36e1b0a2cc: Pull complete
2363a19ce062: Pull complete
4053207ddf81: Pull complete
ee93345f9cf5: Verifying Checksum
ee93345f9cf5: Download complete
4be61386dfb2: Verifying Checksum
4be61386dfb2: Download complete
4bc553bdc712: Verifying Checksum
4bc553bdc712: Download complete
8507bfdd0e9d: Verifying Checksum
8507bfdd0e9d: Download complete
bbfb0969b291: Pull complete
d2396c248fac: Pull complete
bf970414565b: Verifying Checksum
bf970414565b: Download complete
3e28e60730ad: Download complete
2a6619580c01: Verifying Checksum
2a6619580c01: Download complete
34419bc7c574: Download complete
7deb097bc610: Verifying Checksum
7deb097bc610: Download complete
d992b12f808c: Verifying Checksum
d992b12f808c: Download complete
4f4fb700ef54: Verifying Checksum
5e33de69cc8a: Download complete
69f1da1e22ae: Verifying Checksum
69f1da1e22ae: Download complete
580926f0eead: Verifying Checksum
580926f0eead: Download complete
90d0c8b321f1: Verifying Checksum
90d0c8b321f1: Download complete
e46fa634fda6: Verifying Checksum
e46fa634fda6: Download complete
de681cfd7094: Verifying Checksum
de681cfd7094: Download complete
f9ad9c5ee8f3: Verifying Checksum
f9ad9c5ee8f3: Download complete
520296fe98c7: Verifying Checksum
520296fe98c7: Download complete
f6d67f841e66: Verifying Checksum
f6d67f841e66: Download complete
0dfad1c118ca: Verifying Checksum
0dfad1c118ca: Download complete
7313eb41ab2a: Verifying Checksum
7313eb41ab2a: Download complete
a817fccb9c78: Verifying Checksum
a817fccb9c78: Download complete
af6a85716aa9: Download complete
d3aa6bba7d0e: Verifying Checksum
d3aa6bba7d0e: Download complete
d11dac4641d2: Verifying Checksum
d11dac4641d2: Download complete
b975f0076eea: Verifying Checksum
b975f0076eea: Download complete
84ca010415d5: Verifying Checksum
84ca010415d5: Download complete
0fec751250d9: Verifying Checksum
0fec751250d9: Download complete
c8a6403a8cc5: Verifying Checksum
c8a6403a8cc5: Download complete
df4ef6b7223e: Verifying Checksum
df4ef6b7223e: Download complete
17ee33d5f3c2: Download complete
f95d4755b9c4: Verifying Checksum
f95d4755b9c4: Download complete
6b1afa0b19c8: Verifying Checksum
6b1afa0b19c8: Download complete
7deb097bc610: Pull complete
b09f380f219a: Pull complete
172583578fc3: Pull complete
27e4da56fe67: Verifying Checksum
27e4da56fe67: Download complete
e6d5737ba3e7: Pull complete
713587ce5790: Pull complete
a98011bc0a8c: Verifying Checksum
a98011bc0a8c: Download complete
6e300197872d: Pull complete
4bc553bdc712: Pull complete
ee93345f9cf5: Pull complete
4be61386dfb2: Pull complete
8507bfdd0e9d: Pull complete
3e28e60730ad: Pull complete
bf970414565b: Pull complete
2a6619580c01: Pull complete
34419bc7c574: Pull complete
d992b12f808c: Pull complete
4f4fb700ef54: Pull complete
5e33de69cc8a: Pull complete
69f1da1e22ae: Pull complete
580926f0eead: Pull complete
90d0c8b321f1: Pull complete
e46fa634fda6: Pull complete
de681cfd7094: Pull complete
f9ad9c5ee8f3: Pull complete
520296fe98c7: Pull complete
f6d67f841e66: Pull complete
0dfad1c118ca: Pull complete
7313eb41ab2a: Pull complete
a817fccb9c78: Pull complete
a98011bc0a8c: Pull complete
af6a85716aa9: Pull complete
84ca010415d5: Pull complete
d3aa6bba7d0e: Pull complete
d11dac4641d2: Pull complete
b975f0076eea: Pull complete
c8a6403a8cc5: Pull complete
0fec751250d9: Pull complete
df4ef6b7223e: Pull complete
27e4da56fe67: Pull complete
17ee33d5f3c2: Pull complete
f95d4755b9c4: Pull complete
6b1afa0b19c8: Pull complete
Digest: sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2
Status: Downloaded newer image for ocaml/opam@sha256:74424fb1f8d04c0def34491a6c05a0eb46010e0e29d574e40eb714ab599edfe2
2025-11-19 08:04.03 ---> using "5259263655b440586c7d092c0ac4109937cb3dd8e23c78adc5fbd0a104d2a2ca" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-19 08:04.03 ---> using "c785f7302eace4a03b31566f7fb68113ff0a77b9598eeae17a71f24045aa902e" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-19 08:04.03 ---> using "2c50b5bf7fbfd3495006323452a9c35309d0c2a38c594c9c4953c3097e82a394" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0~beta1
# self-upgrade         no
# system               arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-11-19 08:04.03 ---> using "391d02674e755c58f606c030ad393f2eca3108cbe4fb9d55ac83cfd422ddade5" from cache

/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-11-19 08:04.03 ---> using "b1e4d107d9ace11a2c7636e8f10d7836d5bda42b8a441094ceb1d15f6931ba5c" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-19 08:04.08 ---> using "0b7a5f6b798ceb61ac00f6c5cc60e7b74ee100f6bf1c5508dfedec3231d1f0c2" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-19 08:04.08 ---> using "843bdda02fd15597b8927572d083bf7faf6fec9cc96e2f0d7fabeff3f9839c3a" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [873 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1460 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [913 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [554 kB]
- Fetched 4178 kB in 2s (1712 kB/s)
- Reading package lists...
- 
2025-11-19 08:04.08 ---> using "155507e5ee4a1df7f71ceddeaef29f94424e82f58a85e8cc2c9110037e73be74" from cache

/home/opam: (run (shell "opam pin add -k version -yn avro-simple.0.1 0.1"))
avro-simple is now pinned to version 0.1
2025-11-19 08:04.08 ---> using "c0c29af4141db15726d3d6549ec97eac03c7aa630cac623794952bb0002ce498" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall avro-simple.0.1;\
                        \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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'avro-simple.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
avro-simple.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
  - install avro-simple       0.1 (pinned)
  - install bigstringaf       0.10.0       [required by avro-simple]
  - install checkseum         0.5.2        [required by decompress]
  - install cmdliner          2.0.0        [required by decompress, uuidm]
  - install conf-gmp          5            [required by zarith]
  - install conf-pkg-config   4            [required by zarith]
  - install csexp             1.5.2        [required by dune-configurator]
  - install decompress        1.5.3        [required by avro-simple]
  - install dune              3.20.2       [required by avro-simple]
  - install dune-configurator 3.20.2       [required by bigstringaf]
  - install ocamlbuild        0.16.1       [required by uuidm]
  - install ocamlfind         1.9.8        [required by uuidm, zarith]
  - install optint            0.3.0        [required by decompress]
  - install topkg             1.1.1        [required by uuidm]
  - install uuidm             0.9.10       [required by avro-simple]
  - install yojson            3.0.0        [required by avro-simple]
  - install zarith            1.14         [required by avro-simple]

The following system packages will first need to be installed:
    libgmp-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:riscv64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16279 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libgmp-dev:riscv64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-2build1_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../4-pkgconf_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../5-pkg-config_1.8.1-2build1_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-2build1) ...
- Setting up libpkgconf3:riscv64 (1.8.1-2build1) ...
- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf:riscv64 (1.8.1-2build1) ...
- Setting up pkg-config:riscv64 (1.8.1-2build1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.6) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved avro-simple.0.1  (https://github.com/tmcgilchrist/ocaml-avro/releases/download/0.1/avro-simple-0.1.tbz)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved decompress.1.5.3  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed cmdliner.2.0.0
-> retrieved optint.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed optint.0.3.0
-> installed yojson.3.0.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.2
-> installed decompress.1.5.3
-> installed avro-simple.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 08:04.08 ---> using "38e4bbc744e028e058428c904239c6b4106215918aa2e51e7c60ac2565fc2743" from cache

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test avro-simple.0.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile avro-simple        0.1 (pinned)
=== install 12 packages
  - install   alcotest           1.9.1        [required by avro-simple]
  - install   astring            0.8.5        [required by alcotest]
  - install   fmt                0.11.0       [required by alcotest]
  - install   ocaml-syntax-shims 1.0.0        [required by alcotest]
  - install   ounit2             2.2.7        [required by qcheck-ounit]
  - install   qcheck             0.27         [required by avro-simple]
  - install   qcheck-core        0.27         [required by qcheck]
  - install   qcheck-ounit       0.27         [required by qcheck]
  - install   re                 1.14.0       [required by alcotest]
  - install   seq                base         [required by ounit2]
  - install   stdlib-shims       0.3.0        [required by alcotest]
  - install   uutf               1.0.4        [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved ounit2.2.2.7  (https://opam.ocaml.org/cache)
-> retrieved qcheck.0.27, qcheck-core.0.27, qcheck-ounit.0.27  (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed ocaml-syntax-shims.1.0.0
-> installed seq.base
-> installed stdlib-shims.0.3.0
-> installed qcheck-core.0.27
-> installed re.1.14.0
-> removed   avro-simple.0.1
-> installed uutf.1.0.4
-> installed ounit2.2.2.7
-> installed qcheck-ounit.0.27
-> installed qcheck.0.27
-> installed alcotest.1.9.1
-> installed avro-simple.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 08:10.22 ---> saved as "1d0fc5cf8e303660c6cad0406026884a7b1d849347d341181128ac377a60acc0"

/home/opam: (run (shell  "opam reinstall --with-test --verbose avro-simple.0.1;\
                        \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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'avro-simple.0.1' && 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 avro-simple 0.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [avro-simple: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "avro-simple" "-j" "3" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/avro-simple.0.1)
- (cd _build/default/test && ./test_complex_types.exe)
- Testing `Complex Types'.
- This run has ID `CVXN4WPL'.
- 
-   [OK]          arrays          0   array.
-   [OK]          arrays          1   empty array.
-   [OK]          maps            0   single entry.
-   [OK]          maps            1   multiple entries.
-   [OK]          maps            2   empty map.
-   [OK]          unions          0   option some.
-   [OK]          unions          1   option none.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Complex Types'.
- Test Successful in 0.005s. 7 tests run.
- (cd _build/default/test && ./test_primitives.exe)
- Testing `Primitives'.
- This run has ID `8GN2IWGI'.
- 
-   [OK]          null             0   roundtrip.
-   [OK]          null             1   encoding.
-   [OK]          boolean          0   true.
-   [OK]          boolean          1   false.
-   [OK]          boolean          2   encoding.
-   [OK]          int              0   zero.
-   [OK]          int              1   positive.
-   [OK]          int              2   negative.
-   [OK]          int              3   boundaries.
-   [OK]          int              4   zigzag encoding.
-   [OK]          long             0   zero.
-   [OK]          long             1   positive.
-   [OK]          long             2   negative.
-   [OK]          long             3   boundaries.
-   [OK]          long             4   zigzag encoding.
-   [OK]          float            0   zero.
-   [OK]          float            1   positive.
-   [OK]          float            2   negative.
-   [OK]          float            3   special values.
-   [OK]          float            4   nan.
-   [OK]          double           0   zero.
-   [OK]          double           1   positive.
-   [OK]          double           2   negative.
-   [OK]          double           3   special values.
-   [OK]          double           4   nan.
-   [OK]          bytes            0   empty.
-   [OK]          bytes            1   short.
-   [OK]          bytes            2   long.
-   [OK]          bytes            3   binary.
-   [OK]          string           0   empty.
-   [OK]          string           1   ascii.
-   [OK]          string           2   unicode.
-   [OK]          string           3   long.
-   [OK]          string           4   special chars.
-   [OK]          string           5   encoding.
-   [OK]          fixed            0   4 bytes.
-   [OK]          fixed            1   16 bytes (UUID).
-   [OK]          fixed            2   encoding.
-   [OK]          fixed            3   size mismatch.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Primitives'.
- Test Successful in 0.023s. 39 tests run.
- (cd _build/default/test && ./test_records.exe)
- Testing `Records'.
- This run has ID `H9MSHARL'.
- 
-   [OK]          simple records           0   roundtrip.
-   [OK]          simple records           1   schema.
-   [OK]          simple records           2   single field.
-   [OK]          optional fields          0   with Some values.
-   [OK]          optional fields          1   with None values.
-   [OK]          complex records          0   various types.
-   [OK]          complex records          1   with arrays.
-   [OK]          nested records           0   simple nested.
-   [OK]          nested records           1   deeply nested.
-   [OK]          nested records           2   optional nested Some.
-   [OK]          nested records           3   optional nested None.
-   [OK]          nested records           4   array of records.
-   [OK]          nested records           5   map of records.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Records'.
- Test Successful in 0.009s. 13 tests run.
- (cd _build/default/test && ./test_schema_validation.exe)
- Testing `Schema Validation'.
- This run has ID `XXI93UHA'.
- 
-   [OK]          valid schemas            0   primitives.
-   [OK]          valid schemas            1   array.
-   [OK]          valid schemas            2   map.
-   [OK]          valid schemas            3   union.
-   [OK]          valid schemas            4   record.
-   [OK]          valid schemas            5   enum.
-   [OK]          valid schemas            6   fixed.
-   [OK]          valid schemas            7   enum reuse.
-   [OK]          invalid schemas          0   union single branch.
-   [OK]          invalid schemas          1   union nested.
-   [OK]          invalid schemas          2   union duplicate types.
-   [OK]          invalid schemas          3   union duplicate named types.
-   [OK]          invalid schemas          4   record no fields.
-   [OK]          invalid schemas          5   record duplicate fields.
-   [OK]          invalid schemas          6   record bad field name.
-   [OK]          invalid schemas          7   enum no symbols.
-   [OK]          invalid schemas          8   enum duplicate symbols.
-   [OK]          invalid schemas          9   enum bad symbol name.
-   [OK]          invalid schemas         10   fixed zero size.
-   [OK]          invalid schemas         11   fixed negative size.
-   [OK]          invalid schemas         12   name redefinition allowed for re...
-   [OK]          invalid schemas         13   name redefinition nested.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Schema Validation'.
- Test Successful in 0.015s. 22 tests run.
- (cd _build/default/test && ./test_container.exe)
- Testing `Container Files'.
- This run has ID `360NHB0A'.
- 
-   [OK]          basic                  0   int roundtrip.
-   [OK]          basic                  1   string roundtrip.
-   [OK]          basic                  2   write block.
-   [OK]          complex types          0   array roundtrip.
-   [OK]          complex types          1   record roundtrip.
-   [OK]          iteration              0   iter.
-   [OK]          iteration              1   sequence.
-   [OK]          metadata               0   custom metadata.
-   [OK]          performance            0   large dataset.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Container Files'.
- Test Successful in 0.028s. 9 tests run.
- (cd _build/default/test && ./test_schema_evolution.exe)
- Testing `Schema Evolution'.
- This run has ID `ABFSP32L'.
- 
-   [OK]          primitives            0   null to null.
-   [OK]          primitives            1   boolean to boolean.
-   [OK]          primitives            2   int to int.
-   [OK]          primitives            3   string to string.
-   [OK]          promotions            0   int to long.
-   [OK]          promotions            1   int to float.
-   [OK]          promotions            2   int to double.
-   [OK]          promotions            3   long to float.
-   [OK]          promotions            4   long to double.
-   [OK]          promotions            5   float to double.
-   [OK]          string/bytes          0   string to bytes.
-   [OK]          string/bytes          1   bytes to string.
-   [OK]          incompatible          0   int to string fails.
-   [OK]          incompatible          1   long to int fails.
-   [OK]          incompatible          2   double to float fails.
-   [OK]          arrays                0   array int to int.
-   [OK]          arrays                1   array int promotes to long.
-   [OK]          arrays                2   array incompatible fails.
-   [OK]          maps                  0   map string to string.
-   [OK]          maps                  1   map int promotes to long.
-   [OK]          fixed                 0   same size.
-   [OK]          fixed                 1   different size fails.
-   [OK]          records               0   same fields.
-   [OK]          records               1   add optional field.
-   [OK]          records               2   remove field.
-   [OK]          records               3   missing required field fails.
-   [OK]          records               4   field type promotion.
-   [OK]          enums                 0   same symbols.
-   [OK]          enums                 1   reordered symbols.
-   [OK]          enums                 2   missing symbol fails.
-   [OK]          enums                 3   default symbol.
-   [OK]          unions                0   same branches.
-   [OK]          unions                1   reordered branches.
-   [OK]          unions                2   non-union to union.
-   [OK]          unions                3   non-union to union with promotion.
-   [OK]          unions                4   missing branch fails.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Schema Evolution'.
- Test Successful in 0.023s. 36 tests run.
- (cd _build/default/test && ./test_compression.exe)
- Testing `Compression'.
- This run has ID `4K6WGRBS'.
- 
-   [OK]          registry                 0   list codecs.
-   [OK]          registry                 1   get null codec.
-   [OK]          registry                 2   get deflate codec.
-   [OK]          registry                 3   get unknown codec.
-   [OK]          null codec               0   roundtrip.
-   [OK]          deflate codec            0   roundtrip.
-   [OK]          deflate codec            1   compresses data.
-   [SKIP]        optional codecs          0   zstandard roundtrip.
-   [SKIP]        optional codecs          1   snappy roundtrip.
-   [OK]          custom codecs            0   registration.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Compression'.
- Test Successful in 0.014s. 8 tests run.
- (cd _build/default/test && ./test_roundtrip.exe)
- Testing `Schema Evolution Roundtrip'.
- This run has ID `OIWDG5VZ'.
- 
-   [OK]          type promotions          0   int to long.
-   [OK]          type promotions          1   int to double.
-   [OK]          type promotions          2   float to double.
-   [OK]          arrays                   0   array int to long.
-   [OK]          maps                     0   map int to double.
-   [OK]          records                  0   remove field.
-   [OK]          records                  1   add optional field.
-   [OK]          records                  2   nested promotion.
-   [OK]          unions                   0   non-union to union.
-   [OK]          unions                   1   union with promotion.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Schema Evolution Roundtrip'.
- Test Successful in 0.005s. 10 tests run.
- (cd _build/default/test && ./test_schema_json.exe)
- Testing `Schema JSON'.
- This run has ID `FNPJ6ZM0'.
- 
-   [OK]          primitives             0   null.
-   [OK]          primitives             1   boolean.
-   [OK]          primitives             2   int.
-   [OK]          primitives             3   long.
-   [OK]          primitives             4   float.
-   [OK]          primitives             5   double.
-   [OK]          primitives             6   bytes.
-   [OK]          primitives             7   string.
-   [OK]          primitives             8   object form.
-   [OK]          complex types          0   array.
-   [OK]          complex types          1   map.
-   [OK]          complex types          2   union.
-   [OK]          complex types          3   empty union.
-   [OK]          records                0   simple record.
-   [OK]          records                1   record with namespace.
-   [OK]          records                2   record with doc.
-   [OK]          records                3   record with field defaults.
-   [OK]          enums                  0   simple enum.
-   [OK]          enums                  1   enum with namespace.
-   [OK]          enums                  2   enum with default.
-   [OK]          fixed                  0   simple fixed.
-   [OK]          fixed                  1   fixed with namespace.
-   [OK]          nested                 0   complex nested.
-   [OK]          roundtrip              0   simple roundtrip.
-   [OK]          roundtrip              1   enum roundtrip.
-   [OK]          canonical              0   canonical form.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Schema JSON'.
- Test Successful in 0.023s. 26 tests run.
- (cd _build/default/test && ./test_schema_aliases.exe)
- Testing `Schema Aliases'.
- This run has ID `8YPXCU5D'.
- 
-   [OK]          enum aliases            0   renamed enum type.
-   [OK]          enum aliases            1   enum with namespace alias.
-   [OK]          enum aliases            2   enum without alias fails.
-   [OK]          fixed aliases           0   renamed fixed type.
-   [OK]          fixed aliases           1   wrong size fails even with alias.
-   [OK]          record aliases          0   renamed record type.
-   [OK]          record aliases          1   multiple record aliases.
-   [OK]          field aliases           0   renamed field.
-   [OK]          field aliases           1   multiple field aliases.
-   [OK]          field aliases           2   type and field aliases together.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Schema Aliases'.
- Test Successful in 0.005s. 10 tests run.
- (cd _build/default/test && ./test_recursive.exe)
- Testing `Recursive Types'.
- This run has ID `YVZT1LAF'.
- 
-   [OK]          linked list          0   empty list.
-   [OK]          linked list          1   single node.
-   [OK]          linked list          2   multiple nodes.
-   [OK]          linked list          3   roundtrip various lengths.
-   [OK]          linked list          4   container file.
-   [OK]          binary tree          0   empty tree.
-   [OK]          binary tree          1   single node.
-   [OK]          binary tree          2   balanced tree.
-   [OK]          binary tree          3   deep tree.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Recursive Types'.
- Test Successful in 0.011s. 9 tests run.
- (cd _build/default/test && ./test_logical_types.exe)
- Testing `Logical Types'.
- This run has ID `5X27OLJR'.
- 
-   [OK]          date                           0   epoch.
-   [OK]          date                           1   recent.
-   [OK]          date                           2   pre-epoch.
-   [OK]          date                           3   leap year.
-   [OK]          time-millis                    0   midnight.
-   [OK]          time-millis                    1   noon.
-   [OK]          time-micros                    0   midnight.
-   [OK]          time-micros                    1   precise.
-   [OK]          timestamps                     0   timestamp-millis epoch.
-   [OK]          timestamps                     1   timestamp-millis now.
-   [OK]          timestamps                     2   timestamp-micros epoch.
-   [OK]          timestamps                     3   timestamp-micros precise.
-   [OK]          decimal                        0   zero.
-   [OK]          decimal                        1   positive.
-   [OK]          decimal                        2   negative.
-   [OK]          decimal                        3   large.
-   [OK]          decimal-fixed                  0   positive.
-   [OK]          decimal-fixed                  1   negative.
-   [OK]          uuid                           0   roundtrip.
-   [OK]          uuid                           1   nil.
-   [OK]          duration                       0   zero.
-   [OK]          duration                       1   normal.
-   [OK]          duration                       2   large.
-   [OK]          custom                         0   money-cents.
-   [OK]          container integration          0   uuid in container.
-   [OK]          container integration          1   date in container.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/avro-simple.0.1/_build/default/test/_build/_tests/Logical Types'.
- Test Successful in 0.012s. 26 tests run.
- (cd _build/default/test && ./test_qcheck_properties.exe)
- random seed: 12345
- ================================================================================
- success (ran 18 tests)
-> compiled  avro-simple.0.1
-> removed   avro-simple.0.1
-> installed avro-simple.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 08:15.50 ---> saved as "9e88dd36428d3e7f3b04f9423a44635a760dcb00d8be19eb154fbbc2d7e135bb"
Job succeeded
2025-11-19 08:16.26: Job succeeded