2024-11-15 21:02.49: New job: test nomadic-labs/lwt-watcher https://gitlab.com/nomadic-labs/lwt-watcher.git#refs/heads/master (70f826c503cc094ed2de3aa81fa385ea9fddb903) (linux-x86_64:(lint-opam))Base: ocaml/opam:debian-12-ocaml-5.0@sha256:f7f3e7f469762830261ed4d0c359da47e42361a03149a95a3836c1477c34a956Opam files lintTo reproduce locally:git clone --recursive "https://gitlab.com/nomadic-labs/lwt-watcher.git" -b "master" && cd "lwt-watcher" && git reset --hard 70f826c5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.0@sha256:f7f3e7f469762830261ed4d0c359da47e42361a03149a95a3836c1477c34a956# debian-12-5.0_opam-2.2USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lwt-watcher.opam ./RUN opam pin add -yn lwt-watcher.dev './'ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 dyn.3.16.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 lwt.5.8.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-core.2.2.1 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.2.1 opam-repository.2.2.1 opam-state.2.2.1 ordering.3.16.1 parsexp.v0.16.0 pp.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 stdlib-shims.0.3.0 stdune.3.16.1 swhid_core.0.1 topkg.1.0.7 uutf.1.0.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y lwt-watcher.dev $DEPSRUN opam install $DEPSENV CI="true"ENV OCAMLCI="true"WORKDIR /srcCOPY --chown=1000:1000 . /src/RUN opam lintRUN opam exec -- opam-dune-lintEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2024-11-15 21:02.49: Using cache hint "nomadic-labs/lwt-watcher-ocaml/opam:debian-12-ocaml-5.0@sha256:f7f3e7f469762830261ed4d0c359da47e42361a03149a95a3836c1477c34a956-debian-12-5.0_opam-2.2-a8cd81d6fbdc9d6b8a2c1216c5240100"2024-11-15 21:02.49: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.0@sha256:f7f3e7f469762830261ed4d0c359da47e42361a03149a95a3836c1477c34a956)(comment debian-12-5.0_opam-2.2)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lwt-watcher.opam) (dst ./))(run (network host)(shell "opam pin add -yn lwt-watcher.dev './'"))(env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 dyn.3.16.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 lwt.5.8.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-core.2.2.1 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.2.1 opam-repository.2.2.1 opam-state.2.2.1 ordering.3.16.1 parsexp.v0.16.0 pp.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 stdlib-shims.0.3.0 stdune.3.16.1 swhid_core.0.1 topkg.1.0.7 uutf.1.0.3")(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.2 --depext-only -y lwt-watcher.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(env CI true)(env OCAMLCI true)(workdir /src)(copy (src .) (dst /src/))(run (shell "opam lint"))(run (shell "opam exec -- opam-dune-lint")))2024-11-15 21:02.49: Waiting for resource in pool OCluster2024-11-15 21:02.49: Waiting for worker…2024-11-15 21:02.49: Got resource from pool OClusterBuilding on x86-bm-c4.sw.ocaml.orgAll commits already cachedHEAD is now at 70f826c Merge branch 'add-dune-project-file' into 'master'(from ocaml/opam:debian-12-ocaml-5.0@sha256:f7f3e7f469762830261ed4d0c359da47e42361a03149a95a3836c1477c34a956)Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:f7f3e7f469762830261ed4d0c359da47e42361a03149a95a3836c1477c34a956' locallydocker.io/ocaml/opam@sha256:f7f3e7f469762830261ed4d0c359da47e42361a03149a95a3836c1477c34a956: Pulling from ocaml/opama17450019b6a: Pulling fs layera17450019b6a: Verifying Checksuma17450019b6a: Download completea17450019b6a: Pull completeDigest: sha256:f7f3e7f469762830261ed4d0c359da47e42361a03149a95a3836c1477c34a956Status: Downloaded newer image for ocaml/opam@sha256:f7f3e7f469762830261ed4d0c359da47e42361a03149a95a3836c1477c34a9562024-11-15 21:06.45 ---> saved as "c1ca3aa6a315e5b67c2a4530889f4e1cd6013804a1d4c56d380ecfb89f56c182"/: (comment debian-12-5.0_opam-2.2)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))2024-11-15 21:06.45 ---> saved as "d5d43a5ff1b3d4344988e4b05c79489425362fe0be7766a1b95880f04baa6db4"/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.Continue? [y/n] yThis 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.[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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repository2024-11-15 21:08.00 ---> saved as "1cb7c463e7668a75f7eafdcbeee5564970ecbe0fb9be5e87fcb6ec2cc7bc969f"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-122-genericThe OCaml toplevel, version 5.0.02.2.12024-11-15 21:08.00 ---> saved as "c9ad6b57bb1b6fc7d70a05bc2384c83ef17ab5d4af99fd9c877770d386029b13"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2024-11-15 21:08.00 ---> saved as "9fe80dc749858c2e302a78e61550c1157e72afd6afe08190fd2a5447c3ffbc90"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[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.# Run eval $(opam env) to update the current shell environment2024-11-15 21:09.10 ---> saved as "c53e9f92a8ab4958268ab0dac58f054d6cfa260ce8851db3cdcc34fe222cf93f"/src: (copy (src lwt-watcher.opam) (dst ./))2024-11-15 21:09.10 ---> saved as "aa8cb6119694ba0619012a6456d0e9c70452939d760d0c106be9706dcae894bb"/src: (run (network host)(shell "opam pin add -yn lwt-watcher.dev './'"))[lwt-watcher.dev] synchronised (file:///src)lwt-watcher is now pinned to file:///src (version dev)2024-11-15 21:09.12 ---> saved as "ace937ef9437861646294b507446880fff3f2e4007829ceaf9e438f15520985a"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 dyn.3.16.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 lwt.5.8.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-core.2.2.1 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.2.1 opam-repository.2.2.1 opam-state.2.2.1 ordering.3.16.1 parsexp.v0.16.0 pp.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 stdlib-shims.0.3.0 stdune.3.16.1 swhid_core.0.1 topkg.1.0.7 uutf.1.0.3")/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.2 --depext-only -y lwt-watcher.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-security bookworm-security/main amd64 Packages [204 kB]- Fetched 307 kB in 0s (1112 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt-watcher.dev] synchronised (no changes)[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.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.0).[NOTE] Package host-system-other is already installed (current version is 1).[NOTE] Package host-arch-x86_64 is already installed (current version is 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).2024-11-15 21:09.33 ---> saved as "973c15e18eac8c1ba858701478fb98347753cd576140bf3d293451c602afdda0"/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.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.0).[NOTE] Package host-system-other is already installed (current version is 1).[NOTE] Package host-arch-x86_64 is already installed (current version is 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 40 packages- install astring 0.8.5- install base-bytes base- install bos 0.2.1- install cmdliner 1.3.0- install cppo 1.7.0- install csexp 1.5.2- install dune 3.16.1- install dune-configurator 3.16.1- install dyn 3.16.1- install fmt 0.9.0- install fpath 0.7.3- install jsonm 1.0.2- install logs 0.7.0- install lwt 5.8.0- install num 1.5-1- install ocamlbuild 0.15.0- install ocamlfind 1.9.6- install ocamlgraph 2.1.0- install ocplib-endian 1.2- install opam-core 2.2.1- install opam-dune-lint 0.6- install opam-file-format 2.1.6- install opam-format 2.2.1- install opam-repository 2.2.1- install opam-state 2.2.1- install ordering 3.16.1- install parsexp v0.16.0- install pp 1.2.0- install re 1.12.0- install rresult 0.7.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install sha 1.15.4- install spdx_licenses 1.2.0- install stdlib-shims 0.3.0- install stdune 3.16.1- install swhid_core 0.1- install topkg 1.0.7- install uutf 1.0.3<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bos.0.2.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.7.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.9.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved num.1.5-1 (cached)-> retrieved lwt.5.8.0 (cached)-> retrieved ocamlbuild.0.15.0 (cached)-> retrieved ocamlfind.1.9.6 (cached)-> retrieved ocamlgraph.2.1.0 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved opam-dune-lint.0.6 (cached)-> retrieved opam-file-format.2.1.6 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved opam-core.2.2.1, opam-format.2.2.1, opam-repository.2.2.1, opam-state.2.2.1 (cached)-> retrieved dune.3.16.1, dune-configurator.3.16.1, dyn.3.16.1, ordering.3.16.1, stdune.3.16.1 (cached)-> retrieved pp.1.2.0 (cached)-> retrieved seq.base (cached)-> retrieved re.1.12.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved sha.1.15.4 (cached)-> installed cmdliner.1.3.0-> installed num.1.5-1-> installed ocamlbuild.0.15.0-> installed seq.base-> retrieved spdx_licenses.1.2.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved swhid_core.0.1 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved topkg.1.0.7 (cached)-> installed ocamlfind.1.9.6-> installed base-bytes.base-> installed topkg.1.0.7-> installed rresult.0.7.0-> installed uutf.1.0.3-> installed fmt.0.9.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed dune.3.16.1-> installed csexp.1.5.2-> installed cppo.1.7.0-> installed opam-file-format.2.1.6-> installed pp.1.2.0-> installed sexplib0.v0.16.0-> installed spdx_licenses.1.2.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed ocplib-endian.1.2-> installed re.1.12.0-> installed ordering.3.16.1-> installed sha.1.15.4-> installed parsexp.v0.16.0-> installed dune-configurator.3.16.1-> installed dyn.3.16.1-> installed ocamlgraph.2.1.0-> installed sexplib.v0.16.0-> installed lwt.5.8.0-> installed stdune.3.16.1-> installed logs.0.7.0-> installed opam-core.2.2.1-> installed bos.0.2.1-> installed opam-format.2.2.1-> installed opam-repository.2.2.1-> installed opam-state.2.2.1-> installed opam-dune-lint.0.6Done.# Run eval $(opam env) to update the current shell environment2024-11-15 21:11.44 ---> saved as "b991b37edf33c81ab74ac930a66687f4484adbe20fd03bf111d26990868f3ad8"/src: (env CI true)/src: (env OCAMLCI true)/src: (workdir /src)/src: (copy (src .) (dst /src/))2024-11-15 21:11.44 ---> saved as "db3a20a95602a47cd68df21366fa46d45b8e6f79494357c42e68c069349a4d69"/src: (run (shell "opam lint"))/src/lwt-watcher.opam: Passed.2024-11-15 21:11.45 ---> saved as "863317b98c81e7549cf02bb27e83bfa3fe51228ec2770c626ae46eee2c8d6dba"/src: (run (shell "opam exec -- opam-dune-lint"))lwt-watcher.opam: OKError in lwt-watcher: Your dune-project file indicates that this package requires at least dune 1.11 but your opam file only requires dune >= 1.0. Please check which requirement is the right one, and fix the other."/usr/bin/env" "bash" "-c" "opam exec -- opam-dune-lint" failed with exit status 12024-11-15 21:11.46: Job failed: Failed: Build failed