2024-12-04 18:27.01: New job: test mirage/ocaml-xenstore https://github.com/mirage/ocaml-xenstore.git#refs/heads/main (ba66bbbf780709bf37505267194461d42f40d7b8) (linux-x86_64:debian-12-5.2_x86_32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:35530c020dc0615f3b406c67fce5a5f68b0fc76efacc125079b30d5e9d3a011a
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mirage/ocaml-xenstore.git" -b "main" && cd "ocaml-xenstore" && git reset --hard ba66bbbf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:35530c020dc0615f3b406c67fce5a5f68b0fc76efacc125079b30d5e9d3a011a
# debian-12-5.2_x86_32_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 9a4a489e639cc5ce8cc540adfb67d381def898ec || git fetch origin master) && git reset -q --hard 9a4a489e639cc5ce8cc540adfb67d381def898ec && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 xenstore.opam ./
RUN opam pin add -yn xenstore.dev './' && echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.0 dune-configurator.3.17.0 host-arch-x86_32.1 host-system-other.1 lwt.5.9.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2 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 xenstore.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-04 18:27.01: Using cache hint "mirage/ocaml-xenstore-ocaml/opam:debian-12-ocaml-5.2@sha256:35530c020dc0615f3b406c67fce5a5f68b0fc76efacc125079b30d5e9d3a011a-debian-12-5.2_x86_32_opam-2.3-69743d4af31f0e3af600062831c2fe13"
2024-12-04 18:27.01: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:35530c020dc0615f3b406c67fce5a5f68b0fc76efacc125079b30d5e9d3a011a)
(comment debian-12-5.2_x86_32_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 9a4a489e639cc5ce8cc540adfb67d381def898ec || git fetch origin master) && git reset -q --hard 9a4a489e639cc5ce8cc540adfb67d381def898ec && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src xenstore.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn xenstore.dev './' && echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.0 dune-configurator.3.17.0 host-arch-x86_32.1 host-system-other.1 lwt.5.9.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2 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 xenstore.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-04 18:27.01: Waiting for resource in pool OCluster
2024-12-04 19:06.51: Waiting for worker…
2024-12-04 19:09.23: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-xenstore.git-46419bfdb90b3e5eea3398f6d90dd9c4e7f51e53/.git/
HEAD is now at ba66bbb Merge pull request #55 from last-genius/directory_part
(from ocaml/opam:debian-12-ocaml-5.2@sha256:35530c020dc0615f3b406c67fce5a5f68b0fc76efacc125079b30d5e9d3a011a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:35530c020dc0615f3b406c67fce5a5f68b0fc76efacc125079b30d5e9d3a011a' locally
docker.io/ocaml/opam@sha256:35530c020dc0615f3b406c67fce5a5f68b0fc76efacc125079b30d5e9d3a011a: Pulling from ocaml/opam
a4133632d0cf: Pulling fs layer
a4133632d0cf: Verifying Checksum
a4133632d0cf: Download complete
a4133632d0cf: Pull complete
Digest: sha256:35530c020dc0615f3b406c67fce5a5f68b0fc76efacc125079b30d5e9d3a011a
Status: Downloaded newer image for ocaml/opam@sha256:35530c020dc0615f3b406c67fce5a5f68b0fc76efacc125079b30d5e9d3a011a
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2024-12-04 19:09.26 ---> using "20f27a8dd50ad64e01ea592712f98b33974e70929cf0875dd0e846c4865b992c" from cache
/: (comment debian-12-5.2_x86_32_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"))
2024-12-04 19:09.26 ---> using "44d0fa6eb14ac78ad1817c973b177f9f584119dbf6191d2be475a9b625b90afb" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-04 19:09.26 ---> using "e574b407c77d1afc86ce7058c6998176f6ad21aeb254b0df19ef5f60f1a06f34" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 5.2.1
2.3.0
2024-12-04 19:09.26 ---> using "011fb09526d8ec97e9f07ba9176494fa10c73654464b9a332471c2c24355d733" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-12-04 19:09.26 ---> using "09333cc4d684c95e72048f82fed87929c7d056f2bb7cdd3be324e258ebf1949d" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9a4a489e639cc5ce8cc540adfb67d381def898ec || git fetch origin master) && git reset -q --hard 9a4a489e639cc5ce8cc540adfb67d381def898ec && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
11bdbee611..9a4a489e63 master -> origin/master
9a4a489e63 Merge pull request #27019 from fpottier/opam-publish-cppo.1.8.0
<><> 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-04 19:09.26 ---> using "9784922c31a03b54b7cf1e8d7812df727993d671de56e557fb0576184189b58b" from cache
/src: (copy (src xenstore.opam) (dst ./))
2024-12-04 19:09.26 ---> saved as "98babb400f6ab82b46383365347cafec496dc911449073f9a9e7c73285dc2194"
/src: (run (network host)
(shell "opam pin add -yn xenstore.dev './' && echo '(lang dune 3.0)' > './dune-project'"))
[xenstore.dev] synchronised (file:///src)
xenstore is now pinned to file:///src (version dev)
2024-12-04 19:09.29 ---> saved as "c3b21f31fcffe859f4f111756b3f3771b0c0b32305aacd64925466bc8db1f328"
/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.0 dune-configurator.3.17.0 host-arch-x86_32.1 host-system-other.1 lwt.5.9.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2 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 xenstore.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 bookworm-updates/main i386 Packages.diff/Index [12.8 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main i386 Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main i386 Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [205 kB]
- Fetched 321 kB in 1s (550 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[xenstore.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_32 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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-12-04 19:09.52 ---> saved as "c929a7626a3110a69a636c548ec28587dde9d9e098a20ba1c5d548e7b0f766dc"
/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-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_32 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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 11 packages
- install base-bytes base
- install cppo 1.8.0
- install csexp 1.5.2
- install dune 3.17.0
- install dune-configurator 3.17.0
- install lwt 5.9.0
- install ocamlfind 1.9.6
- install ocplib-endian 1.2
- install ounit2 2.2.7
- install seq base
- install stdlib-shims 0.3.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved lwt.5.9.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved ounit2.2.2.7 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved dune.3.17.0, dune-configurator.3.17.0 (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.17.0
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ounit2.2.2.7
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.17.0
-> installed lwt.5.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-04 19:12.37 ---> saved as "4697cdd250eb6223239ea884b9f4553901d76db4d4cffcf35f2c1eea54636ae3"
/src: (copy (src .) (dst /src))
2024-12-04 19:12.37 ---> saved as "536b69c2a62e4516439708f3613c282274e39881d0d8ef4dbfd4edbfcf2ac397"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/core_test && ./xs_test.exe)
.............................................................................................
Ran: 93 tests in: 0.17 seconds.
OK
(cd _build/default/server_test && ./server_test.exe)
...................
Ran: 19 tests in: 0.04 seconds.
OK
2024-12-04 19:12.41 ---> saved as "205fad68a5247472dce98e4a8c26f1b3ac6660b78f339ba87ddd51d99df436f4"
Job succeeded
2024-12-04 19:12.42: Job succeeded