2025-03-17 15:45.05: New job: test ocaml-semver/ocaml-api-watch https://github.com/ocaml-semver/ocaml-api-watch.git#refs/pull/139/head (143a0cf2ecfc7d98935e156dc303dbe73c8af7b3) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-12-ocaml-5.2@sha256:f9c047f90fe3f2ffc2284d583cbab5c101c9603dcbee3c1f4285ddba15d4eeb2Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-semver/ocaml-api-watch.git" && cd "ocaml-api-watch" && git fetch origin "refs/pull/139/head" && git reset --hard 143a0cf2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.2@sha256:f9c047f90fe3f2ffc2284d583cbab5c101c9603dcbee3c1f4285ddba15d4eeb2# 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-03-17 15:45.05: Using cache hint "ocaml-semver/ocaml-api-watch-ocaml/opam:debian-12-ocaml-5.2@sha256:f9c047f90fe3f2ffc2284d583cbab5c101c9603dcbee3c1f4285ddba15d4eeb2-debian-12-5.2_opam-2.3-c088b450e695e19c0d2ef2b7d86dc3ea"2025-03-17 15:45.05: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.2@sha256:f9c047f90fe3f2ffc2284d583cbab5c101c9603dcbee3c1f4285ddba15d4eeb2)(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-03-17 15:45.05: Waiting for resource in pool OCluster2025-03-17 15:45.05: Waiting for worker…2025-03-17 15:46.11: Got resource from pool OClusterBuilding on x86-bm-c4.sw.ocaml.orgHEAD is now at 7fdbe27 Add test for alias rewriting when loading a libraryHEAD is now at 143a0cf Minor fix(from ocaml/opam:debian-12-ocaml-5.2@sha256:f9c047f90fe3f2ffc2284d583cbab5c101c9603dcbee3c1f4285ddba15d4eeb2)Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:f9c047f90fe3f2ffc2284d583cbab5c101c9603dcbee3c1f4285ddba15d4eeb2' locallydocker.io/ocaml/opam@sha256:f9c047f90fe3f2ffc2284d583cbab5c101c9603dcbee3c1f4285ddba15d4eeb2: Pulling from ocaml/opam08865ceb3998: Pulling fs layer08865ceb3998: Verifying Checksum08865ceb3998: Download complete08865ceb3998: Pull completeDigest: sha256:f9c047f90fe3f2ffc2284d583cbab5c101c9603dcbee3c1f4285ddba15d4eeb2Status: Downloaded newer image for ocaml/opam@sha256:f9c047f90fe3f2ffc2284d583cbab5c101c9603dcbee3c1f4285ddba15d4eeb22025-03-17 15:46.12 ---> using "4dc5055807d3bb18e9c26039fe3a97972d26e8775397762acd9918e30b065c21" 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-03-17 15:46.12 ---> using "d460a53d10ae8dfac02b2a9aaabe192c3ba6f5a3afe77cbb516235ed775fa789" 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-03-17 15:46.12 ---> using "532d99b5b6491ae616b62c59abc3adbdccae182e212aa10bf842eada9282a442" 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-03-17 15:46.12 ---> using "669a9c6db374e49ed83bb10c63e6575c50714b29aa38b531e309c31c6fb714df" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-03-17 15:46.12 ---> using "18edefe626c307bcbdb8ce40fbe42711cc5b4ef14835a913e6e0b61e279f25f8" 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_HEAD94514fa0d0..4f8517f5b7 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-03-17 15:46.12 ---> using "7f21f1ae2f23befe06722ec51d97df8a6b1658c8eae79acfcf2dd4ddcce9ddd7" from cache/src: (copy (src api-watch.opam) (dst ./))2025-03-17 15:46.12 ---> saved as "0e4b88e5b4328b9b645638e743c4d23fd17ec00cb660142fd07215baea2f5534"/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-03-17 15:46.15 ---> saved as "265b53012d8e2bf98bacc70453ea810914c36a09d3705eb4db1b564478f4341c"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-03-17 15:46.15 ---> saved as "51ca31c03c9c903d412b6edbac16f6be3e3c1ca6e35475898d56ac1235b9e1f7"/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"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- 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/main amd64 Packages [8792 kB]- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [247 kB]- Fetched 9293 kB in 2s (4637 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-03-17 15:46.49 ---> saved as "a5bda221681e2ed057f3e97227e37ebd1980511edbe145a526f574acb6ad88d5"/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 cppo.1.6.7-> installed sexplib0.v0.15.1-> 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_here.v0.15.0-> installed ppx_cold.v0.15.0-> installed ppx_enumerate.v0.15.0-> installed ppx_compare.v0.15.0-> installed ppx_deriving.5.2-> installed ppx_sexp_conv.v0.15.1-> 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-03-17 15:49.35 ---> saved as "a439a0bc22d4f879270dc70fcb1d32cc593d2c3ae06f12e1f2732582b2926245"/src: (copy (src .) (dst /src))2025-03-17 15:49.35 ---> saved as "4805790c7baf85a226e2e48725b4fbce1de6139194ea354cfb7eaee4ace82996"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-03-17 15:49.46 ---> saved as "616b9623f056773e53a38f1d9de9d711aba7dc8abd2cd290a8c4492ac7ace79e"Job succeeded2025-03-17 15:49.46: Job succeeded