2024-11-06 15:54.52: New job: test nomadic-labs/ocaml-secp256k1-internal https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal.git#refs/heads/master (208f167fd87140ab282bca93d23d84884e0d531b) (freebsd-x86_64:freebsd-4.14_opam-2.2) Base: freebsd-ocaml-4.14 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 freebsd-ocaml-4.14 # freebsd-4.14_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.2 /usr/local/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-06 15:54.52: Using cache hint "nomadic-labs/ocaml-secp256k1-internal-freebsd-ocaml-4.14-freebsd-4.14_opam-2.2-53e9c4f434d07f11d3fd42cae378312d" 2024-11-06 15:54.52: Using OBuilder spec: ((from freebsd-ocaml-4.14) (comment freebsd-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/local/bin/opam-2.2 /usr/local/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-06 15:54.52: Waiting for resource in pool OCluster 2024-11-06 15:54.52: Waiting for worker… 2024-11-06 15:56.23: Got resource from pool OCluster Building on spring All commits already cached HEAD is now at 208f167 change ci (from freebsd-ocaml-4.14) 2024-11-06 15:46.26 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache /: (comment freebsd-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/local/bin/opam-2.2 /usr/local/bin/opam")) 2024-11-06 15:46.27 ---> using "331cb54c56ba47239b6522558e6295f68ba679de6d38a5ddae6e1282bd4c3227" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using 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.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2024-11-06 15:46.28 ---> using "0ea397e38f2ed580c996b50aedfdb35f589fe8d5328e4d5701e3485ad0ee7d31" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.0-RELEASE-p11 The OCaml toplevel, version 4.14.2 2.2.1 2024-11-06 15:46.29 ---> using "e6ed3443f91a45dc3e2b2fd8eca0fa438601ccaf0a656f5e040e0ef7ec1bf353" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-06 15:46.29 ---> using "a8768039a9919ab7082a771b4ea48607524661cf72600917c57416f2763555c6" 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")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 5e7a27da27..2dff29abd6 master -> origin/master 371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2024-11-06 15:46.30 ---> using "48b74e6b87b5fd6285800b202473a76e1d9974c606b0a264ce4925a846e9d3dc" from cache /src: (copy (src secp256k1-internal.opam) (dst ./)) 2024-11-06 15:46.33 ---> saved as "2a61138455093a044cc458324351bcec567d3b2ad745ddbb48b65fd98a73da18" /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-06 15:46.38 ---> saved as "1d9d80e38d3589f24d532e5d64a0dfccab431240f928fbb80dc6ee784cd6958f" /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")) [WARNING] Unknown update command for bsd, skipping system update <><> 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 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "gmp" - Updating FreeBSD repository catalogue... - [spring] Fetching data.pkg: - . - . - . - . - . - . - . - . - . - . done - Processing entries: - Processing entries.... - . - . - . - . - . - . - . - . - . done - FreeBSD repository update completed. 35518 packages processed. - All repositories are up to date. - The following 1 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - gmp: 6.3.0 - - Number of packages to be installed: 1 - - The process will require 3 MiB more space. - 498 KiB to be downloaded. - [spring] [1/1] Fetching gmp-6.3.0.pkg: - .. - ..... - .. done - Checking integrity... done (0 conflicting) - [spring] [1/1] Installing gmp-6.3.0... - [spring] [1/1] Extracting gmp-6.3.0: .......... done 2024-11-06 15:49.02 ---> saved as "5c7bdd4243389c6ce513e8fad0ed7cd4be122b3e94adb889e364ba94d4e30f4a" /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 ∗ alcotest 1.8.0 ∗ astring 0.8.5 ∗ base-bytes 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 ∗ js_of_ocaml-compiler 5.8.2 ∗ menhir 20240715 ∗ menhirCST 20240715 ∗ menhirLib 20240715 ∗ menhirSdk 20240715 ∗ ocaml-compiler-libs v0.12.4 ∗ 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 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved bigstring.0.3 (cached) ⬇ retrieved conf-gmp.4 (cached) ⬇ retrieved csexp.1.5.2 (cached) ∗ installed conf-pkg-config.3 ⬇ retrieved cstruct.6.2.0 (cached) ∗ installed conf-gmp.4 ⬇ retrieved cmdliner.1.3.0 (cached) ⬇ retrieved fmt.0.9.0 (cached) ⬇ retrieved alcotest.1.8.0 (cached) ⬇ retrieved gen.1.1 (cached) ⬇ retrieved hex.1.5.0 (cached) ⬇ retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) ⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved js_of_ocaml-compiler.5.8.2 (cached) ⬇ retrieved ocamlbuild.0.15.0 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved ocamlfind.1.9.6 (cached) ⬇ retrieved re.1.12.0 (cached) ⬇ retrieved dune.3.16.1, dune-configurator.3.16.1 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved sedlex.3.3 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ∗ installed ocamlbuild.0.15.0 ⬇ retrieved uutf.1.0.3 (cached) ⬇ retrieved topkg.1.0.7 (cached) ⬇ retrieved ppxlib.0.33.0 (cached) ⬇ retrieved yojson.2.2.2 (cached) ∗ installed cmdliner.1.3.0 ∗ installed ocamlfind.1.9.6 ∗ installed base-bytes.base ∗ installed topkg.1.0.7 ∗ installed uutf.1.0.3 ∗ installed astring.0.8.5 ∗ installed fmt.0.9.0 ∗ installed dune.3.16.1 ∗ installed menhirCST.20240715 ∗ installed cstruct.6.2.0 ∗ installed csexp.1.5.2 ∗ installed bigstring.0.3 ∗ installed hex.1.5.0 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed ocaml-compiler-libs.v0.12.4 ∗ installed menhirSdk.20240715 ∗ installed menhirLib.20240715 ∗ installed ppx_derivers.1.2.1 ∗ installed yojson.2.2.2 ∗ installed stdlib-shims.0.3.0 ∗ installed sexplib0.v0.17.0 ∗ installed re.1.12.0 ∗ installed dune-configurator.3.16.1 ∗ installed gen.1.1 ∗ installed alcotest.1.8.0 ∗ installed ppxlib.0.33.0 ∗ installed sedlex.3.3 ∗ installed menhir.20240715 ∗ installed js_of_ocaml-compiler.5.8.2 Done. 2024-11-06 15:53.54 ---> saved as "9b7cdd81b15170381533cb5c61cdd7d030d4b3e4fbd86a915ccd5238db9f1b1b" /src: (copy (src .) (dst /src)) 2024-11-06 15:54.00 ---> saved as "6ba9614ff9f2bebd9dd6cd8b700c292ecd09f5f76b42bb6f583dc6c6f6db6638" /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 `H60TUY9D'. [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.002s. 10 tests run. 2024-11-06 15:54.29 ---> saved as "7cec6ab5aee71a4fec4e4c0eccfc271f093a2f7d06f768af3855fa42819da8e5" Job succeeded 2024-11-06 16:04.56: Job succeeded