2024-10-31 15:17.48: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/518/head (e324f5a9de6714b7fd277e3d095c3cbc0ea0c0a1) (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/518/head" && git reset --hard e324f5a9 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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && 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.0 dune-configurator.3.16.0 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-10-31 15:17.48: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c-debian-12-4.14_s390x_opam-2.2-d9fbaf8e90523d0a62f5f77b0dba7e81" 2024-10-31 15:17.48: 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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && 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.0 dune-configurator.3.16.0 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-10-31 15:17.48: Waiting for resource in pool OCluster 2024-10-31 19:27.58: Waiting for worker… 2024-10-31 22:37.58: Got resource from pool OCluster Building on s390x-worker-02.marist.ci.dev All commits already cached HEAD is now at e324f5a9 Avoid duplication in gen_ast_builder (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: Pulling fs layer 25388055f4a1: Pulling fs layer 6d0d664932f6: Pulling fs layer 1337e8082a0b: Pulling fs layer d09241f78cbf: Pulling fs layer 0a96ea147ebe: Pulling fs layer 1337e8082a0b: Waiting d09241f78cbf: Waiting 0a96ea147ebe: Waiting de9c4bba074b: Pulling fs layer 3c56545c9a63: Pulling fs layer d554ff0fc464: Pulling fs layer 4f4fb700ef54: Pulling fs layer 823156f7de2f: Pulling fs layer 0ed2d8fc46aa: Pulling fs layer 7a03effe4cb8: Pulling fs layer 7f3f0a3106b2: Pulling fs layer dc80459a6569: Pulling fs layer 246f9c8ddfbf: Pulling fs layer 3d3903bd2e42: Pulling fs layer 786e54e7f51e: Pulling fs layer 3fd2a7d75cca: Pulling fs layer 69d1cc5ee79c: Pulling fs layer ce817bea86d8: Pulling fs layer 28f61ab321af: Pulling fs layer 0fa056034b24: Pulling fs layer e407e640365f: Pulling fs layer 9b0a409b3c1b: Pulling fs layer 51d5e8bf443c: Pulling fs layer 0795476d8ac9: Pulling fs layer 127f6aff3ea9: Pulling fs layer 045ac90753da: Pulling fs layer 4c20c57f7dcd: Pulling fs layer f23f4c38d2e1: Pulling fs layer de9c4bba074b: Waiting 3c56545c9a63: Waiting d554ff0fc464: Waiting 4f4fb700ef54: Waiting 823156f7de2f: Waiting 0ed2d8fc46aa: Waiting 7a03effe4cb8: Waiting 7f3f0a3106b2: Waiting dc80459a6569: Waiting 246f9c8ddfbf: Waiting 3d3903bd2e42: Waiting 786e54e7f51e: Waiting 3fd2a7d75cca: Waiting 69d1cc5ee79c: Waiting ce817bea86d8: Waiting 28f61ab321af: Waiting 0fa056034b24: Waiting e407e640365f: Waiting 9b0a409b3c1b: Waiting 51d5e8bf443c: Waiting 0795476d8ac9: Waiting 127f6aff3ea9: Waiting 045ac90753da: Waiting 4c20c57f7dcd: Waiting f23f4c38d2e1: Waiting 6d0d664932f6: Verifying Checksum 6d0d664932f6: Download complete 25388055f4a1: Verifying Checksum 25388055f4a1: Download complete aa43763373fc: Verifying Checksum aa43763373fc: Download complete aa43763373fc: Pull complete 25388055f4a1: Pull complete 6d0d664932f6: Pull complete d09241f78cbf: Download complete 1337e8082a0b: Verifying Checksum 1337e8082a0b: Download complete 1337e8082a0b: Pull complete 0a96ea147ebe: Verifying Checksum 0a96ea147ebe: Download complete d09241f78cbf: Pull complete 0a96ea147ebe: Pull complete d554ff0fc464: Verifying Checksum d554ff0fc464: Download complete de9c4bba074b: Verifying Checksum de9c4bba074b: Download complete de9c4bba074b: Pull complete 3c56545c9a63: Verifying Checksum 3c56545c9a63: Download complete 3c56545c9a63: Pull complete d554ff0fc464: Pull complete 823156f7de2f: Verifying Checksum 823156f7de2f: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 4f4fb700ef54: Pull complete 823156f7de2f: Pull complete 0ed2d8fc46aa: Verifying Checksum 0ed2d8fc46aa: Download complete 0ed2d8fc46aa: Pull complete 7a03effe4cb8: Verifying Checksum 7a03effe4cb8: Download complete 7a03effe4cb8: Pull complete dc80459a6569: Verifying Checksum dc80459a6569: Download complete 7f3f0a3106b2: Verifying Checksum 7f3f0a3106b2: Download complete 7f3f0a3106b2: Pull complete dc80459a6569: Pull complete 246f9c8ddfbf: Verifying Checksum 246f9c8ddfbf: Download complete 246f9c8ddfbf: Pull complete 3d3903bd2e42: Download complete 3d3903bd2e42: Pull complete 786e54e7f51e: Verifying Checksum 786e54e7f51e: Pull complete 3fd2a7d75cca: Verifying Checksum 3fd2a7d75cca: Download complete 3fd2a7d75cca: Pull complete 69d1cc5ee79c: Verifying Checksum 69d1cc5ee79c: Download complete 69d1cc5ee79c: Pull complete ce817bea86d8: Download complete ce817bea86d8: Pull complete 28f61ab321af: Verifying Checksum 28f61ab321af: Download complete 28f61ab321af: Pull complete e407e640365f: Download complete 51d5e8bf443c: Verifying Checksum 51d5e8bf443c: Download complete 0795476d8ac9: Verifying Checksum 0795476d8ac9: Download complete 0fa056034b24: Verifying Checksum 0fa056034b24: Download complete 045ac90753da: Verifying Checksum 045ac90753da: Download complete 9b0a409b3c1b: Verifying Checksum 9b0a409b3c1b: Download complete 127f6aff3ea9: Verifying Checksum 127f6aff3ea9: Download complete f23f4c38d2e1: Verifying Checksum f23f4c38d2e1: Download complete 4c20c57f7dcd: Verifying Checksum 4c20c57f7dcd: Download complete 0fa056034b24: Pull complete e407e640365f: Pull complete 9b0a409b3c1b: Pull complete 51d5e8bf443c: Pull complete 0795476d8ac9: Pull 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-10-31 22:37.59 ---> 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-10-31 22:37.59 ---> 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. Continue? [y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-10-31 22:37.59 ---> 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-10-31 22:37.59 ---> using "d82a07ca45af1012b147bb0603328ed5a41e7924a47ef480020476a2acfbe0cf" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-10-31 22:37.59 ---> 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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u")) 45f961713f Merge pull request #26585 from dra27/trunk-tweaks <><> 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-10-31 22:37.59 ---> using "8b8466c6cd9bc1c0f40431b1a808218114801241b10b2c9b6037ee7c77ecc304" from cache /src: (run (shell "mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) 2024-10-31 22:38.09 ---> saved as "4b0445d0c5e6b858d56aeb5c4b86bc154a7ca9ca55cc089c60b97cce08eb0c5e" /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2024-10-31 22:38.12 ---> saved as "70da8f39969fb7ed6623675b73c10fe2930fad912f89e85e0edc639f78c8a6e6" /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-10-31 22:38.14 ---> saved as "07aba16450e9041f1311c5d87fc0c0868b54aae6cdf10b26945c5349e34be829" /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-10-31 22:38.28 ---> saved as "c62903ff509c1d8284cb16e538f32df24a83875cb8b519a8ac8a29f51bf7c510" /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.0 dune-configurator.3.16.0 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 (387 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib.dev] synchronised (no changes) [ppxlib-bench.dev] synchronised (no changes) [ppxlib-tools.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-10-31 22:38.55 ---> saved as "b6e37af18f0f5973a396ca1d4e272af9a02a8633b95dedc76423beee790d3687" /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.0 - install dune-configurator 3.16.0 - 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) -> retrieved cmdliner.1.3.0 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-bash.1 -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved dune.3.16.0, dune-configurator.3.16.0 (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 ocamlfind.1.9.6 -> installed dune.3.16.0 -> installed csexp.1.5.2 -> installed ppx_derivers.1.2.1 -> 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 dune-configurator.3.16.0 -> installed yojson.2.2.2 -> installed base.v0.16.3 Done. # Run eval $(opam env) to update the current shell environment 2024-10-31 22:40.33 ---> saved as "c4c03419c921cdea87766a22f9d41576761bf3a2ec8fc2c2f66a1705d2fd5751" /src: (copy (src .) (dst /src)) 2024-10-31 22:40.39 ---> saved as "a36503fe968ef81cffa82dd41dd597f8a7a2eb8597984a2a16d3faa6b4119dcb" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2024-10-31 22:41.42 ---> saved as "da122544ef8d9e2a903083e395e206352ac69a5709462073842745bbfa5c5eec" Job succeeded 2024-10-31 22:41.43: Job succeeded