Organisationsmirageocaml-pcap3cb441 (main)debian-12-4.14_ppc64_opam-2.3

debian-12-4.14_ppc64_opam-2.3

Logs

Show full logs
2025-07-25 21:35.17: New job: test mirage/ocaml-pcap https://github.com/mirage/ocaml-pcap.git#refs/heads/main (3cb441db242681045666936d7675693be98a8322) (linux-ppc64:debian-12-4.14_ppc64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:c142af6cc60c2d2902c802a78360980513a2b19375f94b928e1a8d21ba5f6591
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/ocaml-pcap.git" -b "main" && cd "ocaml-pcap" && git reset --hard 3cb441db
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:c142af6cc60c2d2902c802a78360980513a2b19375f94b928e1a8d21ba5f6591
# debian-12-4.14_ppc64_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 pcap-format.opam ./
RUN opam pin add -yn pcap-format.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.19.1 fmt.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.36.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y pcap-format.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-07-25 21:35.17: Using cache hint "mirage/ocaml-pcap-ocaml/opam:debian-12-ocaml-4.14@sha256:c142af6cc60c2d2902c802a78360980513a2b19375f94b928e1a8d21ba5f6591-debian-12-4.14_ppc64_opam-2.3-3e6a8edd44fe21c57fe9fb0b4e35d168"
2025-07-25 21:35.17: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:c142af6cc60c2d2902c802a78360980513a2b19375f94b928e1a8d21ba5f6591)
 (comment debian-12-4.14_ppc64_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src pcap-format.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn pcap-format.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.19.1 fmt.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.36.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.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 pcap-format.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-07-25 21:35.17: Waiting for resource in pool OCluster
2025-07-25 21:46.50: Waiting for worker…
2025-07-25 21:56.06: Got resource from pool OCluster
Building on scyleia.caelum.ci.dev
All commits already cached
HEAD is now at 3cb441d Merge pull request #40 from hannesm/add-maint

(from ocaml/opam:debian-12-ocaml-4.14@sha256:c142af6cc60c2d2902c802a78360980513a2b19375f94b928e1a8d21ba5f6591)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:c142af6cc60c2d2902c802a78360980513a2b19375f94b928e1a8d21ba5f6591' locally
docker.io/ocaml/opam@sha256:c142af6cc60c2d2902c802a78360980513a2b19375f94b928e1a8d21ba5f6591: Pulling from ocaml/opam
2819217d8721: Already exists
07bf37f0a301: Already exists
6e3b1aed622f: Already exists
05d1989e9d87: Already exists
3df84359c43f: Already exists
7e06a698a147: Already exists
e2e68e6b67c7: Already exists
3a961ea75afb: Already exists
db488dd4d1e7: Already exists
e66ff5dc62c3: Already exists
7b930ca25e8b: Already exists
02e03054db5b: Already exists
3c4e69a71f35: Already exists
37534bfb1562: Already exists
8abbd5908bf0: Already exists
1a1c766a54c3: Already exists
d65d9873c736: Already exists
b874d89cf1f1: Already exists
71ca46b61b94: Already exists
46da1bc4d638: Already exists
4f4fb700ef54: Already exists
bc030f26be39: Already exists
115a4f79a9b4: Already exists
6af4865347c1: Already exists
acc7282b2277: Already exists
e0df8c13f071: Already exists
49b69dd9d151: Already exists
c7b1e4567333: Already exists
2bdb2b06e73b: Already exists
27a75b8616b3: Already exists
c5d63a8e6019: Already exists
6be9c4200cfd: Already exists
2cbcd3611e62: Already exists
85384c6bcf1f: Already exists
d30d7b55cb01: Already exists
975696587f1d: Already exists
6bbf25f8884e: Already exists
6cdc8658cc10: Already exists
4171d3003d84: Already exists
e5e2c77fc088: Pulling fs layer
90a3797115ed: Pulling fs layer
fdd4e025b848: Pulling fs layer
cb421ffca1e1: Pulling fs layer
cb421ffca1e1: Waiting
90a3797115ed: Download complete
fdd4e025b848: Verifying Checksum
fdd4e025b848: Download complete
cb421ffca1e1: Verifying Checksum
cb421ffca1e1: Download complete
e5e2c77fc088: Verifying Checksum
e5e2c77fc088: Download complete
e5e2c77fc088: Pull complete
90a3797115ed: Pull complete
fdd4e025b848: Pull complete
cb421ffca1e1: Pull complete
Digest: sha256:c142af6cc60c2d2902c802a78360980513a2b19375f94b928e1a8d21ba5f6591
Status: Downloaded newer image for ocaml/opam@sha256:c142af6cc60c2d2902c802a78360980513a2b19375f94b928e1a8d21ba5f6591
2025-07-25 21:56.07 ---> using "6f28fe0054c2ee1a31e91ca9624d7024a7781d561db302103cca206a6de730fe" from cache

/: (comment debian-12-4.14_ppc64_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-07-25 21:56.07 ---> using "4b3e7ce01e9e3d861229f84748657007bc4157df7b0858f63d4c38db3118a612" 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] Initialised
2025-07-25 21:56.07 ---> using "1c515d6a06bcb79cc29a762c22959771e8a4c9de2aaa35704e2e0267d3178ec7" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-25 21:56.07 ---> using "b843d4699f1600f4f58bee177f513f0227fcf9a2f5a403b9c5705e35976766df" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-07-25 21:56.07 ---> using "0b9a8410bc701b5707b67effd79a057f7898ed53211383d2e3b036c588850fc7" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0094db1438..b8021439f8  master     -> origin/master
b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

The following actions will be performed:
=== recompile 2 packages
  - recompile ocaml       4.14.2 [upstream or system changes]
  - recompile opam-depext 1.2.3  [uses ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.14.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2025-07-25 21:56.07 ---> using "f1780cb3f3198a0db01b654c55d257e5db9c9b61b41eae84465d05ac51c75385" from cache

/src: (copy (src pcap-format.opam) (dst ./))
2025-07-25 21:56.07 ---> saved as "a7e0926b568dcd937874fe64208164db04a5105d7eb87725cb3ba110842f5e15"

/src: (run (network host)
           (shell "opam pin add -yn pcap-format.dev './'"))
[pcap-format.dev] synchronised (file:///src)
pcap-format is now pinned to file:///src (version dev)
2025-07-25 21:56.09 ---> saved as "3b55a3a37a20cd3f58e3078cdece7e079a77c2739c144f610bac33e8eeb9d46d"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-25 21:56.10 ---> saved as "b10347a5b525f1657421f4516ba548c0a2e1bbafdcd795490de18f6e644b8980"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.19.1 fmt.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ounit2.2.2.7 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.36.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.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 pcap-format.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 ppc64el Packages [261 kB]
- Fetched 364 kB in 0s (851 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[pcap-format.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-07-25 21:56.23 ---> saved as "7ce001cf015cdd6564e9e51419ae57e7df9a825c975f6f74ad74926cd8c04bd2"

/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 17 packages
  - install cstruct             6.2.0
  - install dune                3.19.1
  - install fmt                 0.10.0
  - install num                 1.6
  - install ocaml-compiler-libs v0.12.4
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ounit2              2.2.7
  - install parsexp             v0.16.0
  - install ppx_cstruct         6.2.0
  - install ppx_derivers        1.2.1
  - install ppxlib              0.36.0
  - install seq                 base
  - install sexplib             v0.16.0
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install topkg               1.1.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved fmt.0.10.0  (cached)
-> retrieved cstruct.6.2.0, ppx_cstruct.6.2.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.19.1  (cached)
-> installed num.1.6
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed fmt.0.10.0
-> installed dune.3.19.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed cstruct.6.2.0
-> installed sexplib0.v0.16.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ounit2.2.2.7
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed ppxlib.0.36.0
-> installed ppx_cstruct.6.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-25 21:57.43 ---> saved as "6f9d58d55ca98eae1fae15846b271872b545af1c552f771d9ef5a53c749003f6"

/src: (copy (src .) (dst /src))
2025-07-25 21:57.43 ---> saved as "ca7c8447094609b588853a158b8bd503fba263e64b5f16eeb1fe894c0d507117"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test.exe)
..
Ran: 2 tests in: 0.00 seconds.
OK
2025-07-25 21:57.45 ---> saved as "77882fb4f8e54e2eb04d9f95ddf723e43b0706a1f59266667019e6a01cda71bf"
Job succeeded
2025-07-25 21:57.45: Job succeeded