Organisationsdinosaureunstrctrdfcecf2 ()freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-03-19 14:32.20: New job: test dinosaure/unstrctrd https://github.com/dinosaure/unstrctrd.git#refs/heads/master (fcecf2825bd1b27088abe44d5cd7ab5a8fecdcd2) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/unstrctrd.git" -b "master" && cd "unstrctrd" && git reset --hard fcecf282
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 294bafe2db1d8c7e5e321c3c41a9577c137b8003 || git fetch origin master) && git reset -q --hard 294bafe2db1d8c7e5e321c3c41a9577c137b8003 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 unstrctrd.opam ./
RUN opam pin add -yn unstrctrd.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.9.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.14.2 dune-configurator.3.14.2 fmt.0.9.0 hxd.0.3.2 ke.0.6 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 ocplib-endian.1.2 re.1.11.0 rresult.0.7.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 unstrctrd.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-03-19 14:32.20: Using cache hint "dinosaure/unstrctrd-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-67d1e981c441b427bbcc28ec70c2b073"
2024-03-19 14:32.20: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-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/local/bin/opam-2.1 /usr/local/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 294bafe2db1d8c7e5e321c3c41a9577c137b8003 || git fetch origin master) && git reset -q --hard 294bafe2db1d8c7e5e321c3c41a9577c137b8003 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src unstrctrd.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn unstrctrd.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.9.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.14.2 dune-configurator.3.14.2 fmt.0.9.0 hxd.0.3.2 ke.0.6 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 ocplib-endian.1.2 re.1.11.0 rresult.0.7.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 unstrctrd.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-03-19 14:32.20: Waiting for resource in pool OCluster
2024-03-19 14:32.21: Waiting for worker…
2024-03-19 14:50.00: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at fcecf28 Merge pull request #14 from dinosaure/prepare-v0.3


(from freebsd-ocaml-4.14)
2024-03-19 14:46.11 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-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/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-03-19 14:46.11 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" from cache


/src: (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:///home/opam/opam-repository
2024-03-19 14:46.11 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.1.5
2024-03-19 14:46.11 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-03-19 14:46.12 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 294bafe2db1d8c7e5e321c3c41a9577c137b8003 || git fetch origin master) && git reset -q --hard 294bafe2db1d8c7e5e321c3c41a9577c137b8003 && git log --no-decorate -n1 --oneline && opam update -u"))
294bafe2db OCaml 4.14.2 packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/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.
2024-03-19 14:46.12 ---> using "f376ce680c69093d961e4aa4ff09fab45b9fca8fd21734aeb5c4c2e90e759ee6" from cache


/src: (copy (src unstrctrd.opam) (dst ./))
2024-03-19 14:46.12 ---> using "b2151b60e7427e2e0aa3b0865e5ee18d22ca5e05b6201caca108a91ef974b69f" from cache


/src: (run (network host)
           (shell "opam pin add -yn unstrctrd.dev './'"))
[unstrctrd.dev] synchronised (file:///src)
unstrctrd is now pinned to file:///src (version dev)
2024-03-19 14:46.12 ---> using "da53d30584f29e8d93a4e380550b7fbbe698a82c38f6a980e8e6282bdeb464a8" from cache


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.9.1 cmdliner.1.2.0 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.14.2 dune-configurator.3.14.2 fmt.0.9.0 hxd.0.3.2 ke.0.6 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 ocplib-endian.1.2 re.1.11.0 rresult.0.7.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 unstrctrd.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[unstrctrd.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-03-19 14:46.12 ---> using "adb7d73906b7971df01d1f3c77b85e75bbc799159a95e8b7d87cc3071cb66dfb" from cache


/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).
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 ocamlbuild         0.14.3
   install cmdliner           1.2.0
   install ocamlfind          1.9.6
   install seq                base
   install dune               3.14.2
   install topkg              1.0.7
   install base-bytes         base
   install stdlib-shims       0.3.0
   install re                 1.11.0
   install ocaml-syntax-shims 1.0.0
   install csexp              1.5.2
   install cppo               1.6.9
   install afl-persistent     1.4
   install uutf               1.0.3
   install rresult            0.7.0
   install fmt                0.9.0
   install astring            0.8.5
   install dune-configurator  3.14.2
   install ocplib-endian      1.2
   install ke                 0.6
   install alcotest           1.7.0
   install hxd                0.3.2
   install bigstringaf        0.9.1
   install crowbar            0.2.1
   install angstrom           0.16.0
=====  25 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved afl-persistent.1.4  (cached)
 retrieved angstrom.0.16.0  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved bigstringaf.0.9.1  (cached)
 retrieved cmdliner.1.2.0  (cached)
 retrieved crowbar.0.2.1  (cached)
 retrieved cppo.1.6.9  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved alcotest.1.7.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved hxd.0.3.2  (cached)
 retrieved dune.3.14.2  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ke.0.6  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved rresult.0.7.0  (cached)
 installed seq.base
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved re.1.11.0  (cached)
 retrieved dune-configurator.3.14.2  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved topkg.1.0.7  (cached)
 installed cmdliner.1.2.0
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed rresult.0.7.0
 installed uutf.1.0.3
 installed fmt.0.9.0
 installed astring.0.8.5
 installed dune.3.14.2
 installed csexp.1.5.2
 installed stdlib-shims.0.3.0
 installed ke.0.6
 installed afl-persistent.1.4
 installed ocaml-syntax-shims.1.0.0
 installed cppo.1.6.9
 installed re.1.11.0
 installed ocplib-endian.1.2
 installed crowbar.0.2.1
 installed dune-configurator.3.14.2
 installed alcotest.1.7.0
 installed bigstringaf.0.9.1
 installed hxd.0.3.2
 installed angstrom.0.16.0
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.


   To globally enable AFL instrumentation, create an OCaml switch like:


     opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
2024-03-19 14:48.29 ---> saved as "829154dcba0e1b443a8f46976a5e67363c5c0a17d030f921d8004f3b307000e4"


/src: (copy (src .) (dst /src))
2024-03-19 14:48.36 ---> saved as "736d6317ef8410c7cdff6be1a13956b04abee1ec438879cb65ab57f1a746dbf4"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_angstrom.exe --color=always)
Testing `unstrctrd + angstrom'.
This run has ID `SNEOJYE7'.


  [OK]          valid            0   ["Hello World!\r\n"].
  [OK]          valid            1   ["\r\r\n"].
  [OK]          valid            2   ["\r\r\r\n"].
  [OK]          valid            3   ["\r\n \r\r\n"].
  [OK]          valid            4   ["\n\r\n"].
  [OK]          valid            5   ["\n\n\r\n \r\n"].
  [OK]          valid            6   ["Hello World!\r\nSubject"].
  [OK]          valid            7   ["Hello"; " "; "World!\r\n"].
  [OK]          valid            8   ["Hello"; ""; ""; ""; ""; ""; "\r\n"; "S...
  [OK]          valid            9   ["Hello"; "\r\n "; ""; "World!"; "\r\n"].
  [OK]          valid           10   ["Hello"; "\r\n"; " "; "\r\n"; ""; " "; ...
  [OK]          valid           11   ["Hello"; "\r"; "\n"; "Subject"].
  [OK]          valid           12   ["Hello"; "\r"; "\n"; "\r"; "\n"].
  [OK]          valid           13   "From: John Doe <jdoe@machine.example>\r...
  [OK]          valid           14   "From: John Doe <jdoe@machine.example>\r...
  [OK]          valid           15   header.
  [OK]          invalid          0   ["Hello"].
  [OK]          invalid          1   ["Hello\r"].
  [OK]          invalid          2   ["Hello\r\n "].


Full test results in `/src/_build/default/test/_build/_tests/unstrctrd U+002B angstrom'.
Test Successful in 0.002s. 19 tests run.
(cd _build/default/fuzz && ./fuzz.exe)
never fail: PASS


(cd _build/default/test && ./test.exe --color=always)
Testing `unstrctrd'.
This run has ID `HPMT22UT'.


  [OK]          valid                  0   "Hello".
  [OK]          valid                  1   "Hello\r\n World".
  [OK]          valid                  2   "Hello\r\n \r\n \r\n World".
  [OK]          valid                  3   " \r\n ".
  [OK]          valid                  4   "".
  [OK]          valid                  5   " ".
  [OK]          valid                  6   " \r\n ".
  [OK]          valid                  7   "Hello".
  [OK]          valid                  8   "".
  [OK]          valid                  9   "\r".
  [OK]          valid                 10   "\r\r".
  [OK]          valid                 11   "\r\n \r".
  [OK]          valid                 12   "\n".
  [OK]          valid                 13   "\n\n".
  [OK]          valid                 14   "\n\n\r\n ".
  [OK]          valid                 15   "\n\r\n Hello\r\n World\r\n !".
  [OK]          comments               0   "Hello".
  [OK]          comments               1   "Hello World!".
  [OK]          comments               2   "".
  [OK]          comments               3   "Hello".
  [OK]          comments               4   "(Hello)".
  [OK]          comments               5   "Hello".
  [OK]          comments               6   "Hello".
  [OK]          complex                0   "To:A Group :Chris Jones <c@public...
  [OK]          complex                1   "To    : Mary Smith  <mary@example...
  [OK]          complex                2   "Date: Thu, 13 Feb 1969 23:32 -033...
  [OK]          split_at               0   ("", "").
  [OK]          split_at               1   ("", "Hello").
  [OK]          split_at               2   ("Hello", "\r\n World!").
  [OK]          split_on               0   "\r\n".
  [OK]          split_on               1   "Hello\r\n".
  [OK]          split_on               2   "Hello\r\n World!\r\n".
  [OK]          split_on               3   "Hello World!\r\n".
  [OK]          invalid                0   "Hello".
  [OK]          invalid                1   "Hello\r".
  [OK]          invalid                2   "Hello\n".
  [OK]          invalid                3   "Hello\r\n ".
  [OK]          quoted-string          0   "Hello \"World\"!".
  [OK]          quoted-string          1   "token=\":)\"".
  [OK]          quoted-string          2   "Hello".
  [OK]          quoted-string          3   "Hello".
  [OK]          escaping               0   "\\a\\b\\c".


Full test results in `/src/_build/default/test/_build/_tests/unstrctrd'.
Test Successful in 0.028s. 42 tests run.
2024-03-19 14:48.53 ---> saved as "b1de12950987d00d7825f3a377b65db158521a9d409fe7a7d85fb9bf82360b2e"
Job succeeded
2024-03-19 14:52.42: Job succeeded