OrganisationsmirageZarith9de5ec (zarith-1.13)ubuntu-24.04-5.2_opam-2.1

ubuntu-24.04-5.2_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:ubuntu-24.04-5.2_opam-2.1)
Base: ocaml/opam@sha256:a378dcb9ae889d9a5c5a275ce34087e86b7094ca987c9faef10cee5071dc260a
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@sha256:a378dcb9ae889d9a5c5a275ce34087e86b7094ca987c9faef10cee5071dc260a
# ubuntu-24.04-5.2_opam-2.1
USER 1000:1000
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_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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@sha256:a378dcb9ae889d9a5c5a275ce34087e86b7094ca987c9faef10cee5071dc260a-ubuntu-24.04-5.2_opam-2.1-1b6a32b57e301f4de9ca98ce9868514e"
2024-06-17 12:38.13: Using OBuilder spec:
((from ocaml/opam@sha256:a378dcb9ae889d9a5c5a275ce34087e86b7094ca987c9faef10cee5071dc260a)
 (comment ubuntu-24.04-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (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_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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.26: Waiting for worker…
2024-06-18 19:25.07: Got resource from pool OCluster
Building on x86-bm-c8.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/Zarith.git-552a6ed06f1920b85bff3c34d2d8f06f7a1b9554/.git/
HEAD is now at 9de5ec3 revert a6ad837b (use ocamlc to test C compiler in configure)


(from ocaml/opam@sha256:a378dcb9ae889d9a5c5a275ce34087e86b7094ca987c9faef10cee5071dc260a)
2024-06-18 19:26.28 ---> saved as "ae5b5e47aae07df97142c46026fc224baa9248fb591ccf65a09396f2b2a8e7ca"


/: (comment ubuntu-24.04-5.2_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (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.28 ---> saved as "14fcb6997fcad112040783b583a29ebd156430ae820afe3a200d2db65e5d1461"


/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.49 ---> saved as "9b351f6374c78fae007925419503cebd8f52ffa1e814a6a5e592c70e25b90e1b"


/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.49 ---> saved as "c1649bea25b646afd1c4e0635ca52c3047833721ff6679993fa493bb362c0c54"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-18 19:27.49 ---> saved as "b762762a08f1e7d4744931fe1ea85f67842bcc4b969715ded633ebfb5b248ec7"


/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
   c61e9068d5..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_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.2.0*  [upstream or system changes]
  - recompile ocaml-config          3       [upstream or system changes]
  - recompile ocaml                 5.2.0   [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> 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:34.39 ---> saved as "39aa226067fcfe8fe7445859ae59d2a9576ef09268d545901bc8559cb79909b2"


/src: (copy (src zarith.opam) (dst ./))
2024-06-18 19:34.39 ---> saved as "16742317c8220a5d6c4de8517bf1667c6eb158eb66ecbb213119c566ef376926"


/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:34.42 ---> saved as "4f55dc2d4e91fd5b4f08f6bf9bba82f005a182bb0aebd7552610d3e7c6d7d116"


/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_64.1 host-system-other.1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [84.8 kB]
- Get:3 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [52.1 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [196 kB]
- Hit:5 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [3097 B]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [84.8 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [220 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [79.4 kB]
- Get:12 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [7519 B]
- Fetched 1106 kB in 1s (1046 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-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_64 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:35.09 ---> saved as "fc3f44287132a0356327f80400ab9ca8f6dfcd7ce5e0b82d36c0684dfa9b7f12"


/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 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_64 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:37.12 ---> saved as "102837551aa64859d0612e49b95eae234504c2352ba0e3360713d7a4320ae8a9"


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


/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: found in /home/opam/.opam/5.2/bin
checking compilation with  -I/home/opam/.opam/5.2/lib/gmp/: working
include caml/mlvalues.h: found
library dynlink.cmxa: found
binary ocamlfind: not found
binary install: found in /usr/bin
OCaml's word size is 64
include gmp.h: found
library gmp: found
OCaml supports -bin-annot to produce documentation


detected configuration:


  native-code:          yes
  dynamic linking:      yes
  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:37.16 ---> saved as "9363ab6e4045d67798241db354333084ac55b3ea3c3097783438fcc0f5a55619"
Job succeeded
2024-06-18 19:37.17: Job succeeded