- github
- ocaml
- opam-repository
- 4080d9
- extras,riscv64-ocaml-5.3,quickjs.0.1.2
(not at the head of any monitored branch or PR)
2025-03-13 14:10.46: New job: build quickjs.0.1.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27615/head (4080d99a77db79c247f32e749a7b12d67ac4a916)
on ubuntu-24.04-ocaml-5.3/riscv64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27615/head" && git reset --hard 4080d99a
git fetch origin master
git merge --no-edit 906fb78ee221e4b7676dcd2285fb6d40cbdc59f2
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:e64e16a3a36144d52bd28aa4c7891a2b01f94b86f8bd86c96418a11446d01b10
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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 opam pin add -k version -yn quickjs.0.1.2 0.1.2
RUN opam reinstall quickjs.0.1.2; \
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.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'quickjs.0.1.2' && 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 .
2025-03-13 14:10.46: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:e64e16a3a36144d52bd28aa4c7891a2b01f94b86f8bd86c96418a11446d01b10-quickjs.0.1.2-4080d99a77db79c247f32e749a7b12d67ac4a916"
2025-03-13 14:10.46: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:e64e16a3a36144d52bd28aa4c7891a2b01f94b86f8bd86c96418a11446d01b10)
(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 "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 "opam pin add -k version -yn quickjs.0.1.2 0.1.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall quickjs.0.1.2;\
\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.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'quickjs.0.1.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-03-13 14:10.46: Waiting for resource in pool OCluster
2025-03-13 14:10.46: Waiting for worker…
2025-03-14 02:30.03: Got resource from pool OCluster
Building on riscv-bm-a3.sw.ocaml.org
All commits already cached
Updating files: 12% (2867/22644)
Updating files: 13% (2944/22644)
Updating files: 14% (3171/22644)
Updating files: 15% (3397/22644)
Updating files: 16% (3624/22644)
Updating files: 17% (3850/22644)
Updating files: 18% (4076/22644)
Updating files: 19% (4303/22644)
Updating files: 20% (4529/22644)
Updating files: 21% (4756/22644)
Updating files: 22% (4982/22644)
Updating files: 23% (5209/22644)
Updating files: 24% (5435/22644)
Updating files: 24% (5645/22644)
Updating files: 25% (5661/22644)
Updating files: 26% (5888/22644)
Updating files: 27% (6114/22644)
Updating files: 28% (6341/22644)
Updating files: 29% (6567/22644)
Updating files: 30% (6794/22644)
Updating files: 31% (7020/22644)
Updating files: 32% (7247/22644)
Updating files: 33% (7473/22644)
Updating files: 34% (7699/22644)
Updating files: 35% (7926/22644)
Updating files: 36% (8152/22644)
Updating files: 37% (8379/22644)
Updating files: 37% (8493/22644)
Updating files: 38% (8605/22644)
Updating files: 39% (8832/22644)
Updating files: 40% (9058/22644)
Updating files: 41% (9285/22644)
Updating files: 42% (9511/22644)
Updating files: 43% (9737/22644)
Updating files: 44% (9964/22644)
Updating files: 45% (10190/22644)
Updating files: 46% (10417/22644)
Updating files: 47% (10643/22644)
Updating files: 48% (10870/22644)
Updating files: 48% (11070/22644)
Updating files: 49% (11096/22644)
Updating files: 50% (11322/22644)
Updating files: 51% (11549/22644)
Updating files: 52% (11775/22644)
Updating files: 53% (12002/22644)
Updating files: 54% (12228/22644)
Updating files: 55% (12455/22644)
Updating files: 56% (12681/22644)
Updating files: 57% (12908/22644)
Updating files: 58% (13134/22644)
Updating files: 59% (13360/22644)
Updating files: 59% (13555/22644)
Updating files: 60% (13587/22644)
Updating files: 61% (13813/22644)
Updating files: 62% (14040/22644)
Updating files: 63% (14266/22644)
Updating files: 64% (14493/22644)
Updating files: 65% (14719/22644)
Updating files: 66% (14946/22644)
Updating files: 67% (15172/22644)
Updating files: 68% (15398/22644)
Updating files: 69% (15625/22644)
Updating files: 70% (15851/22644)
Updating files: 70% (16071/22644)
Updating files: 71% (16078/22644)
Updating files: 72% (16304/22644)
Updating files: 73% (16531/22644)
Updating files: 74% (16757/22644)
Updating files: 75% (16983/22644)
Updating files: 76% (17210/22644)
Updating files: 77% (17436/22644)
Updating files: 78% (17663/22644)
Updating files: 79% (17889/22644)
Updating files: 80% (18116/22644)
Updating files: 81% (18342/22644)
Updating files: 81% (18474/22644)
Updating files: 82% (18569/22644)
Updating files: 83% (18795/22644)
Updating files: 84% (19021/22644)
Updating files: 85% (19248/22644)
Updating files: 86% (19474/22644)
Updating files: 87% (19701/22644)
Updating files: 88% (19927/22644)
Updating files: 89% (20154/22644)
Updating files: 90% (20380/22644)
Updating files: 91% (20607/22644)
Updating files: 92% (20833/22644)
Updating files: 93% (21059/22644)
Updating files: 93% (21090/22644)
Updating files: 94% (21286/22644)
Updating files: 95% (21512/22644)
Updating files: 96% (21739/22644)
Updating files: 97% (21965/22644)
Updating files: 98% (22192/22644)
Updating files: 99% (22418/22644)
Updating files: 100% (22644/22644)
Updating files: 100% (22644/22644), done.
HEAD is now at 906fb78ee2 Merge pull request #27594 from mbarbin/dunolint
Merge made by the 'ort' strategy.
packages/quickjs/quickjs.0.1.1/opam | 2 +-
packages/quickjs/quickjs.0.1.2/opam | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:e64e16a3a36144d52bd28aa4c7891a2b01f94b86f8bd86c96418a11446d01b10)
2025-03-14 02:30.17 ---> using "1ba0c4c227e9d626be9a15ba89f55f82b70b5a2bde20b58ccd2530607bfa9a26" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-03-14 02:30.17 ---> using "52194e31d0322f0234717532bdb982db3f6a046d7132ecc16b91f4087d74aa40" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-14 02:30.17 ---> using "ecc08ed7bfc09b4e0e57a9c617e4fd0e0d2906c3f3a5727fc6880b20706900bd" 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.4.0~alpha1~dev (f1cf50f2711981a605f81a80c68b73774d5841ff)
# self-upgrade no
# system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (local), 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-03-14 02:30.17 ---> using "eaea981cbc9c06bcadb264371870f2648fbc7ada530d029ba2515a3f2d07641e" 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-03-14 02:30.17 ---> using "b7e6f6fc78812669488b851ae7efb7b105e85939a2d0f2f6799dbb31e8e6b2a2" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-14 02:30.47 ---> saved as "50c87244a7e4ed7c065fddc51ef6bfff6f80f81e9c8ca5149c3ba7b0ef12b532"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-14 02:34.19 ---> saved as "afd156b07e794f9145dda2d2549694093926736193b7034332cb707c9dd71b35"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1076 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [689 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [814 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [386 kB]
- Fetched 3343 kB in 2s (1947 kB/s)
- Reading package lists...
-
2025-03-14 02:34.26 ---> saved as "d6b6485ade73ce7466094f68f31b880d1f6179ebb378051af99d5c3feb6c88b1"
/home/opam: (run (shell "opam pin add -k version -yn quickjs.0.1.2 0.1.2"))
quickjs is now pinned to version 0.1.2
2025-03-14 02:34.30 ---> saved as "40db0cf81636eed1d9d268a3961d1d8b12dba31aec45206fad1150b95b11c38f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall quickjs.0.1.2;\
\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.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'quickjs.0.1.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
quickjs.0.1.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install bigarray-compat 1.1.0 [required by ctypes]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.23.0 [required by quickjs]
- install dune 3.17.2 [required by quickjs]
- install dune-configurator 3.17.2 [required by ctypes]
- install integers 0.7.0 [required by quickjs]
- install quickjs 0.1.2 (pinned)
- install stdlib-shims 0.3.0 [required by integers]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.23.0 (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved quickjs.0.1.2 (https://github.com/ml-in-barcelona/quickjs.ml/releases/download/0.1.2/quickjs-0.1.2.tbz)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed quickjs.0.1.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-14 02:39.54 ---> saved as "dca5bfd3042bb10dbd529f0bf911ca4d71f328313554b4aabeb55f30ce7379b8"
Job succeeded
2025-03-14 02:40.35: Job succeeded