2025-02-21 09:51.11: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/433/head (8542bfbd061f512282451abc6576d0480f61dfd9) (linux-arm64:debian-12-4.14_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-gospel/gospel.git" && cd "gospel" && git fetch origin "refs/pull/433/head" && git reset --hard 8542bfbd
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7
# debian-12-4.14_arm32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 4022a684b64be8161a05cf897f492f8680792469 || git fetch origin master) && git reset -q --hard 4022a684b64be8161a05cf897f492f8680792469 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.17.2 dune-build-info.3.17.2 fmt.0.9.0 fpath.0.7.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.15.0 ocamlfind.1.9.8 odoc.2.4.4 odoc-parser.2.4.4 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y gospel.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-02-21 09:51.11: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7-debian-12-4.14_arm32_opam-2.3-57df18c9890b539808e603a8789b033a"
2025-02-21 09:51.11: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7)
(comment debian-12-4.14_arm32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(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 4022a684b64be8161a05cf897f492f8680792469 || git fetch origin master) && git reset -q --hard 4022a684b64be8161a05cf897f492f8680792469 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gospel.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gospel.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.17.2 dune-build-info.3.17.2 fmt.0.9.0 fpath.0.7.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.15.0 ocamlfind.1.9.8 odoc.2.4.4 odoc-parser.2.4.4 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")
(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 gospel.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-02-21 09:51.11: Waiting for resource in pool OCluster
2025-02-21 09:51.11: Waiting for worker…
2025-02-21 10:51.13: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
HEAD is now at 8542bfb Update Changelog
(from ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7' locally
docker.io/ocaml/opam@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7: Pulling from ocaml/opam
7929835bdff1: Already exists
34f2eee6b16e: Already exists
69963c68d9e8: Pulling fs layer
c32c770313c9: Pulling fs layer
5008f5f2af95: Pulling fs layer
75de8602cd4e: Pulling fs layer
75de8602cd4e: Waiting
5008f5f2af95: Verifying Checksum
5008f5f2af95: Download complete
c32c770313c9: Verifying Checksum
c32c770313c9: Download complete
75de8602cd4e: Download complete
69963c68d9e8: Verifying Checksum
69963c68d9e8: Download complete
69963c68d9e8: Pull complete
c32c770313c9: Pull complete
5008f5f2af95: Pull complete
75de8602cd4e: Pull complete
Digest: sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7
Status: Downloaded newer image for ocaml/opam@sha256:bfc52495faba232d3431753d2b4e90d5ebae466936bf13389c79b672b9a6b4c7
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-02-21 10:51.13 ---> using "76cd0f3770355f20b3067ee4d17d6cabec368e57ddaf9c9948eae9570c621338" from cache
/: (comment debian-12-4.14_arm32_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-21 10:51.13 ---> using "31e06a6d5634d41948525fa8b0d6fcfd3a5b3934bdfe644c3fce358fc5b8d31b" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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-02-21 10:51.13 ---> using "6d96d07c898b94c79d911199a9cb09b3342b33c5116b79b51c7a323065f91073" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-02-21 10:51.13 ---> using "950efe6100d425cd59b5968f83b58e0db94a0ae36da44f1fad27a3282edb5ed7" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-21 10:51.13 ---> using "ff058e076f3abdbb8d49b40391d82befddabcdf419db465ca0e5a23e2bebe6c9" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 4022a684b64be8161a05cf897f492f8680792469 || git fetch origin master) && git reset -q --hard 4022a684b64be8161a05cf897f492f8680792469 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
94514fa0d0..4022a684b6 master -> origin/master
4022a684b6 Merge pull request #27464 from hannesm/release-crunch-v4.0.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-02-21 10:51.13 ---> using "b6b44d3ab162b51cb9024549e74c8e0c45d0be0f16acfe527e1cf1db26f05d2e" from cache
/src: (copy (src gospel.opam) (dst ./))
2025-02-21 10:51.13 ---> using "f5e13fc6d52c377f2122c4acefe1a6e9670f886d683c4cb34d4f607c1b7bbe00" from cache
/src: (run (network host)
(shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2025-02-21 10:51.13 ---> using "c9d75156533918a2d4382fc221dc887c4165a93a5e043b94fa6f327e956cda4a" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-21 10:51.13 ---> using "243e652bf1a125e2ceff650dc81e1b136ebf618ffcbb18f559b017db0fc940bc" from cache
/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.17.2 dune-build-info.3.17.2 fmt.0.9.0 fpath.0.7.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.15.0 ocamlfind.1.9.8 odoc.2.4.4 odoc-parser.2.4.4 pp_loc.2.1.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.35.0 ptime.1.2.0 re.1.12.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")
/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 gospel.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 armhf Packages [226 kB]
- Fetched 330 kB in 0s (678 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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-02-21 10:51.13 ---> using "580d1587dff2a658a586e601d70d5e43b68c5cd85c396577e002d8565346d645" 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.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 31 packages
- install astring 0.8.5
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install cppo 1.8.0
- install crunch 4.0.0
- install dune 3.17.2
- install dune-build-info 3.17.2
- install fmt 0.9.0
- install fpath 0.7.3
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.8
- install odoc 2.4.4
- install odoc-parser 2.4.4
- install pp_loc 2.1.0
- install ppx_derivers 1.2.1
- install ppx_deriving 6.0.3
- install ppxlib 0.35.0
- install ptime 1.2.0
- install re 1.12.0
- install result 1.5
- install seq base
- install sexplib0 v0.16.0
- install stdlib-shims 0.3.0
- install topkg 1.0.7
- install tyxml 4.6.0
- install uutf 1.0.3
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved crunch.4.0.0 (cached)
-> retrieved fmt.0.9.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved dune.3.17.2, dune-build-info.3.17.2 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved odoc.2.4.4, odoc-parser.2.4.4 (cached)
-> retrieved pp_loc.2.1.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.base (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed ptime.1.2.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.17.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed menhirCST.20240715
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed menhirSdk.20240715
-> installed pp_loc.2.1.0
-> installed menhirLib.20240715
-> installed sexplib0.v0.16.0
-> installed dune-build-info.3.17.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.12.0
-> installed odoc-parser.2.4.4
-> installed tyxml.4.6.0
-> installed odoc.2.4.4
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed menhir.20240715
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-21 10:51.13 ---> using "25e778155a7985a8a30725b550743a19941374bea584baada870a5610831487a" from cache
/src: (copy (src .) (dst /src))
2025-02-21 10:51.14 ---> saved as "faa79af45fe21e8a6eb82d4a23161cfe2b2ca63cfe47e860db592fc822b6a191"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-02-21 10:51.26 ---> saved as "f59150bf278aaddd5411fd8e8f17499d71cd68d4c7f0aef7a7d69b8cf464039b"
Job succeeded
2025-02-21 10:51.27: Job succeeded