Organisationsmirageocaml-uri67e15b (dependabot/github_actions/actions/checkout-6)ubuntu-22.04-4.14_opam-2.4

ubuntu-22.04-4.14_opam-2.4

Logs

Show full logs
2025-11-28 07:28.34: New job: test mirage/ocaml-uri https://github.com/mirage/ocaml-uri.git#refs/heads/dependabot/github_actions/actions/checkout-6 (67e15b27ddc5559f6441cfcdf8cb36117f2c0ca9) (linux-x86_64:ubuntu-22.04-4.14_opam-2.4)
Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/ocaml-uri.git" -b "dependabot/github_actions/actions/checkout-6" && cd "ocaml-uri" && git reset --hard 67e15b27
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723
# ubuntu-22.04-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 uri.opam uri-sexp.opam uri-re.opam uri-bench.opam ./
RUN opam pin add -yn uri.dev './' && \
    opam pin add -yn uri-sexp.dev './' && \
    opam pin add -yn uri-re.dev './' && \
    opam pin add -yn uri-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 angstrom.0.16.1 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bigstringaf.0.10.0 bin_prot.v0.16.0 cmdliner.2.1.0 core.v0.16.2 core_bench.v0.16.0 core_kernel.v0.16.0 core_unix.v0.16.0 crowbar.0.2.2 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 expect_test_helpers_core.v0.16.0 fieldslib.v0.16.0 int_repr.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 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 ocaml_intrinsics.v0.16.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 seq.base sexp_pretty.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 spawn.v0.17.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 textutils.v0.16.0 textutils_kernel.v0.16.0 time_now.v0.16.0 timezone.v0.16.0 topkg.1.1.1 typerep.v0.16.0 uutf.1.0.4 variantslib.v0.16.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y uri.dev uri-sexp.dev uri-re.dev uri-bench.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-28 07:28.34: Using cache hint "mirage/ocaml-uri-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723-ubuntu-22.04-4.14_opam-2.4-8ccc9ffa85bef0e3bbf1a6758f08ba93"
2025-11-28 07:28.34: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723)
 (comment ubuntu-22.04-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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src uri.opam uri-sexp.opam uri-re.opam uri-bench.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn uri.dev './' && \
             \nopam pin add -yn uri-sexp.dev './' && \
             \nopam pin add -yn uri-re.dev './' && \
             \nopam pin add -yn uri-bench.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "afl-persistent.1.4 angstrom.0.16.1 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bigstringaf.0.10.0 bin_prot.v0.16.0 cmdliner.2.1.0 core.v0.16.2 core_bench.v0.16.0 core_kernel.v0.16.0 core_unix.v0.16.0 crowbar.0.2.2 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 expect_test_helpers_core.v0.16.0 fieldslib.v0.16.0 int_repr.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 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 ocaml_intrinsics.v0.16.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 seq.base sexp_pretty.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 spawn.v0.17.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 textutils.v0.16.0 textutils_kernel.v0.16.0 time_now.v0.16.0 timezone.v0.16.0 topkg.1.1.1 typerep.v0.16.0 uutf.1.0.4 variantslib.v0.16.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 uri.dev uri-sexp.dev uri-re.dev uri-bench.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-28 07:28.34: Waiting for resource in pool OCluster
2025-11-28 07:56.52: Waiting for worker…
2025-11-28 07:59.55: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 67e15b2 Bump actions/checkout from 4 to 6

(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723' locally
docker.io/ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723: Pulling from ocaml/opam
7e49dc6156b0: Already exists
5b9b1a0eb9f0: Pulling fs layer
39de8fe3fa1a: Pulling fs layer
6d9e9792a3e4: Pulling fs layer
9982f8f74828: Pulling fs layer
cb53ddb9c7ff: Pulling fs layer
6ca4a944ed5d: Pulling fs layer
dc1e39449744: Pulling fs layer
28e5525f5e3e: Pulling fs layer
cb53ddb9c7ff: Waiting
190837da2626: Pulling fs layer
6ca4a944ed5d: Waiting
dc1e39449744: Waiting
0dda72a640a0: Pulling fs layer
9982f8f74828: Waiting
28e5525f5e3e: Waiting
68597843ffd8: Pulling fs layer
190837da2626: Waiting
59d78f277710: Pulling fs layer
0dda72a640a0: Waiting
a3bd35546b90: Pulling fs layer
68597843ffd8: Waiting
6c011c78d239: Pulling fs layer
59d78f277710: Waiting
26c7c4223e1f: Pulling fs layer
a3bd35546b90: Waiting
6c011c78d239: Waiting
26c7c4223e1f: Waiting
4f4fb700ef54: Pulling fs layer
0ede47092c2f: Pulling fs layer
4f4fb700ef54: Waiting
0ede47092c2f: Waiting
968332282b04: Pulling fs layer
8d75d29da602: Pulling fs layer
968332282b04: Waiting
97fa719c3e94: Pulling fs layer
37ba2a552cc4: Pulling fs layer
d68fd23eb213: Pulling fs layer
8d75d29da602: Waiting
97fa719c3e94: Waiting
270136b3ddde: Pulling fs layer
37ba2a552cc4: Waiting
d68fd23eb213: Waiting
6aaf02491cf6: Pulling fs layer
270136b3ddde: Waiting
9f82d52cf09b: Pulling fs layer
6aaf02491cf6: Waiting
01a6be59f79c: Pulling fs layer
9f82d52cf09b: Waiting
f41be054474a: Pulling fs layer
01a6be59f79c: Waiting
69c362cbbb1a: Pulling fs layer
f41be054474a: Waiting
9283ce2cc594: Pulling fs layer
69c362cbbb1a: Waiting
4d64f5be11ad: Pulling fs layer
9283ce2cc594: Waiting
cba509fe7f1e: Pulling fs layer
4d64f5be11ad: Waiting
9e8b588e1294: Pulling fs layer
cba509fe7f1e: Waiting
a463c5aa27d9: Pulling fs layer
9de8f96c8d93: Pulling fs layer
6064abc3f4c1: Pulling fs layer
a463c5aa27d9: Waiting
9e8b588e1294: Waiting
10eae62fe436: Pulling fs layer
9de8f96c8d93: Waiting
6064abc3f4c1: Waiting
bf967208a3c8: Pulling fs layer
8314d80bf40a: Pulling fs layer
0e359094c96e: Pulling fs layer
bf967208a3c8: Waiting
10eae62fe436: Waiting
9eec512ab335: Pulling fs layer
8314d80bf40a: Waiting
636310f9a939: Pulling fs layer
9eec512ab335: Waiting
636310f9a939: Waiting
5b9b1a0eb9f0: Verifying Checksum
5b9b1a0eb9f0: Download complete
39de8fe3fa1a: Verifying Checksum
39de8fe3fa1a: Download complete
5b9b1a0eb9f0: Pull complete
39de8fe3fa1a: Pull complete
9982f8f74828: Download complete
6ca4a944ed5d: Verifying Checksum
6ca4a944ed5d: Download complete
dc1e39449744: Verifying Checksum
dc1e39449744: Download complete
cb53ddb9c7ff: Verifying Checksum
cb53ddb9c7ff: Download complete
6d9e9792a3e4: Verifying Checksum
6d9e9792a3e4: Download complete
28e5525f5e3e: Verifying Checksum
28e5525f5e3e: Download complete
190837da2626: Download complete
0dda72a640a0: Verifying Checksum
0dda72a640a0: Download complete
59d78f277710: Verifying Checksum
59d78f277710: Download complete
68597843ffd8: Download complete
6c011c78d239: Verifying Checksum
6c011c78d239: Download complete
26c7c4223e1f: Verifying Checksum
26c7c4223e1f: Download complete
0ede47092c2f: Verifying Checksum
0ede47092c2f: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a3bd35546b90: Verifying Checksum
a3bd35546b90: Download complete
968332282b04: Verifying Checksum
968332282b04: Download complete
97fa719c3e94: Download complete
8d75d29da602: Verifying Checksum
8d75d29da602: Download complete
6d9e9792a3e4: Pull complete
9982f8f74828: Pull complete
37ba2a552cc4: Download complete
270136b3ddde: Verifying Checksum
270136b3ddde: Download complete
d68fd23eb213: Verifying Checksum
d68fd23eb213: Download complete
6aaf02491cf6: Verifying Checksum
6aaf02491cf6: Download complete
01a6be59f79c: Download complete
f41be054474a: Verifying Checksum
f41be054474a: Download complete
69c362cbbb1a: Verifying Checksum
69c362cbbb1a: Download complete
9f82d52cf09b: Verifying Checksum
9f82d52cf09b: Download complete
4d64f5be11ad: Verifying Checksum
4d64f5be11ad: Download complete
9283ce2cc594: Verifying Checksum
9283ce2cc594: Download complete
cba509fe7f1e: Verifying Checksum
cba509fe7f1e: Download complete
a463c5aa27d9: Verifying Checksum
a463c5aa27d9: Download complete
6064abc3f4c1: Download complete
10eae62fe436: Download complete
bf967208a3c8: Download complete
cb53ddb9c7ff: Pull complete
6ca4a944ed5d: Pull complete
dc1e39449744: Pull complete
28e5525f5e3e: Pull complete
190837da2626: Pull complete
9de8f96c8d93: Verifying Checksum
9de8f96c8d93: Download complete
0dda72a640a0: Pull complete
68597843ffd8: Pull complete
59d78f277710: Pull complete
a3bd35546b90: Pull complete
6c011c78d239: Pull complete
26c7c4223e1f: Pull complete
0e359094c96e: Verifying Checksum
0e359094c96e: Download complete
9eec512ab335: Download complete
636310f9a939: Download complete
4f4fb700ef54: Pull complete
0ede47092c2f: Pull complete
968332282b04: Pull complete
8d75d29da602: Pull complete
97fa719c3e94: Pull complete
37ba2a552cc4: Pull complete
d68fd23eb213: Pull complete
270136b3ddde: Pull complete
6aaf02491cf6: Pull complete
9f82d52cf09b: Pull complete
01a6be59f79c: Pull complete
f41be054474a: Pull complete
69c362cbbb1a: Pull complete
9283ce2cc594: Pull complete
4d64f5be11ad: Pull complete
cba509fe7f1e: Pull complete
9e8b588e1294: Verifying Checksum
9e8b588e1294: Download complete
8314d80bf40a: Verifying Checksum
8314d80bf40a: Download complete
9e8b588e1294: Pull complete
a463c5aa27d9: Pull complete
9de8f96c8d93: Pull complete
6064abc3f4c1: Pull complete
10eae62fe436: Pull complete
bf967208a3c8: Pull complete
8314d80bf40a: Pull complete
0e359094c96e: Pull complete
9eec512ab335: Pull complete
636310f9a939: Pull complete
Digest: sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723
Status: Downloaded newer image for ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723
2025-11-28 07:59.56 ---> using "f95cadcefb5e76597def8103e41424f6cfa5e7a6b6fbe8791fb2ec4d52cc7f31" from cache

/: (comment ubuntu-22.04-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-28 07:59.56 ---> using "ecaf949f7f0c49479f68dcf7a0a93af6b081cf5e43ab8924da88ee2c326b8000" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-28 07:59.56 ---> using "3e463ffa8d2750faae2bd1466ef2e647ef1ce14012a29a17f940b7fdd1ed7887" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-86-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-11-28 07:59.56 ---> using "86edd9fdfe9ac6b29d2e8a9e922daaa2f3fa65895a6ec19a54578d744ec47597" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-28 07:59.56 ---> using "05115033ccbb7ac23081a7824108c5f0060c49fd7c1355f6c7b022f39090ffea" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ee3428377a..eb45f7ec86  master     -> origin/master
8a324a5b99 Add: cmdliner.2.1.0 (#28962)

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

Everything 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-28 07:59.56 ---> using "3f3885b0abe218a0969bc65bd27a9d379fc259640e57b14fcfec4894dfb62564" from cache

/src: (copy (src uri.opam uri-sexp.opam uri-re.opam uri-bench.opam) (dst ./))
2025-11-28 07:59.56 ---> saved as "d2d7e57e814bbe6cddca480737faeb61d772abd6a9becf7becc3e94992d76e4d"

/src: (run (network host)
           (shell  "opam pin add -yn uri.dev './' && \
                  \nopam pin add -yn uri-sexp.dev './' && \
                  \nopam pin add -yn uri-re.dev './' && \
                  \nopam pin add -yn uri-bench.dev './'"))
[uri.dev] synchronised (file:///src)
uri is now pinned to file:///src (version dev)
[uri-sexp.dev] synchronised (file:///src)
uri-sexp is now pinned to file:///src (version dev)
[uri-re.dev] synchronised (file:///src)
uri-re is now pinned to file:///src (version dev)
[uri-bench.dev] synchronised (file:///src)
uri-bench is now pinned to file:///src (version dev)
2025-11-28 08:00.13 ---> saved as "9d01fe96b20872051fa789b13f49c4df911f35b78b22bcbdc97efafe78f18b3b"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-28 08:00.13 ---> saved as "fdfc845adfa1eca3c7b25c0a6cec1414f53c3b8e63bccc7f656e0afc6fc6fd92"

/src: (env DEPS "afl-persistent.1.4 angstrom.0.16.1 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base base_bigstring.v0.16.0 base_quickcheck.v0.16.0 bigstringaf.0.10.0 bin_prot.v0.16.0 cmdliner.2.1.0 core.v0.16.2 core_bench.v0.16.0 core_kernel.v0.16.0 core_unix.v0.16.0 crowbar.0.2.2 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 expect_test_helpers_core.v0.16.0 fieldslib.v0.16.0 int_repr.v0.16.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 num.1.6 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 ocaml_intrinsics.v0.16.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.16.0 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_bench.v0.16.0 ppx_bin_prot.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_custom_printf.v0.16.0 ppx_derivers.1.2.1 ppx_disable_unused_warnings.v0.16.0 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_fields_conv.v0.16.0 ppx_fixed_literal.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_ignore_instrumentation.v0.16.0 ppx_inline_test.v0.16.1 ppx_jane.v0.16.0 ppx_let.v0.16.0 ppx_log.v0.16.0 ppx_module_timer.v0.16.0 ppx_optcomp.v0.16.0 ppx_optional.v0.16.0 ppx_pipebang.v0.16.0 ppx_sexp_conv.v0.16.0 ppx_sexp_message.v0.16.0 ppx_sexp_value.v0.16.0 ppx_stable.v0.16.0 ppx_stable_witness.v0.16.0 ppx_string.v0.16.0 ppx_tydi.v0.16.0 ppx_typerep_conv.v0.16.0 ppx_variants_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 seq.base sexp_pretty.v0.16.0 sexplib.v0.16.0 sexplib0.v0.16.0 spawn.v0.17.0 splittable_random.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 textutils.v0.16.0 textutils_kernel.v0.16.0 time_now.v0.16.0 timezone.v0.16.0 topkg.1.1.1 typerep.v0.16.0 uutf.1.0.4 variantslib.v0.16.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 uri.dev uri-sexp.dev uri-re.dev uri-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3539 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6008 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1290 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1596 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3876 kB]
- Fetched 16.7 MB in 2s (7316 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[uri.dev] synchronised (file:///src)
[uri-bench.dev] synchronised (file:///src)
[uri-re.dev] synchronised (file:///src)
[uri-sexp.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-28 08:00.43 ---> saved as "eede95aa6a5a42223cf40f77946eb5a2b991f94b25805e945a6ae74aa72cba44"

/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 82 packages
  - install afl-persistent              1.4
  - install angstrom                    0.16.1
  - install base                        v0.16.4
  - install base_bigstring              v0.16.0
  - install base_quickcheck             v0.16.0
  - install bigstringaf                 0.10.0
  - install bin_prot                    v0.16.0
  - install cmdliner                    2.1.0
  - install core                        v0.16.2
  - install core_bench                  v0.16.0
  - install core_kernel                 v0.16.0
  - install core_unix                   v0.16.0
  - install crowbar                     0.2.2
  - install csexp                       1.5.2
  - install dune                        3.20.2
  - install dune-configurator           3.20.2
  - install expect_test_helpers_core    v0.16.0
  - install fieldslib                   v0.16.0
  - install int_repr                    v0.16.0
  - install jane-street-headers         v0.16.0
  - install jst-config                  v0.16.0
  - install num                         1.6
  - install ocaml-compiler-libs         v0.12.4
  - install ocaml-syntax-shims          1.0.0
  - install ocaml_intrinsics            v0.16.2
  - install ocamlbuild                  0.16.1
  - install ocamlfind                   1.9.8
  - install ounit2                      2.2.7
  - install parsexp                     v0.16.0
  - install ppx_assert                  v0.16.0
  - install ppx_base                    v0.16.0
  - install ppx_bench                   v0.16.0
  - install ppx_bin_prot                v0.16.0
  - install ppx_cold                    v0.16.0
  - install ppx_compare                 v0.16.0
  - install ppx_custom_printf           v0.16.0
  - install ppx_derivers                1.2.1
  - install ppx_disable_unused_warnings v0.16.0
  - install ppx_enumerate               v0.16.0
  - install ppx_expect                  v0.16.2
  - install ppx_fields_conv             v0.16.0
  - install ppx_fixed_literal           v0.16.0
  - install ppx_globalize               v0.16.0
  - install ppx_hash                    v0.16.0
  - install ppx_here                    v0.16.0
  - install ppx_ignore_instrumentation  v0.16.0
  - install ppx_inline_test             v0.16.1
  - install ppx_jane                    v0.16.0
  - install ppx_let                     v0.16.0
  - install ppx_log                     v0.16.0
  - install ppx_module_timer            v0.16.0
  - install ppx_optcomp                 v0.16.0
  - install ppx_optional                v0.16.0
  - install ppx_pipebang                v0.16.0
  - install ppx_sexp_conv               v0.16.0
  - install ppx_sexp_message            v0.16.0
  - install ppx_sexp_value              v0.16.0
  - install ppx_stable                  v0.16.0
  - install ppx_stable_witness          v0.16.0
  - install ppx_string                  v0.16.0
  - install ppx_tydi                    v0.16.0
  - install ppx_typerep_conv            v0.16.0
  - install ppx_variants_conv           v0.16.0
  - install ppxlib                      0.35.0
  - install re                          1.14.0
  - install seq                         base
  - install sexp_pretty                 v0.16.0
  - install sexplib                     v0.16.0
  - install sexplib0                    v0.16.0
  - install spawn                       v0.17.0
  - install splittable_random           v0.16.0
  - install stdio                       v0.16.0
  - install stdlib-shims                0.3.0
  - install stringext                   1.6.0
  - install textutils                   v0.16.0
  - install textutils_kernel            v0.16.0
  - install time_now                    v0.16.0
  - install timezone                    v0.16.0
  - install topkg                       1.1.1
  - install typerep                     v0.16.0
  - install uutf                        1.0.4
  - install variantslib                 v0.16.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base_bigstring.v0.16.0  (cached)
-> retrieved base_quickcheck.v0.16.0  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bin_prot.v0.16.0  (cached)
-> retrieved core_bench.v0.16.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved core.v0.16.2  (cached)
-> retrieved core_kernel.v0.16.0  (cached)
-> retrieved core_unix.v0.16.0  (cached)
-> retrieved crowbar.0.2.2  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved expect_test_helpers_core.v0.16.0  (cached)
-> retrieved fieldslib.v0.16.0  (cached)
-> retrieved int_repr.v0.16.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics.v0.16.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_bench.v0.16.0  (cached)
-> retrieved ppx_bin_prot.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_custom_printf.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.16.0  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_fields_conv.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.2  (cached)
-> retrieved ppx_fixed_literal.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_jane.v0.16.0  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved ppx_log.v0.16.0  (cached)
-> retrieved ppx_module_timer.v0.16.0  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_optional.v0.16.0  (cached)
-> retrieved ppx_pipebang.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_sexp_message.v0.16.0  (cached)
-> retrieved ppx_sexp_value.v0.16.0  (cached)
-> retrieved ppx_stable.v0.16.0  (cached)
-> retrieved ppx_stable_witness.v0.16.0  (cached)
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppx_tydi.v0.16.0  (cached)
-> retrieved ppx_variants_conv.v0.16.0  (cached)
-> retrieved ppx_typerep_conv.v0.16.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexp_pretty.v0.16.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved textutils.v0.16.0  (cached)
-> retrieved textutils_kernel.v0.16.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved timezone.v0.16.0  (cached)
-> retrieved typerep.v0.16.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.2.1.0
-> installed num.1.6
-> installed ocamlbuild.0.16.1
-> retrieved topkg.1.1.1  (cached)
-> retrieved variantslib.v0.16.0  (cached)
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.20.2
-> installed jane-street-headers.v0.16.0
-> installed afl-persistent.1.4
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed sexplib0.v0.16.0
-> installed ocaml-syntax-shims.1.0.0
-> installed spawn.v0.17.0
-> installed stringext.1.6.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed crowbar.0.2.2
-> installed ounit2.2.2.7
-> installed re.1.14.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed sexplib.v0.16.0
-> installed angstrom.0.16.1
-> installed ocaml_intrinsics.v0.16.2
-> installed base.v0.16.4
-> installed fieldslib.v0.16.0
-> installed variantslib.v0.16.0
-> installed stdio.v0.16.0
-> installed typerep.v0.16.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_let.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed ppx_log.v0.16.0
-> installed ppx_string.v0.16.0
-> installed time_now.v0.16.0
-> installed bin_prot.v0.16.0
-> installed ppx_bin_prot.v0.16.0
-> installed ppx_module_timer.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_bench.v0.16.0
-> installed ppx_expect.v0.16.2
-> installed splittable_random.v0.16.0
-> installed base_quickcheck.v0.16.0
-> installed ppx_jane.v0.16.0
-> installed int_repr.v0.16.0
-> installed base_bigstring.v0.16.0
-> installed core.v0.16.2
-> installed textutils_kernel.v0.16.0
-> installed timezone.v0.16.0
-> installed expect_test_helpers_core.v0.16.0
-> installed core_kernel.v0.16.0
-> installed core_unix.v0.16.0
-> installed textutils.v0.16.0
-> installed core_bench.v0.16.0
Done.

<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.

   To globally enable AFL instrumentation, create an OCaml switch like:

     opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-11-28 08:04.56 ---> saved as "9d34fdf893135221b6e93aa1346e3a56e82bec2a6231dcde127699c2f589fc8e"

/src: (copy (src .) (dst /src))
2025-11-28 08:04.56 ---> saved as "532e95e7dcc59895d25bbc761468784e825f47f93194c7c09e69b8e7e191c143"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test_runner.exe)
......................................................................................................................................................................................................................................................................................
Ran: 278 tests in: 0.25 seconds.
OK
(cd _build/default/lib_test && ./test_runner_sexp.exe)
...
Ran: 3 tests in: 0.03 seconds.
OK
(cd _build/default/fuzz && ./fuzz.exe)
create: PASS

query: PASS

scheme: PASS

host: PASS

userinfo: PASS

port: PASS

2025-11-28 08:04.59 ---> saved as "827027b2b0b4873c31b39a28da8757f13cfc2cbdb87b6d07b34936a77e610ef3"
Job succeeded
2025-11-28 08:04.59: Job succeeded