(for PR #27909)
2025-05-21 10:54.28: New job: list revdeps of lwd.0.4, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27909/head (bdf325fc855677978a5a25d9e8000fa32e3f80bb) on debian-12-ocaml-4.14/amd64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27909/head" && git reset --hard bdf325fc git fetch origin master git merge --no-edit f8fd9069a4c50cadaaee12c576dcdd7c2dfe37d3 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN opam option solver=builtin-0install && opam config report ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMPRECISETRACKING="1" ENV CI="true" ENV OPAM_REPO_CI="true" RUN rm -rf opam-repository/ COPY --chown=1000:1000 . opam-repository/ RUN opam repository set-url --strict default opam-repository/ RUN opam update --depexts || true RUN echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'lwd.0.4' --coinstallable-with 'lwd.0.4' --all-versions --depopts && opam list -s --color=never --depends-on 'lwd.0.4' --coinstallable-with 'lwd.0.4' --all-versions --recursive && opam list -s --color=never --depends-on 'lwd.0.4' --coinstallable-with 'lwd.0.4' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-05-21 10:54.28: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453-lwd.0.4-bdf325fc855677978a5a25d9e8000fa32e3f80bb" 2025-05-21 10:54.28: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "opam option solver=builtin-0install && opam config report")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMPRECISETRACKING 1) (env CI true) (env OPAM_REPO_CI true) (run (shell "rm -rf opam-repository/")) (copy (src .) (dst opam-repository/)) (run (shell "opam repository set-url --strict default opam-repository/")) (run (network host) (shell "opam update --depexts || true")) (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'lwd.0.4' --coinstallable-with 'lwd.0.4' --all-versions --depopts && opam list -s --color=never --depends-on 'lwd.0.4' --coinstallable-with 'lwd.0.4' --all-versions --recursive && opam list -s --color=never --depends-on 'lwd.0.4' --coinstallable-with 'lwd.0.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-05-21 10:54.28: Waiting for resource in pool OCluster 2025-05-21 10:59.03: Waiting for worker… 2025-05-21 11:01.55: Got resource from pool OCluster Building on x86-bm-c2.sw.ocaml.org All commits already cached HEAD is now at f8fd9069a4 Merge pull request #27902 from vscoqbot/opam-publish-vscoq-language-server.2.2.6 Updating f8fd9069a4..bdf325fc85 Fast-forward packages/brr-lwd/brr-lwd.0.4/opam | 39 ++++++++++++++++++++++++++ packages/lwd/lwd.0.4/opam | 39 ++++++++++++++++++++++++++ packages/nottui-lwt/nottui-lwt.0.4/opam | 38 +++++++++++++++++++++++++ packages/nottui-pretty/nottui-pretty.0.4/opam | 37 +++++++++++++++++++++++++ packages/nottui-unix/nottui-unix.0.4/opam | 40 +++++++++++++++++++++++++++ packages/nottui/nottui.0.4/opam | 39 ++++++++++++++++++++++++++ packages/tyxml-lwd/tyxml-lwd.0.4/opam | 39 ++++++++++++++++++++++++++ 7 files changed, 271 insertions(+) create mode 100644 packages/brr-lwd/brr-lwd.0.4/opam create mode 100644 packages/lwd/lwd.0.4/opam create mode 100644 packages/nottui-lwt/nottui-lwt.0.4/opam create mode 100644 packages/nottui-pretty/nottui-pretty.0.4/opam create mode 100644 packages/nottui-unix/nottui-unix.0.4/opam create mode 100644 packages/nottui/nottui.0.4/opam create mode 100644 packages/tyxml-lwd/tyxml-lwd.0.4/opam (from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453) 2025-05-21 11:02.01 ---> using "8fc05cdda16df548920c1f78c4fe559e1928343c0387f98662ad0cea1d69c1c6" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-05-21 11:02.01 ---> using "4b78163c4ada0a6f971729d6295c16ae6c0ef4a95f49d58a371257f9131ba40c" from cache /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-21 11:02.01 ---> using "6441526aff78481795c47220aed6e59c8535a24c53dbfaa3a2166f6b829ce213" from cache /home/opam: (run (shell "opam option solver=builtin-0install && opam config report")) Set to 'builtin-0install' the field solver in global configuration # opam config report # opam-version 2.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=12 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 39 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 4.14 # invariant ["ocaml-base-compiler" {= "4.14.2"}] # compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.14.2 2025-05-21 11:02.01 ---> using "f4e1752c8a59caff01c548d411e55077f935d8fc634b060b98914314f5e826d2" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMPRECISETRACKING 1) /home/opam: (env CI true) /home/opam: (env OPAM_REPO_CI true) /home/opam: (run (shell "rm -rf opam-repository/")) 2025-05-21 11:02.01 ---> using "2beebfe6441731b408688c8685d827885f26123b1ea71fe4184178a2157a4ffe" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-21 11:02.03 ---> using "023805c2c836a4a0ecd3e6e35d05435a4b6a62627a8110bcd211888776ba8435" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-21 11:02.03 ---> using "d685b0b39a7513adc3aba905538f770b839493ea131d373b923f1bcabd4f364e" from cache /home/opam: (run (network host) (shell "opam update --depexts || true")) + /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 [8793 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] - Fetched 9306 kB in 1s (6669 kB/s) - Reading package lists... - 2025-05-21 11:02.03 ---> using "2445c10132305cfb2a8c38219c1823322cfe4f04b314246a8ccac5d460728e7e" from cache /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'lwd.0.4' --coinstallable-with 'lwd.0.4' --all-versions --depopts && opam list -s --color=never --depends-on 'lwd.0.4' --coinstallable-with 'lwd.0.4' --all-versions --recursive && opam list -s --color=never --depends-on 'lwd.0.4' --coinstallable-with 'lwd.0.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT brr-lwd.0.4 docfd.0.3.3 docfd.0.5.8 docfd.0.6.1 nottui.0.4 nottui-unix.0.4 tyxml-lwd.0.4 brr-lwd.0.4 docfd.0.3.3 docfd.0.5.8 docfd.0.6.1 lwd.0.4 nottui.0.4 nottui-lwt.0.4 nottui-pretty.0.4 nottui-unix.0.4 tyxml-lwd.0.4 brr-lwd.0.4 docfd.0.3.3 docfd.0.5.8 docfd.0.6.1 nottui.0.4 nottui-unix.0.4 tyxml-lwd.0.4 @@@OUTPUT 2025-05-21 11:03.01 ---> saved as "a669b219603e76a9b0043fedc572a2e2de79a8ff5d55dd06d85635caaf6380fe" Job succeeded 2025-05-21 11:03.28: Job succeeded