Organisationsnomadic-labsocaml-secp256k1-internal208f16 ()debian-12-4.14_arm64_opam-2.2

debian-12-4.14_arm64_opam-2.2

Link Copied
Code Copied

Logs

2024-11-15 21:01.30: New job: test nomadic-labs/ocaml-secp256k1-internal https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal.git#refs/heads/master (208f167fd87140ab282bca93d23d84884e0d531b) (linux-arm64:debian-12-4.14_arm64_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:2fd140adea096d2368c0964f980a4733f2ded0ada5a0eb072f48fc9d5988d161
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:debian-12-ocaml-4.14@sha256:2fd140adea096d2368c0964f980a4733f2ded0ada5a0eb072f48fc9d5988d161
# debian-12-4.14_arm64_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-arm64.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:01.30: Using cache hint "nomadic-labs/ocaml-secp256k1-internal-ocaml/opam:debian-12-ocaml-4.14@sha256:2fd140adea096d2368c0964f980a4733f2ded0ada5a0eb072f48fc9d5988d161-debian-12-4.14_arm64_opam-2.2-f1eaebe00600858e1aa9243a924c25cb"
2024-11-15 21:01.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:2fd140adea096d2368c0964f980a4733f2ded0ada5a0eb072f48fc9d5988d161)
(comment debian-12-4.14_arm64_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-arm64.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:01.30: Waiting for resource in pool OCluster
2024-11-15 21:01.30: Waiting for worker…
2024-11-15 21:04.05: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
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/ocaml-secp256k1-internal.git-134e71b389ad461502b5a6386f261ab8c8501709/.git/
HEAD is now at 208f167 change ci


(from ocaml/opam:debian-12-ocaml-4.14@sha256:2fd140adea096d2368c0964f980a4733f2ded0ada5a0eb072f48fc9d5988d161)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2fd140adea096d2368c0964f980a4733f2ded0ada5a0eb072f48fc9d5988d161' locally
docker.io/ocaml/opam@sha256:2fd140adea096d2368c0964f980a4733f2ded0ada5a0eb072f48fc9d5988d161: Pulling from ocaml/opam
e5cd42fe8d65: Pulling fs layer
e5cd42fe8d65: Verifying Checksum
e5cd42fe8d65: Download complete
e5cd42fe8d65: Pull complete
Digest: sha256:2fd140adea096d2368c0964f980a4733f2ded0ada5a0eb072f48fc9d5988d161
Status: Downloaded newer image for ocaml/opam@sha256:2fd140adea096d2368c0964f980a4733f2ded0ada5a0eb072f48fc9d5988d161
2024-11-15 21:04.06 ---> using "5444a3569ff508e3022b71da32926ff4ca8d8f043f9cad544cb43211539f1b94" from cache


/: (comment debian-12-4.14_arm64_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:04.06 ---> using "ec4d7206af0f190eee59189d2a3b0d4f655d50796ce2017c3149fa75f061b1ed" 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.


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.


Continue? [y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-11-15 21:04.06 ---> using "ba476482b1d530e4c9700f259975d3af35b521d59f818d869291aaf3fd664493" 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:04.06 ---> using "6b7b592ee63f2ad389ce929e9973d20717e4668b6db4178a9f6113aa03c9fe3a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-11-15 21:04.06 ---> using "ec34efa34d89a573d45e408ab629b3b13ad51c004dfe3b84acec3c3f4236e114" 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:04.06 ---> using "371cd6f64cf26b738249bba8dd3868dfbf614e2ad7c1aa0e254f86fb77d62113" from cache


/src: (copy (src secp256k1-internal.opam) (dst ./))
2024-11-15 21:04.06 ---> saved as "d5aabeb89f82e176fd289b66956f71b68a22f5275175fddc6f3e146ec764078a"


/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:04.08 ---> saved as "924e5ce861ac16edacc4334f8ce9dc45eb2a4a224cfad4d248bbfd07186c459a"


/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-arm64.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 "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 arm64 Packages [201 kB]
- Fetched 304 kB in 0s (760 kB/s)
- Reading package lists...
- 


<><> 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-arm64 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:
libgmp-dev pkg-config


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:arm64.
- (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 ... 18768 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_arm64.deb ...
- Unpacking libgmpxx4ldbl:arm64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:arm64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_arm64.deb ...
- Unpacking libgmp-dev:arm64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:arm64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_arm64.deb ...
- Unpacking libpkgconf3:arm64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_arm64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:arm64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_arm64.deb ...
- Unpacking pkgconf:arm64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:arm64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_arm64.deb ...
- Unpacking pkg-config:arm64 (1.8.1-1) ...
- Setting up libpkgconf3:arm64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:arm64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:arm64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:arm64 (1.8.1-1) ...
- Setting up pkg-config:arm64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
2024-11-15 21:04.24 ---> saved as "78da268ae8f91934347d44e158f609d0bc8cc1462100442b222888e3cb07f0d9"


/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-arm64 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 alcotest.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (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 ppx_derivers.1.2.1  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed cmdliner.1.3.0
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.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:05.35 ---> saved as "0a2a78138d372b62f44cc037497301a4de06e3226b614ec77c642d66620e4759"


/src: (copy (src .) (dst /src))
2024-11-15 21:05.35 ---> saved as "b4449426731edb1258dc26f13cc264523a262b7cfed3e5d48e9b18c020cdf99b"


/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 `BB7Y2BT9'.


[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.004s. 10 tests run.
2024-11-15 21:05.39 ---> saved as "dd33bacff2adf69d62bdab36846848d6237088a4a3d792e212a651a15053dc93"
Job succeeded
2024-11-15 21:05.40: Job succeeded