2025-12-15 14:41.51: New job: test edwintorok/angstrom https://github.com/edwintorok/angstrom.git#refs/heads/master (63836d8106166ebc15f365d95a6e02828dab87a3) (macos-x86_64:macos-homebrew-5.4_opam-2.4)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/edwintorok/angstrom.git" -b "master" && cd "angstrom" && git reset --hard 63836d81cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 angstrom.opam angstrom-unix.opam angstrom-lwt-unix.opam angstrom-async.opam ./src/./RUN opam pin add -yn angstrom.dev './src/./' && \opam pin add -yn angstrom-unix.dev './src/./' && \opam pin add -yn angstrom-lwt-unix.dev './src/./' && \opam pin add -yn angstrom-async.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 async.v0.17.0 async_kernel.v0.17.0 async_log.v0.17.0 async_rpc_kernel.v0.17.0 async_unix.v0.17.0 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base_bigstring.v0.17.0 base_quickcheck.v0.17.1 bigstringaf.0.10.0 bin_prot.v0.17.0-1 capitalization.v0.17.0 cmdliner.2.1.0 core.v0.17.1 core_kernel.v0.17.0 core_unix.v0.17.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 expect_test_helpers_core.v0.17.0 fieldslib.v0.17.0 fmt.0.11.0 gel.v0.17.0 int_repr.v0.17.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 lwt.5.9.2 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.1 ppx_bin_prot.v0.17.1 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_diff.v0.17.1 ppx_disable_unused_warnings.v0.17.0 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_fields_conv.v0.17.0 ppx_fixed_literal.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_ignore_instrumentation.v0.17.0 ppx_inline_test.v0.17.1 ppx_jane.v0.17.0 ppx_let.v0.17.1 ppx_log.v0.17.0 ppx_module_timer.v0.17.0 ppx_optcomp.v0.17.1 ppx_optional.v0.17.0 ppx_pipebang.v0.17.0 ppx_sexp_conv.v0.17.1 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppx_stable.v0.17.1 ppx_stable_witness.v0.17.0 ppx_string.v0.17.0 ppx_string_conv.v0.17.0 ppx_tydi.v0.17.1 ppx_typerep_conv.v0.17.1 ppx_variants_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 protocol_version_header.v0.17.0 re.1.14.0 sexp_pretty.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 spawn.v0.17.0 splittable_random.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 textutils.v0.17.0 time_now.v0.17.0 timezone.v0.17.0 topkg.1.1.1 typerep.v0.17.1 uopt.v0.17.0 uutf.1.0.4 variantslib.v0.17.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y angstrom.dev angstrom-unix.dev angstrom-lwt-unix.dev angstrom-async.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-15 14:41.51: Using cache hint "edwintorok/angstrom-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.4-4b9f2a424e7ccdf3314765aefb344060"2025-12-15 14:41.51: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src angstrom.opam angstrom-unix.opam angstrom-lwt-unix.opam angstrom-async.opam)(dst ./src/./))(run (network host)(shell "opam pin add -yn angstrom.dev './src/./' && \\nopam pin add -yn angstrom-unix.dev './src/./' && \\nopam pin add -yn angstrom-lwt-unix.dev './src/./' && \\nopam pin add -yn angstrom-async.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 async.v0.17.0 async_kernel.v0.17.0 async_log.v0.17.0 async_rpc_kernel.v0.17.0 async_unix.v0.17.0 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base_bigstring.v0.17.0 base_quickcheck.v0.17.1 bigstringaf.0.10.0 bin_prot.v0.17.0-1 capitalization.v0.17.0 cmdliner.2.1.0 core.v0.17.1 core_kernel.v0.17.0 core_unix.v0.17.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 expect_test_helpers_core.v0.17.0 fieldslib.v0.17.0 fmt.0.11.0 gel.v0.17.0 int_repr.v0.17.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 lwt.5.9.2 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.1 ppx_bin_prot.v0.17.1 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_diff.v0.17.1 ppx_disable_unused_warnings.v0.17.0 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_fields_conv.v0.17.0 ppx_fixed_literal.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_ignore_instrumentation.v0.17.0 ppx_inline_test.v0.17.1 ppx_jane.v0.17.0 ppx_let.v0.17.1 ppx_log.v0.17.0 ppx_module_timer.v0.17.0 ppx_optcomp.v0.17.1 ppx_optional.v0.17.0 ppx_pipebang.v0.17.0 ppx_sexp_conv.v0.17.1 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppx_stable.v0.17.1 ppx_stable_witness.v0.17.0 ppx_string.v0.17.0 ppx_string_conv.v0.17.0 ppx_tydi.v0.17.1 ppx_typerep_conv.v0.17.1 ppx_variants_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 protocol_version_header.v0.17.0 re.1.14.0 sexp_pretty.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 spawn.v0.17.0 splittable_random.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 textutils.v0.17.0 time_now.v0.17.0 timezone.v0.17.0 topkg.1.1.1 typerep.v0.17.1 uopt.v0.17.0 uutf.1.0.4 variantslib.v0.17.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y angstrom.dev angstrom-unix.dev angstrom-lwt-unix.dev angstrom-async.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-12-15 14:41.51: Waiting for resource in pool OCluster2025-12-15 14:41.51: Waiting for worker…2025-12-15 15:34.05: Got resource from pool OClusterBuilding on i7-worker-02All commits already cachedHEAD is now at 63836d8 Remove Lazy from native and bytecode modes: not thread safe(from macos-homebrew-ocaml-5.4)2025-12-15 15:34.06 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-12-15 15:34.06 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-12-15 15:34.06 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.4.12025-12-15 15:34.07 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4c9d80b731..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-15 15:34.07 ---> using "3659bba13a114a50d92600369b42402276f177f9e0f982c22965b4596b6ee9b8" from cache/: (copy (src angstrom.opam angstrom-unix.opam angstrom-lwt-unix.opam angstrom-async.opam)(dst ./src/./))2025-12-15 15:34.09 ---> saved as "bba4ed03663c57ab7492cfba1a2166c48727fa18b184ca375f436adb7b0539bf"/: (run (network host)(shell "opam pin add -yn angstrom.dev './src/./' && \\nopam pin add -yn angstrom-unix.dev './src/./' && \\nopam pin add -yn angstrom-lwt-unix.dev './src/./' && \\nopam pin add -yn angstrom-async.dev './src/./'"))[angstrom.dev] synchronised (file:///Users/mac1000/src)angstrom is now pinned to file:///Users/mac1000/src (version dev)[angstrom-unix.dev] synchronised (file:///Users/mac1000/src)angstrom-unix is now pinned to file:///Users/mac1000/src (version dev)[angstrom-lwt-unix.dev] synchronised (file:///Users/mac1000/src)angstrom-lwt-unix is now pinned to file:///Users/mac1000/src (version dev)[angstrom-async.dev] synchronised (file:///Users/mac1000/src)angstrom-async is now pinned to file:///Users/mac1000/src (version dev)2025-12-15 15:34.40 ---> saved as "429e4ba9227c954e7680f166da62dd559d4f3280bc11f9ae74095dcb13e1e842"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-12-15 15:34.42 ---> saved as "9ca34c3d549e1366a531322fb54b357a904ce1ae0507093f1eab27ae3e88bf29"/: (env DEPS "alcotest.1.9.1 astring.0.8.5 async.v0.17.0 async_kernel.v0.17.0 async_log.v0.17.0 async_rpc_kernel.v0.17.0 async_unix.v0.17.0 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base_bigstring.v0.17.0 base_quickcheck.v0.17.1 bigstringaf.0.10.0 bin_prot.v0.17.0-1 capitalization.v0.17.0 cmdliner.2.1.0 core.v0.17.1 core_kernel.v0.17.0 core_unix.v0.17.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 expect_test_helpers_core.v0.17.0 fieldslib.v0.17.0 fmt.0.11.0 gel.v0.17.0 int_repr.v0.17.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 lwt.5.9.2 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_bench.v0.17.1 ppx_bin_prot.v0.17.1 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_custom_printf.v0.17.0 ppx_derivers.1.2.1 ppx_diff.v0.17.1 ppx_disable_unused_warnings.v0.17.0 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_fields_conv.v0.17.0 ppx_fixed_literal.v0.17.0 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_ignore_instrumentation.v0.17.0 ppx_inline_test.v0.17.1 ppx_jane.v0.17.0 ppx_let.v0.17.1 ppx_log.v0.17.0 ppx_module_timer.v0.17.0 ppx_optcomp.v0.17.1 ppx_optional.v0.17.0 ppx_pipebang.v0.17.0 ppx_sexp_conv.v0.17.1 ppx_sexp_message.v0.17.0 ppx_sexp_value.v0.17.0 ppx_stable.v0.17.1 ppx_stable_witness.v0.17.0 ppx_string.v0.17.0 ppx_string_conv.v0.17.0 ppx_tydi.v0.17.1 ppx_typerep_conv.v0.17.1 ppx_variants_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 protocol_version_header.v0.17.0 re.1.14.0 sexp_pretty.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 spawn.v0.17.0 splittable_random.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 textutils.v0.17.0 time_now.v0.17.0 timezone.v0.17.0 topkg.1.1.1 typerep.v0.17.1 uopt.v0.17.0 uutf.1.0.4 variantslib.v0.17.0")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y angstrom.dev angstrom-unix.dev angstrom-lwt-unix.dev angstrom-async.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[angstrom-lwt-unix.dev] synchronised (file:///Users/mac1000/src)[angstrom-async.dev] synchronised (file:///Users/mac1000/src)[angstrom.dev] synchronised (file:///Users/mac1000/src)[angstrom-unix.dev] synchronised (file:///Users/mac1000/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-12-15 15:35.04 ---> saved as "88bbbd013052522b17c9ea5604a2e5a7f81d5365330ce5a78d1b9f80e055ffab"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 94 packages- install alcotest 1.9.1- install astring 0.8.5- install async v0.17.0- install async_kernel v0.17.0- install async_log v0.17.0- install async_rpc_kernel v0.17.0- install async_unix v0.17.0- install base v0.17.3- install base-bytes base- install base_bigstring v0.17.0- install base_quickcheck v0.17.1- install bigstringaf 0.10.0- install bin_prot v0.17.0-1- install capitalization v0.17.0- install cmdliner 2.1.0- install core v0.17.1- install core_kernel v0.17.0- install core_unix v0.17.1- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install dune 3.20.2- install dune-configurator 3.20.2- install expect_test_helpers_core v0.17.0- install fieldslib v0.17.0- install fmt 0.11.0- install gel v0.17.0- install int_repr v0.17.0- install jane-street-headers v0.17.0- install jst-config v0.17.0- install lwt 5.9.2- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install parsexp v0.17.0- install ppx_assert v0.17.0- install ppx_base v0.17.0- install ppx_bench v0.17.1- install ppx_bin_prot v0.17.1- install ppx_cold v0.17.0- install ppx_compare v0.17.0- install ppx_custom_printf v0.17.0- install ppx_derivers 1.2.1- install ppx_diff v0.17.1- install ppx_disable_unused_warnings v0.17.0- install ppx_enumerate v0.17.0- install ppx_expect v0.17.3- install ppx_fields_conv v0.17.0- install ppx_fixed_literal v0.17.0- install ppx_globalize v0.17.2- install ppx_hash v0.17.0- install ppx_here v0.17.0- install ppx_ignore_instrumentation v0.17.0- install ppx_inline_test v0.17.1- install ppx_jane v0.17.0- install ppx_let v0.17.1- install ppx_log v0.17.0- install ppx_module_timer v0.17.0- install ppx_optcomp v0.17.1- install ppx_optional v0.17.0- install ppx_pipebang v0.17.0- install ppx_sexp_conv v0.17.1- install ppx_sexp_message v0.17.0- install ppx_sexp_value v0.17.0- install ppx_stable v0.17.1- install ppx_stable_witness v0.17.0- install ppx_string v0.17.0- install ppx_string_conv v0.17.0- install ppx_tydi v0.17.1- install ppx_typerep_conv v0.17.1- install ppx_variants_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install protocol_version_header v0.17.0- install re 1.14.0- install sexp_pretty v0.17.0- install sexplib v0.17.0- install sexplib0 v0.17.0- install spawn v0.17.0- install splittable_random v0.17.0- install stdio v0.17.0- install stdlib-shims 0.3.0- install textutils v0.17.0- install time_now v0.17.0- install timezone v0.17.0- install topkg 1.1.1- install typerep v0.17.1- install uopt v0.17.0- install uutf 1.0.4- install variantslib v0.17.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved async.v0.17.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved async_kernel.v0.17.0 (cached)-> retrieved async_log.v0.17.0 (cached)-> retrieved async_rpc_kernel.v0.17.0 (cached)-> retrieved async_unix.v0.17.0 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved base_bigstring.v0.17.0 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base_quickcheck.v0.17.1 (cached)-> retrieved capitalization.v0.17.0 (cached)-> retrieved bin_prot.v0.17.0-1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved core_kernel.v0.17.0 (cached)-> retrieved core_unix.v0.17.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved core.v0.17.1 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved expect_test_helpers_core.v0.17.0 (cached)-> retrieved fieldslib.v0.17.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved gel.v0.17.0 (cached)-> retrieved int_repr.v0.17.0 (cached)-> retrieved jane-street-headers.v0.17.0 (cached)-> retrieved jst-config.v0.17.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ppx_assert.v0.17.0 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_base.v0.17.0 (cached)-> retrieved ppx_bench.v0.17.1 (cached)-> retrieved ppx_bin_prot.v0.17.1 (cached)-> retrieved ppx_cold.v0.17.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_custom_printf.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_disable_unused_warnings.v0.17.0 (cached)-> retrieved ppx_diff.v0.17.1 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_fields_conv.v0.17.0 (cached)-> retrieved ppx_fixed_literal.v0.17.0 (cached)-> retrieved ppx_expect.v0.17.3 (cached)-> retrieved ppx_globalize.v0.17.2 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_ignore_instrumentation.v0.17.0 (cached)-> retrieved ppx_jane.v0.17.0 (cached)-> retrieved ppx_inline_test.v0.17.1 (cached)-> retrieved ppx_let.v0.17.1 (cached)-> retrieved ppx_module_timer.v0.17.0 (cached)-> retrieved ppx_log.v0.17.0 (cached)-> retrieved ppx_optcomp.v0.17.1 (cached)-> retrieved ppx_optional.v0.17.0 (cached)-> retrieved ppx_pipebang.v0.17.0 (cached)-> retrieved ppx_sexp_message.v0.17.0 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppx_sexp_value.v0.17.0 (cached)-> retrieved ppx_stable.v0.17.1 (cached)-> retrieved ppx_stable_witness.v0.17.0 (cached)-> retrieved ppx_string.v0.17.0 (cached)-> retrieved ppx_string_conv.v0.17.0 (cached)-> retrieved ppx_tydi.v0.17.1 (cached)-> retrieved ppx_typerep_conv.v0.17.1 (cached)-> retrieved ppx_variants_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved protocol_version_header.v0.17.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexp_pretty.v0.17.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved spawn.v0.17.0 (cached)-> retrieved splittable_random.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved textutils.v0.17.0 (cached)-> retrieved time_now.v0.17.0 (cached)-> retrieved timezone.v0.17.0 (cached)-> retrieved typerep.v0.17.1 (cached)-> retrieved uopt.v0.17.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved variantslib.v0.17.0 (cached)-> installed ocamlbuild.0.16.1-> installed num.1.6-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed jane-street-headers.v0.17.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed spawn.v0.17.0-> installed sexplib0.v0.17.0-> installed re.1.14.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-compiler-libs.v0.17.0-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed parsexp.v0.17.0-> installed bigstringaf.0.10.0-> installed sexplib.v0.17.0-> installed lwt.5.9.2-> installed base.v0.17.3-> installed fieldslib.v0.17.0-> installed variantslib.v0.17.0-> installed stdio.v0.17.0-> installed typerep.v0.17.1-> installed ppxlib.0.37.0-> installed ppx_cold.v0.17.0-> installed ppx_tydi.v0.17.1-> installed ppx_disable_unused_warnings.v0.17.0-> installed ppx_here.v0.17.0-> installed ppx_ignore_instrumentation.v0.17.0-> installed ppx_pipebang.v0.17.0-> installed ppx_stable_witness.v0.17.0-> installed ppx_fixed_literal.v0.17.0-> installed ppx_optcomp.v0.17.1-> installed ppx_fields_conv.v0.17.0-> installed ppx_stable.v0.17.1-> installed ppx_typerep_conv.v0.17.1-> installed ppx_variants_conv.v0.17.1-> installed ppxlib_jane.v0.17.4-> installed ppx_let.v0.17.1-> installed ppx_enumerate.v0.17.0-> installed ppx_globalize.v0.17.2-> installed ppx_optional.v0.17.0-> installed ppx_compare.v0.17.0-> installed ppx_sexp_conv.v0.17.1-> installed ppx_hash.v0.17.0-> installed ppx_assert.v0.17.0-> installed ppx_sexp_value.v0.17.0-> installed ppx_sexp_message.v0.17.0-> installed ppx_base.v0.17.0-> installed ppx_custom_printf.v0.17.0-> installed capitalization.v0.17.0-> installed jst-config.v0.17.0-> installed sexp_pretty.v0.17.0-> installed ppx_string.v0.17.0-> installed time_now.v0.17.0-> installed bin_prot.v0.17.0-1-> installed ppx_string_conv.v0.17.0-> installed ppx_module_timer.v0.17.0-> installed ppx_inline_test.v0.17.1-> installed ppx_bin_prot.v0.17.1-> installed ppx_bench.v0.17.1-> installed ppx_expect.v0.17.3-> installed splittable_random.v0.17.0-> installed base_quickcheck.v0.17.1-> installed ppx_log.v0.17.0-> installed ppx_jane.v0.17.0-> installed uopt.v0.17.0-> installed gel.v0.17.0-> installed int_repr.v0.17.0-> installed base_bigstring.v0.17.0-> installed ppx_diff.v0.17.1-> installed core.v0.17.1-> installed protocol_version_header.v0.17.0-> installed timezone.v0.17.0-> installed expect_test_helpers_core.v0.17.0-> installed core_kernel.v0.17.0-> installed async_kernel.v0.17.0-> installed core_unix.v0.17.1-> installed textutils.v0.17.0-> installed async_rpc_kernel.v0.17.0-> installed async_unix.v0.17.0-> installed async_log.v0.17.0-> installed async.v0.17.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-15 15:39.04 ---> saved as "3241d0ce39752215782e1a8f52d89233ca57b8c7b7fef0a8815aa368638a3e5f"/: (copy (src .) (dst ./src))2025-12-15 15:39.06 ---> saved as "2c96d624de5a3f638164923a5acc7bf6d8704c0a61d73e1418817eed59e824c1"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))File "benchmarks/dune", line 2, characters 21-31:2 | (libraries angstrom core_bench threads RFC2616 RFC7159)^^^^^^^^^^Error: Library "core_bench" not found.-> required by_build/default/benchmarks/.pure_benchmark.eobjs/byte/pure_benchmark.cmi-> required by alias benchmarks/check(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I benchmarks/.async_benchmark.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/async -I /Users/mac1000/.opam/5.4.0/lib/async/async_command -I /Users/mac1000/.opam/5.4.0/lib/async/async_quickcheck -I /Users/mac1000/.opam/5.4.0/lib/async/async_rpc -I /Users/mac1000/.opam/5.4.0/lib/async_kernel -I /Users/mac1000/.opam/5.4.0/lib/async_kernel/config -I /Users/mac1000/.opam/5.4.0/lib/async_kernel/eager_deferred -I /Users/mac1000/.opam/5.4.0/lib/async_kernel/persistent_connection_kernel -I /Users/mac1000/.opam/5.4.0/lib/async_kernel/read_write_pair -I /Users/mac1000/.opam/5.4.0/lib/async_log -I /Users/mac1000/.opam/5.4.0/lib/async_log/kernel -I /Users/mac1000/.opam/5.4.0/lib/async_rpc_kernel -I /Users/mac1000/.opam/5.4.0/lib/async_unix -I /Users/mac1000/.opam/5.4.0/lib/async_unix/thread_pool -I /Users/mac1000/.opam/5.4.0/lib/async_unix/thread_safe_ivar -I /Users/mac1000/.opam/5.4.0/lib/base -I /Users/mac1000/.opam/5.4.0/lib/base/base_internalhash_types -I /Users/mac1000/.opam/5.4.0/lib/base/md5 -I /Users/mac1000/.opam/5.4.0/lib/base/shadow_stdlib -I /Users/mac1000/.opam/5.4.0/lib/base_bigstring -I /Users/mac1000/.opam/5.4.0/lib/base_quickcheck -I /Users/mac1000/.opam/5.4.0/lib/base_quickcheck/ppx_quickcheck/runtime -I /Users/mac1000/.opam/5.4.0/lib/bigstringaf -I /Users/mac1000/.opam/5.4.0/lib/bin_prot -I /Users/mac1000/.opam/5.4.0/lib/bin_prot/shape -I /Users/mac1000/.opam/5.4.0/lib/core -I /Users/mac1000/.opam/5.4.0/lib/core/base_for_tests -I /Users/mac1000/.opam/5.4.0/lib/core/command -I /Users/mac1000/.opam/5.4.0/lib/core/filename_base -I /Users/mac1000/.opam/5.4.0/lib/core/heap_block -I /Users/mac1000/.opam/5.4.0/lib/core/univ_map -I /Users/mac1000/.opam/5.4.0/lib/core/validate -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/bounded_int_table -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/bus -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/caml_threads -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/caml_unix -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/flags -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/iobuf -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/moption -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/pairing_heap -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/reversed_list -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/sexp_hidden_in_test -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/thread_pool_cpu_affinity -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/thread_safe_queue -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/timing_wheel -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/tuple_pool -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/univ -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/uuid -I /Users/mac1000/.opam/5.4.0/lib/core_kernel/version_util -I /Users/mac1000/.opam/5.4.0/lib/core_unix -I /Users/mac1000/.opam/5.4.0/lib/core_unix/bigstring_unix -I /Users/mac1000/.opam/5.4.0/lib/core_unix/command_unix -I /Users/mac1000/.opam/5.4.0/lib/core_unix/core_thread -I /Users/mac1000/.opam/5.4.0/lib/core_unix/error_checking_mutex -I /Users/mac1000/.opam/5.4.0/lib/core_unix/filename_unix -I /Users/mac1000/.opam/5.4.0/lib/core_unix/iobuf_unix -I /Users/mac1000/.opam/5.4.0/lib/core_unix/linux_ext -I /Users/mac1000/.opam/5.4.0/lib/core_unix/nano_mutex -I /Users/mac1000/.opam/5.4.0/lib/core_unix/ocaml_c_utils -I /Users/mac1000/.opam/5.4.0/lib/core_unix/signal_unix -I /Users/mac1000/.opam/5.4.0/lib/core_unix/squeue -I /Users/mac1000/.opam/5.4.0/lib/core_unix/sys_unix -I /Users/mac1000/.opam/5.4.0/lib/core_unix/time_float_unix -I /Users/mac1000/.opam/5.4.0/lib/core_unix/time_ns_unix -I /Users/mac1000/.opam/5.4.0/lib/core_unix/time_stamp_counter -I /Users/mac1000/.opam/5.4.0/lib/cstruct -I /Users/mac1000/.opam/5.4.0/lib/fieldslib -I /Users/mac1000/.opam/5.4.0/lib/gel -I /Users/mac1000/.opam/5.4.0/lib/int_repr -I /Users/mac1000/.opam/5.4.0/lib/jane-street-headers -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml_intrinsics_kernel -I /Users/mac1000/.opam/5.4.0/lib/parsexp -I /Users/mac1000/.opam/5.4.0/lib/ppx_assert/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/ppx_bench/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/ppx_compare/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/ppx_diff/diffable -I /Users/mac1000/.opam/5.4.0/lib/ppx_diff/diffable_cinaps -I /Users/mac1000/.opam/5.4.0/lib/ppx_enumerate/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/ppx_expect/config -I /Users/mac1000/.opam/5.4.0/lib/ppx_expect/config_types -I /Users/mac1000/.opam/5.4.0/lib/ppx_expect/make_corrected_file -I /Users/mac1000/.opam/5.4.0/lib/ppx_expect/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppx_hash/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/ppx_here/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/ppx_inline_test/config -I /Users/mac1000/.opam/5.4.0/lib/ppx_inline_test/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/ppx_log/syntax -I /Users/mac1000/.opam/5.4.0/lib/ppx_log/types -I /Users/mac1000/.opam/5.4.0/lib/ppx_module_timer/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppx_sexp_conv/runtime-lib -I /Users/mac1000/.opam/5.4.0/lib/ppx_stable_witness/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppx_stable_witness/stable_witness -I /Users/mac1000/.opam/5.4.0/lib/ppx_string/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/print_diff -I /Users/mac1000/.opam/5.4.0/lib/protocol_version_header -I /Users/mac1000/.opam/5.4.0/lib/sexplib -I /Users/mac1000/.opam/5.4.0/lib/sexplib/unix -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I /Users/mac1000/.opam/5.4.0/lib/spawn -I /Users/mac1000/.opam/5.4.0/lib/splittable_random -I /Users/mac1000/.opam/5.4.0/lib/stdio -I /Users/mac1000/.opam/5.4.0/lib/time_now -I /Users/mac1000/.opam/5.4.0/lib/timezone -I /Users/mac1000/.opam/5.4.0/lib/typerep -I /Users/mac1000/.opam/5.4.0/lib/uopt -I /Users/mac1000/.opam/5.4.0/lib/variantslib -I async/.angstrom_async.objs/byte -I examples/.RFC2616.objs/byte -I examples/.RFC7159.objs/byte -I lib/.angstrom.objs/byte -no-alias-deps -opaque -o benchmarks/.async_benchmark.eobjs/byte/async_benchmark.cmo -c -impl benchmarks/async_benchmark.ml)File "benchmarks/async_benchmark.ml", line 20, characters 62-65:20 | Spec.(empty +> Param.(anon ("PARSER" %: parser))) main |> run)^^^Error (alert deprecated): Async.Command.run[since 2021-03] Use [Command_unix]File "benchmarks/async_benchmark.ml", line 20, characters 62-65:20 | Spec.(empty +> Param.(anon ("PARSER" %: parser))) main |> run)^^^Error: This expression has type [ `Use_Command_unix ]This is not a function; it cannot be applied.(cd _build/default/lib_test && ./test_angstrom.exe)Testing `test suite'.This run has ID `SDQOK9PV'.[OK] basic constructors 0 peek_char.[OK] basic constructors 1 peek_char_fail.[OK] basic constructors 2 char.[OK] basic constructors 3 int8.[OK] basic constructors 4 not_char.[OK] basic constructors 5 any_char.[OK] basic constructors 6 any_{,u}int8.[OK] basic constructors 7 string.[OK] basic constructors 8 string_ci.[OK] basic constructors 9 take_bigstring.[OK] basic constructors 10 take_while.[OK] basic constructors 11 take_while1.[OK] basic constructors 12 advance.[OK] little endian 0 int16.[OK] little endian 1 int32.[OK] little endian 2 int64.[OK] little endian 3 uint16.[OK] little endian 4 float.[OK] little endian 5 double.[OK] big endian 0 int16.[OK] big endian 1 int32.[OK] big endian 2 int64.[OK] big endian 3 uint16.[OK] big endian 4 float.[OK] big endian 5 double.[OK] monadic interface 0 fail.[OK] monadic interface 1 return.[OK] monadic interface 2 bind.[OK] applicative interface 0 applicative.[OK] alternative 0 alternative.[OK] combinators 0 many.[OK] combinators 1 many_till.[OK] combinators 2 sep_by1.[OK] combinators 3 count.[OK] combinators 4 scan_state.[OK] combinators 5 consumed.[OK] incremental input 0 within chunk boundary.[OK] incremental input 1 peek_char and empty chunks.[OK] incremental input 2 across chunk boundary.[OK] incremental input 3 across chunk boundary wit...[OK] count_while regression 0 proper position set after...[OK] choice and commit 0[OK] input 0 offset and length respected.[OK] consume 0 consume with choice match...Full test results in `~/src/_build/default/lib_test/_build/_tests/test suite'.Test Successful in 0.008s. 44 tests run."/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-12-15 15:39.14: Job failed: Failed: Build failed