Organisationsdinosaureunstrctrdfcecf2 ()debian-12-4.14_x86_32_opam-2.1

debian-12-4.14_x86_32_opam-2.1

Link Copied
Code Copied

Logs

2024-03-15 10:28.21: New job: test dinosaure/unstrctrd https://github.com/dinosaure/unstrctrd.git#refs/heads/master (fcecf2825bd1b27088abe44d5cd7ab5a8fecdcd2) (linux-x86_64:debian-12-4.14_x86_32_opam-2.1)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:34fe4c2c6e6cf8a8f41448951dd47ae14df1de81a41e99b9057162b0fa9e7978
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 ocaml/opam:debian-12-ocaml-4.14@sha256:34fe4c2c6e6cf8a8f41448951dd47ae14df1de81a41e99b9057162b0fa9e7978
# debian-12-4.14_x86_32_opam-2.1
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c1d400d20b9fda73fd4e9cdc25a502d21b1ea7f1 || git fetch origin master) && git reset -q --hard c1d400d20b9fda73fd4e9cdc25a502d21b1ea7f1 && 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.1 ocaml-base-compiler.4.14.1 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-15 10:28.21: Using cache hint "dinosaure/unstrctrd-ocaml/opam:debian-12-ocaml-4.14@sha256:34fe4c2c6e6cf8a8f41448951dd47ae14df1de81a41e99b9057162b0fa9e7978-debian-12-4.14_x86_32_opam-2.1-2ecfbc3306d607425290b3f5a4a3749b"
2024-03-15 10:28.21: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:34fe4c2c6e6cf8a8f41448951dd47ae14df1de81a41e99b9057162b0fa9e7978)
 (comment debian-12-4.14_x86_32_opam-2.1)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 "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 c1d400d20b9fda73fd4e9cdc25a502d21b1ea7f1 || git fetch origin master) && git reset -q --hard c1d400d20b9fda73fd4e9cdc25a502d21b1ea7f1 && 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.1 ocaml-base-compiler.4.14.1 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-15 10:28.21: Waiting for resource in pool OCluster
2024-03-15 10:45.14: Waiting for worker…
2024-03-15 10:52.21: Got resource from pool OCluster
Building on x86-bm-c20.sw.ocaml.org
All commits already cached
HEAD is now at fcecf28 Merge pull request #14 from dinosaure/prepare-v0.3


(from ocaml/opam:debian-12-ocaml-4.14@sha256:34fe4c2c6e6cf8a8f41448951dd47ae14df1de81a41e99b9057162b0fa9e7978)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2024-03-15 10:52.22 ---> using "1614bf739b568d984d09fc9f84241c77bde10e610b95518abcd917d53a83177b" from cache


/: (comment debian-12-4.14_x86_32_opam-2.1)


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


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-03-15 10:52.22 ---> using "febce76e29908783d3076b03f8c4f2d326ccfbdb522725d073b2960b4495ef71" 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-03-15 10:52.22 ---> using "b4e28ce1c1ca90cd7dc0f0451ad0d6ee8d4432d75621e78be7beaf37876f6a0c" from cache


/src: (run (shell "opam exec -- ocaml -version && opam --version"))
The OCaml toplevel, version 4.14.1
2.1.5
2024-03-15 10:52.22 ---> using "1e9fce129d059e869d9d2018d8736fcfbc8f29257b681cb8e9d588fbb6aa63ad" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-03-15 10:52.22 ---> using "0cf6804176bb15fa2d317b38d93fcb744cceded7bc342de197e95924c36370a1" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c1d400d20b9fda73fd4e9cdc25a502d21b1ea7f1 || git fetch origin master) && git reset -q --hard c1d400d20b9fda73fd4e9cdc25a502d21b1ea7f1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   a6ba98231d..69e073a577  master     -> origin/master
c1d400d20b [new release] dune (15 packages) (3.14.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-03-15 10:53.49 ---> saved as "bd6060031db82ff9ff220d754e87bdbef8de401bc7d7117b9b6a5f527ad36e77"


/src: (copy (src unstrctrd.opam) (dst ./))
2024-03-15 10:53.49 ---> saved as "95db2f49256588f09dba22add414bc7e50e9fa4d428b3966a670bc49e68f1472"


/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-15 10:53.52 ---> saved as "ffc7be4a04584440b8e8c18fbbb85c04d84772abadeee3c886d846ad8a5e570e"


/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.1 ocaml-base-compiler.4.14.1 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"))
+ /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-security bookworm-security/main i386 Packages [146 kB]
- Fetched 249 kB in 0s (776 kB/s)
- Reading package lists...
- 


<><> 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.1).
[NOTE] Package ocaml is already installed (current version is 4.14.1).
[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-03-15 10:54.11 ---> saved as "d469116074cd01eb22c6b9f7369afc615fe6517e03d3bf6d77da6d74e83c0ef9"


/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.1).
[NOTE] Package ocaml is already installed (current version is 4.14.1).
[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 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 to install =====


<><> 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 alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hxd.0.3.2  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.14.2  (cached)
-> retrieved dune-configurator.3.14.2  (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 afl-persistent.1.4
-> installed csexp.1.5.2
-> installed ke.0.6
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> 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 angstrom.0.16.0
-> installed hxd.0.3.2
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.1+afl ocaml-variants.4.14.1+options ocaml-option-afl
# Run eval $(opam env) to update the current shell environment
2024-03-15 10:55.13 ---> saved as "7d036d34c3d1c296d617d75b0e15a4ba7d5cc5af0c25b12195f9c400e03029a0"


/src: (copy (src .) (dst /src))
2024-03-15 10:55.13 ---> saved as "28dba59ff4673bcc085f8e8ab3ebae9b06411984a695c85b3aae8743acdf0ea6"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o fuzz/fuzz.exe /home/opam/.opam/4.14/lib/fmt/fmt.cmxa /home/opam/.opam/4.14/lib/rresult/rresult.cmxa /home/opam/.opam/4.14/lib/uutf/uutf.cmxa lib/unstrctrd.cmxa /home/opam/.opam/4.14/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/.opam/4.14/lib/bigstringaf /home/opam/.opam/4.14/lib/angstrom/angstrom.cmxa lib/unstrctrd_parser.cmxa /home/opam/.opam/4.14/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/4.14/lib/ocplib-endian/ocplib_endian.cmxa /home/opam/.opam/4.14/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.14/lib/ocaml /home/opam/.opam/4.14/lib/afl-persistent/afl_persistent.cmxa /home/opam/.opam/4.14/lib/ocaml/str.cmxa -I /home/opam/.opam/4.14/lib/ocaml /home/opam/.opam/4.14/lib/crowbar/crowbar.cmxa fuzz/.fuzz.eobjs/native/dune__exe__Fuzz.cmx)
/usr/bin/ld: fuzz/.fuzz.eobjs/native/dune__exe__Fuzz.o: warning: relocation in read-only section `.text'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/test.exe /home/opam/.opam/4.14/lib/astring/astring.cmxa /home/opam/.opam/4.14/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/4.14/lib/uutf/uutf.cmxa /home/opam/.opam/4.14/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/4.14/lib/fmt/fmt.cmxa /home/opam/.opam/4.14/lib/fmt/fmt_cli.cmxa /home/opam/.opam/4.14/lib/re/re.cmxa /home/opam/.opam/4.14/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/4.14/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/4.14/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.14/lib/ocaml /home/opam/.opam/4.14/lib/fmt/fmt_tty.cmxa /home/opam/.opam/4.14/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/4.14/lib/alcotest /home/opam/.opam/4.14/lib/rresult/rresult.cmxa lib/unstrctrd.cmxa test/.test.eobjs/native/dune__exe__Test.cmx)
/usr/bin/ld: test/.test.eobjs/native/dune__exe__Test.o: warning: relocation in read-only section `.text'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
(cd _build/default/test && ./test.exe --color=always)
Testing `unstrctrd'.
This run has ID `KY41TIKT'.


  [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.004s. 42 tests run.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/test_angstrom.exe /home/opam/.opam/4.14/lib/astring/astring.cmxa /home/opam/.opam/4.14/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/4.14/lib/uutf/uutf.cmxa /home/opam/.opam/4.14/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/4.14/lib/fmt/fmt.cmxa /home/opam/.opam/4.14/lib/fmt/fmt_cli.cmxa /home/opam/.opam/4.14/lib/re/re.cmxa /home/opam/.opam/4.14/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/4.14/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/4.14/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.14/lib/ocaml /home/opam/.opam/4.14/lib/fmt/fmt_tty.cmxa /home/opam/.opam/4.14/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/4.14/lib/alcotest /home/opam/.opam/4.14/lib/rresult/rresult.cmxa /home/opam/.opam/4.14/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/.opam/4.14/lib/bigstringaf /home/opam/.opam/4.14/lib/angstrom/angstrom.cmxa lib/unstrctrd.cmxa lib/unstrctrd_parser.cmxa /home/opam/.opam/4.14/lib/hxd/core/hxd.cmxa /home/opam/.opam/4.14/lib/hxd/string/hxd_string.cmxa /home/opam/.opam/4.14/lib/ke/ke.cmxa test/.test_angstrom.eobjs/native/dune__exe__Test_angstrom.cmx)
/usr/bin/ld: test/.test_angstrom.eobjs/native/dune__exe__Test_angstrom.o: warning: relocation in read-only section `.text'
/usr/bin/ld: warning: creating DT_TEXTREL in a PIE
(cd _build/default/test && ./test_angstrom.exe --color=always)
Testing `unstrctrd + angstrom'.
This run has ID `JARYG5GZ'.


  [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


2024-03-15 10:55.14 ---> saved as "9bd9aeb89a5d27ce6c04b3a50ff385bf4d562e00dbdd10ec0c56bb1f540ca29b"
Job succeeded
2024-03-15 10:55.15: Job succeeded