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


Building on laodoke.caelum.ci.dev

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:f4524a9ad6e8f9deb04c38872c1c68d892f8f847304a90f71b39c260fd7c37ab
Status: Downloaded newer image for ocaml/opam:debian-unstable
2025-01-15 21:35.46 ---> 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-15 21:35.46 ---> 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 451b1e526ccb27dc66364a851b27fbf7ccfbc2f2"))
2025-01-15 21:35.46 ---> using "52625e8a37d6974e498c46c5b73987a5de23eb753980981e64630dc695fbe3b3" 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-15 21:35.46 ---> using "bf0993b7e440c7679323e43a556b3a337fb81df454233420043ea0f043d5139e" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.11.2  (cached)
-> installed ocaml-base-compiler.4.11.2
-> installed ocaml-config.1
-> installed ocaml.4.11.2
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.11)
2025-01-15 21:35.46 ---> using "80635393c0eb8ee4aa234b0729c7d07a64afd5a2ee804ce05dcc1809c4e7d060" 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-15-1407.28-F-2025-01-09-1409.48.pdiff [633 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-01-15-1407.28-F-2025-01-09-1409.48.pdiff [633 kB]
- Fetched 902 kB in 5s (196 kB/s)
- Reading package lists...
- 
2025-01-15 21:35.46 ---> using "c37f98a223e4d616365c8220bdbe22a66de560d5306ceec4834d772e836a6b9b" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"secp256k1.0.4.4\"\
               \nopam install -vy \"secp256k1.0.4.4\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"secp256k1.0.4.4\" | 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"))
Nothing to do.
[NOTE] secp256k1.0.4.4 is not installed.

The following actions will be performed:
=== install 8 packages
  - install base              v0.15.1 [required by secp256k1]
  - install conf-secp256k1    2       [required by secp256k1]
  - install csexp             1.5.2   [required by dune-configurator]
  - install dune              3.17.1  [required by secp256k1]
  - install dune-configurator 3.17.1  [required by secp256k1]
  - install secp256k1         0.4.4
  - install sexplib0          v0.15.1 [required by base]
  - install stdio             v0.15.0 [required by secp256k1]

The following system packages will first need to be installed:
    libsecp256k1-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" "libsecp256k1-dev"
- Selecting previously unselected package libpkgconf3: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 ... 19812 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libsecp256k1-2:amd64.
- Preparing to unpack .../libsecp256k1-2_0.5.0-2+b1_amd64.deb ...
- Unpacking libsecp256k1-2:amd64 (0.5.0-2+b1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package libsecp256k1-dev:amd64.
- Preparing to unpack .../libsecp256k1-dev_0.5.0-2+b1_amd64.deb ...
- Unpacking libsecp256k1-dev:amd64 (0.5.0-2+b1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libsecp256k1-2:amd64 (0.5.0-2+b1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libsecp256k1-dev:amd64 (0.5.0-2+b1) ...
- Processing triggers for libc-bin (2.40-5) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/23: [base.v0.15.1: extract]
Processing  2/23: [base.v0.15.1: extract]
Processing  3/23: [base.v0.15.1: extract] [csexp.1.5.2: extract]
Processing  4/23: [base.v0.15.1: extract] [csexp.1.5.2: extract] [dune.3.17.1, dune-configurator.3.17.1: extract]
Processing  5/23: [base.v0.15.1: extract] [csexp.1.5.2: extract] [dune.3.17.1, dune-configurator.3.17.1: extract]
-> installed conf-secp256k1.2
Processing  6/23: [base.v0.15.1: extract] [csexp.1.5.2: extract] [dune.3.17.1, dune-configurator.3.17.1: extract]
-> retrieved base.v0.15.1  (cached)
Processing  6/23: [csexp.1.5.2: extract] [dune.3.17.1, dune-configurator.3.17.1: extract]
Processing  7/23: [csexp.1.5.2: extract] [dune.3.17.1, dune-configurator.3.17.1: extract] [secp256k1.0.4.4: extract]
-> retrieved csexp.1.5.2  (cached)
Processing  7/23: [dune.3.17.1, dune-configurator.3.17.1: extract] [secp256k1.0.4.4: extract]
Processing  8/23: [dune.3.17.1, dune-configurator.3.17.1: extract] [secp256k1.0.4.4: extract] [sexplib0.v0.15.1: extract]
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
Processing  8/23: [secp256k1.0.4.4: extract] [sexplib0.v0.15.1: extract]
Processing  9/23: [secp256k1.0.4.4: extract] [sexplib0.v0.15.1: extract] [stdio.v0.15.0: extract]
Processing 10/23: [secp256k1.0.4.4: extract] [sexplib0.v0.15.1: extract] [stdio.v0.15.0: extract] [dune: ocaml 71]
-> retrieved secp256k1.0.4.4  (cached)
Processing 10/23: [sexplib0.v0.15.1: extract] [stdio.v0.15.0: extract] [dune: ocaml 71]
-> retrieved sexplib0.v0.15.1  (cached)
Processing 10/23: [stdio.v0.15.0: extract] [dune: ocaml 71]
-> retrieved stdio.v0.15.0  (cached)
Processing 10/23: [dune: ocaml 71]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "boot/bootstrap.ml" "-j" "71" (CWD=/home/opam/.opam/4.11/.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 71
- cd _boot && /home/opam/.opam/4.11/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +threads dune_util__Gc.ml
- File "src/dune_util/gc.ml", lines 78-95, characters 5-6:
- Warning 23: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 

Processing 10/23: [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" "71" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune.3.17.1)
-> compiled  dune.3.17.1
-> installed dune.3.17.1
Processing 12/23: [csexp: dune build]
Processing 13/23: [csexp: dune build] [sexplib0: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "71" "@install" (CWD=/home/opam/.opam/4.11/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 13/23: [sexplib0: dune build]
-> installed csexp.1.5.2
Processing 14/23: [sexplib0: dune build]
Processing 15/23: [dune-configurator: rm] [sexplib0: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "71" (CWD=/home/opam/.opam/4.11/.opam-switch/build/sexplib0.v0.15.1)
-> compiled  sexplib0.v0.15.1
Processing 15/23: [dune-configurator: rm]
-> installed sexplib0.v0.15.1
Processing 16/23: [dune-configurator: rm]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune-configurator.3.17.1)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune-configurator.3.17.1)
Processing 16/23: [dune-configurator: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "71" "@install" (CWD=/home/opam/.opam/4.11/.opam-switch/build/dune-configurator.3.17.1)
-> compiled  dune-configurator.3.17.1
-> installed dune-configurator.3.17.1
Processing 18/23: [base: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "base" "-j" "71" (CWD=/home/opam/.opam/4.11/.opam-switch/build/base.v0.15.1)
-> compiled  base.v0.15.1
-> installed base.v0.15.1
Processing 20/23: [stdio: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdio" "-j" "71" (CWD=/home/opam/.opam/4.11/.opam-switch/build/stdio.v0.15.0)
-> compiled  stdio.v0.15.0
-> installed stdio.v0.15.0
Processing 22/23: [secp256k1: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "secp256k1" "-j" "71" (CWD=/home/opam/.opam/4.11/.opam-switch/build/secp256k1.0.4.4)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -g -I /home/opam/.opam/4.11/lib/ocaml -o secp256k1_wrap.o -c secp256k1_wrap.c)
- secp256k1_wrap.c: In function 'ec_privkey_negate':
- secp256k1_wrap.c:68:5: warning: 'secp256k1_ec_privkey_negate' is deprecated: Use secp256k1_ec_seckey_negate instead [-Wdeprecated-declarations]
-    68 |     int ret = secp256k1_ec_privkey_negate(Context_val (ctx),
-       |     ^~~
- In file included from secp256k1_wrap.c:3:
- /usr/include/secp256k1.h:730:48: note: declared here
-   730 | SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_privkey_negate(
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- secp256k1_wrap.c: In function 'ec_privkey_tweak_add':
- secp256k1_wrap.c:74:5: warning: 'secp256k1_ec_privkey_tweak_add' is deprecated: Use secp256k1_ec_seckey_tweak_add instead [-Wdeprecated-declarations]
-    74 |     return Val_bool(secp256k1_ec_privkey_tweak_add(Caml_ba_data_val(ctx),
-       |     ^~~~~~
- /usr/include/secp256k1.h:770:48: note: declared here
-   770 | SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_privkey_tweak_add(
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- secp256k1_wrap.c: In function 'ec_privkey_tweak_mul':
- secp256k1_wrap.c:80:5: warning: 'secp256k1_ec_privkey_tweak_mul' is deprecated: Use secp256k1_ec_seckey_tweak_mul instead [-Wdeprecated-declarations]
-    80 |     return Val_bool(secp256k1_ec_privkey_tweak_mul(Caml_ba_data_val(ctx),
-       |     ^~~~~~
- /usr/include/secp256k1.h:817:48: note: declared here
-   817 | SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_privkey_tweak_mul(
-       |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-> compiled  secp256k1.0.4.4
-> installed secp256k1.0.4.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-15 21:37.16 ---> saved as "95bc3f99ed2edfd866e1df2f887254508a067e3780501a19ba7028b44b1488c8"
Job succeeded