2024-11-15 21:03.45: New job: test nomadic-labs/ocaml-secp256k1-internal https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal.git#refs/heads/master (208f167fd87140ab282bca93d23d84884e0d531b) (linux-x86_64:alpine-3.20-4.14_opam-2.2) Base: ocaml/opam:alpine-3.20-ocaml-4.14@sha256:3017425d9ba4946bccb7ca5215892ed0e6fc57dd38e02f60882a484b8ad323d4 Opam project build To reproduce locally: git clone --recursive "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal.git" -b "master" && cd "ocaml-secp256k1-internal" && git reset --hard 208f167f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.20-ocaml-4.14@sha256:3017425d9ba4946bccb7ca5215892ed0e6fc57dd38e02f60882a484b8ad323d4 # alpine-3.20-4.14_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 secp256k1-internal.opam ./ RUN opam pin add -yn secp256k1-internal.dev './' ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstring.0.3 cmdliner.1.3.0 conf-gmp.4 conf-pkg-config.3 csexp.1.5.2 cstruct.6.2.0 dune.3.16.1 dune-configurator.3.16.1 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y secp256k1-internal.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-11-15 21:03.45: Using cache hint "nomadic-labs/ocaml-secp256k1-internal-ocaml/opam:alpine-3.20-ocaml-4.14@sha256:3017425d9ba4946bccb7ca5215892ed0e6fc57dd38e02f60882a484b8ad323d4-alpine-3.20-4.14_opam-2.2-53e9c4f434d07f11d3fd42cae378312d" 2024-11-15 21:03.45: Using OBuilder spec: ((from ocaml/opam:alpine-3.20-ocaml-4.14@sha256:3017425d9ba4946bccb7ca5215892ed0e6fc57dd38e02f60882a484b8ad323d4) (comment alpine-3.20-4.14_opam-2.2) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src secp256k1-internal.opam) (dst ./)) (run (network host) (shell "opam pin add -yn secp256k1-internal.dev './'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstring.0.3 cmdliner.1.3.0 conf-gmp.4 conf-pkg-config.3 csexp.1.5.2 cstruct.6.2.0 dune.3.16.1 dune-configurator.3.16.1 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") (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.2 --depext-only -y secp256k1-internal.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-11-15 21:03.45: Waiting for resource in pool OCluster 2024-11-15 21:03.45: Waiting for worker… 2024-11-15 21:06.53: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 208f167 change ci (from ocaml/opam:alpine-3.20-ocaml-4.14@sha256:3017425d9ba4946bccb7ca5215892ed0e6fc57dd38e02f60882a484b8ad323d4) 2024-11-15 21:09.41 ---> using "69fa712b34304237c6cf0c8b68f5d3b8997d40c9267075fb98bfee43dade2e71" from cache /: (comment alpine-3.20-4.14_opam-2.2) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2024-11-15 21:09.41 ---> using "3c604d2975dd79e06a9499f50589af23b70db62589674c73f03d5715efa11e08" 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. Continue? [y/n] y This development 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-11-15 21:09.41 ---> using "0a37cc6e5dca60eb027ab412c3ad226bd3b28cfe2f82f6df732800b069e471c7" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-122-generic The OCaml toplevel, version 4.14.2 2.2.1 2024-11-15 21:09.41 ---> using "f8daea5be1cd7eb761f325657f0d8287d312f8583e458bd0178e73aed730dbd7" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-15 21:09.41 ---> using "0824654b053b7a2339ce516c55bfe6ed6850ca7f6e4f81f72dae628de842f1da" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) 371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1 <><> 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. # Run eval $(opam env) to update the current shell environment 2024-11-15 21:10.02 ---> saved as "88d8f265c9da97da9dcc45b504cc8d471b3f52f5537a1b8b85b66efe504ec893" /src: (copy (src secp256k1-internal.opam) (dst ./)) 2024-11-15 21:10.03 ---> saved as "4ab3c05135e56110453994f78c17a20253955fd9a064352480babf21933ee388" /src: (run (network host) (shell "opam pin add -yn secp256k1-internal.dev './'")) [secp256k1-internal.dev] synchronised (file:///src) secp256k1-internal is now pinned to file:///src (version dev) 2024-11-15 21:10.05 ---> saved as "4050a0af2305d820ff5103953bdcba2a91b3ecf3cbef6e4efb93182b97dba8e3" /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstring.0.3 cmdliner.1.3.0 conf-gmp.4 conf-pkg-config.3 csexp.1.5.2 cstruct.6.2.0 dune.3.16.1 dune-configurator.3.16.1 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 js_of_ocaml-compiler.5.8.2 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") /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.2 --depext-only -y secp256k1-internal.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.20.3-325-gf98cee90219 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] - v3.20.3-328-g4d949b7c146 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] - v20240923-4427-ga231acc6635 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20240923-4426-gf0ea166a863 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20240923-4425-gfa5be8f7245 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 55948 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [secp256k1-internal.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). The following system packages will first need to be installed: gmp-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apk" "add" "gmp-dev" - (1/2) Installing libgmpxx (6.3.0-r1) - (2/2) Installing gmp-dev (6.3.0-r1) - OK: 297 MiB in 102 packages 2024-11-15 21:10.21 ---> saved as "9a7ce26b81d6ebfb5a25bfabd0a0d1db790f712af3132c414ca4864613d25e42" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). The following actions will be performed: === install 33 packages - install alcotest 1.8.0 - install astring 0.8.5 - install base-bytes base - install bigstring 0.3 - install cmdliner 1.3.0 - install conf-gmp 4 - install conf-pkg-config 3 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.16.1 - install dune-configurator 3.16.1 - install fmt 0.9.0 - install gen 1.1 - install hex 1.5.0 - install js_of_ocaml-compiler 5.8.2 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ppx_derivers 1.2.1 - install ppxlib 0.33.0 - install re 1.12.0 - install sedlex 3.3 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bigstring.0.3 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved alcotest.1.8.0 (cached) -> installed conf-gmp.4 -> installed conf-pkg-config.3 -> retrieved cstruct.6.2.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved gen.1.1 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved dune.3.16.1, dune-configurator.3.16.1 (cached) -> retrieved js_of_ocaml-compiler.5.8.2 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> installed cmdliner.1.3.0 -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved ppxlib.0.33.0 (cached) -> retrieved sedlex.3.3 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved yojson.2.2.2 (cached) -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed dune.3.16.1 -> installed bigstring.0.3 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed gen.1.1 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed ppx_derivers.1.2.1 -> installed re.1.12.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.2.2.2 -> installed hex.1.5.0 -> installed alcotest.1.8.0 -> installed dune-configurator.3.16.1 -> installed menhir.20240715 -> installed ppxlib.0.33.0 -> installed sedlex.3.3 -> installed js_of_ocaml-compiler.5.8.2 Done. # Run eval $(opam env) to update the current shell environment 2024-11-15 21:11.27 ---> saved as "3a0a8a15e7007d4f8143786bfa4d85cea290ffbd394c2895ca1044b6f2d4e601" /src: (copy (src .) (dst /src)) 2024-11-15 21:11.27 ---> saved as "e3bf76a5b26b63742d08a921a3378e32e3e7b8093bfc0fba6a4df788f4c167af" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Testing `secp256k1'. This run has ID `IWQR72ZX'. [OK] Scalar 0 basic. [OK] Scalar 1 add_inplace. [OK] External 0 signature_of_string. [OK] External 1 valid_signature. [OK] External 2 invalid_signature. [OK] External 3 public_module. [OK] External 4 pubkey_creation. [OK] External 5 sign. [OK] External 6 combine. [OK] External 7 recover. Full test results in `/src/_build/default/test/_build/_tests/secp256k1'. Test Successful in 0.001s. 10 tests run. 2024-11-15 21:11.33 ---> saved as "9deae7443638ce9a13da50d792b5d86a980cad789b20a84fb38f3de179703e60" Job succeeded 2024-11-15 21:11.33: Job succeeded