- github
- ocaml
- opam-repository
- b8473f
- distributions,ubuntu-24.10-ocaml-5.2,js_of_ocaml-toplevel.5.8.2-floats
(not at the head of any monitored branch or PR)
2024-11-05 17:25.02: New job: build js_of_ocaml-toplevel.5.8.2-floats, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26591/head (b8473f79f5a13ca0944431816df1de99d3887e69)
on ubuntu-24.10-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/26591/head" && git reset --hard b8473f79
git fetch origin master
git merge --no-edit 8582dee8ae9e16724d00de6220a5f0d2080647aa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-5.2@sha256:d38c540bd840ea397cfc3f06da979e51331a05a04224c87afc9a8932a0fe9f80
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 opam pin add -k version -yn js_of_ocaml-toplevel.5.8.2-floats 5.8.2-floats
RUN opam reinstall js_of_ocaml-toplevel.5.8.2-floats; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'js_of_ocaml-toplevel.5.8.2-floats' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2024-11-05 17:25.02: Using cache hint "ocaml/opam:ubuntu-24.10-ocaml-5.2@sha256:d38c540bd840ea397cfc3f06da979e51331a05a04224c87afc9a8932a0fe9f80-js_of_ocaml-toplevel.5.8.2-floats-b8473f79f5a13ca0944431816df1de99d3887e69"
2024-11-05 17:25.02: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-5.2@sha256:d38c540bd840ea397cfc3f06da979e51331a05a04224c87afc9a8932a0fe9f80)
(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 "opam pin add -k version -yn js_of_ocaml-toplevel.5.8.2-floats 5.8.2-floats"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall js_of_ocaml-toplevel.5.8.2-floats;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'js_of_ocaml-toplevel.5.8.2-floats' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2024-11-05 17:25.02: Waiting for resource in pool OCluster
2024-11-05 17:25.04: Waiting for worker…
2024-11-05 17:25.04: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
Updating files: 78% (25554/32621)
Updating files: 79% (25771/32621)
Updating files: 80% (26097/32621)
Updating files: 81% (26424/32621)
Updating files: 82% (26750/32621)
Updating files: 83% (27076/32621)
Updating files: 84% (27402/32621)
Updating files: 85% (27728/32621)
Updating files: 86% (28055/32621)
Updating files: 87% (28381/32621)
Updating files: 88% (28707/32621)
Updating files: 89% (29033/32621)
Updating files: 90% (29359/32621)
Updating files: 91% (29686/32621)
Updating files: 92% (30012/32621)
Updating files: 93% (30338/32621)
Updating files: 94% (30664/32621)
Updating files: 95% (30990/32621)
Updating files: 96% (31317/32621)
Updating files: 97% (31643/32621)
Updating files: 98% (31969/32621)
Updating files: 99% (32295/32621)
Updating files: 100% (32621/32621)
Updating files: 100% (32621/32621), done.
HEAD is now at 8582dee8ae Merge pull request #26836 from recoules/release-bitwuzla-cxx-0.6.0
Merge made by the 'ort' strategy.
packages/async_js/async_js.v0.17.0/opam | 4 +-
packages/bonsai/bonsai.v0.17.0/opam | 4 +-
packages/incr_dom/incr_dom.v0.17.0/opam | 12 +++--
.../incr_dom_interactive.v0.17.0/opam | 4 +-
.../incr_dom_partial_render.v0.17.0/opam | 4 +-
.../incr_dom_sexp_form.v0.17.0/opam | 4 +-
.../js_of_ocaml-compiler.5.8.2-floats/opam | 55 ++++++++++++++++++++++
.../js_of_ocaml-lwt.5.8.2-floats/opam | 48 +++++++++++++++++++
.../js_of_ocaml-ppx.5.8.2-floats/opam | 45 ++++++++++++++++++
.../opam | 45 ++++++++++++++++++
.../js_of_ocaml-toplevel.5.8.2-floats/opam | 48 +++++++++++++++++++
.../js_of_ocaml-tyxml.5.8.2-floats/opam | 49 +++++++++++++++++++
packages/js_of_ocaml/js_of_ocaml.5.8.2-floats/opam | 55 ++++++++++++++++++++++
.../js_of_ocaml_patches.v0.17.0/opam | 12 +++--
packages/ppx_css/ppx_css.v0.17.0/opam | 4 +-
packages/virtual_dom/virtual_dom.v0.17.0/opam | 4 +-
.../virtual_dom_toplayer.v0.17.0/opam | 4 +-
17 files changed, 377 insertions(+), 24 deletions(-)
create mode 100644 packages/js_of_ocaml-compiler/js_of_ocaml-compiler.5.8.2-floats/opam
create mode 100644 packages/js_of_ocaml-lwt/js_of_ocaml-lwt.5.8.2-floats/opam
create mode 100644 packages/js_of_ocaml-ppx/js_of_ocaml-ppx.5.8.2-floats/opam
create mode 100644 packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.5.8.2-floats/opam
create mode 100644 packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.5.8.2-floats/opam
create mode 100644 packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.5.8.2-floats/opam
create mode 100644 packages/js_of_ocaml/js_of_ocaml.5.8.2-floats/opam
(from ocaml/opam:ubuntu-24.10-ocaml-5.2@sha256:d38c540bd840ea397cfc3f06da979e51331a05a04224c87afc9a8932a0fe9f80)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.2@sha256:d38c540bd840ea397cfc3f06da979e51331a05a04224c87afc9a8932a0fe9f80' locally
docker.io/ocaml/opam@sha256:d38c540bd840ea397cfc3f06da979e51331a05a04224c87afc9a8932a0fe9f80: Pulling from ocaml/opam
283bd41f8e9c: Pulling fs layer
283bd41f8e9c: Verifying Checksum
283bd41f8e9c: Download complete
283bd41f8e9c: Pull complete
Digest: sha256:d38c540bd840ea397cfc3f06da979e51331a05a04224c87afc9a8932a0fe9f80
Status: Downloaded newer image for ocaml/opam@sha256:d38c540bd840ea397cfc3f06da979e51331a05a04224c87afc9a8932a0fe9f80
2024-11-05 17:27.09 ---> saved as "6cb75ca1ccc3018186fe135029905e75a98f2e52963df55d89a6500244b1fae2"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-11-05 17:27.09 ---> saved as "0e8a628d99d4ac6df32d6be32b92405094e36cd98599f94d58de97da8a3889ad"
/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
[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 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-11-05 17:28.16 ---> saved as "bc9146dc244d8682fb85ed7d9203ddcd5d65fb2de1580bbc178f5d09d1d06f3c"
/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-11-05 17:28.17 ---> saved as "07f5d7beeb37d2f20b7bda286e936564558e441d0973c58d0a34dd14e834afe8"
/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-11-05 17:28.27 ---> saved as "d12e367567251ad9e8579a01aaf85e75243953fa5500a265bdef76110d5b8ebb"
/home/opam: (copy (src .) (dst opam-repository/))
2024-11-05 17:29.02 ---> saved as "c8ac5f861c074461a0d92788a30015853e71590eddee3403599593825a92fc41"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-11-05 17:29.56 ---> saved as "6f807d546f3db93829f66fc486911a23b054a91f35144e6d22dd3417bff5c863"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [13.6 kB]
- Get:5 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [63.0 kB]
- Get:6 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]
- Get:7 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [11.6 kB]
- Get:8 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [7225 B]
- Fetched 474 kB in 1s (691 kB/s)
- Reading package lists...
-
2024-11-05 17:29.58 ---> saved as "f22cd93798bf708886c52a705f373a9612387efbe131de1b1207cfc885431545"
/home/opam: (run (shell "opam pin add -k version -yn js_of_ocaml-toplevel.5.8.2-floats 5.8.2-floats"))
js_of_ocaml-toplevel is now pinned to version 5.8.2-floats
2024-11-05 17:29.58 ---> saved as "0eb67f446dcc786440817cae50cd7cf288cef9c0739c89b6ccc8cda523f8c790"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall js_of_ocaml-toplevel.5.8.2-floats;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'js_of_ocaml-toplevel.5.8.2-floats' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
js_of_ocaml-toplevel.5.8.2-floats is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 18 packages
- install cmdliner 1.3.0 [required by js_of_ocaml-compiler]
- install dune 3.16.1 [required by js_of_ocaml-toplevel]
- install gen 1.1 [required by sedlex]
- install js_of_ocaml-compiler 5.8.2-floats [required by js_of_ocaml-toplevel]
- install js_of_ocaml-toplevel 5.8.2-floats (pinned)
- install menhir 20240715 [required by js_of_ocaml-compiler]
- install menhirCST 20240715 [required by menhir]
- install menhirLib 20240715 [required by js_of_ocaml-compiler]
- install menhirSdk 20240715 [required by js_of_ocaml-compiler]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocamlfind 1.9.6 [required by js_of_ocaml-toplevel]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.33.0 [required by js_of_ocaml-compiler]
- install sedlex 3.3 [required by js_of_ocaml-compiler]
- install seq base [required by yojson]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install yojson 2.2.2 [required by js_of_ocaml-compiler]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved dune.3.16.1 (cached)
-> retrieved gen.1.1 (cached)
-> installed cmdliner.1.3.0
-> retrieved js_of_ocaml-compiler.5.8.2-floats, js_of_ocaml-toplevel.5.8.2-floats (https://github.com/ocsigen/js_of_ocaml/archive/refs/tags/5.8.2-floats.tar.gz)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.33.0 (cached)
-> retrieved sedlex.3.3 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.1
-> installed ppx_derivers.1.2.1
-> installed menhirCST.20240715
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20240715
-> installed sexplib0.v0.17.0
-> installed gen.1.1
-> installed menhirLib.20240715
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.2.2.2
-> installed menhir.20240715
-> installed ppxlib.0.33.0
-> installed sedlex.3.3
-> installed js_of_ocaml-compiler.5.8.2-floats
-> installed js_of_ocaml-toplevel.5.8.2-floats
Done.
# To update the current shell environment, run: eval $(opam env)
2024-11-05 17:31.29 ---> saved as "edcbf4d656b59f31e115fb706ad2d0799e6c1fbc4136ddeaea78088971f6894f"
Job succeeded
2024-11-05 17:31.36: Job succeeded