Organisationsmirleftocaml-asn1-combinatorsdf4ad9 ()ubuntu-20.04-4.14_opam-2.1

ubuntu-20.04-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:00.05: New job: test mirleft/ocaml-asn1-combinators https://github.com/mirleft/ocaml-asn1-combinators.git#refs/heads/main (df4ad9e454d53412bb3988c1f7051d29bf7b30f3) (linux-x86_64:ubuntu-20.04-4.14_opam-2.1)
Base: ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirleft/ocaml-asn1-combinators.git" -b "main" && cd "ocaml-asn1-combinators" && git reset --hard df4ad9e4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2
# ubuntu-20.04-4.14_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 asn1-combinators.opam ./
RUN opam pin add -yn asn1-combinators.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 dune.3.15.2 fmt.0.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ptime.1.1.0 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y asn1-combinators.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:00.05: Using cache hint "mirleft/ocaml-asn1-combinators-ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2-ubuntu-20.04-4.14_opam-2.1-63cc63f5ec4955ff3d623a43f30b3bf3"
2024-04-30 08:00.05: Using OBuilder spec:
((from ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2)
 (comment ubuntu-20.04-4.14_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src asn1-combinators.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn asn1-combinators.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 dune.3.15.2 fmt.0.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ptime.1.1.0 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (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 asn1-combinators.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:00.05: Waiting for resource in pool OCluster
2024-04-30 08:13.41: Waiting for worker…
2024-04-30 08:19.33: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
HEAD is now at df4ad9e changes for 0.3.0


(from ocaml/opam@sha256:883c733b5cd06745d394a90a9904762c9af57ad4136c5818e258502d8aa2ddb2)
2024-04-30 08:20.05 ---> saved as "c7bf33d94e681de1f20943d11cb0c4972a6d1fbbcc13de77fa2572b4279c2375"


/: (comment ubuntu-20.04-4.14_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 08:20.05 ---> saved as "78424ae8159ee0fe24c33aee4f3fc106941db77acc7fab98d09b60aaf72a00e4"


/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 08:21.24 ---> saved as "0fc510c6563ca773bf4ea8e90d93e3c9ad6f37c27834f944b8a96973527e84e0"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 08:21.25 ---> saved as "c6b64910bdbdfe15a49248edeb35ca745bc05d12c5c122d700d0f9009f3e11a2"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 08:21.25 ---> saved as "f120162ae84143a294da43d8468749c7385c79683fd52e48c56376a239a1a6b3"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..e90e14059c  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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 08:22.44 ---> saved as "853b96e5d40814b801a74a1168d4542e134d5f8567c6c14a63edb66b0f37a846"


/src: (copy (src asn1-combinators.opam) (dst ./))
2024-04-30 08:22.44 ---> saved as "94c539136d363cd6f9e4df6cb22720b40b47b39d6d12acd6a68055b891cad0d3"


/src: (run (network host)
           (shell "opam pin add -yn asn1-combinators.dev './'"))
[asn1-combinators.dev] synchronised (file:///src)
asn1-combinators is now pinned to file:///src (version dev)
2024-04-30 08:22.49 ---> saved as "ce7bb23caaee49741c643c34a86724dc40cc06ff55098d3b9410d2bf8fa0a407"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 dune.3.15.2 fmt.0.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ptime.1.1.0 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/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 asn1-combinators.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3536 kB]
- Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3595 kB]
- Get:7 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.8 kB]
- Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1200 kB]
- Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4069 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.5 kB]
- Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1496 kB]
- Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3686 kB]
- Fetched 17.9 MB in 3s (6430 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[asn1-combinators.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 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).
2024-04-30 08:23.19 ---> saved as "30ed0ea5b5154e0113ff65ea56bb94fdfeb0df330c69d23dfdf831dd4bf5fab9"


/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 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 seq                base
  - install dune               3.15.2
  - install ocamlbuild         0.14.3
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install stdlib-shims       0.3.0
  - install re                 1.11.0
  - install ocaml-syntax-shims 1.0.0
  - install topkg              1.0.7
  - install uutf               1.0.3
  - install ptime              1.1.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install alcotest           1.7.0
===== 14 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed seq.base
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed alcotest.1.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 08:24.35 ---> saved as "73dba43e80e1199f3b119712d9dd9280f4aaf7769c90b8e0f68b70b9cbc82c5e"


/src: (copy (src .) (dst /src))
2024-04-30 08:24.35 ---> saved as "1274e1d319fc2e106f08968367da517864ce36bc6950d43f89a2fc2e12a9f12f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/tests && ./test.exe)
Testing `BER'.
This run has ID `SC60SMU8'.


  [OK]          value samples              0   bool.
  [OK]          value samples              1   integer.
  [OK]          value samples              2   int.
  [OK]          value samples              3   null.
  [OK]          value samples              4   singleton seq.
  [OK]          value samples              5   rename stack.
  [OK]          value samples              6   sequence with implicits.
  [OK]          value samples              7   sequence with optional and exp...
  [OK]          value samples              8   sequence with missing optional...
  [OK]          value samples              9   sequence with sequence.
  [OK]          value samples             10   sequence_of choice.
  [OK]          value samples             11   sets.
  [OK]          value samples             12   set or seq.
  [OK]          value samples             13   large tag.
  [OK]          value samples             14   recursive encoding.
  [OK]          value samples             15   ia5 string.
  [OK]          value samples             16   bit string.
  [OK]          value samples             17   bit flags.
  [OK]          value samples             18   oid.
  [OK]          value samples             19   octets.
  [OK]          value samples             20   utc time.
  [OK]          value samples             21   generalized time.
  [OK]          - BER antisamples          0   tag overflow.
  [OK]          - BER antisamples          1   leading zero.
  [OK]          - BER antisamples          2   length overflow.
  [OK]          - BER antisamples          3   oid overflow.
  [OK]          - BER antisamples          4   empty integer.
  [OK]          - BER antisamples          5   redundant int form.
  [OK]          - BER antisamples          6   redundant oid form.
  [OK]          - BER antisamples          7   length overflow.
  [OK]          - BER antisamples          8   silly bit strings.
  [OK]          - BER antisamples          9   null with indefinite length.
  [OK]          - BER antisamples         10   32 bit length overflow.
  [OK]          - BER antisamples         11   int overflow.
  [OK]          + DER antisamples          0   constructed string 1.
  [OK]          + DER antisamples          1   constructed string 2.
  [OK]          + DER antisamples          2   expanded length.
  [OK]          + DER antisamples          3   redundant length.
  [OK]          certs                      0   cert.
  [OK]          certs                      1   cert.
  [OK]          certs                      2   cert.
  [OK]          inv                        0   bool.
  [OK]          inv                        1   integer.
  [OK]          inv                        2   int.
  [OK]          inv                        3   null.
  [OK]          inv                        4   singleton seq.
  [OK]          inv                        5   rename stack.
  [OK]          inv                        6   sequence with implicits.
  [OK]          inv                        7   sequence with optional and exp...
  [OK]          inv                        8   sequence with missing optional...
  [OK]          inv                        9   sequence with sequence.
  [OK]          inv                       10   sequence_of choice.
  [OK]          inv                       11   sets.
  [OK]          inv                       12   set or seq.
  [OK]          inv                       13   large tag.
  [OK]          inv                       14   recursive encoding.
  [OK]          inv                       15   ia5 string.
  [OK]          inv                       16   bit string.
  [OK]          inv                       17   bit flags.
  [OK]          inv                       18   oid.
  [OK]          inv                       19   octets.
  [OK]          inv                       20   utc time.
  [OK]          inv                       21   generalized time.


Full test results in `/src/_build/default/tests/_build/_tests/BER'.
Test Successful in 0.320s. 63 tests run.
Testing `DER'.
This run has ID `MF9E5Q52'.


  [OK]          - BER antisamples          0   tag overflow.
  [OK]          - BER antisamples          1   leading zero.
  [OK]          - BER antisamples          2   length overflow.
  [OK]          - BER antisamples          3   oid overflow.
  [OK]          - BER antisamples          4   empty integer.
  [OK]          - BER antisamples          5   redundant int form.
  [OK]          - BER antisamples          6   redundant oid form.
  [OK]          - BER antisamples          7   length overflow.
  [OK]          - BER antisamples          8   silly bit strings.
  [OK]          - BER antisamples          9   null with indefinite length.
  [OK]          - BER antisamples         10   32 bit length overflow.
  [OK]          - BER antisamples         11   int overflow.
  [OK]          - DER antisamples          0   constructed string 1.
  [OK]          - DER antisamples          1   constructed string 2.
  [OK]          - DER antisamples          2   expanded length.
  [OK]          - DER antisamples          3   redundant length.
  [OK]          certs                      0   cert.
  [OK]          certs                      1   cert.
  [OK]          certs                      2   cert.
  [OK]          inv                        0   bool.
  [OK]          inv                        1   integer.
  [OK]          inv                        2   int.
  [OK]          inv                        3   null.
  [OK]          inv                        4   singleton seq.
  [OK]          inv                        5   rename stack.
  [OK]          inv                        6   sequence with implicits.
  [OK]          inv                        7   sequence with optional and exp...
  [OK]          inv                        8   sequence with missing optional...
  [OK]          inv                        9   sequence with sequence.
  [OK]          inv                       10   sequence_of choice.
  [OK]          inv                       11   sets.
  [OK]          inv                       12   set or seq.
  [OK]          inv                       13   large tag.
  [OK]          inv                       14   recursive encoding.
  [OK]          inv                       15   ia5 string.
  [OK]          inv                       16   bit string.
  [OK]          inv                       17   bit flags.
  [OK]          inv                       18   oid.
  [OK]          inv                       19   octets.
  [OK]          inv                       20   utc time.
  [OK]          inv                       21   generalized time.


Full test results in `/src/_build/default/tests/_build/_tests/DER'.
Test Successful in 0.313s. 41 tests run.
2024-04-30 08:24.38 ---> saved as "adcbf83353ebdb6cf91e30db0850d3c23206d7ca536d68cf06211f9c56a2a73c"
Job succeeded
2024-04-30 08:24.38: Job succeeded