Organisationsocaml-ppxppx_import536de1 (master)debian-12-4.14_s390x_opam-2.3

debian-12-4.14_s390x_opam-2.3

Logs

Show full logs
2025-01-08 13:03.51: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/heads/master (536de1c078407a2f238761d23fd8f3727e572f13) (linux-s390x:debian-12-4.14_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ppx_import.git" -b "master" && cd "ppx_import" && git reset --hard 536de1c0
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a
# 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 e566c29b12a9c284b68b3f6cbe7fbd4e8452406f || git fetch origin master) && git reset -q --hard e566c29b12a9c284b68b3f6cbe7fbd4e8452406f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_import.opam ./
RUN opam pin add -yn ppx_import.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.16.3 base-bigarray.base base-threads.base base-unix.base conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.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 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.34.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppx_import.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-01-08 13:03.51: Using cache hint "ocaml-ppx/ppx_import-ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a-debian-12-4.14_s390x_opam-2.3-e4ca83ee5a89778916c0376a5ce797fe"
2025-01-08 13:03.51: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a)
 (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 e566c29b12a9c284b68b3f6cbe7fbd4e8452406f || git fetch origin master) && git reset -q --hard e566c29b12a9c284b68b3f6cbe7fbd4e8452406f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ppx_import.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn ppx_import.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 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.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 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.34.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0")
 (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 ppx_import.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-01-08 13:03.51: Waiting for resource in pool OCluster
2025-01-08 15:40.39: Waiting for worker…
2025-01-08 18:18.30: Got resource from pool OCluster
Building on s390x-worker-02.marist.ci.dev
All commits already cached
HEAD is now at 536de1c Merge pull request #98 from henrytill/fix-broken-link

(from ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a' locally
docker.io/ocaml/opam@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a: Pulling from ocaml/opam
53a5c0dbd93a: Already exists
7062c2d8ba19: Already exists
ba00c62632c5: Already exists
dfe519bb5336: Already exists
f68afea590c2: Already exists
446ce37f2b48: Already exists
451dc389870d: Already exists
baa1ba0d3e06: Already exists
a15171d75e02: Already exists
c9f269dd99a8: Already exists
804c5c2a98f9: Already exists
7a1de772442c: Already exists
180fd066830d: Already exists
942efba4e75b: Already exists
e68257155798: Already exists
2876a8b4e760: Already exists
73afa6ce9ca3: Already exists
27152f13ddc9: Already exists
dcf01c953bf5: Already exists
2180eae44802: Already exists
4f4fb700ef54: Already exists
7dae5e1b3ba5: Already exists
e7ae103babd8: Already exists
036a87c521b4: Already exists
55c4af55fd8c: Already exists
dbb96da533db: Already exists
be782023e4e9: Already exists
8d310d0850c6: Already exists
014b74572a20: Already exists
bd6851b181d3: Already exists
c28afd19c9fe: Already exists
b5cc3dbbd07a: Already exists
e44e4a969980: Already exists
8ab6f4d12b02: Already exists
83ec47bbdb73: Already exists
b203a0188c96: Already exists
3f2cc374f5f4: Already exists
93ae37282f0e: Already exists
c05af9e19be2: Pulling fs layer
20b1bdfb4d7a: Pulling fs layer
08ef288a3e09: Pulling fs layer
2f27cc6a3d53: Pulling fs layer
2f27cc6a3d53: Waiting
20b1bdfb4d7a: Verifying Checksum
20b1bdfb4d7a: Download complete
08ef288a3e09: Verifying Checksum
08ef288a3e09: Download complete
2f27cc6a3d53: Verifying Checksum
2f27cc6a3d53: Download complete
c05af9e19be2: Verifying Checksum
c05af9e19be2: Download complete
c05af9e19be2: Pull complete
20b1bdfb4d7a: Pull complete
08ef288a3e09: Pull complete
2f27cc6a3d53: Pull complete
Digest: sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a
Status: Downloaded newer image for ocaml/opam@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a
2025-01-08 18:18.30 ---> using "a9e6aa92dff924a950e4169f19aa25cf549e06a75c1eb8d4cd8e86fcee02ffb0" 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-01-08 18:18.30 ---> using "76d54723a28180a52cc520a0d99d36582e3d5799cc6e526e3e57ce3866969adc" 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
2025-01-08 18:18.30 ---> using "cfbced94b4ed2a80c5a694863dc6cd5e9d1d56da08eb735d15c8cfa661cdece3" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-51-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-08 18:18.30 ---> using "c44e82732e7fddc089995eda225574a603bef4dc0a04050fc52bda21f48e652f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-08 18:18.30 ---> using "7ccfba6f9013581176ca3f3935e6166101720a63128bbff1d50bb7d60c29f210" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e566c29b12a9c284b68b3f6cbe7fbd4e8452406f || git fetch origin master) && git reset -q --hard e566c29b12a9c284b68b3f6cbe7fbd4e8452406f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   de786e28db..e566c29b12  master     -> origin/master
e566c29b12 Merge pull request #27141 from NathanReb/release-ppxlib-0.34.0

<><> 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.
# To update the current shell environment, run: eval $(opam env)
2025-01-08 18:18.30 ---> using "266a72826bb3b3cbf6f3630eed9aa0c8f5961b898acdcc566f6f4c8d083dc5b9" from cache

/src: (copy (src ppx_import.opam) (dst ./))
2025-01-08 18:18.35 ---> saved as "17126341a80d998e65ea63c7cb917d90953fabdc955f0322005dca8966f2446d"

/src: (run (network host)
           (shell "opam pin add -yn ppx_import.dev './'"))
[ppx_import.dev] synchronised (file:///src)
ppx_import is now pinned to file:///src (version dev)
2025-01-08 18:18.50 ---> saved as "151f68e90248486ba61843de2c640fe9bc5f8d74e53c0f22f188138af6962d49"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-08 18:18.52 ---> saved as "2d19c74506caa0745edff070a8467ff300a70569c17788432d8596485696cdd2"

/src: (env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.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 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.34.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0")

/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 ppx_import.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 [206 kB]
- Fetched 310 kB in 1s (554 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_import.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 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).
2025-01-08 18:19.09 ---> saved as "4133d78659b4e0220edee95e3c8885a3b76648abfcfd6c478bd0d323f6fe5bb7"

/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 17 packages
  - install base                v0.16.3
  - install conf-bash           1
  - install cppo                1.8.0
  - install csexp               1.5.2
  - install dune                3.17.1
  - install dune-configurator   3.17.1
  - install ocaml-compiler-libs v0.12.4
  - install ocamlfind           1.9.6
  - install ounit               2.2.7
  - install ounit2              2.2.7
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.0.3
  - install ppx_sexp_conv       v0.16.0
  - install ppxlib              0.34.0
  - install seq                 base
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-bash.1
-> retrieved cppo.1.8.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.34.0  (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.17.1
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed dune-configurator.3.17.1
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed base.v0.16.3
-> installed ppxlib.0.34.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-08 18:20.30 ---> saved as "a007b1f6257edf0fdb7e0163cd5241b6e6c279d3c004c7f20f6cc51ab336a539"

/src: (copy (src .) (dst /src))
2025-01-08 18:20.31 ---> saved as "edbe79dd1503087f7d60570d99ea2ead3ffc0dca9c5276706d488c80fd10bd62"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src_test/ppx_deriving && ./test_ppx_import.exe)
....
Ran: 4 tests in: 0.11 seconds.
OK
2025-01-08 18:20.39 ---> saved as "8c837403c1a267d21dc4adf61223a284dadddecb7d00d621ede2b00de837c1b6"
Job succeeded
2025-01-08 18:20.40: Job succeeded