Organisationsdinosaurespokeaf854d ()debian-12-4.13_opam-2.3

debian-12-4.13_opam-2.3

Link Copied
Code Copied

Logs

2025-03-25 08:06.26: New job: test dinosaure/spoke https://github.com/dinosaure/spoke.git#refs/heads/main (af854d61a6e3da2d84480c39d87de29b9d96065f) (linux-x86_64:debian-12-4.13_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/spoke.git" -b "main" && cd "spoke" && git reset --hard af854d61
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0
# debian-12-4.13_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 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 spoke.opam ./
RUN opam pin add -yn spoke.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="angstrom.0.16.1 arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.10.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.0.0 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base tcpip.8.1.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y spoke.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-03-25 08:06.26: Using cache hint "dinosaure/spoke-ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0-debian-12-4.13_opam-2.3-ad20c2f93419ff2f5442b020cb55a9db"
2025-03-25 08:06.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0)
(comment debian-12-4.13_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 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src spoke.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn spoke.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "angstrom.0.16.1 arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.10.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.0.0 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base tcpip.8.1.0 topkg.1.0.8")
(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 spoke.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-25 08:06.26: Waiting for resource in pool OCluster
2025-03-25 08:06.26: Waiting for worker…
2025-03-25 08:06.26: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
All commits already cached
HEAD is now at af854d6 Merge pull request #10 from dinosaure/string


(from ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.13@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0' locally
docker.io/ocaml/opam@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0: Pulling from ocaml/opam
f85371bb2214: Pulling fs layer
f85371bb2214: Verifying Checksum
f85371bb2214: Download complete
f85371bb2214: Pull complete
Digest: sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0
Status: Downloaded newer image for ocaml/opam@sha256:e0d8c80a3d05139965f0003792761d3564511228635126bb2382666c6dac03e0
2025-03-25 08:06.27 ---> using "bc7e70fe2f4e209c389e823cf314129bf937fa34663c198287707d3090531d0b" from cache


/: (comment debian-12-4.13_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-25 08:06.27 ---> using "c0d3a4ef39c8c0f5c81a0ef20168591f2ca73cebcc2425b677e471f1693c4605" 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
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
Format 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-repository
2025-03-25 08:06.27 ---> using "ebcf965403bde1332e273cdb488f0173aa7cb98659c007754238ca2e19ae5e27" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.13.1
2.3.0
2025-03-25 08:06.27 ---> using "82295dc0d91895c24e9074b6ed67f88fd3a7e11351eef8f4ae806b33e725c8a4" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-25 08:06.27 ---> using "b8dd66eb87f9cc112fd85b60a58dc226bcd2fe11c5b43c8b9d1073d1a9f8b242" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a8ed476033..acfb0e6e94  master     -> origin/master
08baa0f29f Merge pull request #27602 from dbuenzli/b0-publish-logs.0.8.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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-03-25 08:06.27 ---> using "b71aa17d96431312f4498020027723e4ec50a455224f8e5a3f9bf4e6bb65bb84" from cache


/src: (copy (src spoke.opam) (dst ./))
2025-03-25 08:06.27 ---> using "31d71dc0da9c8a6f7910ed42049aa83ca0c11a77f01209ef990c549e591bfd2e" from cache


/src: (run (network host)
(shell "opam pin add -yn spoke.dev './'"))
[spoke.dev] synchronised (file:///src)
spoke is now pinned to file:///src (version dev)
2025-03-25 08:06.27 ---> using "7e08fd8288a1707c459a1658c3a7f3f1302fd20f70aa89d06412cd5d5210e938" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-25 08:06.27 ---> using "769ffb53063b2ae18c2605bc1f6ce3ae90367a40dbb46eb281d87c1e5eac7ec3" from cache


/src: (env DEPS "angstrom.0.16.1 arp.3.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 encore.0.8.1 eqaf.0.10 ethernet.3.2.0 fmt.0.10.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.9 mirage-clock.4.2.0 mirage-crypto.2.0.0 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base tcpip.8.1.0 topkg.1.0.8")


/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 spoke.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 [250 kB]
- Fetched 353 kB in 0s (1347 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[spoke.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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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-03-25 08:06.27 ---> using "d74b954219caa1e8e2f671ce9e010df958e18271e9188dd2c2d33b1dc92e0278" 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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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 48 packages
- install angstrom           0.16.1
- install arp                3.1.1
- install base-bytes         base
- install base64             3.5.1
- install bigstringaf        0.10.0
- install cmdliner           1.3.0
- install cppo               1.8.0
- install csexp              1.5.2
- install cstruct            6.2.0
- install cstruct-lwt        6.2.0
- install digestif           1.2.0
- install domain-name        0.4.1
- install dune               3.17.2
- install dune-configurator  3.17.2
- install duration           0.2.1
- install encore             0.8.1
- install eqaf               0.10
- install ethernet           3.2.0
- install fmt                0.10.0
- install hxd                0.3.3
- install ipaddr             5.6.0
- install ipaddr-cstruct     5.6.0
- install ke                 0.6
- install logs               0.8.0
- install lru                0.3.1
- install lwt                5.9.1
- install lwt-dllist         1.0.1
- install macaddr            5.6.0
- install macaddr-cstruct    5.6.0
- install metrics            0.4.1
- install mimic              0.0.9
- install mirage-clock       4.2.0
- install mirage-crypto      2.0.0
- install mirage-flow        5.0.0
- install mirage-net         4.0.0
- install mirage-random      3.0.0 (deprecated)
- install mirage-time        3.0.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install ocplib-endian      1.2
- install psq                0.2.1
- install randomconv         0.1.3
- install result             1.5
- install rresult            0.7.0
- install seq                base
- install tcpip              8.1.0
- install topkg              1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1  (cached)
-> retrieved arp.3.1.1  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved domain-name.0.4.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved encore.0.8.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved hxd.0.3.3  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved mimic.0.0.9  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-random.3.0.0  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved mirage-crypto.2.0.0  (cached)
-> retrieved randomconv.0.1.3  (cached)
-> retrieved seq.base  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved tcpip.8.1.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed fmt.0.10.0
-> installed dune.3.17.2
-> installed lwt-dllist.1.0.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed domain-name.0.4.1
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed cppo.1.8.0
-> installed ke.0.6
-> installed macaddr.5.6.0
-> installed metrics.0.4.1
-> installed mirage-clock.4.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed psq.0.2.1
-> installed result.1.5
-> installed mirage-random.3.0.0
-> installed randomconv.0.1.3
-> installed macaddr-cstruct.5.6.0
-> installed ocplib-endian.1.2
-> installed lru.0.3.1
-> installed ipaddr.5.6.0
-> installed digestif.1.2.0
-> installed ipaddr-cstruct.5.6.0
-> installed dune-configurator.3.17.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed encore.0.8.1
-> installed mirage-crypto.2.0.0
-> installed lwt.5.9.1
-> installed mirage-time.3.0.0
-> installed mirage-flow.5.0.0
-> installed mirage-net.4.0.0
-> installed cstruct-lwt.6.2.0
-> installed hxd.0.3.3
-> installed logs.0.8.0
-> installed ethernet.3.2.0
-> installed mimic.0.0.9
-> installed arp.3.1.1
-> installed tcpip.8.1.0
Done.


<><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> mirage-random is deprecated
# To update the current shell environment, run: eval $(opam env)
2025-03-25 08:06.27 ---> using "964be88c1405086eac0c1139eb7f26090b7074ec9376d15932f729402944b8a1" from cache


/src: (copy (src .) (dst /src))
2025-03-25 08:06.27 ---> using "d8c928d6723442c4236ea79c7c36c380d931f696395825da464b7cd5fce7aaf4" from cache


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-03-25 08:06.27 ---> using "bdc700e450c36712708401da453e822a3c1f1df4106b700734a21e6433c6c4e7" from cache
Job succeeded
2025-03-25 08:06.28: Job succeeded