2025-04-07 15:34.19: New job: test ocaml-semver/ocaml-api-watch https://github.com/ocaml-semver/ocaml-api-watch.git#refs/heads/main (39f7be42fe23483de867aa50815bdbedfa74c3ce) (linux-x86_64:(lower-bound))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 39f7be42cat > 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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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.15.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.1.0 containers.3.7 cppo.1.6.7 dune.3.3.0 dune-configurator.2.7.0 either.1.0.0 fmt.0.9.0 jane-street-headers.v0.15.0 jst-config.v0.15.0 logs.0.6.3 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_deriving.5.2 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppxlib.0.32.1 re.1.9.0 result.1.5 seq.0.3 sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.1.0 time_now.v0.15.0 topkg.1.0.6"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 15:34.19: Using cache hint "ocaml-semver/ocaml-api-watch-ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71-debian-12-5.2_opam-2.3-c088b450e695e19c0d2ef2b7d86dc3ea"2025-04-07 15:34.19: 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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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.15.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.1.0 containers.3.7 cppo.1.6.7 dune.3.3.0 dune-configurator.2.7.0 either.1.0.0 fmt.0.9.0 jane-street-headers.v0.15.0 jst-config.v0.15.0 logs.0.6.3 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_deriving.5.2 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppxlib.0.32.1 re.1.9.0 result.1.5 seq.0.3 sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.1.0 time_now.v0.15.0 topkg.1.0.6")(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 15:34.19: Waiting for resource in pool OCluster2025-04-07 15:34.19: Waiting for worker…2025-04-07 15:34.19: Got resource from pool OClusterBuilding on toxis.caelum.ci.devHEAD is now at b84dca7 FormatHEAD is now at 39f7be4 Add fine grained diffing of type constructors (#148)(from ocaml/opam:debian-12-ocaml-5.2@sha256:89ec63b50b2a5b473e2ee6ac01bf5fc8513ec4fc85f485bbee7ea4ce1c250e71)2025-04-07 15:34.20 ---> using "38896d45c132e80618e0ea619c3f1eaa7c74f33d36affcfd5cb62a4306714da8" from cache/: (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 15:34.20 ---> using "3d0e7e63412167c499341f1181b172ea6ec9ca5bf81b7c396cb3e336abf0340f" 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 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 15:34.20 ---> using "cc601c78ac214415c83b6ec0bc7840029b6ce55de18a34aea04b80f75512f2a5" from cache/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 15:34.20 ---> using "18f62663459dbff01fb684078274d620563485d9637901154dd6fddd17ab5ffc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-07 15:34.20 ---> using "1f4800f05b74f7563c3437c421c17e1a0e4a5d2253bb31d8c70d9fec1010be7b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa8ed476033..598efb46ec master -> origin/mastercb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2<><> 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 15:34.20 ---> using "97c7b74cdd2bca563f3bd2ba3b16ac690e9488a1ab1cbefba9b5f1849ca56334" from cache/src: (copy (src api-watch.opam) (dst ./))2025-04-07 15:34.20 ---> using "c6cfb75822db41be7e9f69c0f4d7dc7419b15b084066ae3dad413d534378f9fa" from cache/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 15:34.20 ---> using "9a818d499331355b31ac3c2f782ea12a19d608260f56d861fc986b23cd7a020e" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-07 15:34.20 ---> using "baad94bcaee22fe8ccd3b55c4c3e5c331ad9c7aed44634b3a59496c7d7448646" from cache/src: (env DEPS "base.v0.15.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.1.0 containers.3.7 cppo.1.6.7 dune.3.3.0 dune-configurator.2.7.0 either.1.0.0 fmt.0.9.0 jane-street-headers.v0.15.0 jst-config.v0.15.0 logs.0.6.3 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_deriving.5.2 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppxlib.0.32.1 re.1.9.0 result.1.5 seq.0.3 sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.1.0 time_now.v0.15.0 topkg.1.0.6")/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 0s (876 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 15:34.20 ---> using "3597b91ed284cf727759a932db0a3ffafcf73f2919335b8d9d05eb423e4a2cf1" from cache/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 36 packages- install base v0.15.1- install cmdliner 1.1.0- install containers 3.7- install cppo 1.6.7- install dune 3.3.0- install dune-configurator 2.7.0- install either 1.0.0- install fmt 0.9.0- install jane-street-headers v0.15.0- install jst-config v0.15.0- install logs 0.6.3- install ocaml-compiler-libs v0.17.0- install ocamlbuild 0.14.3- install ocamlfind 1.9.6- install ppx_assert v0.15.0- install ppx_base v0.15.0- install ppx_cold v0.15.0- install ppx_compare v0.15.0- install ppx_derivers 1.2.1- install ppx_deriving 5.2- install ppx_enumerate v0.15.0- install ppx_expect v0.15.1- install ppx_hash v0.15.0- install ppx_here v0.15.0- install ppx_inline_test v0.15.1- install ppx_optcomp v0.15.0- install ppx_sexp_conv v0.15.1- install ppxlib 0.32.1- install re 1.9.0- install result 1.5- install seq 0.3- install sexplib0 v0.15.1- install stdio v0.15.0- install stdlib-shims 0.1.0- install time_now v0.15.0- install topkg 1.0.6<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.1.1.0 (cached)-> retrieved base.v0.15.1 (cached)-> retrieved containers.3.7 (cached)-> retrieved cppo.1.6.7 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fmt.0.9.0 (cached)-> retrieved jane-street-headers.v0.15.0 (cached)-> retrieved jst-config.v0.15.0 (cached)-> retrieved logs.0.6.3 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocamlbuild.0.14.3 (cached)-> retrieved ocamlfind.1.9.6 (cached)-> retrieved dune-configurator.2.7.0 (cached)-> retrieved dune.3.3.0 (cached)-> retrieved ppx_assert.v0.15.0 (cached)-> retrieved ppx_base.v0.15.0 (cached)-> retrieved ppx_cold.v0.15.0 (cached)-> retrieved ppx_compare.v0.15.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.15.0 (cached)-> retrieved ppx_expect.v0.15.1 (cached)-> retrieved ppx_deriving.5.2 (cached)-> retrieved ppx_hash.v0.15.0 (cached)-> retrieved ppx_here.v0.15.0 (cached)-> retrieved ppx_inline_test.v0.15.1 (cached)-> retrieved ppx_optcomp.v0.15.0 (cached)-> retrieved ppx_sexp_conv.v0.15.1 (cached)-> retrieved re.1.9.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved sexplib0.v0.15.1 (cached)-> retrieved stdio.v0.15.0 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved time_now.v0.15.0 (cached)-> retrieved topkg.1.0.6 (cached)-> retrieved ppxlib.0.32.1 (cached)-> installed cmdliner.1.1.0-> installed ocamlfind.1.9.6-> installed ocamlbuild.0.14.3-> installed topkg.1.0.6-> installed fmt.0.9.0-> installed logs.0.6.3-> installed dune.3.3.0-> installed jane-street-headers.v0.15.0-> installed ppx_derivers.1.2.1-> installed seq.0.3-> installed result.1.5-> installed either.1.0.0-> installed stdlib-shims.0.1.0-> installed sexplib0.v0.15.1-> installed cppo.1.6.7-> installed dune-configurator.2.7.0-> installed ocaml-compiler-libs.v0.17.0-> installed re.1.9.0-> installed containers.3.7-> installed base.v0.15.1-> installed stdio.v0.15.0-> installed ppxlib.0.32.1-> installed ppx_optcomp.v0.15.0-> installed ppx_cold.v0.15.0-> installed ppx_here.v0.15.0-> installed ppx_enumerate.v0.15.0-> installed ppx_compare.v0.15.0-> installed ppx_sexp_conv.v0.15.1-> installed ppx_deriving.5.2-> installed ppx_hash.v0.15.0-> installed ppx_assert.v0.15.0-> installed ppx_base.v0.15.0-> installed jst-config.v0.15.0-> installed time_now.v0.15.0-> installed ppx_inline_test.v0.15.1-> installed ppx_expect.v0.15.1Done.# To update the current shell environment, run: eval $(opam env)2025-04-07 15:34.20 ---> using "ca44c28cd1dc5d6d0cd178d8a7f2176df6c1f71807e30937ce87c73fbd2b07b1" from cache/src: (copy (src .) (dst /src))2025-04-07 15:34.20 ---> saved as "dc435c3a222f21079187bf75f937a72704d284e570636154b235653648e9f4da"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-04-07 15:34.25 ---> saved as "59381e03297d013f902e8686c827618d7b24731698193717263e11d2def178d0"Job succeeded2025-04-07 15:34.25: Job succeeded