Organisationsmirleftocaml-asn1-combinatorsdf4ad9 ()macos-homebrew-4.14_opam-2.1

macos-homebrew-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) (macos-x86_64:macos-homebrew-4.14_opam-2.1)
Base: macos-homebrew-ocaml-4.14
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 macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
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 ./src/./
RUN opam pin add -yn asn1-combinators.dev './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"
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 cd ./src && 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-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.1-63cc63f5ec4955ff3d623a43f30b3bf3"
2024-04-30 08:00.05: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 ./src/./))
 (run (network host)
      (shell "opam pin add -yn asn1-combinators.dev './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")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y asn1-combinators.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && 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:00.05: Waiting for worker…
2024-04-30 08:56.36: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
HEAD is now at df4ad9e changes for 0.3.0


(from macos-homebrew-ocaml-4.14)
2024-04-30 08:56.37 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-04-30 08:56.37 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" from cache


/: (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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-04-30 08:56.37 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 08:56.37 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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
   b530f3bbd2..e90e14059c  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
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.3.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.
# Run eval $(opam env) to update the current shell environment
2024-04-30 08:56.38 ---> using "4a646ae2cb5f14aae7c83b3016a2084a45899eebaebbe364eddbdc8edd8293bd" from cache


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


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


/: (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y asn1-combinators.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> 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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
2024-04-30 08:57.16 ---> saved as "9b38676bd47c028fb9717f9c3ae90f6a17bd55776a7e6103f482aa35df5c1366"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install seq                base
  - install ocamlbuild         0.14.3
  - install dune               3.15.2
  - 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 cmdliner.1.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.2.0
-> installed seq.base
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed ptime.1.1.0
-> installed fmt.0.9.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:58.25 ---> saved as "776ca2a3790ec949bbdc3fa8bf791434670c614db88ec1d7ca7a925e045c1172"


/: (copy (src .) (dst ./src))
2024-04-30 08:58.26 ---> saved as "854927e7e424748fd3545ba461f159ae0a250e3ef891d311a4bdf5092f641a92"


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


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


  [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.143s. 41 tests run.
2024-04-30 08:58.29 ---> saved as "8413f3f6cabd96fe333797a04f19342cf49e2290397f83dcbbd18003f9d00e8b"
Job succeeded
2024-04-30 08:58.44: Job succeeded