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:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723Opam project buildTo 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 67e15b27cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723# ubuntu-22.04-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-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 OCluster2025-11-28 07:56.52: Waiting for worker…2025-11-28 07:59.55: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723: Pulling from ocaml/opam7e49dc6156b0: Already exists5b9b1a0eb9f0: Pulling fs layer39de8fe3fa1a: Pulling fs layer6d9e9792a3e4: Pulling fs layer9982f8f74828: Pulling fs layercb53ddb9c7ff: Pulling fs layer6ca4a944ed5d: Pulling fs layerdc1e39449744: Pulling fs layer28e5525f5e3e: Pulling fs layercb53ddb9c7ff: Waiting190837da2626: Pulling fs layer6ca4a944ed5d: Waitingdc1e39449744: Waiting0dda72a640a0: Pulling fs layer9982f8f74828: Waiting28e5525f5e3e: Waiting68597843ffd8: Pulling fs layer190837da2626: Waiting59d78f277710: Pulling fs layer0dda72a640a0: Waitinga3bd35546b90: Pulling fs layer68597843ffd8: Waiting6c011c78d239: Pulling fs layer59d78f277710: Waiting26c7c4223e1f: Pulling fs layera3bd35546b90: Waiting6c011c78d239: Waiting26c7c4223e1f: Waiting4f4fb700ef54: Pulling fs layer0ede47092c2f: Pulling fs layer4f4fb700ef54: Waiting0ede47092c2f: Waiting968332282b04: Pulling fs layer8d75d29da602: Pulling fs layer968332282b04: Waiting97fa719c3e94: Pulling fs layer37ba2a552cc4: Pulling fs layerd68fd23eb213: Pulling fs layer8d75d29da602: Waiting97fa719c3e94: Waiting270136b3ddde: Pulling fs layer37ba2a552cc4: Waitingd68fd23eb213: Waiting6aaf02491cf6: Pulling fs layer270136b3ddde: Waiting9f82d52cf09b: Pulling fs layer6aaf02491cf6: Waiting01a6be59f79c: Pulling fs layer9f82d52cf09b: Waitingf41be054474a: Pulling fs layer01a6be59f79c: Waiting69c362cbbb1a: Pulling fs layerf41be054474a: Waiting9283ce2cc594: Pulling fs layer69c362cbbb1a: Waiting4d64f5be11ad: Pulling fs layer9283ce2cc594: Waitingcba509fe7f1e: Pulling fs layer4d64f5be11ad: Waiting9e8b588e1294: Pulling fs layercba509fe7f1e: Waitinga463c5aa27d9: Pulling fs layer9de8f96c8d93: Pulling fs layer6064abc3f4c1: Pulling fs layera463c5aa27d9: Waiting9e8b588e1294: Waiting10eae62fe436: Pulling fs layer9de8f96c8d93: Waiting6064abc3f4c1: Waitingbf967208a3c8: Pulling fs layer8314d80bf40a: Pulling fs layer0e359094c96e: Pulling fs layerbf967208a3c8: Waiting10eae62fe436: Waiting9eec512ab335: Pulling fs layer8314d80bf40a: Waiting636310f9a939: Pulling fs layer9eec512ab335: Waiting636310f9a939: Waiting5b9b1a0eb9f0: Verifying Checksum5b9b1a0eb9f0: Download complete39de8fe3fa1a: Verifying Checksum39de8fe3fa1a: Download complete5b9b1a0eb9f0: Pull complete39de8fe3fa1a: Pull complete9982f8f74828: Download complete6ca4a944ed5d: Verifying Checksum6ca4a944ed5d: Download completedc1e39449744: Verifying Checksumdc1e39449744: Download completecb53ddb9c7ff: Verifying Checksumcb53ddb9c7ff: Download complete6d9e9792a3e4: Verifying Checksum6d9e9792a3e4: Download complete28e5525f5e3e: Verifying Checksum28e5525f5e3e: Download complete190837da2626: Download complete0dda72a640a0: Verifying Checksum0dda72a640a0: Download complete59d78f277710: Verifying Checksum59d78f277710: Download complete68597843ffd8: Download complete6c011c78d239: Verifying Checksum6c011c78d239: Download complete26c7c4223e1f: Verifying Checksum26c7c4223e1f: Download complete0ede47092c2f: Verifying Checksum0ede47092c2f: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea3bd35546b90: Verifying Checksuma3bd35546b90: Download complete968332282b04: Verifying Checksum968332282b04: Download complete97fa719c3e94: Download complete8d75d29da602: Verifying Checksum8d75d29da602: Download complete6d9e9792a3e4: Pull complete9982f8f74828: Pull complete37ba2a552cc4: Download complete270136b3ddde: Verifying Checksum270136b3ddde: Download completed68fd23eb213: Verifying Checksumd68fd23eb213: Download complete6aaf02491cf6: Verifying Checksum6aaf02491cf6: Download complete01a6be59f79c: Download completef41be054474a: Verifying Checksumf41be054474a: Download complete69c362cbbb1a: Verifying Checksum69c362cbbb1a: Download complete9f82d52cf09b: Verifying Checksum9f82d52cf09b: Download complete4d64f5be11ad: Verifying Checksum4d64f5be11ad: Download complete9283ce2cc594: Verifying Checksum9283ce2cc594: Download completecba509fe7f1e: Verifying Checksumcba509fe7f1e: Download completea463c5aa27d9: Verifying Checksuma463c5aa27d9: Download complete6064abc3f4c1: Download complete10eae62fe436: Download completebf967208a3c8: Download completecb53ddb9c7ff: Pull complete6ca4a944ed5d: Pull completedc1e39449744: Pull complete28e5525f5e3e: Pull complete190837da2626: Pull complete9de8f96c8d93: Verifying Checksum9de8f96c8d93: Download complete0dda72a640a0: Pull complete68597843ffd8: Pull complete59d78f277710: Pull completea3bd35546b90: Pull complete6c011c78d239: Pull complete26c7c4223e1f: Pull complete0e359094c96e: Verifying Checksum0e359094c96e: Download complete9eec512ab335: Download complete636310f9a939: Download complete4f4fb700ef54: Pull complete0ede47092c2f: Pull complete968332282b04: Pull complete8d75d29da602: Pull complete97fa719c3e94: Pull complete37ba2a552cc4: Pull completed68fd23eb213: Pull complete270136b3ddde: Pull complete6aaf02491cf6: Pull complete9f82d52cf09b: Pull complete01a6be59f79c: Pull completef41be054474a: Pull complete69c362cbbb1a: Pull complete9283ce2cc594: Pull complete4d64f5be11ad: Pull completecba509fe7f1e: Pull complete9e8b588e1294: Verifying Checksum9e8b588e1294: Download complete8314d80bf40a: Verifying Checksum8314d80bf40a: Download complete9e8b588e1294: Pull completea463c5aa27d9: Pull complete9de8f96c8d93: Pull complete6064abc3f4c1: Pull complete10eae62fe436: Pull completebf967208a3c8: Pull complete8314d80bf40a: Pull complete0e359094c96e: Pull complete9eec512ab335: Pull complete636310f9a939: Pull completeDigest: sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723Status: Downloaded newer image for ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe557232025-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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-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-genericThe OCaml toplevel, version 4.14.22.4.12025-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_HEADee3428377a..eb45f7ec86 master -> origin/master8a324a5b99 Add: cmdliner.2.1.0 (#28962)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-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.0Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented 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: PASSquery: PASSscheme: PASShost: PASSuserinfo: PASSport: PASS2025-11-28 08:04.59 ---> saved as "827027b2b0b4873c31b39a28da8757f13cfc2cbdb87b6d07b34936a77e610ef3"Job succeeded2025-11-28 08:04.59: Job succeeded