- github
- ocaml
- opam-repository
- f6ea57
- compilers,5.2,dates_calc.0.0.7,revdeps
(not at the head of any monitored branch or PR)
2024-10-22 08:28.41: New job: list revdeps of dates_calc.0.0.7, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26738/head (f6ea578b505d61e1e6d77f06345b4a505d933e6c)
on debian-12-ocaml-5.2/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/26738/head" && git reset --hard f6ea578b
git fetch origin master
git merge --no-edit 1a7dae545ec9b9fb34684697f6619e017c852318
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:22965b14ad837f628d07043dbca7b1a1ac5eb4aa4e8247058b1e3a810419b404
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
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 'dates_calc.0.0.7' --coinstallable-with 'dates_calc.0.0.7' --all-versions --depopts && opam list -s --color=never --depends-on 'dates_calc.0.0.7' --coinstallable-with 'dates_calc.0.0.7' --all-versions --recursive && opam list -s --color=never --depends-on 'dates_calc.0.0.7' --coinstallable-with 'dates_calc.0.0.7' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2024-10-22 08:28.41: Using cache hint "ocaml/opam:debian-12-ocaml-5.2@sha256:22965b14ad837f628d07043dbca7b1a1ac5eb4aa4e8247058b1e3a810419b404-dates_calc.0.0.7-f6ea578b505d61e1e6d77f06345b4a505d933e6c"
2024-10-22 08:28.41: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:22965b14ad837f628d07043dbca7b1a1ac5eb4aa4e8247058b1e3a810419b404)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMSOLVERTIMEOUT 1000)
(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 'dates_calc.0.0.7' --coinstallable-with 'dates_calc.0.0.7' --all-versions --depopts && opam list -s --color=never --depends-on 'dates_calc.0.0.7' --coinstallable-with 'dates_calc.0.0.7' --all-versions --recursive && opam list -s --color=never --depends-on 'dates_calc.0.0.7' --coinstallable-with 'dates_calc.0.0.7' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2024-10-22 08:28.41: Waiting for resource in pool OCluster
2024-10-22 08:28.41: Waiting for worker…
2024-10-22 08:28.46: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
Updating files: 81% (26466/32492)
Updating files: 82% (26644/32492)
Updating files: 83% (26969/32492)
Updating files: 84% (27294/32492)
Updating files: 85% (27619/32492)
Updating files: 86% (27944/32492)
Updating files: 87% (28269/32492)
Updating files: 88% (28593/32492)
Updating files: 89% (28918/32492)
Updating files: 90% (29243/32492)
Updating files: 91% (29568/32492)
Updating files: 92% (29893/32492)
Updating files: 93% (30218/32492)
Updating files: 94% (30543/32492)
Updating files: 95% (30868/32492)
Updating files: 96% (31193/32492)
Updating files: 97% (31518/32492)
Updating files: 98% (31843/32492)
Updating files: 99% (32168/32492)
Updating files: 100% (32492/32492)
Updating files: 100% (32492/32492), done.
HEAD is now at 1a7dae545e Merge pull request #26772 from jajimajp/release-trs-v1.0.0
Merge made by the 'ort' strategy.
packages/dates_calc/dates_calc.0.0.7/opam | 42 +++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 packages/dates_calc/dates_calc.0.0.7/opam
(from ocaml/opam:debian-12-ocaml-5.2@sha256:22965b14ad837f628d07043dbca7b1a1ac5eb4aa4e8247058b1e3a810419b404)
2024-10-22 08:28.49 ---> using "bd9e8d840ef0619b564ef213ee091f441aa55054dfe71d1292bc55c32a47b8bb" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-10-22 08:28.49 ---> using "c3e8d7b48fec5095fd45cc73063a12c2690909eb5532df2d57da201de8101527" 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] synchronised from file:///home/opam/opam-repository
2024-10-22 08:28.49 ---> using "bfbbb48620a806650319a6cfa0009d50756235e74b80322e349473e5036d563b" from cache
/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 5.2.0
2.4.0~alpha1~dev
2024-10-22 08:28.49 ---> using "51dc7945af1c4631f4e35d5336c70d84e71e722d6bde26b111166143218c5ab2" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMSOLVERTIMEOUT 1000)
/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/"))
2024-10-22 08:28.49 ---> using "40ed14b5311190978f677fb17688834224a8ad145c60cb880253f76bb4f59260" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2024-10-22 08:28.51 ---> using "a04b7ffc9529b3bd035f24ec927edb954f1b89428ffd249cc4cf9d7b2121c202" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-10-22 08:28.51 ---> using "de3be3558b175d51722e692c51b05dd48cd17b87de8d744028cbef9645cdaa1c" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /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 [188 kB]
- Fetched 292 kB in 0s (1060 kB/s)
- Reading package lists...
2024-10-22 08:28.51 ---> using "a140ffea009e7194e34e41cb7ff2e27ef7fcf1f56256938e5a54b1ee6886cfc7" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'dates_calc.0.0.7' --coinstallable-with 'dates_calc.0.0.7' --all-versions --depopts && opam list -s --color=never --depends-on 'dates_calc.0.0.7' --coinstallable-with 'dates_calc.0.0.7' --all-versions --recursive && opam list -s --color=never --depends-on 'dates_calc.0.0.7' --coinstallable-with 'dates_calc.0.0.7' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
catala.0.8.0
catala.0.8.0
dates_calc.0.0.7
catala.0.8.0
@@@OUTPUT
2024-10-22 08:30.16 ---> saved as "3f5928f63ef9bbafcbdb02f6124ff3bc038f61c82380e8c3a60a159511d69b9f"
Job succeeded
2024-10-22 08:30.26: Job succeeded