OCamllabs icon Home|Differences with the last checks|Previous runs


Building on x86-bm-c2.sw.ocaml.org

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
7f7d5c240a4a: Pulling fs layer
7f7d5c240a4a: Verifying Checksum
7f7d5c240a4a: Download complete
7f7d5c240a4a: Pull complete
Digest: sha256:81ff3a8ed6b61297aaebfb477e71e1e69be937d68ac0f11bc75b0a2271c50cdd
Status: Downloaded newer image for ocaml/opam:debian-unstable
2025-01-01 15:52.30 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-01-01 15:52.30 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 2d85539cd05071ec4f91d6c4ee35d2adc44aa283"))
2025-01-01 15:52.30 ---> using "c3dc34689001c88c5c748166aac21d000b27417b693a8a050c46c712e4c6f12f" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2025-01-01 15:52.30 ---> using "5a348168a87ee09c4f105e0c0448a2ea8bfb106cbf2d1e7ff2090f1392205351" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.13' '4.13.1'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.13.1"} | "ocaml-system" {= "4.13.1"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.13.1  (cached)
-> installed ocaml-base-compiler.4.13.1
-> installed ocaml-config.2
-> installed ocaml.4.13.1
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.13)
2025-01-01 15:52.30 ---> using "521926dc79a97683ef70d2a3ad555630f79093c4d503f1cb87a5740622a8b754" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [205 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-01-01-1406.38-F-2024-12-27-1406.27.pdiff [487 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-01-01-1406.38-F-2024-12-27-1406.27.pdiff [487 kB]
- Fetched 755 kB in 3s (284 kB/s)
- Reading package lists...
- 
2025-01-01 15:52.30 ---> using "d5ace38b3bf6c2e46a1faed1cf8c4a120905dcd8612d75609c789220967b9088" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"bitwuzla-c.1.0.5\"\
               \nopam install -vy \"bitwuzla-c.1.0.5\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"bitwuzla-c.1.0.5\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] bitwuzla-c.1.0.5 is not installed.

Nothing to do.
The following actions will be performed:
=== install 6 packages
  - install bitwuzla-c 1.0.5
  - install conf-g++   1.0    [required by bitwuzla-c]
  - install conf-gcc   1.0    [required by bitwuzla-c]
  - install conf-git   1.1    [required by bitwuzla-c]
  - install conf-gmp   4      [required by bitwuzla-c]
  - install dune       3.17.1 [required by bitwuzla-c]

The following system packages will first need to be installed:
    libgmp-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19805 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Processing triggers for libc-bin (2.40-4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/18: [bitwuzla-c.1.0.5: extract]
Processing  2/18: [bitwuzla-c.1.0.5: extract]
Processing  3/18: [bitwuzla-c.1.0.5: extract]
Processing  4/18: [bitwuzla-c.1.0.5: extract]
-> retrieved conf-gmp.4  (cached)
Processing  5/18: [bitwuzla-c.1.0.5: extract]
Processing  6/18: [bitwuzla-c.1.0.5: extract] [dune.3.17.1: extract]
Processing  7/18: [bitwuzla-c.1.0.5: extract] [dune.3.17.1: extract] [conf-g++: g++]
Processing  8/18: [bitwuzla-c.1.0.5: extract] [dune.3.17.1: extract] [conf-g++: g++] [conf-gcc: gcc]
Processing  9/18: [bitwuzla-c.1.0.5: extract] [dune.3.17.1: extract] [conf-g++: g++] [conf-gcc: gcc] [conf-git: git]
Processing 10/18: [bitwuzla-c.1.0.5: extract] [dune.3.17.1: extract] [conf-g++: g++] [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
-> retrieved bitwuzla-c.1.0.5  (cached)
Processing 10/18: [dune.3.17.1: extract] [conf-g++: g++] [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
-> retrieved dune.3.17.1  (cached)
Processing 10/18: [conf-g++: g++] [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh]
Processing 11/18: [conf-g++: g++] [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh] [dune: ocaml 39]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "g++" "--version" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-g++.1.0)
- g++ (Debian 14.2.0-11) 14.2.0
- Copyright (C) 2024 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.  There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-> compiled  conf-g++.1.0
Processing 11/18: [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh] [dune: ocaml 39]
-> installed conf-g++.1.0
Processing 12/18: [conf-gcc: gcc] [conf-git: git] [conf-gmp: sh] [dune: ocaml 39]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "gcc" "--version" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-gcc.1.0)
- gcc (Debian 14.2.0-11) 14.2.0
- Copyright (C) 2024 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.  There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-> compiled  conf-gcc.1.0
Processing 12/18: [conf-git: git] [conf-gmp: sh] [dune: ocaml 39]
-> installed conf-gcc.1.0
Processing 13/18: [conf-git: git] [conf-gmp: sh] [dune: ocaml 39]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "git" "--version" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-git.1.1)
- git version 2.45.2
-> compiled  conf-git.1.1
Processing 13/18: [conf-gmp: sh] [dune: ocaml 39]
-> installed conf-git.1.1
Processing 14/18: [conf-gmp: sh] [dune: ocaml 39]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-gmp.4)
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 14/18: [dune: ocaml 39]
-> installed conf-gmp.4
Processing 15/18: [dune: ocaml 39]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "39" (CWD=/home/opam/.opam/4.13/.opam-switch/build/dune.3.17.1)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
- 

Processing 15/18: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "39" (CWD=/home/opam/.opam/4.13/.opam-switch/build/dune.3.17.1)
-> compiled  dune.3.17.1
-> installed dune.3.17.1
Processing 17/18: [bitwuzla-c: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bitwuzla-c" "-j" "39" "@install" (CWD=/home/opam/.opam/4.13/.opam-switch/build/bitwuzla-c.1.0.5)
- (cd _build/default/vendor && /usr/bin/patch -p1 --directory symfpu) < _build/default/vendor/bitwuzla/contrib/symfpu_20201114.patch
- File core/add.h is read-only; trying to patch anyway
- patching file core/add.h
- Hunk #1 succeeded at 402 (offset 6 lines).
- Hunk #2 succeeded at 529 (offset 6 lines).
- Hunk #3 succeeded at 547 (offset 6 lines).
- File core/convert.h is read-only; trying to patch anyway
- patching file core/convert.h
- Hunk #1 succeeded at 100 (offset 6 lines).
- Hunk #2 succeeded at 180 (offset 6 lines).
- Hunk #3 succeeded at 224 (offset 6 lines).
- File core/divide.h is read-only; trying to patch anyway
- patching file core/divide.h
- Hunk #1 succeeded at 111 (offset 6 lines).
- Hunk #2 succeeded at 122 (offset 6 lines).
- File core/multiply.h is read-only; trying to patch anyway
- patching file core/multiply.h
- Hunk #1 succeeded at 103 (offset 6 lines).
- File core/operations.h is read-only; trying to patch anyway
- patching file core/operations.h
- Hunk #1 succeeded at 30 (offset 6 lines).
- File core/packing.h is read-only; trying to patch anyway
- patching file core/packing.h
- Hunk #1 succeeded at 108 (offset 6 lines).
- Hunk #2 succeeded at 137 (offset 6 lines).
- File core/rounder.h is read-only; trying to patch anyway
- patching file core/rounder.h
- Hunk #1 succeeded at 387 (offset 6 lines).
- Hunk #2 succeeded at 582 (offset 6 lines).
- File core/sqrt.h is read-only; trying to patch anyway
- patching file core/sqrt.h
- Hunk #1 succeeded at 97 (offset 6 lines).
- File core/unpackedFloat.h is read-only; trying to patch anyway
- patching file core/unpackedFloat.h
- Hunk #1 succeeded at 108 (offset 6 lines).
- Hunk #2 succeeded at 172 (offset 6 lines).
- Hunk #3 succeeded at 182 (offset 6 lines).
- Hunk #4 succeeded at 444 (offset 6 lines).
-> compiled  bitwuzla-c.1.0.5
-> installed bitwuzla-c.1.0.5
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-01 15:53.41 ---> saved as "d11b679364db875e7d5d1a7563344fd112e29fbf2af5bb087199094bc9452ff4"
Job succeeded