Organisationsocaml-gospelgospel3d4f04 ()debian-12-5.3_s390x_opam-2.3

debian-12-5.3_s390x_opam-2.3

Link Copied
Code Copied

Logs

2025-04-10 09:16.51: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/449/head (3d4f04c624a935101edb06e5d90a5c7f6fa94dbf) (linux-s390x:debian-12-5.3_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/gospel.git" && cd "gospel" && git fetch origin "refs/pull/449/head" && git reset --hard 3d4f04c6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
# debian-12-5.3_s390x_opam-2.3
USER 1000:1000
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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.18.0 dune-build-info.3.18.0 fmt.0.10.0 fpath.0.7.3 inferno.20220603 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.0.0 odoc-parser.3.0.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y gospel.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-04-10 09:16.51: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454-debian-12-5.3_s390x_opam-2.3-ca4d35626f42d00d5f57c0258a8734be"
2025-04-10 09:16.51: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454)
(comment debian-12-5.3_s390x_opam-2.3)
(user (uid 1000) (gid 1000))
(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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gospel.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gospel.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.18.0 dune-build-info.3.18.0 fmt.0.10.0 fpath.0.7.3 inferno.20220603 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.0.0 odoc-parser.3.0.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4 yojson.2.2.2")
(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 gospel.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-04-10 09:16.51: Waiting for resource in pool OCluster
2025-04-10 09:16.51: Waiting for worker…
2025-04-10 09:16.53: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
Updating files:   0% (3/477)
Updating files:   1% (5/477)
Updating files:   2% (10/477)
Updating files:   3% (15/477)
Updating files:   4% (20/477)
Updating files:   5% (24/477)
Updating files:   6% (29/477)
Updating files:   7% (34/477)
Updating files:   8% (39/477)
Updating files:   9% (43/477)
Updating files:  10% (48/477)
Updating files:  11% (53/477)
Updating files:  12% (58/477)
Updating files:  13% (63/477)
Updating files:  14% (67/477)
Updating files:  15% (72/477)
Updating files:  16% (77/477)
Updating files:  17% (82/477)
Updating files:  18% (86/477)
Updating files:  19% (91/477)
Updating files:  20% (96/477)
Updating files:  21% (101/477)
Updating files:  22% (105/477)
Updating files:  23% (110/477)
Updating files:  24% (115/477)
Updating files:  25% (120/477)
Updating files:  26% (125/477)
Updating files:  27% (129/477)
Updating files:  28% (134/477)
Updating files:  29% (139/477)
Updating files:  30% (144/477)
Updating files:  31% (148/477)
Updating files:  32% (153/477)
Updating files:  33% (158/477)
Updating files:  34% (163/477)
Updating files:  35% (167/477)
Updating files:  36% (172/477)
Updating files:  37% (177/477)
Updating files:  38% (182/477)
Updating files:  39% (187/477)
Updating files:  40% (191/477)
Updating files:  41% (196/477)
Updating files:  42% (201/477)
Updating files:  43% (206/477)
Updating files:  44% (210/477)
Updating files:  45% (215/477)
Updating files:  46% (220/477)
Updating files:  47% (225/477)
Updating files:  48% (229/477)
Updating files:  49% (234/477)
Updating files:  50% (239/477)
Updating files:  51% (244/477)
Updating files:  52% (249/477)
Updating files:  53% (253/477)
Updating files:  54% (258/477)
Updating files:  55% (263/477)
Updating files:  56% (268/477)
Updating files:  57% (272/477)
Updating files:  58% (277/477)
Updating files:  59% (282/477)
Updating files:  60% (287/477)
Updating files:  61% (291/477)
Updating files:  62% (296/477)
Updating files:  63% (301/477)
Updating files:  64% (306/477)
Updating files:  65% (311/477)
Updating files:  66% (315/477)
Updating files:  67% (320/477)
Updating files:  68% (325/477)
Updating files:  69% (330/477)
Updating files:  70% (334/477)
Updating files:  71% (339/477)
Updating files:  72% (344/477)
Updating files:  73% (349/477)
Updating files:  74% (353/477)
Updating files:  75% (358/477)
Updating files:  76% (363/477)
Updating files:  77% (368/477)
Updating files:  78% (373/477)
Updating files:  79% (377/477)
Updating files:  80% (382/477)
Updating files:  81% (387/477)
Updating files:  82% (392/477)
Updating files:  83% (396/477)
Updating files:  84% (401/477)
Updating files:  85% (406/477)
Updating files:  86% (411/477)
Updating files:  87% (415/477)
Updating files:  88% (420/477)
Updating files:  89% (425/477)
Updating files:  90% (430/477)
Updating files:  91% (435/477)
Updating files:  92% (439/477)
Updating files:  93% (444/477)
Updating files:  94% (449/477)
Updating files:  95% (454/477)
Updating files:  96% (458/477)
Updating files:  97% (463/477)
Updating files:  98% (468/477)
Updating files:  99% (473/477)
Updating files: 100% (477/477)
Updating files: 100% (477/477), done.
HEAD is now at 68502de wip
HEAD is now at 3d4f04c Tests for different namespaces


(from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454' locally
docker.io/ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454: Pulling from ocaml/opam
f54fe0873ec6: Already exists
3953f69ba164: Already exists
f39c451577b1: Already exists
024c3813d399: Already exists
82694f817519: Already exists
da71310c0a42: Already exists
e8a89e73a049: Already exists
4a90b330588c: Already exists
a2c3b7288221: Already exists
ed4bc940ad91: Already exists
47ee01ed0654: Already exists
fc07cb35ff09: Already exists
14366eb79146: Already exists
1a6c30adb581: Already exists
bdfa8c4ce9a5: Already exists
fa1186060768: Already exists
311eb61bcd22: Already exists
74f299b0fc99: Already exists
04f9c5740f9c: Already exists
63b399323e8a: Already exists
4f4fb700ef54: Already exists
20b5924a1543: Already exists
26732f273d98: Already exists
787b86b362d0: Already exists
1e0d6a6421aa: Already exists
3f9de11d1a6d: Already exists
6ee3c53fb5da: Already exists
2a7106753557: Already exists
cf8135ef3389: Already exists
25709b913201: Already exists
e77b2a9a1883: Already exists
d47f04d587e9: Already exists
b7f4c4547737: Already exists
f00d125eedd3: Already exists
ffb45432d3e0: Already exists
1e27c4ca3b83: Already exists
9b3ab493c53f: Already exists
dc7f46e5b11d: Already exists
ed6891ca3696: Pulling fs layer
2d27930f8df9: Pulling fs layer
3e498a6f166b: Pulling fs layer
00247204389c: Pulling fs layer
2ee70e351495: Pulling fs layer
00247204389c: Waiting
2ee70e351495: Waiting
207e6a2e0b83: Pulling fs layer
207e6a2e0b83: Waiting
6fbc8d38ccd5: Pulling fs layer
011c7cab5807: Pulling fs layer
6fbc8d38ccd5: Waiting
011c7cab5807: Waiting
2d27930f8df9: Verifying Checksum
2d27930f8df9: Download complete
3e498a6f166b: Verifying Checksum
3e498a6f166b: Download complete
00247204389c: Download complete
ed6891ca3696: Verifying Checksum
ed6891ca3696: Download complete
207e6a2e0b83: Verifying Checksum
207e6a2e0b83: Download complete
6fbc8d38ccd5: Verifying Checksum
6fbc8d38ccd5: Download complete
011c7cab5807: Verifying Checksum
011c7cab5807: Download complete
2ee70e351495: Verifying Checksum
2ee70e351495: Download complete
ed6891ca3696: Pull complete
2d27930f8df9: Pull complete
3e498a6f166b: Pull complete
00247204389c: Pull complete
2ee70e351495: Pull complete
207e6a2e0b83: Pull complete
6fbc8d38ccd5: Pull complete
011c7cab5807: Pull complete
Digest: sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
Status: Downloaded newer image for ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
2025-04-10 09:17.12 ---> using "8a5cf988ed4e44aa69a9a92c390361dd0474bf1c7888178b24b31a1b5b8cd184" from cache


/: (comment debian-12-5.3_s390x_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-10 09:17.12 ---> using "8aa7fdae16e363611ed304826287f198076f11c224b45492c65931e25441c926" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-04-10 09:17.12 ---> using "1546b68e92ad04b4f79c84f82420d186c6abe552c32f79e815b5e0dde244a13d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-55-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-04-10 09:17.12 ---> using "2dbfca78776cc46b8f72593cb352c8f1c5ff567e2c32d2080f658ed9bbee6e99" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-04-10 09:17.12 ---> using "e245c0b33541df3a7c29f26b4c0acab0214ac26c8e9a20001d24adb14a5ff60e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
862a7640b1..1b767795a4  master     -> origin/master
1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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-04-10 09:17.12 ---> using "6136666dfb018757ba52e6ee63a0711f37a889f6e85a848685900a44799ca97f" from cache


/src: (copy (src gospel.opam) (dst ./))
2025-04-10 09:17.29: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled