Organisationsmirageca-certs-nss63baab ()opensuse-15.5-5.1_opam-2.1

opensuse-15.5-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:30.16: New job: test mirage/ca-certs-nss https://github.com/mirage/ca-certs-nss.git#refs/heads/main (63baab822e5da971368b905459da8e6dde863ef4) (linux-x86_64:opensuse-15.5-5.1_opam-2.1)
Base: ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ca-certs-nss.git" -b "main" && cd "ca-certs-nss" && git reset --hard 63baab82
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b
# opensuse-15.5-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ca-certs-nss.opam ./
RUN opam pin add -yn ca-certs-nss.dev './'
ENV DEPS="alcotest.1.7.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bos.0.2.1 cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.5.0 logs.0.7.0 macaddr.5.5.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 pbkdf.1.2.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 x509.0.16.5 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ca-certs-nss.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-04-30 08:30.16: Using cache hint "mirage/ca-certs-nss-ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b-opensuse-15.5-5.1_opam-2.1-7ea58360582b1ca4af5267cbf920964a"
2024-04-30 08:30.16: Using OBuilder spec:
((from ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b)
 (comment opensuse-15.5-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ca-certs-nss.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn ca-certs-nss.dev './'"))
 (env DEPS "alcotest.1.7.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bos.0.2.1 cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.5.0 logs.0.7.0 macaddr.5.5.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 pbkdf.1.2.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 x509.0.16.5 zarith.1.13")
 (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.1 --depext-only -y ca-certs-nss.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-04-30 08:30.16: Waiting for resource in pool OCluster
2024-04-30 19:05.39: Waiting for worker…
2024-04-30 19:11.35: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
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/ca-certs-nss.git-8dfc537b4f246667f750566fd3d577e36cd3d9fd/.git/
HEAD is now at 63baab8 update to NSS 3.99 (no change in certdata)


(from ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b)
2024-04-30 19:12.27 ---> saved as "67e7f995c1f1de6afe3b842b6864da7bf603a20c96725b708ddf62f38defd3f7"


/: (comment opensuse-15.5-5.1_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 19:12.28 ---> saved as "a86b6f66018fb6b6b01b493d982df053fa08865b06dda4c20b991c2d5b676395"


/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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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-04-30 19:13.43 ---> saved as "77c5c02e6d5b67713360208b87a52318d724017b7ad33f45aef57c9e1019532a"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 19:13.43 ---> saved as "4af627995f639c8cfa4ee61a5cb92c72674f662d350e564ae25e21431fee5d52"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:13.43 ---> saved as "859bf81ccecaf940d1867027766280d5dbb11bb06da04b97b5b2a74c90ab4e4c"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..bafea8d973  master     -> origin/master
e90e14059c Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.0


<><> 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-04-30 19:15.27 ---> saved as "ed6ae106e802e6fa290513364393c0687605787eba52b15281264ae30689773e"


/src: (copy (src ca-certs-nss.opam) (dst ./))
2024-04-30 19:15.27 ---> saved as "816b9e486ebbfaabc278de4edfb1173b69e43a411ade8aca464b47644babff70"


/src: (run (network host)
           (shell "opam pin add -yn ca-certs-nss.dev './'"))
[ca-certs-nss.dev] synchronised (file:///src)
ca-certs-nss is now pinned to file:///src (version dev)
2024-04-30 19:15.35 ---> saved as "a94128b4cf66ac54f12f1c42bddef9883c5c5247a57ea4dbcbaac8eb7a789b1d"


/src: (env DEPS "alcotest.1.7.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bos.0.2.1 cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eqaf.0.9 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 ipaddr.5.5.0 logs.0.7.0 macaddr.5.5.0 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 pbkdf.1.2.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 x509.0.16.5 zarith.1.13")


/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.1 --depext-only -y ca-certs-nss.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [....
- ......done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [...
- ...
- ..
- ..
- ......
- ..........
- .....
- ...done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [...
- .
- .....done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- ..
- .....done]
- Building repository 'Update Repository (Non-Oss)' cache [..
- .done]
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ca-certs-nss.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 2 NEW packages are going to be installed:
-   gmp-devel libgmpxx4
- 
- 2 new packages to install.
- Overall download size: 2.2 MiB. Already cached: 0 B. After the operation, additional 6.7 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (1/2),  17.1 KiB    
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [..done]
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (2/2),   2.2 MiB    
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [.
- .done (1.0 MiB/s)]
- 
- Checking for file conflicts: [..done]
- (1/2) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done]
- (2/2) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [....done]
2024-04-30 19:16.52 ---> saved as "1a67ce7e219148f49cc692bc787aa574de2471138e82bb271f4c27ea483f4346"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 ocamlbuild         0.14.3
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-gmp           4
  - install dune               3.15.2
  - install topkg              1.0.7
  - install zarith             1.13
  - install conf-gmp-powm-sec  3
  - install stdlib-shims       0.3.0
  - install sexplib0           v0.17.0
  - install re                 1.11.0
  - install ocaml-syntax-shims 1.0.0
  - install mirage-clock       4.2.0
  - install macaddr            5.5.0
  - install gmap               0.3.0
  - install duration           0.2.1
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install base64             3.5.1
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install ptime              1.1.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ipaddr             5.5.0
  - install dune-configurator  3.15.2
  - install logs               0.7.0
  - install cstruct            6.2.0
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install eqaf               0.9
  - install asn1-combinators   0.2.6
  - install bos                0.2.1
  - install mirage-crypto      0.11.3
  - install pbkdf              1.2.0
  - install mirage-crypto-rng  0.11.3
  - install mirage-crypto-pk   0.11.3
  - install mirage-crypto-ec   0.11.3
  - install x509               0.16.5
===== 40 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp.4
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-ec.0.11.3  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.15.2
-> installed mirage-clock.4.2.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed macaddr.5.5.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed asn1-combinators.0.2.6
-> installed dune-configurator.3.15.2
-> installed alcotest.1.7.0
-> installed mirage-crypto.0.11.3
-> installed pbkdf.1.2.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-pk.0.11.3
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:18.19 ---> saved as "cdedd9b81705b893c19d1c76f7912e48cf4d5d175840ca71d6f0da1a3b954ae6"


/src: (copy (src .) (dst /src))
2024-04-30 19:18.19 ---> saved as "7b14b9b27dbc48a48035752542d44d4ca9f761a48adfe431bf487691244c9c38"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && ../../install/default/bin/extract-from-certdata certdata.txt --output trust_anchor.ml)
extract-from-certdata: [WARNING] Untrusted certificate "Explicitly Distrust DigiNotar Root CA" (serial 02100fffffffffffffffffffffffffffffff)
(cd _build/default/test && ./tests.exe)
Testing `verification tests'.
This run has ID `JYQ9L4Y3'.


  [OK]          X509 certificate validation          0   google.com.
  [OK]          X509 certificate validation          1   extended-validation....
  [OK]          X509 certificate validation          2   self-signed.badssl.com.
  [OK]          X509 certificate validation          3   expired.badssl.com.
  [OK]          X509 certificate validation          4   untrusted-root.badss...
  [OK]          X509 certificate validation          5   wrong.host.badssl.com.
  [OK]          X509 certificate validation          6   incomplete-chain.bad...
  [OK]          X509 certificate validation          7   sha1-intermediate.ba...
  [OK]          X509 certificate validation          8   wrong.host.google.com.


Full test results in `/src/_build/default/test/_build/_tests/verification tests'.
Test Successful in 0.004s. 9 tests run.
2024-04-30 19:18.22 ---> saved as "e0e1ce92bc1c1bb1a5b489a763b46cfeae7a76814f64afecafd31410a2fcdf2b"
Job succeeded
2024-04-30 19:18.22: Job succeeded