2024-11-06 15:06.19: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/535/head (dde06756126bf29423dedfc74357a4e017ce9e07) (linux-s390x:debian-12-4.14_s390x_opam-2.2) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/535/head" && git reset --hard dde06756 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c # debian-12-4.14_s390x_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u RUN mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/' COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./ COPY --chown=1000:1000 bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam bench/vendored/ppx_sexp_conv.v0.15.1/ RUN opam pin add -yn ppxlib.dev './' && \ opam pin add -yn ppxlib-tools.dev './' && \ opam pin add -yn ppxlib-bench.dev './' && \ opam pin add -yn ppx_sexp_conv 'bench/vendored/ppx_sexp_conv.v0.15.1/' ENV DEPS="base.v0.16.3 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 conf-bash.1 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 host-arch-s390x.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-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 2024-11-06 15:06.19: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c-debian-12-4.14_s390x_opam-2.2-d3ebff5d658c41267e9325d9a058f133" 2024-11-06 15:06.19: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c) (comment debian-12-4.14_s390x_opam-2.2) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) (run (shell "mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) (copy (src bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam) (dst bench/vendored/ppx_sexp_conv.v0.15.1/)) (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './' && \ \nopam pin add -yn ppx_sexp_conv 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) (env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 conf-bash.1 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 host-arch-s390x.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 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.2 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-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")) ) 2024-11-06 15:06.19: Waiting for resource in pool OCluster 2024-11-06 15:06.19: Waiting for worker… 2024-11-06 15:06.19: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev All commits already cached HEAD is now at dde06756 Parse the keywords item from OCAMLPARAM (from ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c' locally docker.io/ocaml/opam@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c: Pulling from ocaml/opam 510daf83b7a2: Already exists 1e2a066fec4d: Already exists 166dfb72943d: Already exists dff1eb3720f5: Already exists 08b627f34923: Already exists 3251eaec1223: Already exists 230c6a8e9020: Already exists 363cc25ae471: Already exists cec51457a4c9: Already exists dd754f46384c: Already exists aa43763373fc: Already exists 25388055f4a1: Already exists 6d0d664932f6: Already exists 1337e8082a0b: Already exists d09241f78cbf: Already exists 0a96ea147ebe: Already exists de9c4bba074b: Already exists 3c56545c9a63: Already exists d554ff0fc464: Already exists 4f4fb700ef54: Already exists 823156f7de2f: Already exists 0ed2d8fc46aa: Already exists 7a03effe4cb8: Already exists 7f3f0a3106b2: Already exists dc80459a6569: Already exists 246f9c8ddfbf: Already exists 3d3903bd2e42: Already exists 786e54e7f51e: Already exists 3fd2a7d75cca: Already exists 69d1cc5ee79c: Already exists ce817bea86d8: Already exists 28f61ab321af: Already exists 0fa056034b24: Already exists e407e640365f: Already exists 9b0a409b3c1b: Already exists 51d5e8bf443c: Already exists 0795476d8ac9: Already exists 127f6aff3ea9: Pulling fs layer 045ac90753da: Pulling fs layer 4c20c57f7dcd: Pulling fs layer f23f4c38d2e1: Pulling fs layer f23f4c38d2e1: Waiting 4c20c57f7dcd: Download complete 045ac90753da: Verifying Checksum 045ac90753da: Download complete f23f4c38d2e1: Verifying Checksum f23f4c38d2e1: Download complete 127f6aff3ea9: Verifying Checksum 127f6aff3ea9: Download complete 127f6aff3ea9: Pull complete 045ac90753da: Pull complete 4c20c57f7dcd: Pull complete f23f4c38d2e1: Pull complete Digest: sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c Status: Downloaded newer image for ocaml/opam@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c 2024-11-06 15:06.20 ---> using "d8cafdfcea4f4fc69225b83f042ba651f7812dc12d1bfb890556c295f0d8c5f2" from cache /: (comment debian-12-4.14_s390x_opam-2.2) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2024-11-06 15:06.20 ---> using "873387bfaf972b54dbc716fa28ba75f1e692140a964050318562b7374ad1461a" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-11-06 15:06.20 ---> using "741435a8b1b4a603a061d4fdc603846c1a7ecb3511b4194c64d2c745d4a59282" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-45-generic The OCaml toplevel, version 4.14.2 2.2.1 2024-11-06 15:06.20 ---> using "d82a07ca45af1012b147bb0603328ed5a41e7924a47ef480020476a2acfbe0cf" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-06 15:06.20 ---> using "40a3882cb5d3965190093b62aa3a29e6206fffeb8d5b7a819546ca0a3b18a019" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ce4637ae20..9048aac630 master -> origin/master 371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1 <><> 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. # Run eval $(opam env) to update the current shell environment 2024-11-06 15:06.20 ---> using "f31212a557eedf356b4b85269f3ef1223a8d29345ec0616bbebfc8f62dbe4ab0" from cache /src: (run (shell "mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) 2024-11-06 15:06.20 ---> using "980a1859d62145fe58bd444722ba2e8ed13d73f764afd4af4ba8ba1268211cfe" from cache /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2024-11-06 15:06.20 ---> using "38f55e43816f13e0cdb4235febaa0f779584ef1386be712de95dcffb396820c1" from cache /src: (copy (src bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam) (dst bench/vendored/ppx_sexp_conv.v0.15.1/)) 2024-11-06 15:06.20 ---> using "b4d2c39156b3c60027133a27d99fcc8b56717ac210496b402c7d6900e916ca8a" from cache /src: (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './' && \ \nopam pin add -yn ppx_sexp_conv 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) [ppxlib.dev] synchronised (file:///src) ppxlib is now pinned to file:///src (version dev) Package ppxlib-tools does not exist, create as a NEW package? [y/n] y [ppxlib-tools.dev] synchronised (file:///src) ppxlib-tools is now pinned to file:///src (version dev) Package ppxlib-bench does not exist, create as a NEW package? [y/n] y [ppxlib-bench.dev] synchronised (file:///src) ppxlib-bench is now pinned to file:///src (version dev) [ppx_sexp_conv.v0.17.0] synchronised (file:///src/bench/vendored/ppx_sexp_conv.v0.15.1) ppx_sexp_conv is now pinned to file:///src/bench/vendored/ppx_sexp_conv.v0.15.1 (version v0.15.0) 2024-11-06 15:06.20 ---> using "f1760d2d422fe18bcdfeeb5a8d6d91ca55ba5348e4b0bf820d60167ff56184a1" from cache /src: (env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 conf-bash.1 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 host-arch-s390x.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 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.2 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-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 [180 kB] - Fetched 283 kB in 1s (526 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib-bench.dev] synchronised (no changes) [ppxlib-tools.dev] synchronised (no changes) [ppxlib.dev] synchronised (no changes) [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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-s390x is already installed (current version is 1). [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). 2024-11-06 15:06.20 ---> using "0c75ed05ae251f5121bba90f4f334fc244be9eaa52bcda61ea8202c24e25427d" 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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-s390x is already installed (current version is 1). [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 15 packages - install base v0.16.3 - install cinaps v0.15.1 - install cmdliner 1.3.0 - install conf-bash 1 - install csexp 1.5.2 - install dune 3.16.1 - install dune-configurator 3.16.1 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.6 - install ppx_derivers 1.2.1 - install re 1.12.0 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cinaps.v0.15.1 (cached) -> installed conf-bash.1 -> retrieved csexp.1.5.2 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved dune.3.16.1, dune-configurator.3.16.1 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved seq.base (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved re.1.12.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.2.2.2 (cached) -> installed cmdliner.1.3.0 -> installed seq.base -> installed ocamlfind.1.9.6 -> installed dune.3.16.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.12.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed cinaps.v0.15.1 -> installed yojson.2.2.2 -> installed dune-configurator.3.16.1 -> installed base.v0.16.3 Done. # Run eval $(opam env) to update the current shell environment 2024-11-06 15:06.20 ---> using "6419f872ccb499b0873ef0219bc850bf81fbb587238023601682a3087d99d87c" from cache /src: (copy (src .) (dst /src)) 2024-11-06 15:06.23 ---> saved as "522f36287af0bd7b3acad222c36cce4f3b9db75e3682bd946293df734fa5f29b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2024-11-06 15:07.07 ---> saved as "3f3f1ca8c5d0797406493ecb9cf6eb8d81f445fc274b0d4220c1d0d012abd645" Job succeeded 2024-11-06 15:07.08: Job succeeded