Organisationsmirageconan60115b ()freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 10:13.34: New job: test mirage/conan https://github.com/mirage/conan.git#refs/heads/main (60115b11c616de79ed05e9d1dd55cbbe6de19a4b) (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/mirage/conan.git" -b "main" && cd "conan" && git reset --hard 60115b11
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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 conan.opam conan-unix.opam conan-lwt.opam conan-database.opam conan-cli.opam ./
RUN opam pin add -yn conan.dev './' && \
    opam pin add -yn conan-unix.dev './' && \
    opam pin add -yn conan-lwt.dev './' && \
    opam pin add -yn conan-database.dev './' && \
    opam pin add -yn conan-cli.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 duration.0.2.1 dyn.3.15.2 emile.1.1 ethernet.3.2.0 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 macaddr-cstruct.5.5.0 metrics.0.4.1 mirage.4.5.0 mirage-block.3.0.2 mirage-bootvar-unix.0.1.0 mirage-channel.4.1.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-console.5.1.0 mirage-console-unix.5.1.0 mirage-device.2.0.0 mirage-flow.3.0.0 mirage-fs.4.0.0 mirage-kv.4.0.1 mirage-logs.2.1.0 mirage-net.4.0.0 mirage-profile.0.9.1 mirage-protocols.8.0.0 mirage-random.3.0.0 mirage-runtime.4.5.0 mirage-stack.4.0.0 mirage-time.3.0.0 mirage-types.3.10.8 mirage-types-lwt.3.10.8 mirage-unix.5.0.1 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 opam-monorepo.0.4.0 ordering.3.15.2 parse-argv.0.3.0 parsexp.v0.16.0 pecu.0.7 pp.1.2.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.15.2 stringext.1.6.0 tcpip.7.1.2 topkg.1.0.7 uri.4.4.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y conan.dev conan-unix.dev conan-lwt.dev conan-database.dev conan-cli.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-05-10 10:13.34: Using cache hint "mirage/conan-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-402b1ff8452b74b0ef0af5ed3b6edaec"
2024-05-10 10:13.34: 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src conan.opam conan-unix.opam conan-lwt.opam conan-database.opam conan-cli.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn conan.dev './' && \
             \nopam pin add -yn conan-unix.dev './' && \
             \nopam pin add -yn conan-lwt.dev './' && \
             \nopam pin add -yn conan-database.dev './' && \
             \nopam pin add -yn conan-cli.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 duration.0.2.1 dyn.3.15.2 emile.1.1 ethernet.3.2.0 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 macaddr-cstruct.5.5.0 metrics.0.4.1 mirage.4.5.0 mirage-block.3.0.2 mirage-bootvar-unix.0.1.0 mirage-channel.4.1.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-console.5.1.0 mirage-console-unix.5.1.0 mirage-device.2.0.0 mirage-flow.3.0.0 mirage-fs.4.0.0 mirage-kv.4.0.1 mirage-logs.2.1.0 mirage-net.4.0.0 mirage-profile.0.9.1 mirage-protocols.8.0.0 mirage-random.3.0.0 mirage-runtime.4.5.0 mirage-stack.4.0.0 mirage-time.3.0.0 mirage-types.3.10.8 mirage-types-lwt.3.10.8 mirage-unix.5.0.1 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 opam-monorepo.0.4.0 ordering.3.15.2 parse-argv.0.3.0 parsexp.v0.16.0 pecu.0.7 pp.1.2.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.15.2 stringext.1.6.0 tcpip.7.1.2 topkg.1.0.7 uri.4.4.0 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 conan.dev conan-unix.dev conan-lwt.dev conan-database.dev conan-cli.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-05-10 10:13.34: Waiting for resource in pool OCluster
2024-05-10 19:43.53: Waiting for worker…
2024-05-10 22:45.40: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 60115b1 Merge pull request #33 from mirage/prepare-v0.0.5


(from freebsd-ocaml-4.14)
2024-05-10 22:40.10 ---> 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-05-10 22:40.10 ---> 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-05-10 22:40.10 ---> 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-05-10 22:40.11 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 22:40.11 ---> 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ 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-05-10 22:40.12 ---> using "8500110bb34f5fa0eecc8ffdce35dbb8d679b67af89bb1cba1cce8086b8f5e32" from cache


/src: (copy (src conan.opam conan-unix.opam conan-lwt.opam conan-database.opam conan-cli.opam)
            (dst ./))
2024-05-10 22:40.13 ---> saved as "ff43ae1f58615ab3497ee201a5e2a2ce0362e111f7266babab4911b6dc9342d2"


/src: (run (network host)
           (shell  "opam pin add -yn conan.dev './' && \
                  \nopam pin add -yn conan-unix.dev './' && \
                  \nopam pin add -yn conan-lwt.dev './' && \
                  \nopam pin add -yn conan-database.dev './' && \
                  \nopam pin add -yn conan-cli.dev './'"))
[conan.dev] synchronised (file:///src)
conan is now pinned to file:///src (version dev)
[conan-unix.dev] synchronised (file:///src)
conan-unix is now pinned to file:///src (version dev)
[conan-lwt.dev] synchronised (file:///src)
conan-lwt is now pinned to file:///src (version dev)
[conan-database.dev] synchronised (file:///src)
conan-database is now pinned to file:///src (version dev)
[conan-cli.dev] synchronised (file:///src)
conan-cli is now pinned to file:///src (version dev)
2024-05-10 22:40.21 ---> saved as "a4e3d84ae4c5bbdfb4c96816b6dae76fd0d59c9188d0143fbcdfda8c3411d1db"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 duration.0.2.1 dyn.3.15.2 emile.1.1 ethernet.3.2.0 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 macaddr-cstruct.5.5.0 metrics.0.4.1 mirage.4.5.0 mirage-block.3.0.2 mirage-bootvar-unix.0.1.0 mirage-channel.4.1.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-console.5.1.0 mirage-console-unix.5.1.0 mirage-device.2.0.0 mirage-flow.3.0.0 mirage-fs.4.0.0 mirage-kv.4.0.1 mirage-logs.2.1.0 mirage-net.4.0.0 mirage-profile.0.9.1 mirage-protocols.8.0.0 mirage-random.3.0.0 mirage-runtime.4.5.0 mirage-stack.4.0.0 mirage-time.3.0.0 mirage-types.3.10.8 mirage-types-lwt.3.10.8 mirage-unix.5.0.1 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 opam-monorepo.0.4.0 ordering.3.15.2 parse-argv.0.3.0 parsexp.v0.16.0 pecu.0.7 pp.1.2.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stdune.3.15.2 stringext.1.6.0 tcpip.7.1.2 topkg.1.0.7 uri.4.4.0 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 conan.dev conan-unix.dev conan-lwt.dev conan-database.dev conan-cli.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[conan-cli.dev] synchronised (no changes)
[conan.dev] synchronised (no changes)
[conan-database.dev] synchronised (no changes)
[conan-lwt.dev] synchronised (no changes)
[conan-unix.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-05-10 22:41.03 ---> saved as "99d1d1e7203fef1111943c38a229863af5e8c30ab642658225564332293835be"


/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 num                 1.5
  ∗ install cmdliner            1.2.0
  ∗ install ocamlfind           1.9.6
  ∗ install conf-pkg-config     3
  ∗ install ocamlbuild          0.14.3
  ∗ install seq                 base
  ∗ install dune                3.15.2
  ∗ install base-bytes          base
  ∗ install topkg               1.0.7
  ∗ install stringext           1.6.0
  ∗ install stdlib-shims        0.3.0
  ∗ install sexplib0            v0.16.0
  ∗ install re                  1.11.0
  ∗ install psq                 0.2.1
  ∗ install ppx_derivers        1.2.1
  ∗ install pp                  1.2.0
  ∗ install pecu                0.7
  ∗ install parse-argv          0.3.0
  ∗ install ordering            3.15.2
  ∗ install opam-monorepo       0.4.0
  ∗ install ocaml-syntax-shims  1.0.0
  ∗ install ocaml-compiler-libs v0.12.4
  ∗ install mirage-clock        4.2.0
  ∗ install macaddr             5.5.0
  ∗ install lwt-dllist          1.0.1
  ∗ install duration            0.2.1
  ∗ install domain-name         0.4.0
  ∗ install csexp               1.5.2
  ∗ install cppo                1.6.9
  ∗ install base64              3.5.1
  ∗ install afl-persistent      1.4
  ∗ install uutf                1.0.3
  ∗ install rresult             0.7.0
  ∗ install ptime               1.1.0
  ∗ install fmt                 0.9.0
  ∗ install astring             0.8.5
  ∗ install parsexp             v0.16.0
  ∗ install lru                 0.3.1
  ∗ install dyn                 3.15.2
  ∗ install ppxlib              0.32.1
  ∗ install ipaddr              5.5.0
  ∗ install dune-configurator   3.15.2
  ∗ install ocplib-endian       1.2
  ∗ install metrics             0.4.1
  ∗ install cstruct             6.2.0
  ∗ install fpath               0.7.3
  ∗ install alcotest            1.7.0
  ∗ install sexplib             v0.16.0
  ∗ install stdune              3.15.2
  ∗ install mirage-clock-unix   4.2.0
  ∗ install bigstringaf         0.9.1
  ∗ install lwt                 5.7.0
  ∗ install crowbar             0.2.1
  ∗ install randomconv          0.1.3
  ∗ install mirage-random       3.0.0
  ∗ install macaddr-cstruct     5.5.0
  ∗ install ppx_cstruct         6.2.0
  ∗ install dune-private-libs   3.15.2
  ∗ install angstrom            0.16.0
  ∗ install mirage-time         3.0.0
  ∗ install mirage-net          4.0.0
  ∗ install mirage-kv           4.0.1
  ∗ install mirage-flow         3.0.0
  ∗ install mirage-device       2.0.0
  ∗ install mirage-bootvar-unix 0.1.0
  ∗ install mirage-block        3.0.2
  ∗ install logs                0.7.0
  ∗ install cstruct-lwt         6.2.0
  ∗ install mirage-profile      0.9.1
  ∗ install dune-site           3.15.2
  ∗ install uri                 4.4.0
  ∗ install emile               1.1
  ∗ install mirage-fs           4.0.0
  ∗ install mirage-console      5.1.0
  ∗ install mirage-runtime      4.5.0
  ∗ install mirage-logs         2.1.0
  ∗ install mirage-channel      4.1.0
  ∗ install ethernet            3.2.0
  ∗ install bos                 0.2.1
  ∗ install mirage-console-unix 5.1.0
  ∗ install mirage-unix         5.0.1
  ∗ install arp                 3.1.1
  ∗ install mirage              4.5.0
  ∗ install tcpip               7.1.2
  ∗ install mirage-stack        4.0.0
  ∗ install mirage-protocols    8.0.0
  ∗ install mirage-types        3.10.8
  ∗ install mirage-types-lwt    3.10.8
===== ∗ 88 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved afl-persistent.1.4  (cached)
⬇ retrieved angstrom.0.16.0  (cached)
⬇ retrieved arp.3.1.1  (cached)
⬇ retrieved astring.0.8.5  (cached)
⬇ retrieved base64.3.5.1  (cached)
⬇ retrieved bigstringaf.0.9.1  (cached)
⬇ retrieved bos.0.2.1  (cached)
⬇ retrieved cppo.1.6.9  (cached)
∗ installed conf-pkg-config.3
⬇ retrieved crowbar.0.2.1  (cached)
⬇ retrieved cmdliner.1.2.0  (cached)
⬇ retrieved cstruct.6.2.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved alcotest.1.7.0  (cached)
⬇ retrieved domain-name.0.4.0  (cached)
⬇ retrieved cstruct-lwt.6.2.0  (cached)
⬇ retrieved dune.3.15.2  (cached)
⬇ retrieved dune-site.3.15.2  (cached)
⬇ retrieved dune-private-libs.3.15.2  (cached)
⬇ retrieved duration.0.2.1  (cached)
⬇ retrieved dyn.3.15.2  (cached)
⬇ retrieved emile.1.1  (cached)
⬇ retrieved ethernet.3.2.0  (cached)
⬇ retrieved fmt.0.9.0  (cached)
⬇ retrieved fpath.0.7.3  (cached)
⬇ retrieved ipaddr.5.5.0  (cached)
⬇ retrieved logs.0.7.0  (cached)
⬇ retrieved lru.0.3.1  (cached)
⬇ retrieved lwt.5.7.0  (cached)
⬇ retrieved lwt-dllist.1.0.1  (cached)
⬇ retrieved macaddr.5.5.0  (cached)
⬇ retrieved macaddr-cstruct.5.5.0  (cached)
⬇ retrieved metrics.0.4.1  (cached)
⬇ retrieved mirage.4.5.0  (cached)
⬇ retrieved mirage-block.3.0.2  (cached)
⬇ retrieved mirage-bootvar-unix.0.1.0  (cached)
⬇ retrieved mirage-channel.4.1.0  (cached)
⬇ retrieved mirage-clock.4.2.0  (cached)
⬇ retrieved mirage-clock-unix.4.2.0  (cached)
⬇ retrieved mirage-console.5.1.0  (cached)
⬇ retrieved mirage-device.2.0.0  (cached)
⬇ retrieved mirage-console-unix.5.1.0  (cached)
⬇ retrieved mirage-flow.3.0.0  (cached)
⬇ retrieved mirage-kv.4.0.1  (cached)
⬇ retrieved mirage-fs.4.0.0  (cached)
⬇ retrieved mirage-logs.2.1.0  (cached)
⬇ retrieved mirage-net.4.0.0  (cached)
⬇ retrieved mirage-profile.0.9.1  (cached)
⬇ retrieved mirage-random.3.0.0  (cached)
⬇ retrieved mirage-protocols.8.0.0  (https://github.com/mirage/mirage-protocols/releases/download/v8.0.0/mirage-protocols-v8.0.0.tbz)
⬇ retrieved mirage-runtime.4.5.0  (cached)
⬇ retrieved mirage-stack.4.0.0  (cached)
⬇ retrieved mirage-time.3.0.0  (cached)
⬇ retrieved dune-configurator.3.15.2  (cached)
⬇ retrieved mirage-unix.5.0.1  (cached)
⬇ retrieved mirage-types-lwt.3.10.8  (https://github.com/mirage/mirage/releases/download/v3.10.8/mirage-v3.10.8.tbz)
⬇ retrieved num.1.5  (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0  (cached)
⬇ retrieved ocaml-compiler-libs.v0.12.4  (cached)
⬇ retrieved ocamlbuild.0.14.3  (cached)
⬇ retrieved ocplib-endian.1.2  (cached)
⬇ retrieved ocamlfind.1.9.6  (cached)
⬇ retrieved mirage-types.3.10.8  (https://github.com/mirage/mirage/releases/download/v3.10.8/mirage-v3.10.8.tbz)
⬇ retrieved parse-argv.0.3.0  (cached)
⬇ retrieved parsexp.v0.16.0  (cached)
∗ installed cmdliner.1.2.0
⬇ retrieved pecu.0.7  (cached)
⬇ retrieved ordering.3.15.2  (cached)
⬇ retrieved pp.1.2.0  (cached)
⬇ retrieved ppx_cstruct.6.2.0  (cached)
⬇ retrieved ppx_derivers.1.2.1  (cached)
⬇ retrieved opam-monorepo.0.4.0  (cached)
⬇ retrieved psq.0.2.1  (cached)
⬇ retrieved ptime.1.1.0  (cached)
⬇ retrieved randomconv.0.1.3  (cached)
⬇ retrieved re.1.11.0  (cached)
∗ installed seq.base
⬇ retrieved rresult.0.7.0  (cached)
⬇ retrieved sexplib.v0.16.0  (cached)
⬇ retrieved sexplib0.v0.16.0  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved ppxlib.0.32.1  (cached)
⬇ retrieved stringext.1.6.0  (cached)
⬇ retrieved tcpip.7.1.2  (cached)
⬇ retrieved topkg.1.0.7  (cached)
⬇ retrieved uri.4.4.0  (cached)
⬇ retrieved uutf.1.0.3  (cached)
⬇ retrieved stdune.3.15.2  (cached)
∗ installed ocamlfind.1.9.6
∗ installed base-bytes.base
∗ installed num.1.5
∗ installed ocamlbuild.0.14.3
∗ installed dune.3.15.2
∗ installed csexp.1.5.2
∗ installed domain-name.0.4.0
∗ installed lwt-dllist.1.0.1
∗ installed duration.0.2.1
∗ installed cppo.1.6.9
∗ installed base64.3.5.1
∗ installed afl-persistent.1.4
∗ installed mirage-clock.4.2.0
∗ installed ocplib-endian.1.2
∗ installed ocaml-syntax-shims.1.0.0
∗ installed ocaml-compiler-libs.v0.12.4
∗ installed dune-configurator.3.15.2
∗ installed parse-argv.0.3.0
∗ installed pecu.0.7
∗ installed bigstringaf.0.9.1
∗ installed ordering.3.15.2
∗ installed macaddr.5.5.0
∗ installed crowbar.0.2.1
∗ installed pp.1.2.0
∗ installed mirage-clock-unix.4.2.0
∗ installed ppx_derivers.1.2.1
∗ installed ipaddr.5.5.0
∗ installed lwt.5.7.0
∗ installed angstrom.0.16.0
∗ installed opam-monorepo.0.4.0
∗ installed topkg.1.0.7
∗ installed psq.0.2.1
∗ installed stdlib-shims.0.3.0
∗ installed mirage-time.3.0.0
∗ installed mirage-bootvar-unix.0.1.0
∗ installed dyn.3.15.2
∗ installed sexplib0.v0.16.0
∗ installed rresult.0.7.0
∗ installed ptime.1.1.0
∗ installed lru.0.3.1
∗ installed fmt.0.9.0
∗ installed astring.0.8.5
∗ installed re.1.11.0
∗ installed stringext.1.6.0
∗ installed uutf.1.0.3
∗ installed parsexp.v0.16.0
∗ installed fpath.0.7.3
∗ installed metrics.0.4.1
∗ installed cstruct.6.2.0
∗ installed mirage-device.2.0.0
∗ installed mirage-kv.4.0.1
∗ installed emile.1.1
∗ installed cstruct-lwt.6.2.0
∗ installed macaddr-cstruct.5.5.0
∗ installed mirage-block.3.0.2
∗ installed logs.0.7.0
∗ installed mirage-flow.3.0.0
∗ installed mirage-random.3.0.0
∗ installed mirage-net.4.0.0
∗ installed mirage-fs.4.0.0
∗ installed mirage-console.5.1.0
∗ installed mirage-channel.4.1.0
∗ installed alcotest.1.7.0
∗ installed ethernet.3.2.0
∗ installed mirage-logs.2.1.0
∗ installed mirage-console-unix.5.1.0
∗ installed randomconv.0.1.3
∗ installed mirage-runtime.4.5.0
∗ installed arp.3.1.1
∗ installed stdune.3.15.2
∗ installed mirage-unix.5.0.1
∗ installed sexplib.v0.16.0
∗ installed bos.0.2.1
∗ installed uri.4.4.0
∗ installed dune-private-libs.3.15.2
∗ installed mirage.4.5.0
∗ installed dune-site.3.15.2
∗ installed ppxlib.0.32.1
∗ installed ppx_cstruct.6.2.0
∗ installed mirage-profile.0.9.1
∗ installed tcpip.7.1.2
∗ installed mirage-stack.4.0.0
∗ installed mirage-protocols.8.0.0
∗ installed mirage-types.3.10.8
∗ installed mirage-types-lwt.3.10.8
Done.


<><> mirage-types-lwt.3.10.8 installed successfully <><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use individual signatures (mirage-net / mirage-clock / etc.) instead.


<><> mirage-types.3.10.8 installed successfully <><><><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use individual signatures (mirage-net / mirage-clock / etc.) instead.


<><> mirage-stack.4.0.0 installed successfully ><><><><><><><><><><><><><><><><>
=> This package is deprecated. Please use the module types in Tcpip.Stack directly.


<><> mirage-protocols.8.0.0 installed successfully ><><><><><><><><><><><><><><>
=> This package is deprecated. Please use Ethernet.S, Arp.S, or the Tcpip module types directly


<><> mirage-fs.4.0.0 installed successfully <><><><><><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use mirage-kv instead.


<><> 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-05-10 22:50.21 ---> saved as "579e2dbb74b06242f0a141dbd0b704a372ba847f50d2f1cfa6b45e5d5b2df323"


/src: (copy (src .) (dst /src))
2024-05-10 22:50.27 ---> saved as "9fe1caed9377532dcc77bf75d341bf67f21c1306c916f2230bbed8f99eb1d3d8"


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


  [OK]          simple          0   test00.
  [OK]          simple          1   test01.
  [OK]          simple          2   test02 (odd/even).
  [OK]          simple          3   test03 (odd/even).
  [OK]          simple          4   test04 (odd/even).
  [OK]          simple          5   test05 (odd/even).
  [OK]          simple          6   test06 (zlib).
  [OK]          simple          7   test07 (caml).
  [OK]          simple          8   test08 (gzip).


Full test results in `/src/_build/default/test/_build/_tests/file'.
Test Successful in 0.002s. 9 tests run.
(cd _build/default/test && ./test_parser.exe --color=always)
Testing `conan'.
This run has ID `P3BFCJAD'.


  [OK]          parser          0   acorn.
  [OK]          parser          1   adi.
  [OK]          parser          2   adventure.
  [OK]          parser          3   aes.
  [OK]          parser          4   algol68.
  [OK]          parser          5   allegro.
  [OK]          parser          6   alliant.
  [OK]          parser          7   alpha.
  [OK]          parser          8   amanda.
  [OK]          parser          9   amigaos.
  [OK]          parser         10   android.
  [OK]          parser         11   animation.
  [OK]          parser         12   aout.
  [OK]          parser         13   apache.
  [OK]          parser         14   apl.
  [OK]          parser         15   apple.
  [OK]          parser         16   application.
  [OK]          parser         17   applix.
  [OK]          parser         18   apt.
  [OK]          parser         19   archive.
  [OK]          parser         20   aria.
  [OK]          parser         21   arm.
  [OK]          parser         22   asf.
  [OK]          parser         23   assembler.
  [OK]          parser         24   asterix.
  [OK]          parser         25   att3b.
  [OK]          parser         26   audio.
  [OK]          parser         27   avm.
  [OK]          parser         28   basis.
  [OK]          parser         29   beetle.
  [OK]          parser         30   ber.
  [OK]          parser         31   bflt.
  [OK]          parser         32   bhl.
  [OK]          parser         33   bioinformatics.
  [OK]          parser         34   biosig.
  [OK]          parser         35   blackberry.
  [OK]          parser         36   blcr.
  [OK]          parser         37   blender.
  [OK]          parser         38   blit.
  [OK]          parser         39   bm.
  [OK]          parser         40   bout.
  [OK]          parser         41   bsdi.
  [OK]          parser         42   bsi.
  [OK]          parser         43   btsnoop.
  [OK]          parser         44   burp.
  [OK]          parser         45   bytecode.
  [OK]          parser         46   c64.
  [OK]          parser         47   cad.
  [OK]          parser         48   cafebabe.
  [OK]          parser         49   cbor.
  [OK]          parser         50   ccf.
  [OK]          parser         51   cddb.
  [OK]          parser         52   chord.
  [OK]          parser         53   cisco.
  [OK]          parser         54   citrus.
  [OK]          parser         55   c-lang.
  [OK]          parser         56   clarion.
  [OK]          parser         57   claris.
  [OK]          parser         58   clipper.
  [OK]          parser         59   clojure.
  [OK]          parser         60   coff.
  [OK]          parser         61   commands.
  [OK]          parser         62   communications.
  [OK]          parser         63   compress.
  [OK]          parser         64   console.
  [OK]          parser         65   convex.
  [OK]          parser         66   coverage.
  [OK]          parser         67   cracklib.
  [OK]          parser         68   crypto.
  [OK]          parser         69   ctags.
  [OK]          parser         70   ctf.
  [OK]          parser         71   cubemap.
  [OK]          parser         72   cups.
  [OK]          parser         73   dact.
  [OK]          parser         74   database.
  [OK]          parser         75   dataone.
  [OK]          parser         76   dbpf.
  [OK]          parser         77   diamond.
  [OK]          parser         78   dif.
  [OK]          parser         79   diff.
  [OK]          parser         80   digital.
  [OK]          parser         81   dolby.
  [OK]          parser         82   dump.
  [OK]          parser         83   dwarfs.
  [OK]          parser         84   dyadic.
  [OK]          parser         85   ebml.
  [OK]          parser         86   edid.
  [OK]          parser         87   editors.
  [OK]          parser         88   efi.
  [OK]          parser         89   elf.
  [OK]          parser         90   encore.
  [OK]          parser         91   epoc.
  [OK]          parser         92   erlang.
  [OK]          parser         93   espressif.
  [OK]          parser         94   esri.
  [OK]          parser         95   etf.
  [OK]          parser         96   fcs.
  [OK]          parser         97   filesystems.
  [OK]          parser         98   finger.
  [OK]          parser         99   firmware.
  [OK]          parser        100   flash.
  [OK]          parser        101   flif.
  [OK]          parser        102   fonts.
  [OK]          parser        103   forth.
  [OK]          parser        104   fortran.
  [OK]          parser        105   frame.
  [OK]          parser        106   freebsd.
  [OK]          parser        107   fsav.
  [OK]          parser        108   fusecompress.
  [OK]          parser        109   games.
  [OK]          parser        110   gcc.
  [OK]          parser        111   gconv.
  [OK]          parser        112   geo.
  [OK]          parser        113   geos.
  [OK]          parser        114   gimp.
  [OK]          parser        115   git.
  [OK]          parser        116   glibc.
  [OK]          parser        117   gnome.
  [OK]          parser        118   gnu.
  [OK]          parser        119   gnumeric.
  [OK]          parser        120   gpt.
  [OK]          parser        121   gpu.
  [OK]          parser        122   grace.
  [OK]          parser        123   graphviz.
  [OK]          parser        124   gringotts.
  [OK]          parser        125   guile.
  [OK]          parser        126   hardware.
  [OK]          parser        127   hitachi-sh.
  [OK]          parser        128   hp.
  [OK]          parser        129   human68k.
  [OK]          parser        130   ibm370.
  [OK]          parser        131   ibm6000.
  [OK]          parser        132   icc.
  [OK]          parser        133   iff.
  [OK]          parser        134   images.
  [OK]          parser        135   inform.
  [OK]          parser        136   intel.
  [OK]          parser        137   interleaf.
  [OK]          parser        138   island.
  [OK]          parser        139   ispell.
  [OK]          parser        140   isz.
  [OK]          parser        141   java.
  [OK]          parser        142   javascript.
  [OK]          parser        143   jpeg.
  [OK]          parser        144   karma.
  [OK]          parser        145   kde.
  [OK]          parser        146   keepass.
  [OK]          parser        147   kerberos.
  [OK]          parser        148   kicad.
  [OK]          parser        149   kml.
  [OK]          parser        150   lammps.
  [OK]          parser        151   lecter.
  [OK]          parser        152   lex.
  [OK]          parser        153   lif.
  [OK]          parser        154   linux.
  [OK]          parser        155   lisp.
  [OK]          parser        156   llvm.
  [OK]          parser        157   locoscript.
  [OK]          parser        158   lua.
  [OK]          parser        159   luks.
  [OK]          parser        160   m4.
  [OK]          parser        161   mach.
  [OK]          parser        162   macintosh.
  [OK]          parser        163   macos.
  [OK]          parser        164   magic.
  [OK]          parser        165   mail.news.
  [OK]          parser        166   make.
  [OK]          parser        167   map.
  [OK]          parser        168   maple.
  [OK]          parser        169   marc21.
  [OK]          parser        170   mathcad.
  [OK]          parser        171   mathematica.
  [OK]          parser        172   matroska.
  [OK]          parser        173   mcrypt.
  [OK]          parser        174   measure.
  [OK]          parser        175   mercurial.
  [OK]          parser        176   metastore.
  [OK]          parser        177   meteorological.
  [OK]          parser        178   microfocus.
  [OK]          parser        179   mime.
  [OK]          parser        180   mips.
  [OK]          parser        181   mirage.
  [OK]          parser        182   misctools.
  [OK]          parser        183   mkid.
  [OK]          parser        184   mlssa.
  [OK]          parser        185   mmdf.
  [OK]          parser        186   modem.
  [OK]          parser        187   modulefile.
  [OK]          parser        188   motorola.
  [OK]          parser        189   mozilla.
  [OK]          parser        190   msdos.
  [OK]          parser        191   msooxml.
  [OK]          parser        192   msvc.
  [OK]          parser        193   msx.
  [OK]          parser        194   mup.
  [OK]          parser        195   music.
  [OK]          parser        196   nasa.
  [OK]          parser        197   natinst.
  [OK]          parser        198   ncr.
  [OK]          parser        199   neko.
  [OK]          parser        200   netbsd.
  [OK]          parser        201   netscape.
  [OK]          parser        202   netware.
  [OK]          parser        203   news.
  [OK]          parser        204   nifty.
  [OK]          parser        205   nim-lang.
  [OK]          parser        206   nitpicker.
  [OK]          parser        207   numpy.
  [OK]          parser        208   oasis.
  [OK]          parser        209   ocaml.
  [OK]          parser        210   octave.
  [OK]          parser        211   ole2compounddocs.
  [OK]          parser        212   olf.
  [OK]          parser        213   openfst.
  [OK]          parser        214   opentimestamps.
  [OK]          parser        215   oric.
  [OK]          parser        216   os2.
  [OK]          parser        217   os400.
  [OK]          parser        218   os9.
  [OK]          parser        219   osf1.
  [OK]          parser        220   palm.
  [OK]          parser        221   parix.
  [OK]          parser        222   parrot.
  [OK]          parser        223   pascal.
  [OK]          parser        224   pbf.
  [OK]          parser        225   pbm.
  [OK]          parser        226   pc88.
  [OK]          parser        227   pc98.
  [OK]          parser        228   pci_ids.
  [OK]          parser        229   pcjr.
  [OK]          parser        230   pdf.
  [OK]          parser        231   pdp.
  [OK]          parser        232   perl.
  [OK]          parser        233   pgf.
  [OK]          parser        234   pgp.
  [OK]          parser        235   pgp-binary-keys.
  [OK]          parser        236   pkgadd.
  [OK]          parser        237   plan9.
  [OK]          parser        238   playdate.
  [OK]          parser        239   plus5.
  [OK]          parser        240   pmem.
  [OK]          parser        241   polyml.
  [OK]          parser        242   printer.
  [OK]          parser        243   project.
  [OK]          parser        244   psdbms.
  [OK]          parser        245   psl.
  [OK]          parser        246   pulsar.
  [OK]          parser        247   puzzle.
  [OK]          parser        248   pwsafe.
  [OK]          parser        249   pyramid.
  [OK]          parser        250   python.
  [OK]          parser        251   qt.
  [OK]          parser        252   revision.
  [OK]          parser        253   riff.
  [OK]          parser        254   rinex.
  [OK]          parser        255   ringdove.
  [OK]          parser        256   rpi.
  [OK]          parser        257   rpm.
  [OK]          parser        258   rpmsg.
  [OK]          parser        259   rst.
  [OK]          parser        260   rtf.
  [OK]          parser        261   ruby.
  [OK]          parser        262   rust.
  [OK]          parser        263   sc.
  [OK]          parser        264   sccs.
  [OK]          parser        265   scientific.
  [OK]          parser        266   securitycerts.
  [OK]          parser        267   selinux.
  [OK]          parser        268   sendmail.
  [OK]          parser        269   sequent.
  [OK]          parser        270   sereal.
  [OK]          parser        271   sgi.
  [OK]          parser        272   sgml.
  [OK]          parser        273   sharc.
  [OK]          parser        274   sinclair.
  [OK]          parser        275   sisu.
  [OK]          parser        276   sketch.
  [OK]          parser        277   smalltalk.
  [OK]          parser        278   smile.
  [OK]          parser        279   sniffer.
  [OK]          parser        280   softquad.
  [OK]          parser        281   sosi.
  [OK]          parser        282   spec.
  [OK]          parser        283   spectrum.
  [OK]          parser        284   sql.
  [OK]          parser        285   ssh.
  [OK]          parser        286   ssl.
  [OK]          parser        287   statistics.
  [OK]          parser        288   subtitle.
  [OK]          parser        289   sun.
  [OK]          parser        290   svf.
  [OK]          parser        291   sylk.
  [OK]          parser        292   symbos.
  [OK]          parser        293   sysex.
  [OK]          parser        294   tcl.
  [OK]          parser        295   teapot.
  [OK]          parser        296   terminfo.
  [OK]          parser        297   tex.
  [OK]          parser        298   tgif.
  [OK]          parser        299   ti-8x.
  [OK]          parser        300   timezone.
  [OK]          parser        301   tplink.
  [OK]          parser        302   troff.
  [OK]          parser        303   tuxedo.
  [OK]          parser        304   typeset.
  [OK]          parser        305   uf2.
  [OK]          parser        306   unicode.
  [OK]          parser        307   unisig.
  [OK]          parser        308   unknown.
  [OK]          parser        309   usd.
  [OK]          parser        310   uterus.
  [OK]          parser        311   uuencode.
  [OK]          parser        312   vacuum-cleaner.
  [OK]          parser        313   varied.out.
  [OK]          parser        314   varied.script.
  [OK]          parser        315   vax.
  [OK]          parser        316   vicar.
  [OK]          parser        317   virtual.
  [OK]          parser        318   virtutech.
  [OK]          parser        319   visx.
  [OK]          parser        320   vms.
  [OK]          parser        321   vmware.
  [OK]          parser        322   vorbis.
  [OK]          parser        323   vxl.
  [OK]          parser        324   warc.
  [OK]          parser        325   weak.
  [OK]          parser        326   web.
  [OK]          parser        327   webassembly.
  [OK]          parser        328   windows.
  [OK]          parser        329   wireless.
  [OK]          parser        330   wordprocessors.
  [OK]          parser        331   wsdl.
  [OK]          parser        332   x68000.
  [OK]          parser        333   xdelta.
  [OK]          parser        334   xenix.
  [OK]          parser        335   xilinx.
  [OK]          parser        336   xo65.
  [OK]          parser        337   xwindows.
  [OK]          parser        338   yara.
  [OK]          parser        339   zfs.
  [OK]          parser        340   zilog.
  [OK]          parser        341   zip.
  [OK]          parser        342   zyxel.
  [OK]          tree            0   acorn.
  [OK]          tree            1   adi.
  [OK]          tree            2   adventure.
  [OK]          tree            3   aes.
  [OK]          tree            4   algol68.
  [OK]          tree            5   allegro.
  [OK]          tree            6   alliant.
  [OK]          tree            7   alpha.
  [OK]          tree            8   amanda.
  [OK]          tree            9   amigaos.
  [OK]          tree           10   android.
  [OK]          tree           11   animation.
  [OK]          tree           12   aout.
  [OK]          tree           13   apache.
  [OK]          tree           14   apl.
  [OK]          tree           15   apple.
  [OK]          tree           16   application.
  [OK]          tree           17   applix.
  [OK]          tree           18   apt.
  [OK]          tree           19   archive.
  [OK]          tree           20   aria.
  [OK]          tree           21   arm.
  [OK]          tree           22   asf.
  [OK]          tree           23   assembler.
  [OK]          tree           24   asterix.
  [OK]          tree           25   att3b.
  [OK]          tree           26   audio.
  [OK]          tree           27   avm.
  [OK]          tree           28   basis.
  [OK]          tree           29   beetle.
  [OK]          tree           30   ber.
  [OK]          tree           31   bflt.
  [OK]          tree           32   bhl.
  [OK]          tree           33   bioinformatics.
  [OK]          tree           34   biosig.
  [OK]          tree           35   blackberry.
  [OK]          tree           36   blcr.
  [OK]          tree           37   blender.
  [OK]          tree           38   blit.
  [OK]          tree           39   bm.
  [OK]          tree           40   bout.
  [OK]          tree           41   bsdi.
  [OK]          tree           42   bsi.
  [OK]          tree           43   btsnoop.
  [OK]          tree           44   burp.
  [OK]          tree           45   bytecode.
  [OK]          tree           46   c64.
  [OK]          tree           47   cad.
  [OK]          tree           48   cafebabe.
  [OK]          tree           49   cbor.
  [OK]          tree           50   ccf.
  [OK]          tree           51   cddb.
  [OK]          tree           52   chord.
  [OK]          tree           53   cisco.
  [OK]          tree           54   citrus.
  [OK]          tree           55   c-lang.
  [OK]          tree           56   clarion.
  [OK]          tree           57   claris.
  [OK]          tree           58   clipper.
  [OK]          tree           59   clojure.
  [OK]          tree           60   coff.
  [OK]          tree           61   commands.
  [OK]          tree           62   communications.
  [OK]          tree           63   compress.
  [OK]          tree           64   console.
  [OK]          tree           65   convex.
  [OK]          tree           66   coverage.
  [OK]          tree           67   cracklib.
  [OK]          tree           68   crypto.
  [OK]          tree           69   ctags.
  [OK]          tree           70   ctf.
  [OK]          tree           71   cubemap.
  [OK]          tree           72   cups.
  [OK]          tree           73   dact.
  [OK]          tree           74   database.
  [OK]          tree           75   dataone.
  [OK]          tree           76   dbpf.
  [OK]          tree           77   diamond.
  [OK]          tree           78   dif.
  [OK]          tree           79   diff.
  [OK]          tree           80   digital.
  [OK]          tree           81   dolby.
  [OK]          tree           82   dump.
  [OK]          tree           83   dwarfs.
  [OK]          tree           84   dyadic.
  [OK]          tree           85   ebml.
  [OK]          tree           86   edid.
  [OK]          tree           87   editors.
  [OK]          tree           88   efi.
  [OK]          tree           89   elf.
  [OK]          tree           90   encore.
  [OK]          tree           91   epoc.
  [OK]          tree           92   erlang.
  [OK]          tree           93   espressif.
  [OK]          tree           94   esri.
  [OK]          tree           95   etf.
  [OK]          tree           96   fcs.
  [OK]          tree           97   filesystems.
  [OK]          tree           98   finger.
  [OK]          tree           99   firmware.
  [OK]          tree          100   flash.
  [OK]          tree          101   flif.
  [OK]          tree          102   fonts.
  [OK]          tree          103   forth.
  [OK]          tree          104   fortran.
  [OK]          tree          105   frame.
  [OK]          tree          106   freebsd.
  [OK]          tree          107   fsav.
  [OK]          tree          108   fusecompress.
  [OK]          tree          109   games.
  [OK]          tree          110   gcc.
  [OK]          tree          111   gconv.
  [OK]          tree          112   geo.
  [OK]          tree          113   geos.
  [OK]          tree          114   gimp.
  [OK]          tree          115   git.
  [OK]          tree          116   glibc.
  [OK]          tree          117   gnome.
  [OK]          tree          118   gnu.
  [OK]          tree          119   gnumeric.
  [OK]          tree          120   gpt.
  [OK]          tree          121   gpu.
  [OK]          tree          122   grace.
  [OK]          tree          123   graphviz.
  [OK]          tree          124   gringotts.
  [OK]          tree          125   guile.
  [OK]          tree          126   hardware.
  [OK]          tree          127   hitachi-sh.
  [OK]          tree          128   hp.
  [OK]          tree          129   human68k.
  [OK]          tree          130   ibm370.
  [OK]          tree          131   ibm6000.
  [OK]          tree          132   icc.
  [OK]          tree          133   iff.
  [OK]          tree          134   images.
  [OK]          tree          135   inform.
  [OK]          tree          136   intel.
  [OK]          tree          137   interleaf.
  [OK]          tree          138   island.
  [OK]          tree          139   ispell.
  [OK]          tree          140   isz.
  [OK]          tree          141   java.
  [OK]          tree          142   javascript.
  [OK]          tree          143   jpeg.
  [OK]          tree          144   karma.
  [OK]          tree          145   kde.
  [OK]          tree          146   keepass.
  [OK]          tree          147   kerberos.
  [OK]          tree          148   kicad.
  [OK]          tree          149   kml.
  [OK]          tree          150   lammps.
  [OK]          tree          151   lecter.
  [OK]          tree          152   lex.
  [OK]          tree          153   lif.
  [OK]          tree          154   linux.
  [OK]          tree          155   lisp.
  [OK]          tree          156   llvm.
  [OK]          tree          157   locoscript.
  [OK]          tree          158   lua.
  [OK]          tree          159   luks.
  [OK]          tree          160   m4.
  [OK]          tree          161   mach.
  [OK]          tree          162   macintosh.
  [OK]          tree          163   macos.
  [OK]          tree          164   magic.
  [OK]          tree          165   mail.news.
  [OK]          tree          166   make.
  [OK]          tree          167   map.
  [OK]          tree          168   maple.
  [OK]          tree          169   marc21.
  [OK]          tree          170   mathcad.
  [OK]          tree          171   mathematica.
  [OK]          tree          172   matroska.
  [OK]          tree          173   mcrypt.
  [OK]          tree          174   measure.
  [OK]          tree          175   mercurial.
  [OK]          tree          176   metastore.
  [OK]          tree          177   meteorological.
  [OK]          tree          178   microfocus.
  [OK]          tree          179   mime.
  [OK]          tree          180   mips.
  [OK]          tree          181   mirage.
  [OK]          tree          182   misctools.
  [OK]          tree          183   mkid.
  [OK]          tree          184   mlssa.
  [OK]          tree          185   mmdf.
  [OK]          tree          186   modem.
  [OK]          tree          187   modulefile.
  [OK]          tree          188   motorola.
  [OK]          tree          189   mozilla.
  [OK]          tree          190   msdos.
  [OK]          tree          191   msooxml.
  [OK]          tree          192   msvc.
  [OK]          tree          193   msx.
  [OK]          tree          194   mup.
  [OK]          tree          195   music.
  [OK]          tree          196   nasa.
  [OK]          tree          197   natinst.
  [OK]          tree          198   ncr.
  [OK]          tree          199   neko.
  [OK]          tree          200   netbsd.
  [OK]          tree          201   netscape.
  [OK]          tree          202   netware.
  [OK]          tree          203   news.
  [OK]          tree          204   nifty.
  [OK]          tree          205   nim-lang.
  [OK]          tree          206   nitpicker.
  [OK]          tree          207   numpy.
  [OK]          tree          208   oasis.
  [OK]          tree          209   ocaml.
  [OK]          tree          210   octave.
  [OK]          tree          211   ole2compounddocs.
  [OK]          tree          212   olf.
  [OK]          tree          213   openfst.
  [OK]          tree          214   opentimestamps.
  [OK]          tree          215   oric.
  [OK]          tree          216   os2.
  [OK]          tree          217   os400.
  [OK]          tree          218   os9.
  [OK]          tree          219   osf1.
  [OK]          tree          220   palm.
  [OK]          tree          221   parix.
  [OK]          tree          222   parrot.
  [OK]          tree          223   pascal.
  [OK]          tree          224   pbf.
  [OK]          tree          225   pbm.
  [OK]          tree          226   pc88.
  [OK]          tree          227   pc98.
  [OK]          tree          228   pci_ids.
  [OK]          tree          229   pcjr.
  [OK]          tree          230   pdf.
  [OK]          tree          231   pdp.
  [OK]          tree          232   perl.
  [OK]          tree          233   pgf.
  [OK]          tree          234   pgp.
  [OK]          tree          235   pgp-binary-keys.
  [OK]          tree          236   pkgadd.
  [OK]          tree          237   plan9.
  [OK]          tree          238   playdate.
  [OK]          tree          239   plus5.
  [OK]          tree          240   pmem.
  [OK]          tree          241   polyml.
  [OK]          tree          242   printer.
  [OK]          tree          243   project.
  [OK]          tree          244   psdbms.
  [OK]          tree          245   psl.
  [OK]          tree          246   pulsar.
  [OK]          tree          247   puzzle.
  [OK]          tree          248   pwsafe.
  [OK]          tree          249   pyramid.
  [OK]          tree          250   python.
  [OK]          tree          251   qt.
  [OK]          tree          252   revision.
  [OK]          tree          253   riff.
  [OK]          tree          254   rinex.
  [OK]          tree          255   ringdove.
  [OK]          tree          256   rpi.
  [OK]          tree          257   rpm.
  [OK]          tree          258   rpmsg.
  [OK]          tree          259   rst.
  [OK]          tree          260   rtf.
  [OK]          tree          261   ruby.
  [OK]          tree          262   rust.
  [OK]          tree          263   sc.
  [OK]          tree          264   sccs.
  [OK]          tree          265   scientific.
  [OK]          tree          266   securitycerts.
  [OK]          tree          267   selinux.
  [OK]          tree          268   sendmail.
  [OK]          tree          269   sequent.
  [OK]          tree          270   sereal.
  [OK]          tree          271   sgi.
  [OK]          tree          272   sgml.
  [OK]          tree          273   sharc.
  [OK]          tree          274   sinclair.
  [OK]          tree          275   sisu.
  [OK]          tree          276   sketch.
  [OK]          tree          277   smalltalk.
  [OK]          tree          278   smile.
  [OK]          tree          279   sniffer.
  [OK]          tree          280   softquad.
  [OK]          tree          281   sosi.
  [OK]          tree          282   spec.
  [OK]          tree          283   spectrum.
  [OK]          tree          284   sql.
  [OK]          tree          285   ssh.
  [OK]          tree          286   ssl.
  [OK]          tree          287   statistics.
  [OK]          tree          288   subtitle.
  [OK]          tree          289   sun.
  [OK]          tree          290   svf.
  [OK]          tree          291   sylk.
  [OK]          tree          292   symbos.
  [OK]          tree          293   sysex.
  [OK]          tree          294   tcl.
  [OK]          tree          295   teapot.
  [OK]          tree          296   terminfo.
  [OK]          tree          297   tex.
  [OK]          tree          298   tgif.
  [OK]          tree          299   ti-8x.
  [OK]          tree          300   timezone.
  [OK]          tree          301   tplink.
  [OK]          tree          302   troff.
  [OK]          tree          303   tuxedo.
  [OK]          tree          304   typeset.
  [OK]          tree          305   uf2.
  [OK]          tree          306   unicode.
  [OK]          tree          307   unisig.
  [OK]          tree          308   unknown.
  [OK]          tree          309   usd.
  [OK]          tree          310   uterus.
  [OK]          tree          311   uuencode.
  [OK]          tree          312   vacuum-cleaner.
  [OK]          tree          313   varied.out.
  [OK]          tree          314   varied.script.
  [OK]          tree          315   vax.
  [OK]          tree          316   vicar.
  [OK]          tree          317   virtual.
  [OK]          tree          318   virtutech.
  [OK]          tree          319   visx.
  [OK]          tree          320   vms.
  [OK]          tree          321   vmware.
  [OK]          tree          322   vorbis.
  [OK]          tree          323   vxl.
  [OK]          tree          324   warc.
  [OK]          tree          325   weak.
  [OK]          tree          326   web.
  [OK]          tree          327   webassembly.
  [OK]          tree          328   windows.
  [OK]          tree          329   wireless.
  [OK]          tree          330   wordprocessors.
  [OK]          tree          331   wsdl.
  [OK]          tree          332   x68000.
  [OK]          tree          333   xdelta.
  [OK]          tree          334   xenix.
  [OK]          tree          335   xilinx.
  [OK]          tree          336   xo65.
  [OK]          tree          337   xwindows.
  [OK]          tree          338   yara.
  [OK]          tree          339   zfs.
  [OK]          tree          340   zilog.
  [OK]          tree          341   zip.
  [OK]          tree          342   zyxel.


Full test results in `/src/_build/default/test/_build/_tests/conan'.
Test Successful in 0.644s. 686 tests run.
(cd _build/default/test && ./test_light.exe --color=always)
Testing `file'.
This run has ID `GE1WMS9H'.


  [OK]          simple          0   test00 (gzip).
  [OK]          simple          1   test01 (zlib).
  [OK]          simple          2   test02 (html).


Full test results in `/src/_build/default/test/_build/_tests/file'.
Test Successful in 0.022s. 3 tests run.
(cd _build/default/fuzz && ./fuzz.exe)
"MPEG ADTS, layer III, v1, 40 kbps, 32 kHz, 2x Monaural" ("audio/mpeg")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "PGP symmetric key encrypted data -".
Found a solution for the given input: "OpenPGP Secret Key".
"MIDI audio System Exclusive (SysEx) message -" ("audio/x-syx")
"MPEG-4 LOAS, 8 or more streams" ("audio/x-mp4a-latm")
Found a solution for the given input: "Dyalog APL version 238.80".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "MS Windows COFF PA-RISC object file".
Found a solution for the given input: "OpenPGP Public Key Zebra Metafile graphic (comment = )".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
"JPEG XL codestream" ("image/jxl")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"zlib compressed data" ("application/zlib")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"ARC archive data, squeezed" ("application/x-arc")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
"zlib compressed data" ("application/zlib")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Secret Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
"zlib compressed data" ("application/zlib")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
"zlib compressed data" ("application/zlib")
Found a solution for the given input: "MGR bitmap, modern format, squeezed".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "Dyalog APL version 126.126".
Found a solution for the given input: "OpenPGP Secret Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "PGP symmetric key encrypted data -".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "MGR bitmap, modern format, squeezed".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "MGR bitmap, old format, 1-bit deep, 32-bit aligned".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
"MPEG-4 LOAS" ("audio/x-mp4a-latm")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
"MPEG-4 LOAS" ("audio/x-mp4a-latm")
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
"zlib compressed data" ("application/zlib")
"zlib compressed data" ("application/zlib")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "VAX-order 68K Blit (standalone) executable".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data - Twofish with 256-bit key" ("application/x-dosexec")
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data - Twofish with 256-bit key" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "MGR bitmap, old format, 1-bit deep, 16-bit aligned".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
"COM executable for DOS" ("application/x-dosexec")
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
"COM executable for DOS" ("application/x-dosexec")
"PostScript document text" ("application/postscript")
Found a solution for the given input: "OpenPGP Secret Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
"Novell LANalyzer capture file, version 248.139, record type 4103, record length 42799, names                     ..." ("application/x-lanalyzer")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key PGP Secret Sub-key -".
Found a solution for the given input: "OpenPGP Public Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
"DOS executable (COM, 0x8C-variant) PGP symmetric key encrypted data -" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
"MPEG ADTS, layer II, v1, 112 kbps, JntStereo" ("audio/mpeg")
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Public Key".
"COM executable for DOS" ("application/x-dosexec")
Found a solution for the given input: "OpenPGP Secret Key".
Found a solution for the given input: "OpenPGP Public Key".
Found a solution for the given input: "OpenPGP Secret Key".
"COM executable for DOS" ("application/x-dosexec")
"COM executable for DOS" ("application/x-dosexec")
lint (assert false / exception): PASS


2024-05-10 22:55.08 ---> saved as "8ff91085c8592c5f3915cff41b1a7635791e7ca8431b77d8a496442bd2475325"
Job succeeded
2024-05-10 23:00.40: Job succeeded