2025-04-07 01:09.31: New job: test ocaml-semver/ocaml-api-watch https://github.com/ocaml-semver/ocaml-api-watch.git#refs/heads/main (bfe1ad1c13f7dcf2b00a66160cddb7f269238349) (linux-x86_64:debian-12-5.2_opam-2.3)Base: ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-semver/ocaml-api-watch.git" -b "main" && cd "ocaml-api-watch" && git reset --hard bfe1ad1ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71# debian-12-5.2_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /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 598efb46ec7387aed249220ca6a2bc39eb4b94e9 || git fetch origin master) && git reset -q --hard 598efb46ec7387aed249220ca6a2bc39eb4b94e9 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 api-watch.opam ./RUN opam pin add -yn api-watch.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.17.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.15 cppo.1.8.0 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 either.1.0.0 fmt.0.10.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.8.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.0.8"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y api-watch.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-04-07 01:09.31: Using cache hint "ocaml-semver/ocaml-api-watch-ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71-debian-12-5.2_opam-2.3-e2dc474c46a9966d1645b9b6b9261bca"2025-04-07 01:09.31: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71)(comment debian-12-5.2_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 598efb46ec7387aed249220ca6a2bc39eb4b94e9 || git fetch origin master) && git reset -q --hard 598efb46ec7387aed249220ca6a2bc39eb4b94e9 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src api-watch.opam) (dst ./))(run (network host)(shell "opam pin add -yn api-watch.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.15 cppo.1.8.0 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 either.1.0.0 fmt.0.10.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.8.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.0.8")(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.3 --depext-only -y api-watch.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-04-07 01:09.31: Waiting for resource in pool OCluster2025-04-07 01:09.31: Waiting for worker…2025-04-07 01:09.33: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at bfe1ad1 Initialize typing env with stdlib (#135)(from ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71)Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71' locallydocker.io/ocaml/opam@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71: Pulling from ocaml/opam32c10d711c14: Pulling fs layer9b05a269498d: Pulling fs layerd0f40cfd6135: Pulling fs layerbd1fa6ac919d: Pulling fs layerd024cd117e57: Pulling fs layereea43bb88c6e: Pulling fs layer8729d0c67864: Pulling fs layer04c95b96dbe8: Pulling fs layereea43bb88c6e: Waitingd024cd117e57: Waitingd143bf199a85: Pulling fs layerbd1fa6ac919d: Waiting8729d0c67864: Waitingd0f40cfd6135: Verifying Checksumd0f40cfd6135: Download complete9b05a269498d: Verifying Checksum9b05a269498d: Download completebd1fa6ac919d: Verifying Checksumbd1fa6ac919d: Download completed024cd117e57: Verifying Checksumd024cd117e57: Download complete8729d0c67864: Verifying Checksum8729d0c67864: Download complete04c95b96dbe8: Verifying Checksum04c95b96dbe8: Download completed143bf199a85: Verifying Checksumd143bf199a85: Download completeeea43bb88c6e: Verifying Checksumeea43bb88c6e: Download complete32c10d711c14: Verifying Checksum32c10d711c14: Download complete32c10d711c14: Pull complete9b05a269498d: Pull completed0f40cfd6135: Pull completebd1fa6ac919d: Pull completed024cd117e57: Pull completeeea43bb88c6e: Pull complete8729d0c67864: Pull complete04c95b96dbe8: Pull completed143bf199a85: Pull completeDigest: sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71Status: Downloaded newer image for ocaml/opam@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e712025-04-07 01:11.14 ---> saved as "38896d45c132e80618e0ea619c3f1eaa7c74f33d36affcfd5cb62a4306714da8"/: (comment debian-12-5.2_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-04-07 01:11.14 ---> saved as "3d0e7e63412167c499341f1181b172ea6ec9ca5bf81b7c396cb3e336abf0340f"/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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [y/n] y[NOTE] The 'jobs' option was reset, its value was 39 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=39 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"[default] synchronised from file:///home/opam/opam-repository2025-04-07 01:12.20 ---> saved as "cc601c78ac214415c83b6ec0bc7840029b6ce55de18a34aea04b80f75512f2a5"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.2.12.3.02025-04-07 01:12.21 ---> saved as "18f62663459dbff01fb684078274d620563485d9637901154dd6fddd17ab5ffc"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-07 01:12.21 ---> saved as "1f4800f05b74f7563c3437c421c17e1a0e4a5d2253bb31d8c70d9fec1010be7b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 598efb46ec7387aed249220ca6a2bc39eb4b94e9 || git fetch origin master) && git reset -q --hard 598efb46ec7387aed249220ca6a2bc39eb4b94e9 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa8ed476033..598efb46ec master -> origin/master598efb46ec Merge pull request #27716 from avsm/fix-mpopcnt<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive[default] synchronised from 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, 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-04-07 01:13.27 ---> saved as "1d5d877a3e87bbe3de5a5d3b6e7441bcaf6145834b8a69936ee63af9661d2f11"/src: (copy (src api-watch.opam) (dst ./))2025-04-07 01:13.28 ---> saved as "9a9c02c85db4a74955078d6bdf16ccdcfbbf0b81eda64855611012d0265237fc"/src: (run (network host)(shell "opam pin add -yn api-watch.dev './'"))[api-watch.dev] synchronised (file:///src)api-watch is now pinned to file:///src (version dev)2025-04-07 01:13.30 ---> saved as "91059d2bb8147a2b6561c5c6a303b445f6f360c007b34a23222f6472f79a339a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-07 01:13.31 ---> saved as "0c795723a87e908fdacbbb81d521de54919f9ec1ca0ccbaedc24d1990ab29999"/src: (env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.15 cppo.1.8.0 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 either.1.0.0 fmt.0.10.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 logs.0.8.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.0.8")/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.3 --depext-only -y api-watch.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [16.2 kB]- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [251 kB]- Fetched 371 kB in 1s (409 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[api-watch.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-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-04-07 01:13.52 ---> saved as "2d532c6e6473bb684eee175f0cf4999fb50a7cc7b2ab3c953d00e2d2bce7ff2a"/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-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.1).[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-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 37 packages- install base v0.17.1- install cmdliner 1.3.0- install containers 3.15- install cppo 1.8.0- install csexp 1.5.2- install dune 3.18.0- install dune-configurator 3.18.0- install either 1.0.0- install fmt 0.10.0- install jane-street-headers v0.17.0- install jst-config v0.17.0- install logs 0.8.0- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_assert v0.17.0- install ppx_base v0.17.0- install ppx_cold v0.17.0- install ppx_compare v0.17.0- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_enumerate v0.17.0- install ppx_expect v0.17.2- install ppx_globalize v0.17.0- install ppx_hash v0.17.0- install ppx_here v0.17.0- install ppx_inline_test v0.17.0- install ppx_optcomp v0.17.0- install ppx_sexp_conv v0.17.0- install ppxlib 0.35.0- install ppxlib_jane v0.17.0- install sexplib0 v0.17.0- install stdio v0.17.0- install stdlib-shims 0.3.0- install time_now v0.17.0- install topkg 1.0.8<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.1.3.0 (cached)-> retrieved base.v0.17.1 (cached)-> retrieved containers.3.15 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved jane-street-headers.v0.17.0 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved jst-config.v0.17.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_assert.v0.17.0 (cached)-> retrieved ppx_base.v0.17.0 (cached)-> retrieved ppx_cold.v0.17.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_expect.v0.17.2 (cached)-> retrieved ppx_globalize.v0.17.0 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_inline_test.v0.17.0 (cached)-> retrieved ppx_optcomp.v0.17.0 (cached)-> retrieved ppx_sexp_conv.v0.17.0 (cached)-> retrieved ppxlib_jane.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.17.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved dune.3.18.0, dune-configurator.3.18.0 (cached)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.0.8-> installed fmt.0.10.0-> installed logs.0.8.0-> installed dune.3.18.0-> installed jane-street-headers.v0.17.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed either.1.0.0-> installed ocaml-compiler-libs.v0.17.0-> installed cppo.1.8.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.18.0-> installed containers.3.15-> installed base.v0.17.1-> installed stdio.v0.17.0-> installed ppxlib.0.35.0-> installed ppxlib_jane.v0.17.0-> installed ppx_optcomp.v0.17.0-> installed ppx_cold.v0.17.0-> installed ppx_here.v0.17.0-> installed ppx_deriving.6.0.3-> installed ppx_compare.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_globalize.v0.17.0-> installed ppx_sexp_conv.v0.17.0-> installed ppx_hash.v0.17.0-> installed ppx_assert.v0.17.0-> installed ppx_base.v0.17.0-> installed jst-config.v0.17.0-> installed time_now.v0.17.0-> installed ppx_inline_test.v0.17.0-> installed ppx_expect.v0.17.2Done.# To update the current shell environment, run: eval $(opam env)2025-04-07 01:15.56 ---> saved as "4724db0380815607a36da192214ba687ebddbb212c4897e87706881602ca4e9f"/src: (copy (src .) (dst /src))2025-04-07 01:15.57 ---> saved as "f35db308318dfbf706eb54eb7be8586990f26219b38053f71f795b1586db8acf"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-04-07 01:16.05 ---> saved as "1b4d7b704630bfa5fe701ca096b71e4e9b89d4afaee1649cbe141b994af17e56"Job succeeded2025-04-07 01:16.06: Job succeeded