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


Building on summer

(from freebsd)
2024-04-19 18:13.12 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" 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-dev /usr/local/bin/opam"))
2024-04-19 18:13.12 ---> using "a2b22593046b56fadc85e22b0da7b84e903c1f5aa4d42a7c481121ceec28b31f" 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 f089d8564db935c703bea70a4b3d8335ffa1bef3"))
2024-04-19 18:13.13 ---> using "83de7f37a3fdfdf2af7d52001c195007ba3d03fbf63bb1c5deeb0bd7199a7e68" 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:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2024-04-19 18:13.13 ---> using "ae05d419fac6605f1fa37d4b0e1385766018ebaa3233982c89fd3cd33bf5b52b" from cache

/: (run (cache (opam-archives (target /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
2024-04-19 18:13.13 ---> using "141be27e9e0ebb1fb3c3878d245ca5b32294a540950418ca62d711f486fac687" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2024-04-19 18:13.13 ---> using "72aa242bda62d28199dcb867f3fc8b109a5eb0c910cde2077a6e022a52d02938" from cache

/: (run (cache (opam-archives (target /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 24 packages
  - install base-bytes          base              [required by ocplib-endian]
  - install bigarray-compat     1.1.0             [required by ctypes]
  - install conf-libffi         2.0.0             [required by ctypes-foreign]
  - install conf-pkg-config     3                 [required by ctypes-foreign]
  - install conf-rust-2021      1                 [required by tezos-rust-libs]
  - install cppo                1.6.9             [required by lwt, ppx_deriving]
  - install csexp               1.5.2             [required by dune-configurator]
  - install ctypes              0.22.0            [required by tezos-wasmer]
  - install ctypes-foreign      0.22.0            [required by tezos-wasmer]
  - install dune                3.10.0            [required by tezos-wasmer]
  - install dune-configurator   3.13.1            [required by ctypes-foreign, ctypes, lwt]
  - install integers            0.7.0             [required by ctypes]
  - install lwt                 5.7.0             [required by tezos-wasmer]
  - install ocaml-compiler-libs v0.12.4           [required by ppxlib]
  - install ocamlfind           1.9.6             [required by ppx_deriving]
  - install ocplib-endian       1.2               [required by lwt]
  - install ppx_derivers        1.2.1             [required by ppx_deriving]
  - install ppx_deriving        5.2.1             [required by tezos-wasmer]
  - install ppxlib              0.32.1~5.2preview [required by ppx_deriving]
  - install result              1.5               [required by ppx_deriving]
  - install sexplib0            v0.16.0           [required by ppxlib]
  - install stdlib-shims        0.3.0             [required by integers, ppxlib]
  - install tezos-rust-libs     1.5               [required by tezos-wasmer]
  - install tezos-wasmer        17.3

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/local/bin/sudo "pkg" "install" "-y" "rust"
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] Fetching packagesite.pkg: .......... done
- Processing entries: 
- ..
- .
- .
- ..
- .
- .
- .
- . done
- FreeBSD repository update completed. 34047 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [summer] [1/1] Fetching pkg-1.21.2.pkg: ....
- ...... done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [summer] [1/1] Extracting pkg-1.21.2: .........
- . done
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] Fetching data.pkg: .
- ......... done
- Processing entries: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 34047 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.77.0
- 
- Number of packages to be installed: 1
- 
- The process will require 1 GiB more space.
- 146 MiB to be downloaded.
- [summer] [1/1] Fetching rust-1.77.0.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Checking integrity...
-  done (0 conflicting)
- [summer] [1/1] Installing rust-1.77.0...
- [summer] [1/1] Extracting rust-1.77.0: 
- ...
- ....
- ..
- . done

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/71:
Processing  3/71:
Processing  4/71:
Processing  5/71:
Processing  6/71:
Processing  7/71:
Processing  8/71: [conf-pkg-config: pkg-config]
Processing  9/71: [conf-pkg-config: pkg-config] [conf-rust-2021: cargo]
+ /usr/local/bin/pkg-config "--help" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/conf-pkg-config.3)
- 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/71: [conf-rust-2021: cargo]
-> installed conf-pkg-config.3
Processing 10/71: [conf-rust-2021: cargo]
Processing 11/71: [conf-libffi: pkg-config libffi] [conf-rust-2021: cargo]
-> retrieved csexp.1.5.2  (cached)
Processing 12/71: [conf-libffi: pkg-config libffi] [conf-rust-2021: cargo]
+ /usr/local/bin/pkg-config "libffi" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/conf-libffi.2.0.0)
-> compiled  conf-libffi.2.0.0
Processing 12/71: [conf-rust-2021: cargo]
-> installed conf-libffi.2.0.0
Processing 13/71: [conf-rust-2021: cargo]
+ /usr/local/bin/cargo "--version" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/conf-rust-2021.1)
- cargo 1.77.0
Processing 13/71: [conf-rust-2021: rustc 2021]
-> retrieved cppo.1.6.9  (cached)
Processing 14/71: [conf-rust-2021: rustc 2021]
-> retrieved ctypes.0.22.0, ctypes-foreign.0.22.0  (cached)
Processing 15/71: [conf-rust-2021: rustc 2021]
+ /usr/local/bin/rustc "--edition" "2021" "test.rs" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/conf-rust-2021.1)
-> compiled  conf-rust-2021.1
Processing 15/71:
-> installed conf-rust-2021.1
Processing 16/71:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 17/71:
-> retrieved integers.0.7.0  (cached)
Processing 18/71:
-> retrieved lwt.5.7.0  (cached)
Processing 19/71:
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 20/71:
-> retrieved ocamlfind.1.9.6  (cached)
Processing 21/71:
[ocamlfind: patch] applying 0001-Harden-test-for-OCaml-5.patch
Processing 22/71: [ocamlfind: patch]
-> retrieved ocplib-endian.1.2  (cached)
Processing 23/71: [ocamlfind: patch]
Processing 23/71: [ocamlfind: ./configure]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 24/71: [ocamlfind: ./configure]
-> retrieved ppx_deriving.5.2.1  (cached)
Processing 25/71: [ocamlfind: ./configure]
-> retrieved ppxlib.0.32.1~5.2preview  (cached)
Processing 26/71: [ocamlfind: ./configure]
-> retrieved result.1.5  (cached)
Processing 27/71: [ocamlfind: ./configure]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 28/71: [ocamlfind: ./configure]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 29/71: [ocamlfind: ./configure]
+ /home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/./configure "-bindir" "/home/opam/.opam/4.14.1/bin" "-sitelib" "/home/opam/.opam/4.14.1/lib" "-mandir" "/home/opam/.opam/4.14.1/man" "-config" "/home/opam/.opam/4.14.1/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6)
- 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:      /home/opam/.opam/4.14.1/lib/ocaml
-     Binaries:              /home/opam/.opam/4.14.1/bin
-     Manual pages:          /home/opam/.opam/4.14.1/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.14.1/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.14.1/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.14.1/bin
-     Manual pages:          /home/opam/.opam/4.14.1/man
-     topfind script:        /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 29/71: [ocamlfind: gmake all]
-> retrieved dune.3.10.0  (cached)
Processing 30/71: [ocamlfind: gmake all]
Processing 31/71: [dune: ocaml 15] [ocamlfind: gmake all]
-> retrieved dune-configurator.3.13.1  (cached)
-> retrieved tezos-wasmer.17.3  (cached)
-> retrieved tezos-rust-libs.1.5  (cached)
Processing 32/71: [dune: ocaml 15] [ocamlfind: gmake all] [tezos-rust-libs: cargo build]
+ /usr/local/bin/gmake "all" (CWD=/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 all ) || exit; done
- gmake[1]: Entering directory '/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@' '/home/opam/.opam/4.14.1/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/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@' '/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 '/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 '/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@' '/home/opam/.opam/4.14.1/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/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 '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
Processing 32/71: [dune: ocaml 15] [ocamlfind: gmake opt] [tezos-rust-libs: cargo build]
+ /usr/local/bin/gmake "opt" (CWD=/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 opt ) || exit; done
- gmake[1]: Entering directory '/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 '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
-> compiled  ocamlfind.1.9.6
Processing 32/71: [dune: ocaml 15] [tezos-rust-libs: cargo build]
Processing 33/71: [dune: ocaml 15] [tezos-rust-libs: cargo build] [ocamlfind: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.14.1/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//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 "/home/opam/.opam/4.14.1/bin"
- install -d "/home/opam/.opam/4.14.1/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- install -d "`dirname \"/home/opam/.opam/4.14.1/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.14.1/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.14.1/lib/findlib.conf"
- gmake[1]: Leaving directory '/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 '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6/src/findlib'
- install -d "/home/opam/.opam/4.14.1/lib/findlib"
- install -d "/home/opam/.opam/4.14.1/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/4.14.1/lib/ocaml"
- test 1 -eq 0 || install -c topfind "/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 "/home/opam/.opam/4.14.1/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/4.14.1/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.14.1/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.14.1/lib/ocaml/compiler-libs/"; \
-     install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.14.1/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/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 '/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 "/home/opam/.opam/4.14.1/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.14.1/lib/$x/META.tmp" && mv "/home/opam/.opam/4.14.1/lib/$x/META.tmp" "/home/opam/.opam/4.14.1/lib/$x/META"; done
- install -d "/home/opam/.opam/4.14.1/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.14.1/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/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 "/home/opam/.opam/4.14.1/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
- install -d "/home/opam/.opam/4.14.1/man/man1" "/home/opam/.opam/4.14.1/man/man3" "/home/opam/.opam/4.14.1/man/man5"
- install -c doc/ref-man/ocamlfind.1 "/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 "/home/opam/.opam/4.14.1/man/man5"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.1/.opam-switch/build/ocamlfind.1.9.6'
-> installed ocamlfind.1.9.6
Processing 33/71: [dune: ocaml 15] [tezos-rust-libs: cargo build]
Processing 34/71: [dune: ocaml 15] [tezos-rust-libs: cargo build]
-> installed base-bytes.base
Processing 35/71: [dune: ocaml 15] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/ocaml "boot/bootstrap.ml" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune.3.10.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- /tmp/camlobj4c24cf.c:16572:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
- extern value caml_get_public_method();
-              ^
- /home/opam/.opam/4.14.1/lib/ocaml/caml/mlvalues.h:236:18: note: conflicting prototype is here
- CAMLextern value caml_get_public_method (value obj, value tag);
-                  ^
- /tmp/camlobj4c24cf.c:16754:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
- extern value caml_set_oo_id();
-              ^
- /home/opam/.opam/4.14.1/lib/ocaml/caml/mlvalues.h:413:18: note: conflicting prototype is here
- CAMLextern value caml_set_oo_id(value obj);
-                  ^
- 2 warnings generated.
- ./.duneboot.exe -j 15
- 

Processing 35/71: [dune: ./_boot/dune.exe build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/.opam-switch/build/dune.3.10.0/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune.3.10.0)
-> compiled  dune.3.10.0
Processing 35/71: [tezos-rust-libs: cargo build]
-> installed dune.3.10.0
Processing 36/71: [tezos-rust-libs: cargo build]
Processing 37/71: [bigarray-compat: dune build] [tezos-rust-libs: cargo build]
Processing 38/71: [bigarray-compat: dune build] [cppo: dune build] [tezos-rust-libs: cargo build]
Processing 39/71: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [tezos-rust-libs: cargo build]
Processing 40/71: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [tezos-rust-libs: cargo build]
Processing 41/71: [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 42/71: [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 43/71: [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 44/71: [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]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "csexp" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 44/71: [bigarray-compat: dune build] [cppo: 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]
-> installed csexp.1.5.2
Processing 45/71: [bigarray-compat: dune build] [cppo: 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]
Processing 46/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "stdlib-shims" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 46/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [tezos-rust-libs: cargo build]
-> installed stdlib-shims.0.3.0
Processing 47/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [tezos-rust-libs: cargo build]
Processing 48/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [integers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [tezos-rust-libs: cargo build]
+ /bin/rm "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune-configurator.3.13.1)
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "sexplib0" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/sexplib0.v0.16.0)
-> compiled  sexplib0.v0.16.0
Processing 48/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [integers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [tezos-rust-libs: cargo build]
-> installed sexplib0.v0.16.0
Processing 49/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: rm] [integers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [tezos-rust-libs: cargo build]
+ /bin/rm "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune-configurator.3.13.1)
Processing 49/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [result: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "result" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/result.1.5)
-> compiled  result.1.5
Processing 49/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [tezos-rust-libs: cargo build]
-> installed result.1.5
Processing 50/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ppx_derivers" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 50/71: [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 ppx_derivers.1.2.1
Processing 51/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [ocaml-compiler-libs: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ocaml-compiler-libs" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ocaml-compiler-libs.v0.12.4)
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 51/71: [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 52/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [tezos-rust-libs: cargo build]
Processing 53/71: [bigarray-compat: dune build] [cppo: dune build] [dune-configurator: dune build] [integers: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "cppo" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/cppo.1.6.9)
-> compiled  cppo.1.6.9
Processing 53/71: [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 54/71: [bigarray-compat: dune build] [dune-configurator: dune build] [integers: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 55/71: [bigarray-compat: dune build] [dune-configurator: dune build] [integers: dune build] [ocplib-endian: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "bigarray-compat" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/bigarray-compat.1.1.0)
-> compiled  bigarray-compat.1.1.0
Processing 55/71: [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 56/71: [dune-configurator: dune build] [integers: dune build] [ocplib-endian: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "integers" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/integers.0.7.0)
-> compiled  integers.0.7.0
Processing 56/71: [dune-configurator: dune build] [ocplib-endian: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed integers.0.7.0
Processing 57/71: [dune-configurator: dune build] [ocplib-endian: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ocplib-endian" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ocplib-endian.1.2)
-> compiled  ocplib-endian.1.2
Processing 57/71: [dune-configurator: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed ocplib-endian.1.2
Processing 58/71: [dune-configurator: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "dune-configurator" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/dune-configurator.3.13.1)
-> compiled  dune-configurator.3.13.1
Processing 58/71: [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed dune-configurator.3.13.1
Processing 59/71: [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 60/71: [ctypes: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 61/71: [ctypes: dune build] [lwt: dune exec] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "exec" "-p" "lwt" "src/unix/config/discover.exe" "--" "--save" "--use-libev" "false" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/lwt.5.7.0)
Processing 61/71: [ctypes: dune build] [lwt: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "lwt" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/lwt.5.7.0)
- (cd _build/default && /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 && /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 61/71: [ctypes: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed lwt.5.7.0
Processing 62/71: [ctypes: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ctypes" "-j" "15" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ctypes.0.22.0)
Processing 62/71: [ctypes: dune install] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ctypes.0.22.0)
-> compiled  ctypes.0.22.0
Processing 62/71: [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed ctypes.0.22.0
Processing 63/71: [ppxlib: dune build] [tezos-rust-libs: cargo build]
Processing 64/71: [ctypes-foreign: dune build] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ctypes-foreign" "-j" "15" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ctypes-foreign.0.22.0)
Processing 64/71: [ctypes-foreign: dune install] [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "install" "-p" "ctypes-foreign" "--create-install-files" "ctypes-foreign" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ctypes-foreign.0.22.0)
-> compiled  ctypes-foreign.0.22.0
Processing 64/71: [ppxlib: dune build] [tezos-rust-libs: cargo build]
-> installed ctypes-foreign.0.22.0
Processing 65/71: [ppxlib: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ppxlib" "-j" "15" "@install" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ppxlib.0.32.1~5.2preview)
-> compiled  ppxlib.0.32.1~5.2preview
Processing 65/71: [tezos-rust-libs: cargo build]
-> installed ppxlib.0.32.1~5.2preview
Processing 66/71: [tezos-rust-libs: cargo build]
Processing 67/71: [ppx_deriving: dune build] [tezos-rust-libs: cargo build]
+ /home/opam/.opam/4.14.1/bin/dune "build" "-p" "ppx_deriving" "-j" "15" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/ppx_deriving.5.2.1)
-> compiled  ppx_deriving.5.2.1
Processing 67/71: [tezos-rust-libs: cargo build]
-> installed ppx_deriving.5.2.1
Processing 68/71: [tezos-rust-libs: cargo build]
+ /usr/local/bin/cargo "build" "--target-dir" "target-librustzcash" "--release" "--package" "librustzcash" (CWD=/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:   /home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/librustzcash/Cargo.toml
- workspace: /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 quote v1.0.23
-    Compiling unicode-ident v1.0.6
-    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 tap v1.0.1
-    Compiling byteorder v1.4.3
-    Compiling arrayref v0.3.6
-    Compiling constant_time_eq v0.1.5
-    Compiling wyz v0.5.1
-    Compiling unicode-xid v0.2.4
-    Compiling scopeguard v1.1.0
-    Compiling memoffset v0.7.1
-    Compiling funty v2.0.0
-    Compiling indexmap v1.9.2
-    Compiling crossbeam-epoch v0.9.13
-    Compiling serde_derive v1.0.152
-    Compiling generic-array v0.14.6
-    Compiling ahash v0.7.6
-    Compiling ppv-lite86 v0.2.17
-    Compiling cpufeatures v0.2.5
-    Compiling cc v1.0.79
-    Compiling lazy_static v1.4.0
-    Compiling opaque-debug v0.3.0
-    Compiling serde v1.0.152
-    Compiling num-traits v0.2.15
-    Compiling bitvec v1.0.1
-    Compiling static_assertions v1.1.0
-    Compiling blake2b_simd v1.0.0
-    Compiling getrandom v0.2.8
-    Compiling num_cpus v1.15.0
-    Compiling rand_core v0.6.4
-    Compiling crossbeam-channel v0.5.6
-    Compiling either v1.8.1
-    Compiling rand_chacha v0.3.1
-    Compiling log v0.4.17
-    Compiling rayon-core v1.10.2
-    Compiling crunchy v0.2.2
-    Compiling rand v0.8.5
-    Compiling hashbrown v0.12.3
-    Compiling crossbeam-deque v0.8.2
-    Compiling hex v0.4.3
-    Compiling pin-project-lite v0.2.9
-    Compiling thiserror v1.0.38
-    Compiling nom8 v0.2.0
-    Compiling num-integer v0.1.45
-    Compiling siphasher v0.3.10
-    Compiling toml_datetime v0.5.1
-    Compiling itoa v1.0.5
-    Compiling uint v0.9.5
-    Compiling secp256k1-sys v0.4.2
-    Compiling phf_shared v0.11.1
-    Compiling cipher v0.3.0
-    Compiling digest v0.9.0
-    Compiling block-buffer v0.9.0
-    Compiling rayon v1.6.1
-    Compiling universal-hash v0.4.1
-    Compiling num-bigint v0.4.3
-    Compiling sha2 v0.9.9
-    Compiling nonempty v0.7.0
-    Compiling smallvec v1.10.0
-    Compiling futures-core v0.3.26
-    Compiling bitflags v1.3.2
-    Compiling fnv v1.0.7
-    Compiling libm v0.2.6
-    Compiling poly1305 v0.7.2
-    Compiling aead v0.4.3
-    Compiling crypto-mac v0.11.1
-    Compiling ring v0.16.20
-    Compiling aho-corasick v0.7.20
-    Compiling dirs-sys v0.3.7
-    Compiling phf_generator v0.11.1
-    Compiling lock_api v0.4.9
-    Compiling tracing-core v0.1.30
-    Compiling base64ct v1.0.1
-    Compiling regex-syntax v0.6.28
-    Compiling parking_lot_core v0.8.6
-    Compiling futures-task v0.3.26
-    Compiling block-padding v0.2.1
-    Compiling tinyvec_macros v0.1.0
-    Compiling block-modes v0.8.1
-    Compiling tinyvec v1.6.0
-    Compiling password-hash v0.3.2
-    Compiling ff v0.12.1
-    Compiling toml_edit v0.18.1
-    Compiling phf_codegen v0.11.1
-    Compiling group v0.12.1
-    Compiling crypto-common v0.1.6
-    Compiling block-buffer v0.10.3
-    Compiling pairing v0.22.0
-    Compiling pasta_curves v0.4.1
-    Compiling nom v5.1.2
-    Compiling bls12_381 v0.7.1
-    Compiling tokio v1.25.0
-    Compiling instant v0.1.12
-    Compiling byte-slice-cast v1.2.2
-    Compiling untrusted v0.7.1
-    Compiling jubjub v0.9.0
-    Compiling bytes v1.4.0
-    Compiling regex v1.7.1
-    Compiling proc-macro-crate v1.3.0
-    Compiling halo2_proofs v0.1.0
-    Compiling metrics v0.17.1
-    Compiling synstructure v0.12.6
-    Compiling httparse v1.8.0
-    Compiling spin v0.5.2
-    Compiling time-core v0.1.0
-    Compiling futures-channel v0.3.26
-    Compiling arrayvec v0.5.2
-    Compiling futures-util v0.3.26
-    Compiling blake2b_simd v0.5.11
-    Compiling time-macros v0.2.6
-    Compiling regex-automata v0.1.10
-    Compiling http v0.2.8
-    Compiling unicode-normalization v0.1.22
-    Compiling secp256k1 v0.21.3
-    Compiling fpe v0.5.1
-    Compiling digest v0.10.6
-    Compiling terminfo v0.7.5
-    Compiling pbkdf2 v0.9.0
-    Compiling hmac v0.11.0
-    Compiling raw-cpuid v10.6.0
-    Compiling bs58 v0.4.0
-    Compiling nibble_vec v0.1.0
-    Compiling zcash_encoding v0.1.0
-    Compiling memuse v0.2.1
-    Compiling aes v0.7.5
-    Compiling mio v0.8.5
-    Compiling socket2 v0.4.7
-    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 zeroize v1.5.7
-    Compiling chacha20 v0.8.2
-    Compiling parity-scale-codec-derive v3.1.4
-    Compiling halo2_gadgets v0.1.0
-    Compiling chacha20poly1305 v0.9.1
-    Compiling zcash_note_encryption v0.1.0
-    Compiling tokio-macros v1.8.2
-    Compiling metrics-macros v0.4.1
-    Compiling tracing v0.1.37
-    Compiling blake2s_simd v1.0.0
-    Compiling pin-utils v0.1.0
-    Compiling try-lock v0.2.4
-    Compiling endian-type v0.1.2
-    Compiling overload v0.1.1
-    Compiling rustc-hex v2.1.0
-    Compiling time v0.3.17
-    Compiling hdwallet v0.3.1
-    Compiling fixed-hash v0.7.0
-    Compiling nu-ansi-term v0.46.0
-    Compiling radix_trie v0.2.1
-    Compiling want v0.3.0
-    Compiling quanta v0.9.3
-    Compiling bip0039 v0.9.0
-    Compiling parking_lot v0.11.2
-    Compiling ripemd v0.1.3
-    Compiling matchers v0.1.0
-    Compiling http-body v0.4.5
-    Compiling phf v0.11.1
-    Compiling equihash v0.1.0
-    Compiling dirs v4.0.0
-    Compiling ordered-float v2.10.0
-    Compiling hashbrown v0.11.2
-    Compiling backtrace v0.3.67
-    Compiling dashmap v4.0.2
-    Compiling sharded-slab v0.1.4
-    Compiling thread_local v1.1.4
-    Compiling rand_core v0.5.1
-    Compiling httpdate v1.0.2
-    Compiling tower-service v0.3.2
-    Compiling gimli v0.27.1
-    Compiling anyhow v1.0.68
-    Compiling atomic-shim v0.2.0
-    Compiling adler v1.0.2
-    Compiling sketches-ddsketch v0.1.3
-    Compiling curve25519-dalek v3.2.0
-    Compiling miniz_oxide v0.6.2
-    Compiling bellman v0.13.1
-    Compiling gumdrop_derive v0.8.1
-    Compiling metrics-util v0.10.2
-    Compiling directories v4.0.1
-    Compiling nix v0.24.3
-    Compiling which v4.4.0
-    Compiling f4jumble v0.1.0
-    Compiling tracing-subscriber v0.3.16
-    Compiling hyper v0.14.23
-    Compiling object v0.30.3
-    Compiling ipnet v2.7.1
-    Compiling rustc-demangle v0.1.21
-    Compiling bech32 v0.8.1
-    Compiling zcash_address v0.1.0
-    Compiling tracing-appender v0.2.2
-    Compiling gumdrop v0.8.1
-    Compiling metrics-exporter-prometheus v0.6.1
-    Compiling addr2line v0.19.0
-    Compiling secrecy v0.8.0
-    Compiling incrementalmerkletree v0.3.0
-    Compiling reddsa v0.3.0
-    Compiling parity-scale-codec v3.3.0
-    Compiling ed25519-zebra v3.1.0
-    Compiling clearscreen v1.0.11
-    Compiling impl-codec v0.6.0
-    Compiling primitive-types v0.11.1
-    Compiling orchard v0.1.0
-    Compiling zcash_history v0.3.0
-    Compiling zcash_primitives v0.6.0
-    Compiling zcash_proofs v0.6.0
-    Compiling librustzcash v0.2.0 (/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/librustzcash)
- warning: creating a shared reference to mutable static is discouraged
-    --> librustzcash/src/rustzcash.rs:745:18
-     |
- 745 |         unsafe { &SPROUT_GROTH16_PARAMS_PATH }
-     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
-     = note: this will be a hard error in the 2024 edition
-     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
-     = note: `#[warn(static_mut_refs)]` on by default
- help: use `addr_of!` instead to create a raw pointer
-     |
- 745 |         unsafe { addr_of!(SPROUT_GROTH16_PARAMS_PATH) }
-     |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 
- warning: `librustzcash` (lib) generated 1 warning
-     Finished release [optimized] target(s) in 3m 19s
- 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=/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:   /home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/librustzcash/Cargo.toml
- workspace: /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 fnv v1.0.7
-    Compiling bytecheck v0.6.9
-    Compiling ident_case v1.0.1
-    Compiling rend v0.3.6
-    Compiling rustversion v1.0.11
-    Compiling target-lexicon v0.12.5
-    Compiling cc v1.0.79
-    Compiling smallvec v1.10.0
-    Compiling adler v1.0.2
-    Compiling log v0.4.17
-    Compiling thiserror v1.0.38
-    Compiling gimli v0.27.1
-    Compiling rkyv v0.7.39
-    Compiling miniz_oxide v0.6.2
-    Compiling seahash v4.1.0
-    Compiling indexmap v1.9.2
-    Compiling ahash v0.7.6
-    Compiling rustc-demangle v0.1.21
-    Compiling more-asserts v0.2.2
-    Compiling scopeguard v1.1.0
-    Compiling wasmparser v0.83.0
-    Compiling proc-macro-error-attr v1.0.4
-    Compiling corosensei v0.1.3
-    Compiling memoffset v0.6.5
-    Compiling crossbeam-utils v0.8.14
-    Compiling object v0.30.3
-    Compiling getrandom v0.2.8
-    Compiling memmap2 v0.5.8
-    Compiling proc-macro-error v1.0.4
-    Compiling memoffset v0.7.1
-    Compiling crc32fast v1.3.2
-    Compiling hashbrown v0.12.3
-    Compiling leb128 v0.2.5
-    Compiling lazy_static v1.4.0
-    Compiling bitflags v1.3.2
-    Compiling region v3.0.0
-    Compiling crossbeam-epoch v0.9.13
-    Compiling either v1.8.1
-    Compiling hashbrown v0.11.2
-    Compiling tracing-core v0.1.30
-    Compiling cranelift-codegen-shared v0.82.3
-    Compiling backtrace v0.3.67
-    Compiling pin-project-lite v0.2.9
-    Compiling cranelift-codegen-meta v0.82.3
-    Compiling rayon-core v1.10.2
-    Compiling fallible-iterator v0.2.0
-    Compiling stable_deref_trait v1.2.0
-    Compiling serde_json v1.0.91
-    Compiling unicode-width v0.1.10
-    Compiling fastrand v1.8.0
-    Compiling remove_dir_all v0.5.3
-    Compiling tempfile v3.3.0
-    Compiling textwrap v0.11.0
-    Compiling crossbeam-deque v0.8.2
-    Compiling crossbeam-channel v0.5.6
-    Compiling wasm-encoder v0.22.0
-    Compiling atty v0.2.14
-    Compiling num_cpus v1.15.0
-    Compiling libloading v0.7.4
-    Compiling rustc-hash v1.1.0
-    Compiling vec_map v0.8.2
-    Compiling cranelift-entity v0.82.3
-    Compiling unicode-segmentation v1.10.1
-    Compiling addr2line v0.19.0
-    Compiling itoa v1.0.5
-    Compiling ryu v1.0.12
-    Compiling ansi_term v0.12.1
-    Compiling cbindgen v0.19.0
-    Compiling strsim v0.8.0
-    Compiling cranelift-bforest v0.82.3
-    Compiling clap v2.34.0
-    Compiling heck v0.3.3
-    Compiling regalloc v0.0.34
-    Compiling wast v52.0.2
-    Compiling which v4.4.0
-    Compiling byteorder v1.4.3
-    Compiling rayon v1.6.1
-    Compiling paste v1.0.11
-    Compiling wasmer-compiler-cranelift v2.3.0 (/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/compiler-cranelift)
-    Compiling darling_core v0.14.2
-    Compiling cranelift-codegen v0.82.3
-    Compiling ptr_meta_derive v0.1.4
-    Compiling bytecheck_derive v0.6.9
-    Compiling enum-iterator-derive v0.7.0
-    Compiling loupe-derive v0.1.3
-    Compiling rkyv_derive v0.7.39
-    Compiling thiserror-impl v1.0.38
-    Compiling tracing-attributes v0.1.23
-    Compiling wasmer-derive v2.3.0 (/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/derive)
-    Compiling dynasm v1.2.3
-    Compiling ptr_meta v0.1.4
-    Compiling enum-iterator v0.7.0
-    Compiling darling_macro v0.14.2
-    Compiling darling v0.14.2
-    Compiling enumset_derive v0.6.1
-    Compiling tracing v0.1.37
-    Compiling wat v1.0.56
-    Compiling enumset v1.0.12
-    Compiling toml v0.5.11
-    Compiling serde_bytes v0.11.8
-    Compiling bincode v1.3.3
-    Compiling dynasmrt v1.2.3
-    Compiling loupe v0.1.3
-    Compiling object v0.28.4
-    Compiling gimli v0.26.2
-    Compiling wasmer-types v2.3.0 (/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 (/home/opam/.opam/4.14.1/.opam-switch/build/tezos-rust-libs.1.5/wasmer-2.3.0/lib/compiler)
- warning: unused import: `collections`
-   --> wasmer-2.3.0/lib/compiler/src/lib.rs:47:38
-    |
- 47 |         pub use std::{borrow, boxed, collections, fmt, str, string, sync, vec};
-    |                                      ^^^^^^^^^^^
-    |
-    = note: `#[warn(unused_imports)]` on by default
- 
-    Compiling wasmer-artifact v2.3.0 (/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 (/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 (/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 (/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");
-     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 
- warning: unused import: `WeakInstanceRef`
-   --> wasmer-2.3.0/lib/vm/src/instance/mod.rs:14:30
-    |
- 14 | pub use r#ref::{InstanceRef, WeakInstanceRef, WeakOrStrongInstanceRef};
-    |                              ^^^^^^^^^^^^^^^
-    |
-    = note: `#[warn(unused_imports)]` on by default
- 
- warning: creating a mutable reference to mutable static is discouraged
-    --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:138:22
-     |
- 138 |             register(&mut PREV_SIGSEGV, libc::SIGSEGV);
-     |                      ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
-     |
-     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
-     = note: this will be a hard error in the 2024 edition
-     = note: this mutable reference has lifetime `'static`, but if the static gets accessed (read or written) by any other means, or any other reference is created, then any further use of this mutable reference is Undefined Behavior
-     = note: `#[warn(static_mut_refs)]` on by default
- help: use `addr_of_mut!` instead to create a raw pointer
-     |
- 138 |             register(addr_of_mut!(PREV_SIGSEGV), libc::SIGSEGV);
-     |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~
- 
- warning: creating a mutable reference to mutable static is discouraged
-    --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:141:22
-     |
- 141 |             register(&mut PREV_SIGILL, libc::SIGILL);
-     |                      ^^^^^^^^^^^^^^^^ mutable reference to mutable static
-     |
-     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
-     = note: this will be a hard error in the 2024 edition
-     = note: this mutable reference has lifetime `'static`, but if the static gets accessed (read or written) by any other means, or any other reference is created, then any further use of this mutable reference is Undefined Behavior
- help: use `addr_of_mut!` instead to create a raw pointer
-     |
- 141 |             register(addr_of_mut!(PREV_SIGILL), libc::SIGILL);
-     |                      ~~~~~~~~~~~~~~~~~~~~~~~~~
- 
- warning: creating a mutable reference to mutable static is discouraged
-    --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:145:26
-     |
- 145 |                 register(&mut PREV_SIGFPE, libc::SIGFPE);
-     |                          ^^^^^^^^^^^^^^^^ mutable reference to mutable static
-     |
-     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
-     = note: this will be a hard error in the 2024 edition
-     = note: this mutable reference has lifetime `'static`, but if the static gets accessed (read or written) by any other means, or any other reference is created, then any further use of this mutable reference is Undefined Behavior
- help: use `addr_of_mut!` instead to create a raw pointer
-     |
- 145 |                 register(addr_of_mut!(PREV_SIGFPE), libc::SIGFPE);
-     |                          ~~~~~~~~~~~~~~~~~~~~~~~~~
- 
- warning: creating a mutable reference to mutable static is discouraged
-    --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:151:26
-     |
- 151 |                 register(&mut PREV_SIGBUS, libc::SIGBUS);
-     |                          ^^^^^^^^^^^^^^^^ mutable reference to mutable static
-     |
-     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
-     = note: this will be a hard error in the 2024 edition
-     = note: this mutable reference has lifetime `'static`, but if the static gets accessed (read or written) by any other means, or any other reference is created, then any further use of this mutable reference is Undefined Behavior
- help: use `addr_of_mut!` instead to create a raw pointer
-     |
- 151 |                 register(addr_of_mut!(PREV_SIGBUS), libc::SIGBUS);
-     |                          ~~~~~~~~~~~~~~~~~~~~~~~~~
- 
- warning: creating a shared reference to mutable static is discouraged
-    --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:198:34
-     |
- 198 |                 libc::SIGSEGV => &PREV_SIGSEGV,
-     |                                  ^^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
-     = note: this will be a hard error in the 2024 edition
-     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
- help: use `addr_of!` instead to create a raw pointer
-     |
- 198 |                 libc::SIGSEGV => addr_of!(PREV_SIGSEGV),
-     |                                  ~~~~~~~~~~~~~~~~~~~~~~
- 
- warning: creating a shared reference to mutable static is discouraged
-    --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:199:33
-     |
- 199 |                 libc::SIGBUS => &PREV_SIGBUS,
-     |                                 ^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
-     = note: this will be a hard error in the 2024 edition
-     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
- help: use `addr_of!` instead to create a raw pointer
-     |
- 199 |                 libc::SIGBUS => addr_of!(PREV_SIGBUS),
-     |                                 ~~~~~~~~~~~~~~~~~~~~~
- 
- warning: creating a shared reference to mutable static is discouraged
-    --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:200:33
-     |
- 200 |                 libc::SIGFPE => &PREV_SIGFPE,
-     |                                 ^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
-     = note: this will be a hard error in the 2024 edition
-     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
- help: use `addr_of!` instead to create a raw pointer
-     |
- 200 |                 libc::SIGFPE => addr_of!(PREV_SIGFPE),
-     |                                 ~~~~~~~~~~~~~~~~~~~~~
- 
- warning: creating a shared reference to mutable static is discouraged
-    --> wasmer-2.3.0/lib/vm/src/trap/traphandlers.rs:201:33
-     |
- 201 |                 libc::SIGILL => &PREV_SIGILL,
-     |                                 ^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
-     = note: this will be a hard error in the 2024 edition
-     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
- help: use `addr_of!` instead to create a raw pointer
-     |
- 201 |                 libc::SIGILL => addr_of!(PREV_SIGILL),
-     |                                 ~~~~~~~~~~~~~~~~~~~~~
- 
- warning: `wasmer-vm` (lib) generated 9 warnings
- error: could not compile `wasmer-vm` (lib) due to 1 previous error; 9 warnings emitted
- warning: build failed, waiting for other jobs to finish...
- warning: `wasmer-compiler` (lib) generated 1 warning (run `cargo fix --lib -p wasmer-compiler` 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.2.0~beta2~dev | freebsd/x86_64 | ocaml-base-compiler.4.14.1 | file:///home/opam/opam-repository
# path                 ~/.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             ~/.opam/log/tezos-rust-libs-99838-6fb7b0.env
# output-file          ~/.opam/log/tezos-rust-libs-99838-6fb7b0.out
### output ###
# 201 |                 libc::SIGILL => &PREV_SIGILL,
# [...]
#     = note: this will be a hard error in the 2024 edition
#     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
# help: use `addr_of!` instead to create a raw pointer
#     |
# 201 |                 libc::SIGILL => addr_of!(PREV_SIGILL),
#     |                                 ~~~~~~~~~~~~~~~~~~~~~
# 
# warning: `wasmer-vm` (lib) generated 9 warnings
# error: could not compile `wasmer-vm` (lib) due to 1 previous error; 9 warnings emitted
# warning: build failed, waiting for other jobs to finish...
# warning: `wasmer-compiler` (lib) generated 1 warning (run `cargo fix --lib -p wasmer-compiler` 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.22.0
| - install ctypes-foreign      0.22.0
| - install dune                3.10.0
| - install dune-configurator   3.13.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.32.1~5.2preview
| - 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 "/home/opam/.opam/4.14.1/.opam-switch/backup/state-20240419181328.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_221_11545" "mount.fstab=/tmp/obuilder-jail-49a4d4/fstab" "mount.devfs" "path=/obuilder/result/74fde66aff8217059212a2520bfa5943e171ecd704cde2df48810d2e77b0830f/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