2025-09-30 11:09.08: New job: test mirage/alcotest https://github.com/mirage/alcotest.git#refs/heads/main (445e7d116faf8828346a266184c2dfccc5cbd306) (linux-riscv64:debian-13-5.3_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/alcotest.git" -b "main" && cd "alcotest" && git reset --hard 445e7d11cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52# debian-13-5.3_riscv64_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 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 || git fetch origin master) && git reset -q --hard 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 alcotest.opam alcotest-mirage.opam alcotest-lwt.opam alcotest-js.opam alcotest-async.opam ./RUN opam pin add -yn alcotest.dev './' && \opam pin add -yn alcotest-mirage.dev './' && \opam pin add -yn alcotest-lwt.dev './' && \opam pin add -yn alcotest-js.dev './' && \opam pin add -yn alcotest-async.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="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 bin_prot.v0.17.0-1 capitalization.v0.17.0 cmdliner.1.3.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 duration.0.2.1 expect_test_helpers_core.v0.17.0 fieldslib.v0.17.0 fmt.0.11.0 gel.v0.17.0 gen.1.1 int_repr.v0.17.0 jane-street-headers.v0.17.0 js_of_ocaml-compiler.6.2.0 jst-config.v0.17.0 logs.0.9.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-clock.4.2.0 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.0 ppxlib_jane.v0.17.4 protocol_version_header.v0.17.0 re.1.14.0 sedlex.3.6 seq.base 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.0 typerep.v0.17.1 uopt.v0.17.0 uutf.1.0.4 variantslib.v0.17.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y alcotest.dev alcotest-mirage.dev alcotest-lwt.dev alcotest-js.dev alcotest-async.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-09-30 11:09.08: Using cache hint "mirage/alcotest-ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52-debian-13-5.3_riscv64_opam-2.4-6036cc05894c28612371cd6c914472a0"2025-09-30 11:09.08: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52)(comment debian-13-5.3_riscv64_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 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 || git fetch origin master) && git reset -q --hard 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src alcotest.opam alcotest-mirage.opam alcotest-lwt.opam alcotest-js.opam alcotest-async.opam)(dst ./))(run (network host)(shell "opam pin add -yn alcotest.dev './' && \\nopam pin add -yn alcotest-mirage.dev './' && \\nopam pin add -yn alcotest-lwt.dev './' && \\nopam pin add -yn alcotest-js.dev './' && \\nopam pin add -yn alcotest-async.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "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 bin_prot.v0.17.0-1 capitalization.v0.17.0 cmdliner.1.3.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 duration.0.2.1 expect_test_helpers_core.v0.17.0 fieldslib.v0.17.0 fmt.0.11.0 gel.v0.17.0 gen.1.1 int_repr.v0.17.0 jane-street-headers.v0.17.0 js_of_ocaml-compiler.6.2.0 jst-config.v0.17.0 logs.0.9.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-clock.4.2.0 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.0 ppxlib_jane.v0.17.4 protocol_version_header.v0.17.0 re.1.14.0 sedlex.3.6 seq.base 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.0 typerep.v0.17.1 uopt.v0.17.0 uutf.1.0.4 variantslib.v0.17.0 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y alcotest.dev alcotest-mirage.dev alcotest-lwt.dev alcotest-js.dev alcotest-async.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-09-30 11:09.08: Waiting for resource in pool OCluster2025-09-30 11:09.09: Waiting for worker…2025-09-30 15:10.05: Got resource from pool OClusterBuilding on riscv-bm-01.sw.ci.devHEAD is now at 2c38068 Bump actions/setup-node from 4 to 5 (#423)HEAD is now at 445e7d1 Update tests to cmdliner 2.0.0 (#424)(from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52)Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52' locallydocker.io/ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52: Pulling from ocaml/opam8f913be5ecad: Pulling fs layerce31ce67e69b: Pulling fs layer0cf3a7789759: Pulling fs layer9f0c6299278d: Pulling fs layere94bba55929b: Pulling fs layerfa0712264263: Pulling fs layer2e9048a7b53d: Pulling fs layer9902de28c3f0: Pulling fs layerff517c358677: Pulling fs layer383f060cda87: Pulling fs layerb7a964b1a83b: Pulling fs layer02ef0fd530dd: Pulling fs layer3cec61b290e9: Pulling fs layer2273bd2c4d4b: Pulling fs layerc04c67aab9ae: Pulling fs layerb43aac5e47f2: Pulling fs layerfa01fc863b11: Pulling fs layer70ce8722af9c: Pulling fs layerd62c11b367a0: Pulling fs layere28d1e571478: Pulling fs layere4619c0fdd56: Pulling fs layer4f4fb700ef54: Pulling fs layer2642eb02d1cf: Pulling fs layer17410ed193a2: Pulling fs layerea4027cf29ff: Pulling fs layer2d1c149b33bc: Pulling fs layeraa1fc2e76ba7: Pulling fs layer198f02c9d8bb: Pulling fs layerf3c530c1395c: Pulling fs layerb4c1f20e76b0: Pulling fs layerdabbe871c8f1: Pulling fs layer07bc2850efcf: Pulling fs layerc44cd4c1c616: Pulling fs layer9bad6d1480ef: Pulling fs layer9139b16fda07: Pulling fs layerddce8e624d6f: Pulling fs layercdd44d9ef1e0: Pulling fs layer9745a1b41bc7: Pulling fs layer926c04a38725: Pulling fs layer33c611bdffe3: Pulling fs layer2f12c3515d38: Pulling fs layerb6435474c958: Pulling fs layere8d70e26e60a: Pulling fs layer3f06fd691d22: Pulling fs layera5bdd4d4061a: Pulling fs layer52f4f3aba300: Pulling fs layer94f05428884b: Pulling fs layer9f0c6299278d: Waitinge94bba55929b: Waitingfa0712264263: Waiting2e9048a7b53d: Waiting9902de28c3f0: Waitingff517c358677: Waiting383f060cda87: Waitingb7a964b1a83b: Waiting02ef0fd530dd: Waiting3cec61b290e9: Waiting2d1c149b33bc: Waitingaa1fc2e76ba7: Waitingea4027cf29ff: Waitingdabbe871c8f1: Waiting07bc2850efcf: Waitingc44cd4c1c616: Waiting198f02c9d8bb: Waitingcdd44d9ef1e0: Waitingf3c530c1395c: Waiting9745a1b41bc7: Waitingb4c1f20e76b0: Waiting926c04a38725: Waiting33c611bdffe3: Waiting9bad6d1480ef: Waiting2f12c3515d38: Waiting9139b16fda07: Waitingb6435474c958: Waitingddce8e624d6f: Waitinge8d70e26e60a: Waiting3f06fd691d22: Waiting2273bd2c4d4b: Waitingc04c67aab9ae: Waitingb43aac5e47f2: Waitingfa01fc863b11: Waitinga5bdd4d4061a: Waiting70ce8722af9c: Waiting52f4f3aba300: Waiting94f05428884b: Waitingd62c11b367a0: Waitinge28d1e571478: Waitinge4619c0fdd56: Waiting4f4fb700ef54: Waiting2642eb02d1cf: Waiting17410ed193a2: Waitingce31ce67e69b: Verifying Checksumce31ce67e69b: Download complete0cf3a7789759: Verifying Checksum0cf3a7789759: Download completee94bba55929b: Verifying Checksume94bba55929b: Download complete9f0c6299278d: Verifying Checksum9f0c6299278d: Download complete8f913be5ecad: Verifying Checksum8f913be5ecad: Download complete2e9048a7b53d: Verifying Checksum2e9048a7b53d: Download complete9902de28c3f0: Verifying Checksum9902de28c3f0: Download complete383f060cda87: Verifying Checksum383f060cda87: Download completeb7a964b1a83b: Verifying Checksumb7a964b1a83b: Download complete02ef0fd530dd: Verifying Checksum02ef0fd530dd: Download completeff517c358677: Verifying Checksumff517c358677: Download complete2273bd2c4d4b: Verifying Checksum2273bd2c4d4b: Download completec04c67aab9ae: Verifying Checksumc04c67aab9ae: Download completeb43aac5e47f2: Verifying Checksumb43aac5e47f2: Download completefa01fc863b11: Verifying Checksumfa01fc863b11: Download complete70ce8722af9c: Download completed62c11b367a0: Verifying Checksumd62c11b367a0: Download completee28d1e571478: Download completee4619c0fdd56: Verifying Checksume4619c0fdd56: Download complete3cec61b290e9: Verifying Checksum3cec61b290e9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete2642eb02d1cf: Verifying Checksum2642eb02d1cf: Download complete17410ed193a2: Verifying Checksum17410ed193a2: Download completeea4027cf29ff: Verifying Checksumea4027cf29ff: Download complete2d1c149b33bc: Verifying Checksum2d1c149b33bc: Download complete198f02c9d8bb: Verifying Checksum198f02c9d8bb: Download completeaa1fc2e76ba7: Verifying Checksumaa1fc2e76ba7: Download completeb4c1f20e76b0: Verifying Checksumb4c1f20e76b0: Download completef3c530c1395c: Verifying Checksumf3c530c1395c: Download completedabbe871c8f1: Download complete07bc2850efcf: Verifying Checksum07bc2850efcf: Download complete8f913be5ecad: Pull completece31ce67e69b: Pull complete0cf3a7789759: Pull completec44cd4c1c616: Verifying Checksumc44cd4c1c616: Download complete9bad6d1480ef: Verifying Checksum9bad6d1480ef: Download complete9f0c6299278d: Pull completee94bba55929b: Pull completeddce8e624d6f: Verifying Checksumddce8e624d6f: Download completefa0712264263: Verifying Checksumfa0712264263: Download complete9745a1b41bc7: Verifying Checksum9745a1b41bc7: Download complete926c04a38725: Verifying Checksum926c04a38725: Download complete33c611bdffe3: Verifying Checksum33c611bdffe3: Download complete2f12c3515d38: Verifying Checksum2f12c3515d38: Download completeb6435474c958: Download completecdd44d9ef1e0: Verifying Checksumcdd44d9ef1e0: Download complete9139b16fda07: Download completee8d70e26e60a: Verifying Checksume8d70e26e60a: Download completea5bdd4d4061a: Verifying Checksuma5bdd4d4061a: Download complete52f4f3aba300: Verifying Checksum52f4f3aba300: Download complete94f05428884b: Download complete3f06fd691d22: Verifying Checksum3f06fd691d22: Download completefa0712264263: Pull complete2e9048a7b53d: Pull complete9902de28c3f0: Pull completeff517c358677: Pull complete383f060cda87: Pull completeb7a964b1a83b: Pull complete02ef0fd530dd: Pull complete3cec61b290e9: Pull complete2273bd2c4d4b: Pull completec04c67aab9ae: Pull completeb43aac5e47f2: Pull completefa01fc863b11: Pull complete70ce8722af9c: Pull completed62c11b367a0: Pull completee28d1e571478: Pull completee4619c0fdd56: Pull complete4f4fb700ef54: Pull complete2642eb02d1cf: Pull complete17410ed193a2: Pull completeea4027cf29ff: Pull complete2d1c149b33bc: Pull completeaa1fc2e76ba7: Pull complete198f02c9d8bb: Pull completef3c530c1395c: Pull completeb4c1f20e76b0: Pull completedabbe871c8f1: Pull complete07bc2850efcf: Pull completec44cd4c1c616: Pull complete9bad6d1480ef: Pull complete9139b16fda07: Pull completeddce8e624d6f: Pull completecdd44d9ef1e0: Pull complete9745a1b41bc7: Pull complete926c04a38725: Pull complete33c611bdffe3: Pull complete2f12c3515d38: Pull completeb6435474c958: Pull completee8d70e26e60a: Pull complete3f06fd691d22: Pull completea5bdd4d4061a: Pull complete52f4f3aba300: Pull complete94f05428884b: Pull completeDigest: sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52Status: Downloaded newer image for ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a522025-09-30 15:10.07 ---> using "464544ceb3be86cede6394dc71749c8c9ab6bfb0d79ff9828158551739284e81" from cache/: (comment debian-13-5.3_riscv64_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-09-30 15:10.07 ---> using "75ffd3c83aa012bc8b093a0947a298655da91fffc49261aacbc27aca5478db37" 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-09-30 15:10.07 ---> using "bc4eabd090c5ab50b0842a159fc8bb3e4f2e48f604dc2d650850095378bf9911" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.3.02.4.12025-09-30 15:10.07 ---> using "99413c80cfa038280775c5555702646b7ce4ef7d5db78f1ce48bc162e5d0c7bc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-30 15:10.07 ---> using "e0356af4238671a0454b22b8ecc0eed962e0df3a67ab6c6f465f7818ddabe16e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 || git fetch origin master) && git reset -q --hard 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..4f9a23ad75 master -> origin/master3c6a0f524c Merge pull request #28603 from mtelvers/cmdliner-fixup<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-09-30 15:11.41 ---> saved as "bcd23b0db48e03ddc4e62ec2c6ccb947a19c80a5576a9f04e2b799deef04a2b0"/src: (copy (src alcotest.opam alcotest-mirage.opam alcotest-lwt.opam alcotest-js.opam alcotest-async.opam)(dst ./))2025-09-30 15:11.42 ---> saved as "c8fa7e4be3f40b182420c69c2e4d7c31029a8a2bf941774253d5b919a03a80d7"/src: (run (network host)(shell "opam pin add -yn alcotest.dev './' && \\nopam pin add -yn alcotest-mirage.dev './' && \\nopam pin add -yn alcotest-lwt.dev './' && \\nopam pin add -yn alcotest-js.dev './' && \\nopam pin add -yn alcotest-async.dev './'"))[alcotest.dev] synchronised (file:///src)alcotest is now pinned to file:///src (version dev)[alcotest-mirage.dev] synchronised (file:///src)alcotest-mirage is now pinned to file:///src (version dev)[alcotest-lwt.dev] synchronised (file:///src)alcotest-lwt is now pinned to file:///src (version dev)[alcotest-js.dev] synchronised (file:///src)alcotest-js is now pinned to file:///src (version dev)[alcotest-async.dev] synchronised (file:///src)alcotest-async is now pinned to file:///src (version dev)2025-09-30 15:12.14 ---> saved as "2798838394cffbe3bfcd9a76efe60d5ac9404081659df1726b1ea16037f73a3b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-30 15:12.15 ---> saved as "ff9c061e3975aa05052ae6fd7d799812d84845fe2dc8301a250ba76f8ecea312"/src: (env DEPS "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 bin_prot.v0.17.0-1 capitalization.v0.17.0 cmdliner.1.3.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 duration.0.2.1 expect_test_helpers_core.v0.17.0 fieldslib.v0.17.0 fmt.0.11.0 gel.v0.17.0 gen.1.1 int_repr.v0.17.0 jane-street-headers.v0.17.0 js_of_ocaml-compiler.6.2.0 jst-config.v0.17.0 logs.0.9.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-clock.4.2.0 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.0 ppxlib_jane.v0.17.4 protocol_version_header.v0.17.0 re.1.14.0 sedlex.3.6 seq.base 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.0 typerep.v0.17.1 uopt.v0.17.0 uutf.1.0.4 variantslib.v0.17.0 yojson.3.0.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y alcotest.dev alcotest-mirage.dev alcotest-lwt.dev alcotest-js.dev alcotest-async.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [43.4 kB]- Fetched 134 kB in 0s (298 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[alcotest.dev] synchronised (file:///src)[alcotest-async.dev] synchronised (file:///src)[alcotest-js.dev] synchronised (file:///src)[alcotest-lwt.dev] synchronised (file:///src)[alcotest-mirage.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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-09-30 15:13.03 ---> saved as "bdbe2630dbd2cc090fa1fdefa3646045c0a99735705cd2164c31d4ba90b9d079"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 104 packages- 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 bin_prot v0.17.0-1- install capitalization v0.17.0- install cmdliner 1.3.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 duration 0.2.1- install expect_test_helpers_core v0.17.0- install fieldslib v0.17.0- install fmt 0.11.0- install gel v0.17.0- install gen 1.1- install int_repr v0.17.0- install jane-street-headers v0.17.0- install js_of_ocaml-compiler 6.2.0- install jst-config v0.17.0- install logs 0.9.0- install lwt 5.9.2- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install mirage-clock 4.2.0- 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.36.0- install ppxlib_jane v0.17.4- install protocol_version_header v0.17.0- install re 1.14.0- install sedlex 3.6- install seq base- 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.0- install typerep v0.17.1- install uopt v0.17.0- install uutf 1.0.4- install variantslib v0.17.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved async.v0.17.0 (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 base.v0.17.3 (cached)-> retrieved base_bigstring.v0.17.0 (cached)-> retrieved base_quickcheck.v0.17.1 (cached)-> retrieved bin_prot.v0.17.0-1 (cached)-> retrieved capitalization.v0.17.0 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved core.v0.17.1 (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 cstruct.6.2.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved expect_test_helpers_core.v0.17.0 (cached)-> retrieved fieldslib.v0.17.0 (cached)-> retrieved gel.v0.17.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved gen.1.1 (cached)-> retrieved int_repr.v0.17.0 (cached)-> retrieved jane-street-headers.v0.17.0 (cached)-> retrieved jst-config.v0.17.0 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved js_of_ocaml-compiler.6.2.0 (cached)-> retrieved mirage-clock.4.2.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> installed cmdliner.1.3.0-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_assert.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_diff.v0.17.1 (cached)-> retrieved ppx_disable_unused_warnings.v0.17.0 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_fields_conv.v0.17.0 (cached)-> retrieved ppx_expect.v0.17.3 (cached)-> retrieved ppx_fixed_literal.v0.17.0 (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_inline_test.v0.17.1 (cached)-> retrieved ppx_jane.v0.17.0 (cached)-> retrieved ppx_let.v0.17.1 (cached)-> retrieved ppx_log.v0.17.0 (cached)-> retrieved ppx_module_timer.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_conv.v0.17.1 (cached)-> retrieved ppx_sexp_message.v0.17.0 (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 seq.base (cached)-> retrieved sedlex.3.6 (cached)-> retrieved sexp_pretty.v0.17.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved ppxlib.0.36.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 uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved variantslib.v0.17.0 (cached)-> retrieved yojson.3.0.0 (cached)-> installed num.1.6-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed seq.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed uutf.1.0.4-> installed dune.3.20.2-> installed csexp.1.5.2-> installed duration.0.2.1-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed jane-street-headers.v0.17.0-> installed menhirCST.20250912-> installed gen.1.1-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed dune-configurator.3.20.2-> installed mirage-clock.4.2.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocplib-endian.1.2-> installed ppx_derivers.1.2.1-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed spawn.v0.17.0-> installed lwt.5.9.2-> installed parsexp.v0.17.0-> installed stdlib-shims.0.3.0-> installed sexplib.v0.17.0-> installed base.v0.17.3-> installed yojson.3.0.0-> installed fieldslib.v0.17.0-> installed menhir.20250912-> installed stdio.v0.17.0-> installed variantslib.v0.17.0-> installed typerep.v0.17.1-> installed ppxlib.0.36.0-> installed ppx_disable_unused_warnings.v0.17.0-> installed ppx_cold.v0.17.0-> installed ppx_fields_conv.v0.17.0-> installed ppx_here.v0.17.0-> installed ppx_optcomp.v0.17.1-> installed ppx_fixed_literal.v0.17.0-> installed ppx_ignore_instrumentation.v0.17.0-> installed ppx_let.v0.17.1-> installed ppx_stable.v0.17.1-> installed ppx_pipebang.v0.17.0-> installed ppx_stable_witness.v0.17.0-> installed ppx_tydi.v0.17.1-> installed ppx_typerep_conv.v0.17.1-> installed ppxlib_jane.v0.17.4-> installed ppx_variants_conv.v0.17.1-> installed ppx_compare.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed sedlex.3.6-> installed ppx_globalize.v0.17.2-> installed ppx_optional.v0.17.0-> installed ppx_sexp_conv.v0.17.1-> installed ppx_assert.v0.17.0-> installed ppx_custom_printf.v0.17.0-> installed ppx_hash.v0.17.0-> installed jst-config.v0.17.0-> installed ppx_base.v0.17.0-> installed bin_prot.v0.17.0-1-> installed capitalization.v0.17.0-> installed ppx_sexp_message.v0.17.0-> installed js_of_ocaml-compiler.6.2.0-> installed ppx_bin_prot.v0.17.1-> installed logs.0.9.0-> installed ppx_sexp_value.v0.17.0-> installed ppx_string.v0.17.0-> installed sexp_pretty.v0.17.0-> installed time_now.v0.17.0-> installed ppx_string_conv.v0.17.0-> installed ppx_module_timer.v0.17.0-> installed ppx_inline_test.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 expect_test_helpers_core.v0.17.0-> installed timezone.v0.17.0-> installed core_kernel.v0.17.0-> installed async_kernel.v0.17.0[ERROR] The compilation of core_unix.v0.17.1 failed at "dune build -p core_unix -j 3".-> installed async_rpc_kernel.v0.17.0#=== ERROR while compiling core_unix.v0.17.1 ==================================## context 2.4.1 | linux/riscv64 | ocaml-base-compiler.5.3.0 | git+file:///home/opam/opam-repository# path ~/.opam/5.3/.opam-switch/build/core_unix.v0.17.1# command ~/.opam/5.3/bin/dune build -p core_unix -j 3# exit-code 1# env-file ~/.opam/log/core_unix-1-9825d1.env# output-file ~/.opam/log/core_unix-1-9825d1.out### output #### File "time_stamp_counter/src/dune", line 4, characters 9-33:# 4 | (names time_stamp_counter_stubs))# ^^^^^^^^^^^^^^^^^^^^^^^^# (cd _build/default/time_stamp_counter/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -I /home/opam/.opam/5.3/lib/ocaml -I /home/opam/.opam/5.3/lib/base -I /home/opam/.opam/5.3/lib/base/base_internalhash_types -I /home/opam/.opam/5.3/lib/base/md5 -I /home/opam/.opam/5.3/lib/base/shadow_stdlib -I /home/opam/.opam/5.3/lib/base_bigstring -I /home/opam/.opam/5.3/lib/base_quickcheck -I /home/opam/.opam/5.3/lib/base_quickcheck/ppx_quickcheck/runtime -I /home/opam/.opam/5.3/lib/bin_prot -I /home/opam/.opam/5.3/lib/bin_prot/shape -I /home/opam/.opam/5.3/lib/core -I /home/opam/.opam/5.3/lib/core/base_for_tests -I /home/opam/.opam/5.3/lib/core/command -I /home/opam/.opam/5.3/lib/core/filename_base -I /home/opam/.opam/5.3/lib/core/heap_block -I /home/opam/.opam/5.3/lib/core/univ_map -I /home/opam/.opam/5.3/lib/core/validate -I /home/opam/.opam/5.3/lib/fieldslib -I /home/opam/.opam/5.3/lib/gel -I /home/opam/.opam/5.3/lib/int_repr -I /home/opam/.opam/5.3/lib/jane-street-headers -I /home/opam/.opam/5.3/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.3/lib/parsexp -I /home/opam/.opam/5.3/lib/ppx_assert/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_bench/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_compare/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_diff/diffable -I /home/opam/.opam/5.3/lib/ppx_diff/diffable_cinaps -I /home/opam/.opam/5.3/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_expect/config -I /home/opam/.opam/5.3/lib/ppx_expect/config_types -I /home/opam/.opam/5.3/lib/ppx_expect/make_corrected_file -I /home/opam/.opam/5.3/lib/ppx_expect/runtime -I /home/opam/.opam/5.3/lib/ppx_hash/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_here/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_inline_test/config -I /home/opam/.opam/5.3/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_log/syntax -I /home/opam/.opam/5.3/lib/ppx_log/types -I /home/opam/.opam/5.3/lib/ppx_module_timer/runtime -I /home/opam/.opam/5.3/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_stable_witness/runtime -I /home/opam/.opam/5.3/lib/ppx_stable_witness/stable_witness -I /home/opam/.opam/5.3/lib/ppx_string/runtime -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/sexplib -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/lib/splittable_random -I /home/opam/.opam/5.3/lib/stdio -I /home/opam/.opam/5.3/lib/time_now -I /home/opam/.opam/5.3/lib/typerep -I /home/opam/.opam/5.3/lib/variantslib -o time_stamp_counter_stubs.o -c time_stamp_counter_stubs.c)# time_stamp_counter_stubs.c: In function 'caml_rdtsc_unboxed':# time_stamp_counter_stubs.c:51:10: error: implicit declaration of function 'rdtsc' [-Wimplicit-function-declaration]# 51 | return rdtsc();# | ^~~~~# (cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w -40 -g -I time_float_unix/time_unix/.time_unix.objs/byte -I time_float_unix/time_unix/.time_unix.objs/native -I /home/opam/.opam/5.3/lib/base -I /home/opam/.opam/5.3/lib/base/base_internalhash_types -I /home/opam/.opam/5.3/lib/base/md5 -I /home/opam/.opam/5.3/lib/base/shadow_stdlib -I /home/opam/.opam/5.3/lib/base_bigstring -I /home/opam/.opam/5.3/lib/base_quickcheck -I /home/opam/.opam/5.3/lib/base_quickcheck/ppx_quickcheck/runtime -I /home/opam/.opam/5.3/lib/bin_prot -I /home/opam/.opam/5.3/lib/bin_prot/shape -I /home/opam/.opam/5.3/lib/core -I /home/opam/.opam/5.3/lib/core/base_for_tests -I /home/opam/.opam/5.3/lib/core/command -I /home/opam/.opam/5.3/lib/core/filename_base -I /home/opam/.opam/5.3/lib/core/heap_block -I /home/opam/.opam/5.3/lib/core/univ_map -I /home/opam/.opam/5.3/lib/core/validate -I /home/opam/.opam/5.3/lib/core_kernel/caml_threads -I /home/opam/.opam/5.3/lib/core_kernel/caml_unix -I /home/opam/.opam/5.3/lib/core_kernel/flags -I /home/opam/.opam/5.3/lib/fieldslib -I /home/opam/.opam/5.3/lib/gel -I /home/opam/.opam/5.3/lib/int_repr -I /home/opam/.opam/5.3/lib/jane-street-headers -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.3/lib/parsexp -I /home/opam/.opam/5.3/lib/ppx_assert/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_bench/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_compare/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_diff/diffable -I /home/opam/.opam/5.3/lib/ppx_diff/diffable_cinaps -I /home/opam/.opam/5.3/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_expect/config -I /home/opam/.opam/5.3/lib/ppx_expect/config_types -I /home/opam/.opam/5.3/lib/ppx_expect/make_corrected_file -I /home/opam/.opam/5.3/lib/ppx_expect/runtime -I /home/opam/.opam/5.3/lib/ppx_hash/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_here/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_inline_test/config -I /home/opam/.opam/5.3/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_log/syntax -I /home/opam/.opam/5.3/lib/ppx_log/types -I /home/opam/.opam/5.3/lib/ppx_module_timer/runtime -I /home/opam/.opam/5.3/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_stable_witness/runtime -I /home/opam/.opam/5.3/lib/ppx_stable_witness/stable_witness -I /home/opam/.opam/5.3/lib/ppx_string/runtime -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/sexplib -I /home/opam/.opam/5.3/lib/sexplib/unix -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/lib/spawn -I /home/opam/.opam/5.3/lib/splittable_random -I /home/opam/.opam/5.3/lib/stdio -I /home/opam/.opam/5.3/lib/time_now -I /home/opam/.opam/5.3/lib/timezone -I /home/opam/.opam/5.3/lib/typerep -I /home/opam/.opam/5.3/lib/variantslib -I core_unix/src/.core_unix.objs/byte -I core_unix/src/.core_unix.objs/native -I error_checking_mutex/src/.error_checking_mutex.objs/byte -I error_checking_mutex/src/.error_checking_mutex.objs/native -I signal_unix/src/.signal_unix.objs/byte -I signal_unix/src/.signal_unix.objs/native -I time_float_unix/src/.time_float_unix.objs/byte -I time_float_unix/src/.time_float_unix.objs/native -cmi-file time_float_unix/time_unix/.time_unix.objs/byte/time_unix.cmi -no-alias-deps -o time_float_unix/time_unix/.time_unix.objs/native/time_unix.cmx -c -impl time_float_unix/time_unix/time_unix.pp.ml)# File "time_float_unix/time_unix/time_unix.ml", line 1, characters 4-14:# 1 | [@@@deprecated "[since 2022-04] Use [Time_float_unix] instead"]# ^^^^^^^^^^# Warning 53 [misplaced-attribute]: the "deprecated" attribute cannot appear in this context<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build core_unix v0.17.1+-+- The following changes have been performed (the rest was aborted)| - install astring 0.8.5| - install async_kernel v0.17.0| - install async_rpc_kernel 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 bin_prot v0.17.0-1| - install capitalization v0.17.0| - install cmdliner 1.3.0| - install core v0.17.1| - install core_kernel v0.17.0| - 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 duration 0.2.1| - install expect_test_helpers_core v0.17.0| - install fieldslib v0.17.0| - install fmt 0.11.0| - install gel v0.17.0| - install gen 1.1| - install int_repr v0.17.0| - install jane-street-headers v0.17.0| - install js_of_ocaml-compiler 6.2.0| - install jst-config v0.17.0| - install logs 0.9.0| - install lwt 5.9.2| - install menhir 20250912| - install menhirCST 20250912| - install menhirLib 20250912| - install menhirSdk 20250912| - install mirage-clock 4.2.0| - 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.36.0| - install ppxlib_jane v0.17.4| - install protocol_version_header v0.17.0| - install re 1.14.0| - install sedlex 3.6| - install seq base| - 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 time_now v0.17.0| - install timezone v0.17.0| - install topkg 1.1.0| - install typerep v0.17.1| - install uopt v0.17.0| - install uutf 1.0.4| - install variantslib v0.17.0| - install yojson 3.0.0+-# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/5.3/.opam-switch/backup/state-20250930151305.export""/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 312025-09-30 15:45.55: Job failed: Failed: Build failed