Organisationsgildor478ocaml-fileutils366a3c ()debian-12-4.14_s390x_opam-2.3

debian-12-4.14_s390x_opam-2.3

Logs

Show full logs
2024-12-28 17:30.09: New job: test gildor478/ocaml-fileutils https://github.com/gildor478/ocaml-fileutils.git#refs/heads/master (366a3c52ac9d860220dddde64988ebdd644d9257) (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/gildor478/ocaml-fileutils.git" -b "master" && cd "ocaml-fileutils" && git reset --hard 366a3c52
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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 fileutils.opam ./
RUN opam pin add -yn fileutils.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.17.1 host-arch-s390x.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ounit2.2.2.7 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y fileutils.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-12-28 17:30.09: Using cache hint "gildor478/ocaml-fileutils-ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a-debian-12-4.14_s390x_opam-2.3-8c1a7323508bd1a91b509d444891c147"
2024-12-28 17:30.09: 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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src fileutils.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn fileutils.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.17.1 host-arch-s390x.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ounit2.2.2.7 seq.base 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 fileutils.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-12-28 17:30.09: Waiting for resource in pool OCluster
2024-12-28 17:30.10: Waiting for worker…
2024-12-28 17:30.10: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at 366a3c5 Auto-generate fileutils.opam and get rid of stdlib-shims and seq, which are not needed anymore for OCaml 4.14.

(from ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a)
2024-12-28 17:30.10 ---> 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"))
2024-12-28 17:30.10 ---> 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.

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-12-28 17:30.10 ---> 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
2024-12-28 17:30.10 ---> using "c44e82732e7fddc089995eda225574a603bef4dc0a04050fc52bda21f48e652f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-12-28 17:30.10 ---> 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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   de786e28db..b367bf2a3d  master     -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.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.
# To update the current shell environment, run: eval $(opam env)
2024-12-28 17:30.10 ---> using "a628b46cdbbf5f9f5cc2812d47aa4d402eee12067d26af3832b8958ea0af9b50" from cache

/src: (copy (src fileutils.opam) (dst ./))
2024-12-28 17:30.13 ---> saved as "a451cdc3a627a7a10b3c30b54733152ccec50e4223e90cd744147a2b16b56538"

/src: (run (network host)
           (shell "opam pin add -yn fileutils.dev './'"))
[fileutils.dev] synchronised (file:///src)
fileutils is now pinned to file:///src (version dev)
2024-12-28 17:30.22 ---> saved as "1ef06b3ef7d69f11714c9ba539dbf9bf208266dccf2a2b212cc54ae4fee809dd"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-28 17:30.24 ---> saved as "f8b4e883d3aeb4c4db7c86a87dc0438b00e4940c818da3c4139b48ca09d7bb74"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.17.1 host-arch-s390x.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ounit2.2.2.7 seq.base 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 fileutils.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 (567 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[fileutils.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).
2024-12-28 17:30.38 ---> saved as "3771e1f8145cde9e94937cc504904c806e3cf36dfbc978618f746aaa708b0bb8"

/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 4 packages
  - install dune         3.17.1
  - install ounit2       2.2.7
  - install seq          base
  - install stdlib-shims 0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved ounit2.2.2.7  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.17.1  (cached)
-> installed dune.3.17.1
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-28 17:31.27 ---> saved as "9e654e3a0097b2a712e0d3fd88a761618ec53a911351b3ee8188fa86015e846d"

/src: (copy (src .) (dst /src))
2024-12-28 17:31.28 ---> saved as "c041e1e72b13fc3c46f3221d950ae463704e70814fa8e8cd995dd3aa26c51ea6"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
......................................................................................................................................................................................................................................
Ran: 230 tests in: 0.19 seconds.
OK
2024-12-28 17:31.33 ---> saved as "bb998dbaa2666b355e1c7150f9a369866b1a100ac49d3519c7ca9ce98d9c561d"
Job succeeded
2024-12-28 17:31.34: Job succeeded