2025-03-25 09:51.46: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2664/head (cdc508034aa9fcf402c7155b4eb629950fc8c350) (linux-s390x:debian-12-4.14_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2664/head" && git reset --hard cdc50803
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525
# debian-12-4.14_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 f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./
RUN opam pin add -yn ocamlformat.dev './' && \
opam pin add -yn ocamlformat-rpc-lib.dev './' && \
opam pin add -yn ocamlformat-lib.dev './' && \
opam pin add -yn ocamlformat-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 csexp.1.5.2 dune.3.17.2 dune-build-info.3.17.2 dune-configurator.3.17.2 either.1.0.0 fix.20230505 fmt.0.10.0 fpath.0.7.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uucp.16.0.0 uuseg.16.0.0 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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-03-25 09:51.46: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525-debian-12-4.14_s390x_opam-2.3-c16176f90912229ee48b0fa95ea09212"
2025-03-25 09:51.46: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525)
(comment debian-12-4.14_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 f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
(run (network host)
(shell "opam pin add -yn ocamlformat.dev './' && \
\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
\nopam pin add -yn ocamlformat-lib.dev './' && \
\nopam pin add -yn ocamlformat-bench.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 csexp.1.5.2 dune.3.17.2 dune-build-info.3.17.2 dune-configurator.3.17.2 either.1.0.0 fix.20230505 fmt.0.10.0 fpath.0.7.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uucp.16.0.0 uuseg.16.0.0 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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-03-25 09:51.46: Waiting for resource in pool OCluster
2025-03-25 09:51.46: Waiting for worker…
2025-03-25 09:51.46: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
HEAD is now at a5299ac5 Docked begin..end by passing ~pro
HEAD is now at cdc50803 fix regression
(from ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525' locally
docker.io/ocaml/opam@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525: Pulling from ocaml/opam
f54fe0873ec6: Already exists
fd6740292a8f: Already exists
dc54fe64258a: Already exists
8df56b450dc9: Already exists
34e267e80c76: Already exists
2073f9853bab: Already exists
174fca57af9d: Already exists
092d5db03edc: Already exists
67194fe7a502: Already exists
c2bfbc9a231e: Already exists
39f3b4610ff5: Already exists
84693fc236d0: Already exists
a2304c0c9ccc: Already exists
e41ee84cbc8a: Already exists
dc9aeae3c76a: Already exists
dc9aeae3c76a: Already exists
6cf0f8b07b1a: Already exists
5c9ec6fd0b71: Already exists
d883044d052f: Already exists
938ede5505c9: Already exists
4f4fb700ef54: Already exists
2a309ccd59f0: Already exists
a5e294a516ce: Already exists
559a97e0885e: Already exists
05abc102bf12: Already exists
4e2c4e0b92d0: Already exists
aabdf43cc000: Already exists
b7e1264e51ef: Already exists
95a958d2177c: Already exists
62307def6435: Already exists
a9294e68d815: Already exists
06b27b41f668: Already exists
3fcb993d219a: Already exists
66b09664362d: Already exists
2ad4ff09c235: Already exists
920d7f4843e7: Already exists
569300ee11ed: Already exists
3873f620a391: Already exists
ec7597f01333: Pulling fs layer
5083f4e00b1d: Pulling fs layer
42b1bf5b7c6d: Pulling fs layer
51a50da33369: Pulling fs layer
abb278dbf651: Pulling fs layer
51a50da33369: Waiting
abb278dbf651: Waiting
42b1bf5b7c6d: Verifying Checksum
42b1bf5b7c6d: Download complete
ec7597f01333: Verifying Checksum
ec7597f01333: Download complete
abb278dbf651: Verifying Checksum
abb278dbf651: Download complete
51a50da33369: Verifying Checksum
51a50da33369: Download complete
5083f4e00b1d: Verifying Checksum
5083f4e00b1d: Download complete
ec7597f01333: Pull complete
5083f4e00b1d: Pull complete
42b1bf5b7c6d: Pull complete
51a50da33369: Pull complete
abb278dbf651: Pull complete
Digest: sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525
Status: Downloaded newer image for ocaml/opam@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525
2025-03-25 09:51.48 ---> using "a620d62a2d42ef76287132002ad720c1406ae16aa16a6bc86e25cbd67a9adf5b" from cache
/: (comment debian-12-4.14_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-03-25 09:51.48 ---> using "3e3e6deb08c832bb00a9b5be41d0b54ed7b0ad8e0bcc1f6e0cad409bc3ef697e" 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-03-25 09:51.48 ---> using "a03dff5005045c0bedc46067d5f246731772b2a62c1c1829aef25757b362699c" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-55-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-25 09:51.48 ---> using "b4fae3104fb1817529be9d6357c4b96d24f16b72ac2c87a589dceac128c755ad" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-25 09:51.48 ---> using "f5b034cfffd437fbe4b5db9c71a8546b1a0d70cbe98fc4bd512aef4094cb3410" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
a8ed476033..6ccbe63dbf master -> origin/master
f92e43c2e4 Merge pull request #27617 from samoht/release-alcotest-1.9.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-03-25 09:51.48 ---> using "36df4642e49f4ada9e9eefca11da62d0d0d8671a49fc0ca2f1582d896657b322" from cache
/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
2025-03-25 09:51.48 ---> using "8e76c2f8e7775ca62795428312a588cf616870fddc884162fce124600a6b7a91" from cache
/src: (run (network host)
(shell "opam pin add -yn ocamlformat.dev './' && \
\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
\nopam pin add -yn ocamlformat-lib.dev './' && \
\nopam pin add -yn ocamlformat-bench.dev './'"))
[ocamlformat.dev] synchronised (file:///src)
ocamlformat is now pinned to file:///src (version dev)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)
ocamlformat-rpc-lib is now pinned to file:///src (version dev)
[ocamlformat-lib.dev] synchronised (file:///src)
ocamlformat-lib is now pinned to file:///src (version dev)
Package ocamlformat-bench does not exist, create as a NEW package? [y/n] y
[ocamlformat-bench.dev] synchronised (file:///src)
ocamlformat-bench is now pinned to file:///src (version dev)
[WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src:
warning 68: Missing field 'license'
2025-03-25 09:51.48 ---> using "59ecbf09992477f64416aee41b74a8e3559271b20c89fecf447a248a3302b57f" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-25 09:51.48 ---> using "c564fd83f02cc1608677cbd563e836d02e17587203137d9fb38b65aed7a39ce9" from cache
/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 csexp.1.5.2 dune.3.17.2 dune-build-info.3.17.2 dune-configurator.3.17.2 either.1.0.0 fix.20230505 fmt.0.10.0 fpath.0.7.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 yojson.2.2.2")
/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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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 s390x Packages [216 kB]
- Fetched 320 kB in 1s (411 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlformat-lib.dev] synchronised (file:///src)
[ocamlformat.dev] synchronised (file:///src)
[ocamlformat-bench.dev] synchronised (file:///src)
[ocamlformat-rpc-lib.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-03-25 09:51.48 ---> using "4a2a3f8ada2fa24c6b071b18aec9a47900b38e42c5006c355db7b80b5e9b8a8d" from cache
/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 35 packages
- install alcotest 1.9.0
- install astring 0.8.5
- install base v0.16.3
- install base-bytes base
- install bechamel 0.5.0
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install conf-bash 1
- install csexp 1.5.2
- install dune 3.17.2
- install dune-build-info 3.17.2
- install dune-configurator 3.17.2
- install either 1.0.0
- install fix 20230505
- install fmt 0.10.0
- install fpath 0.7.3
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install ocaml-syntax-shims 1.0.0
- install ocaml-version 3.7.3
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ocp-indent 1.8.1
- install re 1.12.0
- install seq base
- install sexplib0 v0.16.0
- install stdio v0.16.0
- install stdlib-shims 0.3.0
- install topkg 1.0.8
- install uucp 16.0.0
- install uuseg 16.0.0
- install uutf 1.0.4
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved base.v0.16.3 (cached)
-> retrieved bechamel.0.5.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-bash.1
-> retrieved either.1.0.0 (cached)
-> retrieved fix.20230505 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml-version.3.7.3 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved dune.3.17.2, dune-build-info.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved seq.base (cached)
-> retrieved ocp-indent.1.8.1 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> installed cmdliner.1.3.0
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved uucp.16.0.0 (cached)
-> retrieved uuseg.16.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> installed dune.3.17.2
-> installed fpath.0.7.3
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed bechamel.0.5.0
-> installed dune-build-info.3.17.2
-> installed either.1.0.0
-> installed dune-configurator.3.17.2
-> installed menhirCST.20240715
-> installed fix.20230505
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-version.3.7.3
-> installed ocaml-syntax-shims.1.0.0
-> installed ocp-indent.1.8.1
-> installed re.1.12.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed uucp.16.0.0
-> installed base.v0.16.3
-> installed alcotest.1.9.0
-> installed stdio.v0.16.0
-> installed uuseg.16.0.0
-> installed yojson.2.2.2
-> installed menhir.20240715
Done.
<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
* for Emacs, add these lines to ~/.emacs:
(add-to-list 'load-path "/home/opam/.opam/4.14/share/emacs/site-lisp")
(require 'ocp-indent)
* for Vim, add this line to ~/.vimrc:
set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2025-03-25 09:51.48 ---> using "23b38235c94a8d0a8560dcad9d93d54eb9a208d012867b01c4f530844f6152ed" from cache
/src: (copy (src .) (dst /src))
2025-03-25 09:52.13 ---> saved as "ad68c558c0041b6875150d8b77431f203aecb15dc26473f25b864d010605f837"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/unit && ./test_unit.exe)
Testing `ocamlformat'.
This run has ID `6AVUXIJ7'.
................................................................................
................................................................................
............................................
2025-03-25 09:53.07 ---> saved as "969d5ae09fca768e9c4dd4585e675fea794803b88180e4536ca2b9257ff19099"
Job succeeded
2025-03-25 09:53.11: Job succeeded