OCamllabs icon Home|Differences with the last checks|Previous runs


Building on fall

(from freebsd-ocaml-5.0)
2023-11-02 06:49.51 ---> using "b0ee167c73857b60ecf6c06eff6bbe96857a02ac84fefd2b9807cb2eea16bf97" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2023-11-02 06:49.51 ---> using "58da31f76f3dd28576bb2b11a05c1473a2cbc0bc8e959f83414ab7001888e94f" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 7b4cedddee88c79d6bdb00eccf7b36a7b617b211"))
2023-11-02 06:49.51 ---> using "ceda9c602c42ecee62840706a0356388ac8fe9b4284a02972fb121a316518aa6" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare  ~/opam-repository"))
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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  /usr/home/opam/.profile is already up-to-date.
[NOTE] Make sure that /usr/home/opam/.profile is well sourced in your ~/.bashrc.

2023-11-02 06:49.52 ---> using "3d69dd19638d580f9a84afa315c8a62fa2810666d83257cb65ea0af54a8f6211" from cache

/: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14.1' 'ocaml-base-compiler.4.14.1'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.1"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.1  (cached)
-> installed ocaml-base-compiler.4.14.1
-> installed ocaml-config.2
-> installed ocaml.4.14.1
Done.
# Run eval $(opam env --switch=4.14.1) to update the current shell environment
2023-11-02 06:49.52 ---> using "c4e27f19fd975d5c280de43fa93fccc258b31be75c65928c8e9a19b3e947d35b" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2023-11-02 06:49.52 ---> using "82fdb51c9bff51a089d72b27d56db2f7612532ea8873173b74f5196406d22ee8" from cache

/: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"tezos-wasmer.17.3\"\
               \nopam install -vy \"tezos-wasmer.17.3\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"tezos-wasmer.17.3\" | grep -q '\"freebsd\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] tezos-wasmer.17.3 is not installed.

Nothing to do.
The following actions will be performed:
  - install conf-rust-2021      1       [required by tezos-rust-libs]
  - install conf-pkg-config     3       [required by ctypes-foreign]
  - install dune                3.10.0  [required by tezos-wasmer]
  - install ocamlfind           1.9.6   [required by ppx_deriving]
  - install tezos-rust-libs     1.5     [required by tezos-wasmer]
  - install conf-libffi         2.0.0   [required by ctypes-foreign]
  - install stdlib-shims        0.3.0   [required by integers, ppxlib]
  - install sexplib0            v0.16.0 [required by ppxlib]
  - install result              1.5     [required by ppx_deriving]
  - install ppx_derivers        1.2.1   [required by ppx_deriving]
  - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install csexp               1.5.2   [required by dune-configurator]
  - install cppo                1.6.9   [required by lwt, ppx_deriving]
  - install bigarray-compat     1.1.0   [required by ctypes]
  - install base-bytes          base    [required by ocplib-endian]
  - install integers            0.7.0   [required by ctypes]
  - install ppxlib              0.31.0  [required by ppx_deriving]
  - install dune-configurator   3.11.1  [required by ctypes-foreign, ctypes, lwt]
  - install ocplib-endian       1.2     [required by lwt]
  - install ppx_deriving        5.2.1   [required by tezos-wasmer]
  - install ctypes              0.21.1  [required by tezos-wasmer]
  - install lwt                 5.7.0   [required by tezos-wasmer]
  - install ctypes-foreign      0.21.1  [required by tezos-wasmer]
  - install tezos-wasmer        17.3
===== 24 to install =====

The following system packages will first need to be installed:
    rust

<><> 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" "rust"
- Updating FreeBSD repository catalogue...
- [fall] Fetching packagesite.pkg: .......... done
- Processing entries: 
- ..
- ...
- ..
- ..
- . done
- FreeBSD repository update completed. 34071 packages processed.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	rust: 1.72.0
- 
- Number of packages to be installed: 1
- 
- The process will require 1 GiB more space.
- 130 MiB to be downloaded.
- [fall] [1/1] Fetching rust-1.72.0.pkg: ..
- .....
- ... done
- Checking integrity...
-  done (0 conflicting)
- [fall] [1/1] Installing rust-1.72.0...
- [fall] [1/1] Extracting rust-1.72.0: 
- .
- .
- .
- .
- .
- ...
- .
- . done

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/72:
Processing  3/72:
Processing  4/72:
Processing  5/72:
Processing  6/72:
Processing  7/72:
Processing  8/72: [conf-pkg-config: pkg-config]
Processing  9/72: [conf-pkg-config: pkg-config] [conf-rust-2021: cargo]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --verbose                         print additional information
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/usr/lib entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
-   --license                         print the specified module's license to stdout if known
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing  9/72: [conf-rust-2021: cargo]
-> installed conf-pkg-config.3
Processing 10/72: [conf-rust-2021: cargo]
Processing 11/72: [conf-libffi: pkg-config libffi] [conf-rust-2021: cargo]
-> retrieved csexp.1.5.2  (cached)
Processing 12/72: [conf-libffi: pkg-config libffi] [conf-rust-2021: cargo]
-> compiled  conf-libffi.2.0.0
Processing 12/72: [conf-rust-2021: cargo]
-> installed conf-libffi.2.0.0
Processing 13/72: [conf-rust-2021: cargo]
- cargo 1.72.0
Processing 13/72: [conf-rust-2021: rustc 2021]
-> retrieved cppo.1.6.9  (cached)
Processing 14/72: [conf-rust-2021: rustc 2021]
-> retrieved ctypes.0.21.1  (cached)
Processing 15/72: [conf-rust-2021: rustc 2021]
-> retrieved ctypes-foreign.0.21.1  (cached)
Processing 16/72: [conf-rust-2021: rustc 2021]
-> compiled  conf-rust-2021.1
Processing 16/72:
-> installed conf-rust-2021.1
Processing 17/72:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 18/72:
-> retrieved integers.0.7.0  (cached)
Processing 19/72:
-> retrieved dune-configurator.3.11.1  (cached)
Processing 20/72:
-> retrieved lwt.5.7.0  (cached)
Processing 21/72:
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 22/72:
-> retrieved ocamlfind.1.9.6  (cached)
Processing 23/72:
[ocamlfind: patch] applying 0001-Harden-test-for-OCaml-5.patch
Processing 24/72: [ocamlfind: patch]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 25/72: [ocamlfind: patch]
Processing 25/72: [ocamlfind: ./configure]
-> retrieved ocplib-endian.1.2  (cached)
Processing 26/72: [ocamlfind: ./configure]
-> retrieved ppx_deriving.5.2.1  (cached)
Processing 27/72: [ocamlfind: ./configure]
-> retrieved ppxlib.0.31.0  (cached)
Processing 28/72: [ocamlfind: ./configure]
-> retrieved result.1.5  (cached)
Processing 29/72: [ocamlfind: ./configure]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 30/72: [ocamlfind: ./configure]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 31/72: [ocamlfind: ./configure]
- Welcome to findlib version 1.9.6
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- dynlink: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /usr/home/opam/.opam/4.14.1/lib/ocaml
-     Binaries:              /usr/home/opam/.opam/4.14.1/bin
-     Manual pages:          /usr/home/opam/.opam/4.14.1/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /usr/home/opam/.opam/4.14.1/lib
- The configuration file is written to:
-     findlib config file:   /usr/home/opam/.opam/4.14.1/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /usr/home/opam/.opam/4.14.1/bin
-     Manual pages:          /usr/home/opam/.opam/4.14.1/man
-     topfind script:        /usr/home/opam/.opam/4.14.1/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 31/72: [ocamlfind: gmake all]
-> retrieved dune.3.10.0  (cached)
Processing 32/72: [dune: ocaml 39] [ocamlfind: gmake all]
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake all ) || exit; done
- gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/usr/home/opam/.opam/4.14.1/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/usr/home/opam/.opam/4.14.1/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;freebsd;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- File "fl_package_base.ml", line 304, characters 22-40:
- 304 | 	 let pkg_ancestors = query_requirements predlist pkg in
-       	                     ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 350, characters 18-36:
- 350 |   let ancestors = query_requirements predlist package_name in
-                         ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 375, characters 23-41:
- 375 | 	  let pkg_ancestors = query_requirements predlist pkg in
-       	                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 510, characters 16-35:
- 510 | 	     ( let c = package_definitions search_path pkg.package_name in
-       	               ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label search_path was omitted in the application of this function.
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- File "findlib.ml", line 390, characters 2-26:
- 390 |   Fl_package_base.requires predlist pkg
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "findlib.ml", line 396, characters 2-33:
- 396 |   Fl_package_base.requires_deeply predlist pkglist
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- File "frontend.ml", line 859, characters 10-39:
- 859 |           Fl_package_base.package_users predicates1 packages1
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/usr/home/opam/.opam/4.14.1/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/local/bin/gmake all-config
- gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/usr/home/opam/.opam/4.14.1/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/usr/home/opam/.opam/4.14.1/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
Processing 32/72: [dune: ocaml 39] [ocamlfind: gmake opt]
-> retrieved tezos-wasmer.17.3  (cached)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake opt ) || exit; done
- gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- File "fl_package_base.ml", line 304, characters 22-40:
- 304 | 	 let pkg_ancestors = query_requirements predlist pkg in
-       	                     ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 350, characters 18-36:
- 350 |   let ancestors = query_requirements predlist package_name in
-                         ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 375, characters 23-41:
- 375 | 	  let pkg_ancestors = query_requirements predlist pkg in
-       	                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "fl_package_base.ml", line 510, characters 16-35:
- 510 | 	     ( let c = package_definitions search_path pkg.package_name in
-       	               ^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label search_path was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- File "findlib.ml", line 390, characters 2-26:
- 390 |   Fl_package_base.requires predlist pkg
-         ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- File "findlib.ml", line 396, characters 2-33:
- 396 |   Fl_package_base.requires_deeply predlist pkglist
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- File "frontend.ml", line 859, characters 10-39:
- 859 |           Fl_package_base.package_users predicates1 packages1
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label preds was omitted in the application of this function.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
-> compiled  ocamlfind.1.9.6
Processing 32/72: [dune: ocaml 39]
Processing 33/72: [dune: ocaml 39] [ocamlfind: gmake install]
-> retrieved tezos-rust-libs.1.5  (cached)
Processing 34/72: [dune: ocaml 39] [tezos-rust-libs: cargo build] [ocamlfind: gmake install]
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/usr/home/opam/.opam/4.14.1/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//usr/home/opam/.opam/4.14.1/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/usr/home/opam/.opam/4.14.1/bin"
- install -d "/usr/home/opam/.opam/4.14.1/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- install -d "`dirname \"/usr/home/opam/.opam/4.14.1/lib/findlib.conf\"`"
- test -f "/usr/home/opam/.opam/4.14.1/lib/findlib.conf" || install -c findlib.conf "/usr/home/opam/.opam/4.14.1/lib/findlib.conf"
- gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake install ); done
- gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- install -d "/usr/home/opam/.opam/4.14.1/lib/findlib"
- install -d "/usr/home/opam/.opam/4.14.1/bin"
- test 1 -eq 0 || install -d "/usr/home/opam/.opam/4.14.1/lib/ocaml"
- test 1 -eq 0 || install -c topfind "/usr/home/opam/.opam/4.14.1/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- install -c $files "/usr/home/opam/.opam/4.14.1/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/usr/home/opam/.opam/4.14.1/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/usr/home/opam/.opam/4.14.1/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/usr/home/opam/.opam/4.14.1/lib/ocaml/compiler-libs/"; \
-     install -c topdirs.cmi toploop.cmi "/usr/home/opam/.opam/4.14.1/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- /usr/local/bin/gmake install-meta
- gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do install -d "/usr/home/opam/.opam/4.14.1/lib/$x"; install -c site-lib-src/$x/META "/usr/home/opam/.opam/4.14.1/lib/$x/META.tmp" && mv "/usr/home/opam/.opam/4.14.1/lib/$x/META.tmp" "/usr/home/opam/.opam/4.14.1/lib/$x/META"; done
- install -d "/usr/home/opam/.opam/4.14.1/lib/findlib"; install -c Makefile.packages "/usr/home/opam/.opam/4.14.1/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/local/bin/gmake install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/usr/home/opam/.opam/4.14.1/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- install -d "/usr/home/opam/.opam/4.14.1/man/man1" "/usr/home/opam/.opam/4.14.1/man/man3" "/usr/home/opam/.opam/4.14.1/man/man5"
- install -c doc/ref-man/ocamlfind.1 "/usr/home/opam/.opam/4.14.1/man/man1"
- install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/usr/home/opam/.opam/4.14.1/man/man5"
- gmake[1]: Leaving directory '/usr/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
-> installed ocamlfind.1.9.6
Processing 34/72: [dune: ocaml 39] [tezos-rust-libs: cargo build]
Processing 35/72: [dune: ocaml 39] [tezos-rust-libs: cargo build]
-> installed base-bytes.base
Processing 36/72: [dune: ocaml 39] [tezos-rust-libs: cargo build]
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
- 

Processing 36/72: [dune: ./_boot/dune.exe build] [tezos-rust-libs: cargo build]
-> compiled  dune.3.10.0
Processing 36/72: [tezos-rust-libs: cargo build]
-> installed dune.3.10.0
Processing 37/72: [tezos-rust-libs: cargo build]
Processing 38/72: [bigarray-compat: dune build] [tezos-rust-libs: cargo build]
Processing 39/72: [bigarray-compat: dune build] [cppo: dune build] [tezos-rust-libs: cargo build]
Processing 40/72: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [tezos-rust-libs: cargo build]
Processing 41/72: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [tezos-rust-libs: cargo build]
Processing 42/72: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [tezos-rust-libs: cargo build]
Processing 43/72: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [tezos-rust-libs: cargo build]
Processing 44/72: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [tezos-rust-libs: cargo build]
Processing 45/72: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [tezos-rust-libs: cargo build]
-> compiled  ppx_derivers.1.2.1
Processing 45/72: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [tezos-rust-libs: cargo build]
-> installed ppx_derivers.1.2.1
Processing 46/72: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [tezos-rust-libs: cargo build]
-> compiled  csexp.1.5.2
Processing 46/72: [bigarray-compat: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [tezos-rust-libs: cargo build]
-> installed csexp.1.5.2
Processing 47/72: [bigarray-compat: dune build] [cppo: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [tezos-rust-libs: cargo build]
Processing 48/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [tezos-rust-libs: cargo build]
-> compiled  stdlib-shims.0.3.0
Processing 48/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [tezos-rust-libs: cargo build]
-> installed stdlib-shims.0.3.0
Processing 49/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [tezos-rust-libs: cargo build]
Processing 50/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [integers: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build] [tezos-rust-libs: cargo build]
-> compiled  sexplib0.v0.16.0
Processing 50/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [integers: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [tezos-rust-libs: cargo build]
-> installed sexplib0.v0.16.0
Processing 51/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [integers: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [tezos-rust-libs: cargo build]
Processing 51/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [tezos-rust-libs: cargo build]
-> compiled  result.1.5
Processing 51/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [ocaml-compiler-libs: dune build] [tezos-rust-libs: cargo build]
-> installed result.1.5
Processing 52/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [ocaml-compiler-libs: dune build] [tezos-rust-libs: cargo build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 52/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [tezos-rust-libs: cargo build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 53/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [tezos-rust-libs: cargo build]
Processing 54/72: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  cppo.1.6.9
Processing 54/72: [bigarray-compat: dune build] [dune-configurator: dune build] [integers: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed cppo.1.6.9
Processing 55/72: [bigarray-compat: dune build] [dune-configurator: dune build] [integers: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 56/72: [bigarray-compat: dune build] [dune-configurator: dune build] [integers: dune build] [ocplib-endian: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  bigarray-compat.1.1.0
Processing 56/72: [dune-configurator: dune build] [integers: dune build] [ocplib-endian: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed bigarray-compat.1.1.0
Processing 57/72: [dune-configurator: dune build] [integers: dune build] [ocplib-endian: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  integers.0.7.0
Processing 57/72: [dune-configurator: dune build] [ocplib-endian: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed integers.0.7.0
Processing 58/72: [dune-configurator: dune build] [ocplib-endian: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  ocplib-endian.1.2
Processing 58/72: [dune-configurator: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed ocplib-endian.1.2
Processing 59/72: [dune-configurator: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  dune-configurator.3.11.1
Processing 59/72: [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed dune-configurator.3.11.1
Processing 60/72: [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 61/72: [ctypes: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 62/72: [ctypes: dune build] [lwt: dune exec] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 62/72: [ctypes: dune build] [lwt: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
- (cd _build/default && /usr/home/opam/.opam/4.14.1/bin/ocamlc.opt -w -40 -w +A-29 -g -bin-annot -I src/core/.lwt.objs/byte -intf-suffix .ml -no-alias-deps -o src/core/.lwt.objs/byte/lwt_stream.cmo -c -impl src/core/lwt_stream.ml)
- File "src/core/lwt_stream.ml", line 46, characters 2-55:
- 46 |   mutable push_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field push_external is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/lwt_stream.ml", line 67, characters 2-56:
- 67 |   mutable pushb_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pushb_external is never read.
- (However, this field is used to build or mutate values.)
- (cd _build/default && /usr/home/opam/.opam/4.14.1/bin/ocamlopt.opt -w -40 -w +A-29 -g -I src/core/.lwt.objs/byte -I src/core/.lwt.objs/native -intf-suffix .ml -no-alias-deps -o src/core/.lwt.objs/native/lwt_stream.cmx -c -impl src/core/lwt_stream.ml)
- File "src/core/lwt_stream.ml", line 46, characters 2-55:
- 46 |   mutable push_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field push_external is never read.
- (However, this field is used to build or mutate values.)
- File "src/core/lwt_stream.ml", line 67, characters 2-56:
- 67 |   mutable pushb_external : Obj.t [@ocaml.warning "-69"];
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 69 [unused-field]: record field pushb_external is never read.
- (However, this field is used to build or mutate values.)
-> compiled  lwt.5.7.0
Processing 62/72: [ctypes: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed lwt.5.7.0
Processing 63/72: [ctypes: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 63/72: [ctypes: dune install] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  ctypes.0.21.1
Processing 63/72: [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed ctypes.0.21.1
Processing 64/72: [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 65/72: [ctypes-foreign: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 65/72: [ctypes-foreign: dune install] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  ctypes-foreign.0.21.1
Processing 65/72: [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed ctypes-foreign.0.21.1
Processing 66/72: [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> compiled  ppxlib.0.31.0
Processing 66/72: [tezos-rust-libs: cargo build]
-> installed ppxlib.0.31.0
Processing 67/72: [tezos-rust-libs: cargo build]
Processing 68/72: [ppx_deriving: dune build] [tezos-rust-libs: cargo build]
-> compiled  ppx_deriving.5.2.1
Processing 68/72: [tezos-rust-libs: cargo build]
-> installed ppx_deriving.5.2.1
Processing 69/72: [tezos-rust-libs: cargo build]
+ /usr/local/bin/cargo "build" "--target-dir" "target-librustzcash" "--release" "--package" "librustzcash" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5)
- warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
- package:   /usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/librustzcash/Cargo.toml
- workspace: /usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/Cargo.toml
-    Compiling libc v0.2.139
-    Compiling cfg-if v1.0.0
-    Compiling version_check v0.9.4
-    Compiling autocfg v1.1.0
-    Compiling proc-macro2 v1.0.50
-    Compiling unicode-ident v1.0.6
-    Compiling quote v1.0.23
-    Compiling syn v1.0.107
-    Compiling typenum v1.16.0
-    Compiling memchr v2.5.0
-    Compiling subtle v2.4.1
-    Compiling once_cell v1.17.0
-    Compiling crossbeam-utils v0.8.14
-    Compiling radium v0.7.0
-    Compiling arrayvec v0.7.2
-    Compiling constant_time_eq v0.1.5
-    Compiling arrayref v0.3.6
-    Compiling byteorder v1.4.3
-    Compiling tap v1.0.1
-    Compiling unicode-xid v0.2.4
-    Compiling scopeguard v1.1.0
-    Compiling funty v2.0.0
-    Compiling cpufeatures v0.2.5
-    Compiling serde_derive v1.0.152
-    Compiling cc v1.0.79
-    Compiling ppv-lite86 v0.2.17
-    Compiling opaque-debug v0.3.0
-    Compiling serde v1.0.152
-    Compiling lazy_static v1.4.0
-    Compiling static_assertions v1.1.0
-    Compiling either v1.8.1
-    Compiling log v0.4.17
-    Compiling crunchy v0.2.2
-    Compiling rayon-core v1.10.2
-    Compiling pin-project-lite v0.2.9
-    Compiling hex v0.4.3
-    Compiling thiserror v1.0.38
-    Compiling itoa v1.0.5
-    Compiling wyz v0.5.1
-    Compiling siphasher v0.3.10
-    Compiling toml_datetime v0.5.1
-    Compiling smallvec v1.10.0
-    Compiling nonempty v0.7.0
-    Compiling libm v0.2.6
-    Compiling fnv v1.0.7
-    Compiling futures-core v0.3.26
-    Compiling bitflags v1.3.2
-    Compiling tinyvec_macros v0.1.0
-    Compiling parking_lot_core v0.8.6
-    Compiling blake2b_simd v1.0.0
-    Compiling phf_shared v0.11.1
-    Compiling tracing-core v0.1.30
-    Compiling block-padding v0.2.1
-    Compiling regex-syntax v0.6.28
-    Compiling base64ct v1.0.1
-    Compiling futures-task v0.3.26
-    Compiling tinyvec v1.6.0
-    Compiling instant v0.1.12
-    Compiling spin v0.5.2
-    Compiling httparse v1.8.0
-    Compiling bytes v1.4.0
-    Compiling generic-array v0.14.6
-    Compiling ahash v0.7.6
-    Compiling nom v5.1.2
-    Compiling futures-util v0.3.26
-    Compiling time-core v0.1.0
-    Compiling arrayvec v0.5.2
-    Compiling metrics v0.17.1
-    Compiling untrusted v0.7.1
-    Compiling memoffset v0.7.1
-    Compiling crossbeam-epoch v0.9.13
-    Compiling indexmap v1.9.2
-    Compiling num-traits v0.2.15
-    Compiling num-integer v0.1.45
-    Compiling num-bigint v0.4.3
-    Compiling lock_api v0.4.9
-    Compiling tokio v1.25.0
-    Compiling futures-channel v0.3.26
-    Compiling byte-slice-cast v1.2.2
-    Compiling blake2b_simd v0.5.11
-    Compiling time-macros v0.2.6
-    Compiling http v0.2.8
-    Compiling nibble_vec v0.1.0
-    Compiling aho-corasick v0.7.20
-    Compiling crossbeam-channel v0.5.6
-    Compiling uint v0.9.5
-    Compiling memuse v0.2.1
-    Compiling zcash_encoding v0.1.0
-    Compiling nom8 v0.2.0
-    Compiling bitvec v1.0.1
-    Compiling raw-cpuid v10.6.0
-    Compiling blake2s_simd v1.0.0
-    Compiling try-lock v0.2.4
-    Compiling rustc-hex v2.1.0
-    Compiling pin-utils v0.1.0
-    Compiling overload v0.1.1
-    Compiling unicode-normalization v0.1.22
-    Compiling endian-type v0.1.2
-    Compiling nu-ansi-term v0.46.0
-    Compiling want v0.3.0
-    Compiling equihash v0.1.0
-    Compiling phf v0.11.1
-    Compiling secp256k1-sys v0.4.2
-    Compiling ring v0.16.20
-    Compiling crossbeam-deque v0.8.2
-    Compiling backtrace v0.3.67
-    Compiling thread_local v1.1.4
-    Compiling radix_trie v0.2.1
-    Compiling sharded-slab v0.1.4
-    Compiling http-body v0.4.5
-    Compiling adler v1.0.2
-    Compiling atomic-shim v0.2.0
-    Compiling getrandom v0.2.8
-    Compiling sketches-ddsketch v0.1.3
-    Compiling httpdate v1.0.2
-    Compiling tower-service v0.3.2
-    Compiling gimli v0.27.1
-    Compiling rand_core v0.5.1
-    Compiling rand_core v0.6.4
-    Compiling anyhow v1.0.68
-    Compiling miniz_oxide v0.6.2
-    Compiling object v0.30.3
-    Compiling rand_chacha v0.3.1
-    Compiling f4jumble v0.1.0
-    Compiling num_cpus v1.15.0
-    Compiling hashbrown v0.12.3
-    Compiling dirs-sys v0.3.7
-    Compiling mio v0.8.5
-    Compiling socket2 v0.4.7
-    Compiling rand v0.8.5
-    Compiling regex-automata v0.1.10
-    Compiling time v0.3.17
-    Compiling regex v1.7.1
-    Compiling dirs v4.0.0
-    Compiling quanta v0.9.3
-    Compiling password-hash v0.3.2
-    Compiling parking_lot v0.11.2
-    Compiling rayon v1.6.1
-    Compiling hashbrown v0.11.2
-    Compiling digest v0.9.0
-    Compiling cipher v0.3.0
-    Compiling block-buffer v0.9.0
-    Compiling universal-hash v0.4.1
-    Compiling phf_generator v0.11.1
-    Compiling crypto-mac v0.11.1
-    Compiling sha2 v0.9.9
-    Compiling poly1305 v0.7.2
-    Compiling aead v0.4.3
-    Compiling block-modes v0.8.1
-    Compiling phf_codegen v0.11.1
-    Compiling block-buffer v0.10.3
-    Compiling crypto-common v0.1.6
-    Compiling hmac v0.11.0
-    Compiling pbkdf2 v0.9.0
-    Compiling terminfo v0.7.5
-    Compiling aes v0.7.5
-    Compiling matchers v0.1.0
-    Compiling digest v0.10.6
-    Compiling ordered-float v2.10.0
-    Compiling bs58 v0.4.0
-    Compiling dashmap v4.0.2
-    Compiling directories v4.0.1
-    Compiling ripemd v0.1.3
-    Compiling fixed-hash v0.7.0
-    Compiling nix v0.24.3
-    Compiling which v4.4.0
-    Compiling ipnet v2.7.1
-    Compiling bech32 v0.8.1
-    Compiling rustc-demangle v0.1.21
-    Compiling toml_edit v0.18.1
-    Compiling zcash_address v0.1.0
-    Compiling ff v0.12.1
-    Compiling group v0.12.1
-    Compiling pairing v0.22.0
-    Compiling pasta_curves v0.4.1
-    Compiling bls12_381 v0.7.1
-    Compiling fpe v0.5.1
-    Compiling addr2line v0.19.0
-    Compiling proc-macro-crate v1.3.0
-    Compiling jubjub v0.9.0
-    Compiling bellman v0.13.1
-    Compiling secp256k1 v0.21.3
-    Compiling halo2_proofs v0.1.0
-    Compiling synstructure v0.12.6
-    Compiling hdwallet v0.3.1
-    Compiling zeroize_derive v1.3.3
-    Compiling thiserror-impl v1.0.38
-    Compiling tracing-attributes v0.1.23
-    Compiling impl-trait-for-tuples v0.2.2
-    Compiling parity-scale-codec-derive v3.1.4
-    Compiling metrics-macros v0.4.1
-    Compiling tokio-macros v1.8.2
-    Compiling gumdrop_derive v0.8.1
-    Compiling zeroize v1.5.7
-    Compiling chacha20 v0.8.2
-    Compiling bip0039 v0.9.0
-    Compiling curve25519-dalek v3.2.0
-    Compiling secrecy v0.8.0
-    Compiling metrics-util v0.10.2
-    Compiling chacha20poly1305 v0.9.1
-    Compiling zcash_note_encryption v0.1.0
-    Compiling gumdrop v0.8.1
-    Compiling clearscreen v1.0.11
-    Compiling tracing v0.1.37
-    Compiling tracing-subscriber v0.3.16
-    Compiling halo2_gadgets v0.1.0
-    Compiling tracing-appender v0.2.2
-    Compiling hyper v0.14.23
-    Compiling metrics-exporter-prometheus v0.6.1
-    Compiling incrementalmerkletree v0.3.0
-    Compiling reddsa v0.3.0
-    Compiling parity-scale-codec v3.3.0
-    Compiling ed25519-zebra v3.1.0
-    Compiling orchard v0.1.0
-    Compiling impl-codec v0.6.0
-    Compiling primitive-types v0.11.1
-    Compiling zcash_history v0.3.0
-    Compiling zcash_primitives v0.6.0
-    Compiling zcash_proofs v0.6.0
-    Compiling librustzcash v0.2.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/librustzcash)
-     Finished release [optimized] target(s) in 1m 53s
- warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
- note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
+ /usr/local/bin/cargo "build" "--target-dir" "target-wasmer" "--release" "--package" "wasmer-c-api" "--no-default-features" "--features" "singlepass,cranelift,wat,middlewares,universal" (CWD=/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5)
- warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
- package:   /usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/librustzcash/Cargo.toml
- workspace: /usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/Cargo.toml
-    Compiling proc-macro2 v1.0.50
-    Compiling unicode-ident v1.0.6
-    Compiling quote v1.0.23
-    Compiling syn v1.0.107
-    Compiling libc v0.2.139
-    Compiling autocfg v1.1.0
-    Compiling version_check v0.9.4
-    Compiling cfg-if v1.0.0
-    Compiling serde v1.0.152
-    Compiling serde_derive v1.0.152
-    Compiling once_cell v1.17.0
-    Compiling memchr v2.5.0
-    Compiling bytecheck v0.6.9
-    Compiling ident_case v1.0.1
-    Compiling fnv v1.0.7
-    Compiling cc v1.0.79
-    Compiling target-lexicon v0.12.5
-    Compiling rustversion v1.0.11
-    Compiling rend v0.3.6
-    Compiling adler v1.0.2
-    Compiling log v0.4.17
-    Compiling gimli v0.27.1
-    Compiling thiserror v1.0.38
-    Compiling rkyv v0.7.39
-    Compiling smallvec v1.10.0
-    Compiling seahash v4.1.0
-    Compiling rustc-demangle v0.1.21
-    Compiling scopeguard v1.1.0
-    Compiling more-asserts v0.2.2
-    Compiling wasmparser v0.83.0
-    Compiling crossbeam-utils v0.8.14
-    Compiling leb128 v0.2.5
-    Compiling crc32fast v1.3.2
-    Compiling lazy_static v1.4.0
-    Compiling bitflags v1.3.2
-    Compiling either v1.8.1
-    Compiling pin-project-lite v0.2.9
-    Compiling cranelift-codegen-shared v0.82.3
-    Compiling fallible-iterator v0.2.0
-    Compiling rayon-core v1.10.2
-    Compiling unicode-width v0.1.10
-    Compiling miniz_oxide v0.6.2
-    Compiling remove_dir_all v0.5.3
-    Compiling fastrand v1.8.0
-    Compiling serde_json v1.0.91
-    Compiling stable_deref_trait v1.2.0
-    Compiling wasm-encoder v0.22.0
-    Compiling cranelift-codegen-meta v0.82.3
-    Compiling libloading v0.7.4
-    Compiling textwrap v0.11.0
-    Compiling cbindgen v0.19.0
-    Compiling ansi_term v0.12.1
-    Compiling tracing-core v0.1.30
-    Compiling vec_map v0.8.2
-    Compiling strsim v0.8.0
-    Compiling itoa v1.0.5
-    Compiling unicode-segmentation v1.10.1
-    Compiling ryu v1.0.12
-    Compiling cranelift-entity v0.82.3
-    Compiling rustc-hash v1.1.0
-    Compiling byteorder v1.4.3
-    Compiling ahash v0.7.6
-    Compiling proc-macro-error-attr v1.0.4
-    Compiling proc-macro-error v1.0.4
-    Compiling indexmap v1.9.2
-    Compiling corosensei v0.1.3
-    Compiling memoffset v0.6.5
-    Compiling memoffset v0.7.1
-    Compiling crossbeam-epoch v0.9.13
-    Compiling regalloc v0.0.34
-    Compiling wasmer-compiler-cranelift v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/compiler-cranelift)
-    Compiling paste v1.0.11
-    Compiling cranelift-bforest v0.82.3
-    Compiling heck v0.3.3
-    Compiling crossbeam-channel v0.5.6
-    Compiling object v0.30.3
-    Compiling backtrace v0.3.67
-    Compiling wast v52.0.2
-    Compiling getrandom v0.2.8
-    Compiling atty v0.2.14
-    Compiling tempfile v3.3.0
-    Compiling memmap2 v0.5.8
-    Compiling region v3.0.0
-    Compiling num_cpus v1.15.0
-    Compiling which v4.4.0
-    Compiling clap v2.34.0
-    Compiling crossbeam-deque v0.8.2
-    Compiling hashbrown v0.12.3
-    Compiling hashbrown v0.11.2
-    Compiling rayon v1.6.1
-    Compiling cranelift-codegen v0.82.3
-    Compiling addr2line v0.19.0
-    Compiling darling_core v0.14.2
-    Compiling wat v1.0.56
-    Compiling ptr_meta_derive v0.1.4
-    Compiling bytecheck_derive v0.6.9
-    Compiling enum-iterator-derive v0.7.0
-    Compiling thiserror-impl v1.0.38
-    Compiling rkyv_derive v0.7.39
-    Compiling loupe-derive v0.1.3
-    Compiling tracing-attributes v0.1.23
-    Compiling dynasm v1.2.3
-    Compiling wasmer-derive v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/derive)
-    Compiling ptr_meta v0.1.4
-    Compiling enum-iterator v0.7.0
-    Compiling darling_macro v0.14.2
-    Compiling tracing v0.1.37
-    Compiling darling v0.14.2
-    Compiling enumset_derive v0.6.1
-    Compiling enumset v1.0.12
-    Compiling dynasmrt v1.2.3
-    Compiling toml v0.5.11
-    Compiling serde_bytes v0.11.8
-    Compiling bincode v1.3.3
-    Compiling loupe v0.1.3
-    Compiling object v0.28.4
-    Compiling gimli v0.26.2
-    Compiling wasmer-types v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/types)
-    Compiling wasmer-compiler v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/compiler)
-    Compiling wasmer-artifact v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/artifact)
-    Compiling wasmer-object v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/object)
-    Compiling wasmer-vm v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/vm)
-    Compiling wasmer-engine-universal-artifact v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/universal-artifact)
- error: Unsupported platform
-    --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:305:21
-     |
- 305 |                     compile_error!("Unsupported platform");
-     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 
-    Compiling wasmer-compiler-singlepass v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/compiler-singlepass)
-    Compiling wasmer-c-api v2.3.0 (/usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/c-api)
- error: could not compile `wasmer-vm` (lib) due to previous error
- warning: build failed, waiting for other jobs to finish...
- warning: variable does not need to be mutable
-     --> wasmer-2.3.0/lib/compiler-singlepass/src/codegen.rs:2928:21
-      |
- 2928 |                 let mut frame = &mut self.control_stack.last_mut().unwrap();
-      |                     ----^^^^^
-      |                     |
-      |                     help: remove this `mut`
-      |
-      = note: `#[warn(unused_mut)]` on by default
- 
- warning: `wasmer-compiler-singlepass` (lib) generated 1 warning (run `cargo fix --lib -p wasmer-compiler-singlepass` to apply 1 suggestion)
[ERROR] The compilation of tezos-rust-libs.1.5 failed at "cargo build --target-dir target-wasmer --release --package wasmer-c-api --no-default-features --features singlepass,cranelift,wat,middlewares,universal".

#=== ERROR while compiling tezos-rust-libs.1.5 ================================#
# context              2.1.5 | freebsd/x86_64 | ocaml-base-compiler.4.14.1 | file:///usr/home/opam/opam-repository
# path                 /usr/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5
# command              /usr/local/bin/cargo build --target-dir target-wasmer --release --package wasmer-c-api --no-default-features --features singlepass,cranelift,wat,middlewares,universal
# exit-code            101
# env-file             /usr/home/opam/.opam/log/tezos-rust-libs-14613-eafcb7.env
# output-file          /usr/home/opam/.opam/log/tezos-rust-libs-14613-eafcb7.out
### output ###
# [...]
# warning: build failed, waiting for other jobs to finish...
# warning: variable does not need to be mutable
#     --> wasmer-2.3.0/lib/compiler-singlepass/src/codegen.rs:2928:21
#      |
# 2928 |                 let mut frame = &mut self.control_stack.last_mut().unwrap();
#      |                     ----^^^^^
#      |                     |
#      |                     help: remove this `mut`
#      |
#      = note: `#[warn(unused_mut)]` on by default
# 
# warning: `wasmer-compiler-singlepass` (lib) generated 1 warning (run `cargo fix --lib -p wasmer-compiler-singlepass` to apply 1 suggestion)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install tezos-wasmer 17.3
+- 
+- The following actions failed
| - build tezos-rust-libs 1.5
+- 
+- The following changes have been performed (the rest was aborted)
| - install base-bytes          base
| - install bigarray-compat     1.1.0
| - install conf-libffi         2.0.0
| - install conf-pkg-config     3
| - install conf-rust-2021      1
| - install cppo                1.6.9
| - install csexp               1.5.2
| - install ctypes              0.21.1
| - install ctypes-foreign      0.21.1
| - install dune                3.10.0
| - install dune-configurator   3.11.1
| - install integers            0.7.0
| - install lwt                 5.7.0
| - install ocaml-compiler-libs v0.12.4
| - install ocamlfind           1.9.6
| - install ocplib-endian       1.2
| - install ppx_derivers        1.2.1
| - install ppx_deriving        5.2.1
| - install ppxlib              0.31.0
| - install result              1.5
| - install sexplib0            v0.16.0
| - install stdlib-shims        0.3.0
+- 

The former state can be restored with:
    /usr/local/bin/opam switch import "/usr/home/opam/.opam/4.14.1/.opam-switch/backup/state-20231102064957.export"
'opam install -vy tezos-wasmer.17.3' failed.
jail: /usr/bin/su -l opam -c cd '/' && env OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' '
opam remove -y "tezos-wasmer.17.3"
opam install -vy "tezos-wasmer.17.3"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "tezos-wasmer.17.3" | grep -q '\''"freebsd"'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi


exit $res
': failed
"jail" "-c" "name=obuilder_35198_9006" "mount.fstab=/tmp/obuilder-jail-a07e03/fstab" "mount.devfs" "path=/obuilder/result/5102c46e22a0e92d2dc9736ec2e609907d279b7152ecb4208d01720088ebd26d/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/' && env OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' '
opam remove -y "tezos-wasmer.17.3"
opam install -vy "tezos-wasmer.17.3"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "tezos-wasmer.17.3" | grep -q '\''"freebsd"'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi


exit $res
'" failed with exit status 1
Failed: Build failed