Organisationsmirleftocaml-asn1-combinatorsdf4ad9 ()debian-11-4.14_opam-2.1

debian-11-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:debian-11-4.14_opam-2.1)
Base: ocaml/opam@sha256:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709
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:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709
# debian-11-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:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709-debian-11-4.14_opam-2.1-63cc63f5ec4955ff3d623a43f30b3bf3"
2024-04-30 08:00.05: Using OBuilder spec:
((from ocaml/opam@sha256:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709)
 (comment debian-11-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.56: Waiting for worker…
2024-04-30 08:20.03: Got resource from pool OCluster
Building on x86-bm-c4.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/ocaml-asn1-combinators.git-6d1a67ac167a3d6d9e2ab92b5db5a1f642e00086/.git/
HEAD is now at df4ad9e changes for 0.3.0


(from ocaml/opam@sha256:f90e10e1ccad641d25689d7a8542c0cc99357db9eab2b48560aba70fc5211709)
2024-04-30 08:20.04 ---> using "0ad9a11ee7a1421eba51bdd7a7d900397826f54d9502723fd142df4fa435d31f" from cache


/: (comment debian-11-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.04 ---> using "718e77ba2f6a46fab6f19a61f1a25540318577cfd7c1ca1a753054b7f2e5c6a2" 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 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:20.04 ---> using "cc6d6473eafe0935aabd3b81cb410b647d79074cdf8a25e3bc83544e7745301d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 08:20.04 ---> using "d417995c36f2230de3455e430815e7778e7b74fde979e3be34910065ca7b32a5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 08:20.04 ---> using "354eeb1ce939bbf88348a8f5ae8328233e9afc7694e2e6acbbb213b008518deb" from cache


/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:21.28 ---> saved as "116c51b743f5cfc69b6a4fccead6c164b84568ebf2d7172568831138a75414df"


/src: (copy (src asn1-combinators.opam) (dst ./))
2024-04-30 08:21.28 ---> saved as "955e18eac766cd1e9ecdab7d42f626b9f69bedb37c4c3201ebd02efb7d150d9c"


/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:21.30 ---> saved as "8fd8992d8daee73a924daba41ce4c18fbf90348641c9d38e27185a7c7908d138"


/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"
- Hit:1 http://deb.debian.org/debian bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [271 kB]
- Fetched 363 kB in 0s (999 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:21.47 ---> saved as "adaafb773b51778fa78ca60028966b52e3545d28c2003b12cb552a0e574b6099"


/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 re.1.11.0
-> installed ocaml-syntax-shims.1.0.0
-> installed alcotest.1.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 08:22.49 ---> saved as "9b0dc788021fc1db2c825693472bdf127e91b487a951ec37d38b1af0b16d7394"


/src: (copy (src .) (dst /src))
2024-04-30 08:22.49 ---> saved as "381e177ddc79fd300407913cc9158ce8a32327e036644974f01f64d8815b116f"


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


  [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.311s. 63 tests run.
Testing `DER'.
This run has ID `WBOKMM97'.


  [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.220s. 41 tests run.
2024-04-30 08:22.52 ---> saved as "260d447ac5ac8a5884ef9cf6f1cba44611b9af4b49d7e56b9d4e1cea261816d9"
Job succeeded
2024-04-30 08:22.52: Job succeeded