2025-07-25 21:35.17: New job: test mirage/ocaml-pcap https://github.com/mirage/ocaml-pcap.git#refs/heads/main (3cb441db242681045666936d7675693be98a8322) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517
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.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517
# debian-12-4.08_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-bytes.base base-threads.base base-unix.base conf-m4.1 cstruct.3.3.0 dune.1.11.4 jbuilder.transition num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlfind.1.8.0 ounit2.2.2.0 ppx_cstruct.3.3.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.2 result.1.5 sexplib.v0.9.3 stdlib-shims.0.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.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517-debian-12-4.08_opam-2.3-632420e8689b9130c550fb130d4fd68e"
2025-07-25 21:35.17: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517)
(comment debian-12-4.08_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-bytes.base base-threads.base base-unix.base conf-m4.1 cstruct.3.3.0 dune.1.11.4 jbuilder.transition num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlfind.1.8.0 ounit2.2.2.0 ppx_cstruct.3.3.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.2 result.1.5 sexplib.v0.9.3 stdlib-shims.0.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 23:30.06: Waiting for worker…
2025-07-25 23:32.17: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 3cb441d Merge pull request #40 from hannesm/add-maint
(from ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517)
2025-07-25 23:32.18 ---> using "6cffc1a1a52caf2843bd473effea9756e568737c821ae9874d1cb7264a14fd20" from cache
/: (comment debian-12-4.08_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 23:32.18 ---> using "595084c061d017442a31357b3f5a72128cb21d34df65b6da905d2ccafd242754" 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 23:32.18 ---> using "dad5cf1508a872dffd05ca58770cb1bff27c344414c9bbf01c2e2ff94eb1b398" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-63-generic
The OCaml toplevel, version 4.08.1
2.3.0
2025-07-25 23:32.18 ---> using "af83ccb0343af8e0c3189356134afe28549acab0c59760e3a0fa77d82021edfb" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-25 23:32.18 ---> using "f8866462a7295fbde11333d891cc6737e7a175183c1f91978f63358fa4c7a3ff" 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.08.1 [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.08.1
-> installed ocaml.4.08.1
-> 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 23:32.18 ---> using "7451af31192a67345591a612761d9833523e477fdbc1140f7e19050dc1db1ac5" from cache
/src: (copy (src pcap-format.opam) (dst ./))
2025-07-25 23:32.18 ---> saved as "90972814c611aeaa50222a1ca04f3d720b0fa95d184e857ccbfa5b6982063e6f"
/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 23:32.21 ---> saved as "b9ca4356ff635ce1638e672939802d4f99397a6a16e06a5a9c7201c8bece96ac"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-25 23:32.21 ---> saved as "e260ad24f7db1075607d8eb0d755208d22fe913bf3744d7b4d99c97c04b724c2"
/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cstruct.3.3.0 dune.1.11.4 jbuilder.transition num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.3.0 ocamlfind.1.8.0 ounit2.2.2.0 ppx_cstruct.3.3.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.2 result.1.5 sexplib.v0.9.3 stdlib-shims.0.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 amd64 Packages [272 kB]
- Fetched 375 kB in 0s (765 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[pcap-format.dev] synchronised (file:///src)
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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 system packages will first need to be installed:
m4
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18747 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
2025-07-25 23:32.43 ---> saved as "dfc6e8434a0dde8c84c161aef18e45068dc424a635f0bce37e6a3a0d038958b6"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bytes base
- install conf-m4 1
- install cstruct 3.3.0
- install dune 1.11.4
- install jbuilder transition (deprecated)
- install num 1.5
- install ocaml-migrate-parsetree 1.3.0 (deprecated)
- install ocamlfind 1.8.0
- install ounit2 2.2.0
- install ppx_cstruct 3.3.0
- install ppx_derivers 1.0
- install ppx_tools_versioned 5.2.2
- install result 1.5
- install sexplib v0.9.3
- install stdlib-shims 0.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved num.1.5 (cached)
-> retrieved cstruct.3.3.0, ppx_cstruct.3.3.0 (cached)
-> installed conf-m4.1
-> retrieved ocamlfind.1.8.0 (cached)
-> retrieved ocaml-migrate-parsetree.1.3.0 (cached)
-> retrieved ounit2.2.2.0 (cached)
-> retrieved ppx_derivers.1.0 (cached)
-> retrieved ppx_tools_versioned.5.2.2 (cached)
-> retrieved result.1.5 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved sexplib.v0.9.3 (cached)
-> retrieved dune.1.11.4 (cached)
-> installed num.1.5
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed dune.1.11.4
-> installed jbuilder.transition
-> installed ppx_derivers.1.0
-> installed stdlib-shims.0.1.0
-> installed result.1.5
-> installed ounit2.2.2.0
-> installed sexplib.v0.9.3
-> installed cstruct.3.3.0
-> installed ocaml-migrate-parsetree.1.3.0
-> installed ppx_tools_versioned.5.2.2
-> installed ppx_cstruct.3.3.0
Done.
<><> ocaml-migrate-parsetree.1.3.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# To update the current shell environment, run: eval $(opam env)
2025-07-25 23:34.07 ---> saved as "3deb3251c08c64a234bc3d71aba40369616dee2ef6686f49ab97e1309c8c8360"
/src: (copy (src .) (dst /src))
2025-07-25 23:34.08 ---> saved as "e36f43dc92b3f62f78a68d23f84f4e5ac5e02f95f7d58284e127361caad9b54b"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
test alias lib_test/runtest
..
Ran: 2 tests in: 0.00 seconds.
OK
2025-07-25 23:34.10 ---> saved as "3486df69a24d9a100d4eb4c282097b0f59b738e35e4c9af1961b8f0569103bea"
Job succeeded
2025-07-25 23:34.10: Job succeeded