OrganisationsmirageZarith9de5ec (zarith-1.13)debian-12-5.2_x86_32_opam-2.1

debian-12-5.2_x86_32_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 12:38.13: New job: test mirage/Zarith https://github.com/mirage/Zarith.git#refs/heads/zarith-1.13 (9de5ec36fc0851f19985b235aa07d56661688155) (linux-x86_64:debian-12-5.2_x86_32_opam-2.1)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:aed32335ce0279b3ee355df3e9485c87c8e9d95aaa193509c464bd11a610d796
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/Zarith.git" -b "zarith-1.13" && cd "Zarith" && git reset --hard 9de5ec36
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:aed32335ce0279b3ee355df3e9485c87c8e9d95aaa193509c464bd11a610d796
# debian-12-5.2_x86_32_opam-2.1
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.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 zarith.opam ./
RUN opam pin add -yn zarith.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-m4.1 dune.3.16.0 gmp.6.2.1-5 host-arch-x86_32.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y zarith.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-06-17 12:38.13: Using cache hint "mirage/Zarith-ocaml/opam:debian-12-ocaml-5.2@sha256:aed32335ce0279b3ee355df3e9485c87c8e9d95aaa193509c464bd11a610d796-debian-12-5.2_x86_32_opam-2.1-15bd1854c3e05fdffe9ecca33c019508"
2024-06-17 12:38.13: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:aed32335ce0279b3ee355df3e9485c87c8e9d95aaa193509c464bd11a610d796)
 (comment debian-12-5.2_x86_32_opam-2.1)
 (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.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src zarith.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn zarith.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-m4.1 dune.3.16.0 gmp.6.2.1-5 host-arch-x86_32.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1")
 (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.1 --depext-only -y zarith.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-06-17 12:38.13: Waiting for resource in pool OCluster
2024-06-17 19:32.40: Waiting for worker…
2024-06-18 19:25.08: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at 9de5ec3 revert a6ad837b (use ocamlc to test C compiler in configure)


(from ocaml/opam:debian-12-ocaml-5.2@sha256:aed32335ce0279b3ee355df3e9485c87c8e9d95aaa193509c464bd11a610d796)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2024-06-18 19:26.14 ---> saved as "8b3f98b1ff4b75b5ace258a23160325ff17de206c44f2f5cbf04c2d13a792eff"


/: (comment debian-12-5.2_x86_32_opam-2.1)


/: (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.1 /usr/bin/opam"))
2024-06-18 19:26.14 ---> saved as "92ce098b297f199ddae609720faee5396b428d2ae2baba7781256ae086a8e03e"


/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.1, 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] synchronised from file:///home/opam/opam-repository
2024-06-18 19:27.42 ---> saved as "1a67bcd47c2b684c3997b9c14773761bc8a2134913d50ed071f11da880455e38"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-18 19:27.43 ---> saved as "cbff8a7b35ecef0ac0774b1d2f83101d38bad87ea15457ac57c2eb87b57a5c5f"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-18 19:27.43 ---> saved as "6a74574c82162af99df4ef976560c96dcea1f76c10156ef2e8b96f382f38a523"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..5d6f1cf035  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


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


The following actions will be performed:
  - install   host-arch-x86_32           1
  - recompile ocaml-options-vanilla      1       [upstream or system changes]
  - recompile ocaml-option-bytecode-only 1       [upstream or system changes]
  - install   host-system-other          1
  - recompile ocaml-base-compiler        5.2.0*  [upstream or system changes]
  - recompile ocaml-config               3       [uses ocaml-base-compiler]
  - recompile ocaml                      5.2.0   [uses ocaml-base-compiler]
  - recompile opam-depext                1.2.1-1 [uses ocaml-option-bytecode-only]
  - recompile base-domains               base    [uses ocaml]
  - recompile base-nnp                   base    [uses base-domains]
===== 2 to install | 8 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_32.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   ocaml-base-compiler.5.2.0
-> removed   ocaml-option-bytecode-only.1
-> installed ocaml-option-bytecode-only.1
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-18 19:32.15 ---> saved as "db867c32d25ccf7c19f029c9dd96435f973a64cc56b10c9741c33b5966102505"


/src: (copy (src zarith.opam) (dst ./))
2024-06-18 19:32.16 ---> saved as "10e34b13a542b1c3c3a805819218da6f40fbe0156b09f0fe23c86fdec86934b8"


/src: (run (network host)
           (shell "opam pin add -yn zarith.dev './'"))
[zarith.dev] synchronised (file:///src)
zarith is now pinned to file:///src (version dev)
2024-06-18 19:32.18 ---> saved as "1ba552a5fd8e7b87094108bca5005f7c74b24adfafbb9825d520874daf8fbfb3"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-m4.1 dune.3.16.0 gmp.6.2.1-5 host-arch-x86_32.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1")


/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.1 --depext-only -y zarith.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 i386 Packages [159 kB]
- Fetched 262 kB in 0s (780 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[zarith.dev] synchronised (no changes)


[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.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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 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


2024-06-18 19:32.42 ---> saved as "976e084471d959ddd09ebecf6a07cddbdb270db2a370f4b8ba4d669b8f1a3396"


/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.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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 dune    3.16.0
  - install conf-m4 1
  - install gmp     6.2.1-5
===== 3 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.16.0  (cached)
-> retrieved gmp.6.2.1-5  (cached)
-> installed conf-m4.1
-> installed dune.3.16.0
-> installed gmp.6.2.1-5
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-18 19:35.48 ---> saved as "374bb17128545b3ff8c59210fb4078dd6b549f5b2b385ead53894a7f464438dc"


/src: (copy (src .) (dst /src))
2024-06-18 19:35.48 ---> saved as "d530eaefdc2261564290f04a6fb5cf39ea6021f06ba59d6071f9dd328f7ba5d0"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /usr/bin/bash -e -u -o pipefail -c 'env CC="gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pthread" LDFLAGS="-L/home/opam/.opam/5.2/lib/gmp/" CFLAGS="-I/home/opam/.opam/5.2/lib/gmp/" CPPFLAGS="-I/home/opam/.opam/5.2/lib/gmp/" ./configure --ocamllibdir /home/opam/.opam/5.2/lib/ocaml')
binary ocaml: found in /home/opam/.opam/5.2/bin
binary ocamlc: found in /home/opam/.opam/5.2/bin
binary ocamldep: found in /home/opam/.opam/5.2/bin
binary ocamlmklib: found in /home/opam/.opam/5.2/bin
binary ocamldoc: found in /home/opam/.opam/5.2/bin
binary gcc: found in /usr/bin
binary ocamlopt: not found
checking compilation with  -I/home/opam/.opam/5.2/lib/gmp/: working
include caml/mlvalues.h: found
binary ocamlfind: not found
binary install: found in /usr/bin
OCaml's word size is 32
include gmp.h: found
library gmp: found
OCaml supports -bin-annot to produce documentation


detected configuration:


  native-code:          no
  dynamic linking:      no
  defines:              -DHAS_GMP 
  includes:             -I/home/opam/.opam/5.2/lib/ocaml -I/home/opam/.opam/5.2/lib/gmp/
  libraries:             -lgmp
  linker options:       -L/home/opam/.opam/5.2/lib/gmp/
  C options:            -I/home/opam/.opam/5.2/lib/gmp/
  installation path:    /home/opam/.opam/5.2/lib/ocaml
  installation method   install


configuration successful!
now type "make" to build
then type "make install" or "sudo make install" to install
2024-06-18 19:35.52 ---> saved as "0b61c22e6d027549fadea0fb5657d515c2a582bfdbfb0910916b7671d05b31c6"
Job succeeded
2024-06-18 19:35.53: Job succeeded