2025-03-21 11:59.55: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (37d7ee13f4dcac44de5244a1c1e19652a5880075) (linux-s390x:debian-12-4.14_s390x_opam-2.3)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 37d7ee13cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525# debian-12-4.14_s390x_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./RUN opam pin add -yn ppxlib.dev './' && \opam pin add -yn ppxlib-tools.dev './' && \opam pin add -yn ppxlib-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'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.17.2 dune-configurator.3.17.2 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.8 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.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-03-21 11:59.55: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525-debian-12-4.14_s390x_opam-2.3-dd5460907d04398fdc21429fb47ead19"2025-03-21 11:59.55: 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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))(run (network host)(shell "opam pin add -yn ppxlib.dev './' && \\nopam pin add -yn ppxlib-tools.dev './' && \\nopam pin add -yn ppxlib-bench.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(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.17.2 dune-configurator.3.17.2 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.8 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.3 --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")))2025-03-21 11:59.55: Waiting for resource in pool OCluster2025-03-21 11:59.55: Waiting for worker…2025-03-21 12:39.30: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at 37d7ee13 Switch changelog back to dev mode(from ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525' locallydocker.io/ocaml/opam@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525: Pulling from ocaml/opamf54fe0873ec6: Already existsfd6740292a8f: Already existsdc54fe64258a: Already exists8df56b450dc9: Already exists34e267e80c76: Already exists2073f9853bab: Already exists174fca57af9d: Already exists092d5db03edc: Already exists67194fe7a502: Already existsc2bfbc9a231e: Already exists39f3b4610ff5: Already exists84693fc236d0: Already existsa2304c0c9ccc: Already existse41ee84cbc8a: Already existsdc9aeae3c76a: Already existsdc9aeae3c76a: Already exists6cf0f8b07b1a: Already exists5c9ec6fd0b71: Already existsd883044d052f: Already exists938ede5505c9: Already exists4f4fb700ef54: Already exists2a309ccd59f0: Already existsa5e294a516ce: Already exists559a97e0885e: Already exists05abc102bf12: Already exists4e2c4e0b92d0: Already existsaabdf43cc000: Already existsb7e1264e51ef: Already exists95a958d2177c: Already exists62307def6435: Already existsa9294e68d815: Already exists06b27b41f668: Already exists3fcb993d219a: Already exists66b09664362d: Already exists2ad4ff09c235: Already exists920d7f4843e7: Already exists569300ee11ed: Already exists3873f620a391: Already existsec7597f01333: Pulling fs layer5083f4e00b1d: Pulling fs layer42b1bf5b7c6d: Pulling fs layer51a50da33369: Pulling fs layerabb278dbf651: Pulling fs layer51a50da33369: Waitingabb278dbf651: Waiting42b1bf5b7c6d: Verifying Checksum42b1bf5b7c6d: Download completeec7597f01333: Verifying Checksumec7597f01333: Download completeabb278dbf651: Verifying Checksumabb278dbf651: Download complete51a50da33369: Verifying Checksum51a50da33369: Download complete5083f4e00b1d: Verifying Checksum5083f4e00b1d: Download completeec7597f01333: Pull complete5083f4e00b1d: Pull complete42b1bf5b7c6d: Pull complete51a50da33369: Pull completeabb278dbf651: Pull completeDigest: sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb1525Status: Downloaded newer image for ocaml/opam@sha256:624fc0c2d0d64b33970afcd3591205b95a516cd39626fa6ef6d57f25abfb15252025-03-21 12:39.31 ---> 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-21 12:39.31 ---> 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] yFormat 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-repository2025-03-21 12:39.31 ---> using "a03dff5005045c0bedc46067d5f246731772b2a62c1c1829aef25757b362699c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-55-genericThe OCaml toplevel, version 4.14.22.3.02025-03-21 12:39.31 ---> using "b4fae3104fb1817529be9d6357c4b96d24f16b72ac2c87a589dceac128c755ad" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-03-21 12:39.31 ---> 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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa8ed476033..6ccbe63dbf master -> origin/mastercb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive[default] synchronised from file:///home/opam/opam-repositoryEverything 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-21 12:39.31 ---> using "993df2570e7bfa6da9c74365cba73874fae059767872c731788cee1d319c57a0" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2025-03-21 12:39.31 ---> using "b13c06933b0b0337bf9941a96058545f3e725f2d53f6890ab9425284ede8d0d8" 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 './'"))[ppxlib.dev] synchronised (file:///src)ppxlib is now pinned to file:///src (version dev)[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)2025-03-21 12:39.31 ---> using "9d4d349b5c50de145401ced7d168f2511097d037bd194c22bc0f5b62b2f7f9d5" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-03-21 12:39.31 ---> using "abbe216935056bb14ffe98b062f713945854d31110aee1e23cc9f900a912a1d1" 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.17.2 dune-configurator.3.17.2 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.8 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.3 --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 [215 kB]- Fetched 319 kB in 2s (153 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppxlib.dev] synchronised (file:///src)[ppxlib-bench.dev] synchronised (file:///src)[ppxlib-tools.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-21 12:39.31 ---> using "0145254712deb1285fbc10db56f3eda5f3276aa6fc2ab87c0fcf614f0cd3eb78" 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 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.17.2- install dune-configurator 3.17.2- install ocaml-compiler-libs v0.12.4- install ocamlfind 1.9.8- 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 cmdliner.1.3.0 (cached)-> retrieved base.v0.16.3 (cached)-> retrieved cinaps.v0.15.1 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-bash.1-> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (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 ocamlfind.1.9.8-> installed seq.base-> installed dune.3.17.2-> 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 dune-configurator.3.17.2-> installed yojson.2.2.2-> installed base.v0.16.3Done.# To update the current shell environment, run: eval $(opam env)2025-03-21 12:39.31 ---> using "0a413d2faea0994b64490d727ed5312f57cfb881067a954e9797a93ecb7fd89c" from cache/src: (copy (src .) (dst /src))2025-03-21 12:39.38 ---> saved as "7a850c6053006de5fc6e41dfa533ee0c13c4d2c9580e2cf187e614cfebf9af25"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-03-21 12:42.20 ---> saved as "1caa437025643b309f4c94cc7122378da1a995f9c931486746a4e07568ff0cf9"Job succeeded2025-03-21 12:42.22: Job succeeded