Organisationsocsigenlwte625c0 (master)debian-12-4.14_arm32_opam-2.3

debian-12-4.14_arm32_opam-2.3

Link Copied
Code Copied

Logs

2025-01-21 14:19.03: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (e625c09af4840cb035c4df237355cef6cdd8a300) (linux-arm64:debian-12-4.14_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard e625c09a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849
# debian-12-4.14_arm32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam ./
RUN opam pin add -yn lwt_retry.dev './' && \
opam pin add -yn lwt_react.dev './' && \
opam pin add -yn lwt_ppx.dev './' && \
opam pin add -yn lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.34.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-01-21 14:19.03: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849-debian-12-4.14_arm32_opam-2.3-a4218ce80558de0d3c7bbd8b93b0f939"
2025-01-21 14:19.03: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849)
(comment debian-12-4.14_arm32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.34.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7")
(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.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-01-21 14:19.03: Waiting for resource in pool OCluster
2025-01-21 16:45.10: Waiting for worker…
2025-01-21 18:01.25: Got resource from pool OCluster
Building on ocaml-2.osuosl.ci.dev
Updating files:   2% (7/272)
Updating files:   3% (9/272)
Updating files:   4% (11/272)
Updating files:   5% (14/272)
Updating files:   6% (17/272)
Updating files:   7% (20/272)
Updating files:   8% (22/272)
Updating files:   9% (25/272)
Updating files:  10% (28/272)
Updating files:  11% (30/272)
Updating files:  12% (33/272)
Updating files:  13% (36/272)
Updating files:  14% (39/272)
Updating files:  15% (41/272)
Updating files:  16% (44/272)
Updating files:  17% (47/272)
Updating files:  18% (49/272)
Updating files:  19% (52/272)
Updating files:  20% (55/272)
Updating files:  21% (58/272)
Updating files:  22% (60/272)
Updating files:  23% (63/272)
Updating files:  24% (66/272)
Updating files:  25% (68/272)
Updating files:  26% (71/272)
Updating files:  27% (74/272)
Updating files:  28% (77/272)
Updating files:  29% (79/272)
Updating files:  30% (82/272)
Updating files:  31% (85/272)
Updating files:  32% (88/272)
Updating files:  33% (90/272)
Updating files:  34% (93/272)
Updating files:  35% (96/272)
Updating files:  36% (98/272)
Updating files:  37% (101/272)
Updating files:  38% (104/272)
Updating files:  39% (107/272)
Updating files:  40% (109/272)
Updating files:  41% (112/272)
Updating files:  42% (115/272)
Updating files:  43% (117/272)
Updating files:  44% (120/272)
Updating files:  45% (123/272)
Updating files:  46% (126/272)
Updating files:  47% (128/272)
Updating files:  48% (131/272)
Updating files:  49% (134/272)
Updating files:  50% (136/272)
Updating files:  51% (139/272)
Updating files:  52% (142/272)
Updating files:  53% (145/272)
Updating files:  54% (147/272)
Updating files:  55% (150/272)
Updating files:  56% (153/272)
Updating files:  57% (156/272)
Updating files:  58% (158/272)
Updating files:  59% (161/272)
Updating files:  60% (164/272)
Updating files:  61% (166/272)
Updating files:  62% (169/272)
Updating files:  63% (172/272)
Updating files:  64% (175/272)
Updating files:  65% (177/272)
Updating files:  66% (180/272)
Updating files:  67% (183/272)
Updating files:  68% (185/272)
Updating files:  69% (188/272)
Updating files:  70% (191/272)
Updating files:  71% (194/272)
Updating files:  72% (196/272)
Updating files:  73% (199/272)
Updating files:  74% (202/272)
Updating files:  75% (204/272)
Updating files:  76% (207/272)
Updating files:  77% (210/272)
Updating files:  78% (213/272)
Updating files:  79% (215/272)
Updating files:  80% (218/272)
Updating files:  81% (221/272)
Updating files:  82% (224/272)
Updating files:  83% (226/272)
Updating files:  84% (229/272)
Updating files:  85% (232/272)
Updating files:  86% (234/272)
Updating files:  87% (237/272)
Updating files:  88% (240/272)
Updating files:  89% (243/272)
Updating files:  90% (245/272)
Updating files:  91% (248/272)
Updating files:  92% (251/272)
Updating files:  93% (253/272)
Updating files:  94% (256/272)
Updating files:  95% (259/272)
Updating files:  96% (262/272)
Updating files:  97% (264/272)
Updating files:  98% (267/272)
Updating files:  99% (270/272)
Updating files: 100% (272/272)
Updating files: 100% (272/272), done.
HEAD is now at 37dd6adc6 add lwt_retry.opam.template to fix dune subst invocation
HEAD is now at e625c09af Merge pull request #1050 from ocsigen/arm-runner


(from ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849' locally
docker.io/ocaml/opam@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849: Pulling from ocaml/opam
b0bcff94c9bd: Pulling fs layer
b0bcff94c9bd: Verifying Checksum
b0bcff94c9bd: Download complete
b0bcff94c9bd: Pull complete
Digest: sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849
Status: Downloaded newer image for ocaml/opam@sha256:6a1547ae7cae3c2a307cefd63479cdf93c078086f303be7edd48eb25539ea849
2025-01-21 18:01.33 ---> using "fd4f8e5736c93d1f59f233c209eec19846e07dfdcd0fb2535196c46b8943f8f9" from cache


/: (comment debian-12-4.14_arm32_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-21 18:01.33 ---> using "7faab37717b126b493d17c36bd75c66ad901afa1228e48faf471c1f1060668ba" from cache


/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.


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 79 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=79 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-21 18:01.33 ---> using "85f32ff52f3d62b9f81f1ef5e38856c61cde6a94b8bb923b19586a106b689abc" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-51-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-21 18:01.33 ---> using "3ede5611aecd8be6ef892a62cad02cf7789b28ba6f0019610326538dc2e6e589" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-01-21 18:01.33 ---> using "84af8a596f1f08e8df7753f1b2cc3d2e71ef93ceabdae0bc8af79ed18eeb06da" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
3e681a81f6..b41fc63234  master     -> origin/master
b41fc63234 Merge pull request #27302 from ocaml/dra27--rm-non-win32-host-pkgs


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything 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.
# To update the current shell environment, run: eval $(opam env)
2025-01-21 18:01.33 ---> using "78959fe89b5f7403cbb81e1977d9f3adfce063d1fa42e4c57e11d7bfda52e1a1" from cache


/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)
(dst ./))
2025-01-21 18:01.36 ---> saved as "494befe9c1318326e5d9719950869a75c10506350224b2af471a38a3238ef06c"


/src: (run (network host)
(shell  "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt.dev './'"))
[lwt_retry.dev] synchronised (file:///src)
lwt_retry is now pinned to file:///src (version dev)
[lwt_react.dev] synchronised (file:///src)
lwt_react is now pinned to file:///src (version dev)
[lwt_ppx.dev] synchronised (file:///src)
lwt_ppx is now pinned to file:///src (version dev)
[lwt.dev] synchronised (file:///src)
lwt is now pinned to file:///src (version dev)
2025-01-21 18:02.02 ---> saved as "deec15c3a120c0c2b9eadedd290d503ed459187c43ab65f810342a1c51130612"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-21 18:02.04 ---> saved as "b075b80b0632765d2797a2cd14a47b91231a963d610ead058c291a48c5681fca"


/src: (env DEPS "base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.34.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7")


/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.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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 armhf Packages [222 kB]
- Fetched 325 kB in 1s (495 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt.dev] synchronised (file:///src)
[lwt_ppx.dev] synchronised (file:///src)
[lwt_react.dev] synchronised (file:///src)
[lwt_retry.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
2025-01-21 18:02.36 ---> saved as "4e517b86c75ab51fa9a2811eee04645c48843193ec9047e669bcb0be439ac6a8"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 21 packages
- install base                v0.16.3
- install base-bytes          base
- install bisect_ppx          2.8.3
- install cmdliner            1.3.0
- install conf-bash           1
- install cppo                1.8.0
- install csexp               1.5.2
- install dune                3.17.1
- install dune-configurator   3.17.1
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild          0.15.0
- install ocamlfind           1.9.6
- install ocplib-endian       1.2
- install ppx_derivers        1.2.1
- install ppx_here            v0.16.0
- install ppx_let             v0.16.0
- install ppxlib              0.34.0
- install react               1.2.2
- install sexplib0            v0.16.0
- install stdlib-shims        0.3.0
- install topkg               1.0.7


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved bisect_ppx.2.8.3  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-bash.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved ppxlib.0.34.0  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.17.1
-> installed ocamlbuild.0.15.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed topkg.1.0.7
-> installed ocplib-endian.1.2
-> installed react.1.2.2
-> installed dune-configurator.3.17.1
-> installed ppxlib.0.34.0
-> installed bisect_ppx.2.8.3
-> installed base.v0.16.3
-> installed ppx_here.v0.16.0
-> installed ppx_let.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-21 18:15.21 ---> saved as "783215036950652f3b53e8446ebe363e3b0adf4847301e358a0ae502a7b17891"


/src: (copy (src .) (dst /src))
2025-01-21 18:15.39 ---> saved as "0531f926d6fe58da5a725b1f08813687028b51a53133850188e4f962812f7c25"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/retry && ./main.exe)
Testing library 'retry'...
..............
Ok. 14 tests ran, 0 tests skipped in 0.01 seconds
(cd _build/default/test/core && ./main.exe)
Testing library 'core'...
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................
Ok. 705 tests ran, 23 tests skipped in 0.22 seconds
(cd _build/default/test/ppx && ./main.exe)
Testing library 'ppx'...
................
Ok. 16 tests ran, 0 tests skipped in 1.20 seconds
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
...........
Ok. 11 tests ran, 0 tests skipped in 4.50 seconds
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
.....................................SSSSS..............................................................................................................SSSS...................................................................................
Ok. 230 tests ran, 9 tests skipped in 6.39 seconds
2025-01-21 18:16.57 ---> saved as "68a9c5a59a7eca8a11527a6bcfbb3dc253a6c4744d37e29753f0edecaa5ebff2"
Job succeeded
2025-01-21 18:16.59: Job succeeded