Closed avsm closed 1 year ago
Can you confirm that the dune cache was enabled, and if so which mode is it in? (hardlink/symlink/copy).
Cc @tmcgilchrist @mtelvers
@Alizter There should be no dune cache enabled. The FreeBSD builds run inside a jail with a snapshotted base image that has opam built from 2.1 tag. The Dockerfile output is the rough equivalent to what commands are run in the jail, but full repro jail commands are not available yet.
@rgrinberg It's weird that the error is coming from shared_cache even though cache is disabled. Any idea why this might be?
@Alizter I'm basing my no-cache answer on the contents of the logging and the documentation on https://dune.readthedocs.io/en/stable/caching.html#configuration that says dune cache is opt in. Our FreeBSD setup is new so there could be problems with it.
Are you able to check the DUNE_CACHE
env var?
Another way that it could be set is if there is a workspace or config file. Edit: doesn't look like there is any of that in the menhir sources.
Re-running that build, I can confirm DUNE_CACHE
is not set but I can't reproduce that dune error. Running the same spec on the same machine twice has not failed.
$ dune exec -- ocluster-client submit-obuilder \
https://github.com/ocaml/opam-repository.git 3255d7aeb62aac01bead1373d2e538e6de7162da \
--connect ~/projects/tarides/ocurrent-submission.cap --pool freebsd-x86_64 \
--local-file sail.freebsd.spec
Tailing log:
Building on summer
All commits already cached
Updating files: 100% (31505/31505), done.
HEAD is now at 3255d7aeb6 Update packages/libsail/libsail.0.16/opam
(from freebsd-ocaml-4.14)
2023-08-31 01:01.42 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /usr/home/opam)
/usr/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2023-08-31 01:01.42 ---> using "b8a60d29fb809bb49fa94c502b1147a983c18b25188cffe8db7a1bd1aa18b182" from cache
/usr/home/opam: (run (network host)
(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:///usr/home/opam/opam-repository
2023-08-31 01:01.42 ---> using "874d9638fa8d27a1ffcb5803ce9a88e9083dc799d3f3f0573d3d60c82f9b5378" from cache
/usr/home/opam: (env OPAMDOWNLOADJOBS 1)
/usr/home/opam: (env OPAMERRLOGLEN 0)
/usr/home/opam: (env OPAMSOLVERTIMEOUT 500)
/usr/home/opam: (env OPAMPRECISETRACKING 1)
/usr/home/opam: (env CI true)
/usr/home/opam: (env OPAM_REPO_CI true)
/usr/home/opam: (run (shell "echo $DUNE_CACHE"))
2023-08-31 01:01.44 ---> saved as "dcc0483935104f42ebeee56077b774ad84fc443835dd5898b0c249f3f27f1960"
/usr/home/opam: (run (shell "rm -rf opam-repository/"))
2023-08-31 01:01.48 ---> saved as "fdaa11b5b8db5c2b52f55e46c462e0f0c872a917ed9881a671de0dc64c78c31f"
/usr/home/opam: (copy (src .) (dst opam-repository/))
2023-08-31 01:02.00 ---> saved as "6777061fbc89ad6cd342c0685fff5f28813c7f4ef1a46d10fb363db12a7447e1"
/usr/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2023-08-31 01:02.31 ---> saved as "c64b74d6307c6165945eaccb4ebdd468e27c810f59124e2647335936922c76a4"
/usr/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2023-08-31 01:02.31 ---> saved as "1ff2a97d2de047c8c9192fc54c86c65e393153c6c0dcba940fd6283311251541"
/usr/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
/usr/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
/usr/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
/usr/home/opam: (run (shell "opam pin add -k version -yn sail_coq_backend.0.16 0.16"))
sail_coq_backend is now pinned to version 0.16
2023-08-31 01:02.32 ---> saved as "13a4664bc770b7582f7adea480ba082c3b071719e926498c96b2c8a4ed71f743"
/usr/home/opam: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall sail_coq_backend.0.16;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"freebsd\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'sail_coq_backend.0.16' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
sail_coq_backend.0.16 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install conf-gmp 4 [required by libsail]
- install conf-pkg-config 3 [required by conf-zlib]
- install conf-findutils 1 [required by lem]
- install dune 3.10.0 [required by sail_coq_backend]
- install ocamlfind 1.9.6 [required by linksem, lem, ott]
- install seq base [required by yojson]
- install ocamlbuild 0.14.2 [required by lem, linksem]
- install conf-zlib 1 [required by libsail]
- install stdlib-shims 0.3.0 [required by ocamlgraph]
- install pprint 20220103 [required by libsail]
- install pp 1.1.2 [required by dune-private-libs]
- install ordering 3.10.0 [required by dyn, stdune]
- install menhirSdk 20230608 [required by menhir]
- install menhirLib 20230608 [required by menhir]
- install csexp 1.5.2 [required by dune-private-libs]
- install cppo 1.6.9 [required by yojson]
- install zarith 1.13 [required by lem]
- install num 1.4 [required by lem]
- install ocamlgraph 2.0.0 [required by ott]
- install dyn 3.10.0 [required by dune-private-libs]
- install menhir 20230608 [required by libsail]
- install yojson 2.1.0 [required by libsail]
- install lem 2022-12-10 [required by libsail]
- install ott 0.33 [required by libsail]
- install stdune 3.10.0 [required by dune-private-libs]
- install linksem 0.8 [required by libsail]
- install dune-private-libs 3.10.0 [required by dune-site]
- install dune-site 3.10.0 [required by libsail]
- install libsail 0.16 [required by sail_coq_backend]
- install sail_coq_backend 0.16*
===== 30 to install =====
The following system packages will first need to be installed:
gmp
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp"
- Updating FreeBSD repository catalogue...
- [summer] Fetching packagesite.pkg: .......... done
- Processing entries:
- ...
- ...
- ..
- .. done
- FreeBSD repository update completed. 33792 packages processed.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- gmp: 6.2.1
-
- Number of packages to be installed: 1
-
- The process will require 3 MiB more space.
- 472 KiB to be downloaded.
- [summer] [1/1] Fetching gmp-6.2.1.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Installing gmp-6.2.1...
- [summer] [1/1] Extracting gmp-6.2.1: .......... done
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9 (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2 (cached)
-> installed conf-zlib.1
-> installed conf-gmp.4
-> installed conf-findutils.1
-> retrieved dune.3.10.0 (cached)
-> retrieved dune-private-libs.3.10.0 (cached)
-> retrieved dune-site.3.10.0 (cached)
-> retrieved dyn.3.10.0 (cached)
-> retrieved lem.2022-12-10 (cached)
-> retrieved libsail.0.16 (cached)
-> retrieved linksem.0.8 (cached)
-> retrieved menhir.20230608 (cached)
-> retrieved menhirLib.20230608 (cached)
-> retrieved menhirSdk.20230608 (cached)
-> retrieved num.1.4 (cached)
-> retrieved ocamlbuild.0.14.2 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocamlgraph.2.0.0 (cached)
-> retrieved ordering.3.10.0 (cached)
-> retrieved ott.0.33 (cached)
-> retrieved pp.1.1.2 (cached)
-> retrieved pprint.20220103 (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.2
-> retrieved sail_coq_backend.0.16 (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed num.1.4
-> retrieved stdune.3.10.0 (cached)
-> retrieved yojson.2.1.0 (cached)
-> retrieved zarith.1.13 (cached)
-> installed dune.3.10.0
-> installed menhirSdk.20230608
-> installed csexp.1.5.2
-> installed menhirLib.20230608
-> installed stdlib-shims.0.3.0
-> installed pp.1.1.2
-> installed zarith.1.13
-> installed pprint.20220103
-> installed cppo.1.6.9
-> installed ordering.3.10.0
-> installed dyn.3.10.0
-> installed yojson.2.1.0
-> installed ocamlgraph.2.0.0
-> installed stdune.3.10.0
-> installed dune-private-libs.3.10.0
-> installed dune-site.3.10.0
-> installed ott.0.33
-> installed menhir.20230608
-> installed lem.2022-12-10
-> installed linksem.0.8
-> installed libsail.0.16
-> installed sail_coq_backend.0.16
Done.
2023-08-31 01:06.50 ---> saved as "323ccc513cd675e484c0844d3d258afc59b7855b6bcbb569d2ed46a83e23ed08"
Job succeeded
Result: "323ccc513cd675e484c0844d3d258afc59b7855b6bcbb569d2ed46a83e23ed08"
If I'm following correctly, this code path is actually taken even if the dune cache is disabled (this correspond to calling Dune_shared_cache
but with config
set to Disabled
):
https://github.com/ocaml/dune/blob/3.10.0/src/dune_shared_cache/dune_shared_cache.ml#L295
The related code does try to remove write permissions to files in the shared cache. This fails the first time, but when retrying to determine what the error was, it succeeds. That looks like it could be a pattern that causes issues on a different OS (kind of reminds me on code that can create files on windows that it cannot remove), or is susceptible to race conditions.
Another dune failure on FreeBSD, possibly related:
Processing 2/4: [conan-database: dune build]
+ /usr/home/opam/.opam/5.0.0/bin/dune "build" "-p" "conan-database" "-j" "15" (CWD=/usr/home/opam/.opam/5.0.0/.opam-switch/build/conan-database.0.0.5)
- Internal error, please report upstream including the contents of _build/log.
- Description:
- ("compute_target_digests_or_raise_error: spurious target digest failure",
- { targets =
- { files =
- map
- { "default/standalone/.conan_magic_database.objs/byte/conan_magic_database__Conan_filesystems_107.cmi"
- : <opaque>
- ; "default/standalone/.conan_magic_database.objs/byte/conan_magic_database__Conan_filesystems_107.cmo"
- : <opaque>
- ; "default/standalone/.conan_magic_database.objs/byte/conan_magic_database__Conan_filesystems_107.cmt"
- : <opaque>
- }
- ; dirs = map {}
- }
- })
- Raised at Stdune__Code_error.raise in file
- "otherlibs/stdune/src/code_error.ml", line 11, characters 30-62
- Called from Dune_shared_cache.Make.examine_targets_and_store in file
- "src/dune_shared_cache/dune_shared_cache.ml", line 297, characters 8-102
- Called from Dune_engine__Rule_cache.Shared.examine_targets_and_store in file
- "src/dune_engine/rule_cache.ml" (inlined), line 218, characters 4-138
- Called from Dune_engine__Build_system.Exported.execute_rule_impl.(fun) in
- file "src/dune_engine/build_system.ml", line 690, characters 18-274
- Called from Fiber__Scheduler.exec in file "otherlibs/fiber/src/scheduler.ml",
- line 73, characters 8-11
- Re-raised at Stdune__Exn.raise_with_backtrace in file
- "otherlibs/stdune/src/exn.ml" (inlined), line 36, characters 27-56
- Called from Stdune__Exn_with_backtrace.reraise in file
- "otherlibs/stdune/src/exn_with_backtrace.ml", line 18, characters 33-71
- Called from Fiber__Scheduler.exec in file "otherlibs/fiber/src/scheduler.ml",
- line 73, characters 8-11
- -> required by ("execute-rule", { id = 4710; info = Internal })
- -> required by ("<unnamed>", ())
- -> required by
- ("build-file",
- In_build_dir
- "default/standalone/.conan_magic_database.objs/byte/conan_magic_database__Conan_filesystems_107.cmi")
- -> required by ("Rule.make", ())
- -> required by
- ("execute-rule",
- { id = 7088
- ; info =
- From_dune_file
- { pos_fname = "standalone/dune.inc"
- ; start = { pos_lnum = 311; pos_bol = 20148; pos_cnum = 20148 }
- ; stop = { pos_lnum = 483; pos_bol = 31765; pos_cnum = 31784 }
- }
- })
- -> required by ("<unnamed>", ())
- -> required by
- ("build-file",
- In_build_dir
- "install/default/lib/conan-database/conan_magic_database__Conan_filesystems_107.cmi")
- -> required by ("Rule.make", ())
- -> required by ("execute-rule", { id = 1149; info = Internal })
- -> required by ("<unnamed>", ())
- -> required by ("build-file", In_build_dir "default/conan-database.install")
- -> required by ("<unnamed>", ())
- -> required by
- ("build-alias", { dir = In_build_dir "default"; name = "install" })
- -> required by ("toplevel", ())
-
- I must not crash. Uncertainty is the mind-killer. Exceptions are the
- little-death that brings total obliteration. I will fully express my cases.
- Execution will pass over me and through me. And when it has gone past, I
- will unwind the stack along its path. Where the cases are handled there will
- be nothing. Only I will remain.
[ERROR] The compilation of conan-database.0.0.5 failed at "dune build -p conan-database -j 15".
As with the previous error, submitting the spec file does not reproduce the error on either worker.
$ ocluster-client --connect ~/mtelvers.cap submit-obuilder https://github.com/ocaml/opam-repository 50683498e1631bdd17534556e34b3d294b59fc64 --local-file conan.spec --pool freebsd-x86_64
Tailing log:
Building on summer
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /obuilder/state/git/opam-repository-80767eaf8c6db19bdd3f417d5e6cf87e826b42f7/.git/
Updating files: 100% (31587/31587), done.
HEAD is now at 50683498e1 [new release] conan (5 packages) (0.0.5)
(from freebsd-ocaml-5.0)
2023-09-13 13:36.57 ---> using "b0ee167c73857b60ecf6c06eff6bbe96857a02ac84fefd2b9807cb2eea16bf97" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /usr/home/opam)
/usr/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2023-09-13 13:36.58 ---> using "ef501563d340704f1fe3683a39203617380ddbde4e4de10cab2db02782661819" from cache
/usr/home/opam: (run (network host)
(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:///usr/home/opam/opam-repository
2023-09-13 13:36.58 ---> using "f88fab83e26fd10ed74e20ecc5d1f1f2013f47684ecc3df84d2709442acd2456" from cache
/usr/home/opam: (env OPAMDOWNLOADJOBS 1)
/usr/home/opam: (env OPAMERRLOGLEN 0)
/usr/home/opam: (env OPAMSOLVERTIMEOUT 500)
/usr/home/opam: (env OPAMPRECISETRACKING 1)
/usr/home/opam: (env CI true)
/usr/home/opam: (env OPAM_REPO_CI true)
/usr/home/opam: (run (shell "rm -rf opam-repository/"))
2023-09-13 13:36.58 ---> using "410e6af9db3aade3d354fe8f5e59b1037b7340f93c1ccd83fbc380eed540e0fc" from cache
/usr/home/opam: (copy (src .) (dst opam-repository/))
2023-09-13 13:37.21 ---> saved as "89869964a0a10ca58f5f0015dcb1860267228279befb207f5c39872e797a290e"
/usr/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2023-09-13 13:38.18 ---> saved as "85463686cfbe4a688923087202c8059f8408210d5d987a2c88b7a3465a1ca53c"
/usr/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2023-09-13 13:38.23 ---> saved as "dc221a3ec248236e47c9e8228372d3cc1ef6e2d02fb205cbc6515e5ffa9bf8c6"
/usr/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
/usr/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
/usr/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
/usr/home/opam: (run (shell "opam pin add -k version -yn conan-database.0.0.5 0.0.5"))
conan-database is now pinned to version 0.0.5
2023-09-13 13:38.26 ---> saved as "6912cbdc127e3cb531e18cea26b4a64e540fdff803eee7ac413c3cb29bd9fb8b"
/usr/home/opam: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conan-database.0.0.5;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"freebsd\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conan-database.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conan-database.0.0.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
∗ install seq base [required by re]
∗ install ocamlbuild 0.14.2 [required by ptime, uutf]
∗ install dune 3.10.0 [required by conan-database]
∗ install ocamlfind 1.9.6 [required by ptime, uutf]
∗ install re 1.11.0 [required by conan]
∗ install topkg 1.0.7 [required by ptime, uutf]
∗ install uutf 1.0.3 [required by conan]
∗ install ptime 1.1.0 [required by conan]
∗ install conan 0.0.5 [required by conan-database]
∗ install conan-database 0.0.5*
===== ∗ 10 =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved conan.0.0.5 (https://github.com/mirage/conan/releases/download/v0.0.5/conan-0.0.5.tbz)
⬇ retrieved conan-database.0.0.5 (cached)
⬇ retrieved dune.3.10.0 (cached)
⬇ retrieved ocamlbuild.0.14.2 (cached)
⬇ retrieved ocamlfind.1.9.6 (cached)
⬇ retrieved ptime.1.1.0 (cached)
⬇ retrieved re.1.11.0 (cached)
∗ installed seq.base
⬇ retrieved topkg.1.0.7 (cached)
⬇ retrieved uutf.1.0.3 (cached)
∗ installed ocamlfind.1.9.6
∗ installed ocamlbuild.0.14.2
∗ installed topkg.1.0.7
∗ installed uutf.1.0.3
∗ installed ptime.1.1.0
∗ installed dune.3.10.0
∗ installed re.1.11.0
∗ installed conan.0.0.5
∗ installed conan-database.0.0.5
Done.
2023-09-13 13:41.55 ---> saved as "99093fb2c660e27dd84e9e50e1209b67b1dfb88e44ef30c6a500a739305713b0"
/usr/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
/usr/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
/usr/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
/usr/home/opam: (run (network host)
(shell "(opam reinstall --with-test conan-database.0.0.5) || true"))
The following actions will be performed:
∗ install afl-persistent 1.4 [required by crowbar]
∗ install cppo 1.6.9 [required by ocplib-endian]
∗ install cmdliner 1.2.0 [required by alcotest, crowbar]
∗ install base-bytes base [required by ocplib-endian]
∗ install ocaml-syntax-shims 1.0.0 [required by alcotest]
∗ install rresult 0.7.0 [required by conan-database]
∗ install stdlib-shims 0.3.0 [required by alcotest]
∗ install astring 0.8.5 [required by alcotest]
∗ install fmt 0.9.0 [required by conan-database]
↻ recompile uutf 1.0.3 [uses cmdliner]
∗ install ocplib-endian 1.2 [required by crowbar]
∗ install alcotest 1.7.0 [required by conan-database]
↻ recompile conan 0.0.5 [uses uutf]
∗ install crowbar 0.2.1 [required by conan-database]
↻ recompile conan-database 0.0.5*
===== ∗ 12 ↻ 3 =====
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved afl-persistent.1.4 (https://github.com/stedolan/ocaml-afl-persistent/archive/refs/tags/v1.4.tar.gz)
⬇ retrieved alcotest.1.7.0 (https://github.com/mirage/alcotest/releases/download/1.7.0/alcotest-1.7.0.tbz)
⬇ retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
∗ installed base-bytes.base
⬇ retrieved cmdliner.1.2.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-1.2.0.tbz)
∗ installed afl-persistent.1.4
⬇ retrieved conan.0.0.5 (https://github.com/mirage/conan/releases/download/v0.0.5/conan-0.0.5.tbz)
∗ installed astring.0.8.5
⬇ retrieved cppo.1.6.9 (https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz)
⬇ retrieved crowbar.0.2.1 (https://github.com/stedolan/crowbar/archive/v0.2.1.tar.gz)
⬇ retrieved fmt.0.9.0 (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
∗ installed cmdliner.1.2.0
∗ installed cppo.1.6.9
⬇ retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
⬇ retrieved ocplib-endian.1.2 (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
∗ installed ocaml-syntax-shims.1.0.0
⬇ retrieved rresult.0.7.0 (https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz)
⬇ retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
∗ installed ocplib-endian.1.2
⬇ retrieved uutf.1.0.3 (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
∗ installed stdlib-shims.0.3.0
⊘ removed conan-database.0.0.5
⊘ removed conan.0.0.5
⊘ removed uutf.1.0.3
∗ installed rresult.0.7.0
∗ installed fmt.0.9.0
∗ installed crowbar.0.2.1
∗ installed uutf.1.0.3
∗ installed conan.0.0.5
∗ installed alcotest.1.7.0
∗ installed conan-database.0.0.5
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 5.0.0+afl ocaml-variants.5.0.0+options ocaml-option-afl
2023-09-13 13:48.13 ---> saved as "ec0c8cc425d078811c51f9ffebd4a4636d45c595314ba5f0b7c65d95d6a1f755"
/usr/home/opam: (run (shell "opam reinstall --with-test --verbose conan-database.0.0.5;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"freebsd\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conan-database.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
↻ recompile conan-database 0.0.5*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [conan-database: dune build]
+ /usr/home/opam/.opam/5.0.0/bin/dune "build" "-p" "conan-database" "-j" "15" (CWD=/usr/home/opam/.opam/5.0.0/.opam-switch/build/conan-database.0.0.5)
Processing 2/4: [conan-database: dune install]
+ /usr/home/opam/.opam/5.0.0/bin/dune "install" "-p" "conan-database" "--create-install-files" "conan-database" (CWD=/usr/home/opam/.opam/5.0.0/.opam-switch/build/conan-database.0.0.5)
Processing 2/4: [conan-database: dune runtest]
+ /usr/home/opam/.opam/5.0.0/bin/dune "runtest" "-p" "conan-database" "-j" "15" (CWD=/usr/home/opam/.opam/5.0.0/.opam-switch/build/conan-database.0.0.5)
- (cd _build/default/test && ./test_light.exe --color=always)
- Testing `file'.
- This run has ID `KEYME8O4'.
-
- [OK] simple 0 test00 (gzip).
- [OK] simple 1 test01 (zlib).
- [OK] simple 2 test02 (html).
-
- Full test results in `/usr/home/opam/.opam/5.0.0/.opam-switch/build/conan-database.0.0.5/_build/default/test/_build/_tests/file'.
- Test Successful in 0.044s. 3 tests run.
- (cd _build/default/test && ./test_file.exe --color=always)
- Testing `file'.
- This run has ID `IU6B60QU'.
-
- [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 `/usr/home/opam/.opam/5.0.0/.opam-switch/build/conan-database.0.0.5/_build/default/test/_build/_tests/file'.
- Test Successful in 0.003s. 9 tests run.
- (cd _build/default/test && ./test_parser.exe --color=always)
- Testing `conan'.
- This run has ID `B0TYNOSK'.
-
- [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 `/usr/home/opam/.opam/5.0.0/.opam-switch/build/conan-database.0.0.5/_build/default/test/_build/_tests/conan'.
- Test Successful in 1.605s. 686 tests run.
- (cd _build/default/fuzz && ./fuzz.exe)
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- Found a solution for the given input: "OpenPGP Secret Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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 Public Key".
- Found a solution for the given input: "OpenPGP Secret Key".
- Found a solution for the given input: "PGP Secret Sub-key - OpenPGP Secret Key".
- Found a solution for the given input: "Java serialization data, version 48715".
- 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 Secret Key".
- 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")
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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 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: "Compiled PSI (v2) data (P)".
- Found a solution for the given input: "HIT archive data".
- 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: "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".
- 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".
- "zlib compressed data" ("application/zlib")
- 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: "PGP Secret Sub-key - OpenPGP Secret Key".
- Found a solution for the given input: "PGP Secret Sub-key - OpenPGP Secret Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- "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 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: "Dyalog APL version 23.62".
- Found a solution for the given input: "OpenPGP Public Key".
- Found a solution for the given input: "Dyalog APL version 226.126".
- Found a solution for the given input: "OpenPGP Secret Key".
- Found a solution for the given input: "PGP Secret Sub-key - OpenPGP Secret Key".
- Found a solution for the given input: "OpenPGP Secret Key".
- Found a solution for the given input: "HIT archive data".
- Found a solution for the given input: "OpenPGP Public Key".
- Found a solution for the given input: "Dyalog APL version 218.197".
- Found a solution for the given input: "Clarion Developer (v2 and above) help data".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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".
- "zlib compressed data" ("application/zlib")
- Found a solution for the given input: "Linux jffs2 filesystem data little endian".
- 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: "SVR2 pure executable (Amdahl-UTS) - version 1852787859".
- 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: "PGP Secret Sub-key - OpenPGP Secret Key".
- Found a solution for the given input: "Apollo m68k COFF executable not stripped - version 52253".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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 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: "PGP Secret Sub-key - OpenPGP Secret Key".
- "COM executable for DOS" ("application/x-dosexec")
- Found a solution for the given input: "OpenPGP Secret Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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 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".
- 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".
- "MPEG-4 LOAS, single stream" ("audio/x-mp4a-latm")
- 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".
- "COM executable for DOS" ("application/x-dosexec")
- "MPEG-4 LOAS" ("audio/x-mp4a-latm")
- 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 Public Key".
- Found a solution for the given input: "OpenPGP Public Key".
- Found a solution for the given input: "OpenPGP Public Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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 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".
- Found a solution for the given input: "OpenPGP Public Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- Found a solution for the given input: "Erlang External Term Format, starts with FUN_EXT".
- Found a solution for the given input: "OpenPGP Public Key".
- Found a solution for the given input: "PGP Secret Sub-key - OpenPGP Secret Key".
- Found a solution for the given input: "Quasijarus strong compressed data".
- 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".
- "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 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 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: "Dyalog APL version 126.33".
- "COM executable for DOS" ("application/x-dosexec")
- Found a solution for the given input: "OpenPGP Public Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- Found a solution for the given input: "OpenPGP Secret Key".
- Found a solution for the given input: "PGP Secret Sub-key - OpenPGP Secret Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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".
- 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".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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: "PGP Secret Sub-key - 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 Secret Key".
- Found a solution for the given input: "OpenPGP Secret Key".
- Found a solution for the given input: "PGP Secret Sub-key - OpenPGP Secret Key".
- Found a solution for the given input: "OpenPGP Secret Key".
- Found a solution for the given input: "OpenPGP Secret Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- Found a solution for the given input: "PGP Secret Sub-key - OpenPGP Secret Key".
- Found a solution for the given input: "PGP Secret Sub-key - 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: "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 Secret Key".
- Found a solution for the given input: "Dyalog APL mapped file 64-bit version 28.168".
- 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 82.34".
- Found a solution for the given input: "OpenPGP Public Key".
- Found a solution for the given input: "PGP Secret Sub-key - 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: "Quasijarus strong compressed data".
- 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".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- Found a solution for the given input: "OpenPGP Public Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- Found a solution for the given input: "OpenPGP Public Key".
- "OS/2, hotspot 34029x35878, cbSize -1704271185, bits offset 1325675717" ("image/x-os2-ico")
- Found a solution for the given input: "OpenPGP Public Key".
- Found a solution for the given input: "PGP Secret Sub-key - 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: "XENIX 8086 relocatable or 80286 small model".
- Found a solution for the given input: "OpenPGP Public Key".
- Found a solution for the given input: "OpenPGP Secret Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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: "PGP Secret Sub-key - OpenPGP Secret Key".
- Found a solution for the given input: "OpenPGP Secret Key".
- "MPEG ADTS, layer III, v2.5, 16 kbps, 11.025 kHz, JntStereo" ("audio/mpeg")
- "MPEG-4 LOAS" ("audio/x-mp4a-latm")
- 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".
- "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 symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("application/x-dosexec")
- 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".
- 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: "Dyalog APL component file 32-bit level 1 journaled checksummed version 51.206".
- "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".
- "COM executable for DOS" ("application/x-dosexec")
- Found a solution for the given input: "Perkin-Elmer executable".
- 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 Secret Key".
- Found a solution for the given input: "OpenPGP Public Key".
- Found a solution for the given input: "iAPX 286 executable large model (COFF)".
- Found a solution for the given input: "OpenPGP Secret Key".
- Found a solution for the given input: "OpenPGP Secret Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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 Public Key".
- "COM executable for DOS" ("application/x-dosexec")
- Found a solution for the given input: "OpenPGP Public Key".
- "PGP symmetric key encrypted data - DOS executable (COM, 0x8C-variant)" ("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".
- lint (assert false / exception): PASS
-
λ compiled conan-database.0.0.5
⊘ removed conan-database.0.0.5
∗ installed conan-database.0.0.5
Done.
2023-09-13 13:53.38 ---> saved as "2ff2fc74ae14c12a2fe1ae0160670cb4003a75820045dbbde5a3532d2df0159e"
Job succeeded
Result: "2ff2fc74ae14c12a2fe1ae0160670cb4003a75820045dbbde5a3532d2df0159e"
Would you mind reproducing the error with #8646
Please re-open once you have a fresh error message.
Observed in opam repository at https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/3255d7aeb62aac01bead1373d2e538e6de7162da/variant/freebsd,freebsd-ocaml-4.14-amd64,sail_coq_backend.0.16 (part of tests for https://github.com/ocaml/opam-repository/pull/24318)