Organisationsmirleftocaml-asn1-combinatorsdf4ad9 ()debian-12-4.14+flambda_opam-2.1

debian-12-4.14+flambda_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-12-4.14+flambda_opam-2.1)
Base: ocaml/opam@sha256:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3
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:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3
# debian-12-4.14+flambda_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-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3-debian-12-4.14+flambda_opam-2.1-0098a9aef885739b6bb4280f3ac8e5a1"
2024-04-30 08:00.05: Using OBuilder spec:
((from ocaml/opam@sha256:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3)
 (comment debian-12-4.14+flambda_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-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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.51: Waiting for worker…
2024-04-30 08:19.43: Got resource from pool OCluster
Building on x86-bm-c17.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:58e3bbb04d219353557f9b0e34fe52f17be1059267885fa51fd79de86acc6bf3)
2024-04-30 08:20.38 ---> saved as "6dd3138d88c75d3e2b3601d6b210b33c2acdaf1f824c962f3d2f3c0c771763af"


/: (comment debian-12-4.14+flambda_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.38 ---> saved as "e79499a7218650f9e127e93380d2e6dd09246c0a69a4e6a2de7073cfaa2ff4df"


/src: (run (shell "opam init --reinit -ni"))
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.


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.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-30 08:22.05 ---> saved as "0c9ff04470be5681d043e4285599f97f7d882c8fb0b5ff5232d1b6e9ee31acc6"


/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:22.06 ---> saved as "aec34fa2920af011c61f40fba7d4e22c8a3fe8bc5c4604975ac0225877b6f03c"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 08:22.06 ---> saved as "8d30bc85f8af06d4479b06b85908c797364c7a4f43f09745c534693cff259d3e"


/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:23.38 ---> saved as "f3b15c5af8a2c2651a90666a07345c410557d394d9bbab6d174fd0f037e83be8"


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


/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:23.40 ---> saved as "5439e373cff7afe3cf678b34289520ad3ef86e7920342dd23bd6ddb492b41792"


/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-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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 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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (880 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[asn1-combinators.dev] synchronised (no changes)


[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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:24.01 ---> saved as "507422fb8df104daf8139c1cf2c7669734fb517fdc0ec0411a23c47f1c72b693"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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 ocamlfind.1.9.6
-> installed cmdliner.1.2.0
-> 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:25.37 ---> saved as "885bbf36e561c8dcd19496c60a0247163fbbc48982a22495db024780f7b5760b"


/src: (copy (src .) (dst /src))
2024-04-30 08:25.38 ---> saved as "45d34ffd240498e889048947a6ef2bd9ae29207dccaf7e4372605199a6ed758a"


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


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


  [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.226s. 41 tests run.
2024-04-30 08:25.41 ---> saved as "5d408436980618447109ffc25425f2bf002c55b7c669b2f0a179a26a62d6d4a9"
Job succeeded
2024-04-30 08:25.41: Job succeeded