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


Building on x86-bm-c15.sw.ocaml.org

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
7f7d5c240a4a: Pulling fs layer
7f7d5c240a4a: Verifying Checksum
7f7d5c240a4a: Download complete
7f7d5c240a4a: Pull complete
Digest: sha256:81ff3a8ed6b61297aaebfb477e71e1e69be937d68ac0f11bc75b0a2271c50cdd
Status: Downloaded newer image for ocaml/opam:debian-unstable
2025-01-02 10:36.21 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-01-02 10:36.21 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" 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 2d85539cd05071ec4f91d6c4ee35d2adc44aa283"))
2025-01-02 10:36.21 ---> using "c3dc34689001c88c5c748166aac21d000b27417b693a8a050c46c712e4c6f12f" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


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

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

2025-01-02 10:36.21 ---> using "5a348168a87ee09c4f105e0c0448a2ea8bfb106cbf2d1e7ff2090f1392205351" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.13' '4.13.1'"))

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.13.1  (cached)
-> installed ocaml-base-compiler.4.13.1
-> installed ocaml-config.2
-> installed ocaml.4.13.1
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.13)
2025-01-02 10:36.21 ---> using "521926dc79a97683ef70d2a3ad555630f79093c4d503f1cb87a5740622a8b754" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [205 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-01-02-0805.54-F-2024-12-27-1406.27.pdiff [516 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-01-02-0805.54-F-2024-12-27-1406.27.pdiff [516 kB]
- Fetched 785 kB in 3s (278 kB/s)
- Reading package lists...
- 
2025-01-02 10:36.21 ---> using "d5ace38b3bf6c2e46a1faed1cf8c4a120905dcd8612d75609c789220967b9088" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"tezos-rust-libs.1.3\"\
               \nopam install -vy \"tezos-rust-libs.1.3\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"tezos-rust-libs.1.3\" | grep -q '\"debian-unstable\"'; 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-rust-libs.1.3 is not installed.

Nothing to do.
The following actions will be performed:
=== install 2 packages
  - install conf-rust-2021  1   [required by tezos-rust-libs]
  - install tezos-rust-libs 1.3

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "cargo"
- Selecting previously unselected package libpipeline1:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19805 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.8-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.8-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-7_amd64.deb ...
- Unpacking binfmt-support (2.2.2-7) ...
- Selecting previously unselected package libpython3.12-minimal:amd64.
- Preparing to unpack .../libpython3.12-minimal_3.12.8-3_amd64.deb ...
- Unpacking libpython3.12-minimal:amd64 (3.12.8-3) ...
- Selecting previously unselected package python3.12-minimal.
- Preparing to unpack .../python3.12-minimal_3.12.8-3_amd64.deb ...
- Unpacking python3.12-minimal (3.12.8-3) ...
- Setting up libpython3.12-minimal:amd64 (3.12.8-3) ...
- Setting up python3.12-minimal (3.12.8-3) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20138 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.12.8-1_amd64.deb ...
- Unpacking python3-minimal (3.12.8-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_10.1.0_all.deb ...
- Unpacking media-types (10.1.0) ...
- Selecting previously unselected package libtirpc-common.
- Preparing to unpack .../2-libtirpc-common_1.3.4+ds-1.3_all.deb ...
- Unpacking libtirpc-common (1.3.4+ds-1.3) ...
- Selecting previously unselected package libtirpc3t64:amd64.
- Preparing to unpack .../3-libtirpc3t64_1.3.4+ds-1.3+b1_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
- Unpacking libtirpc3t64:amd64 (1.3.4+ds-1.3+b1) ...
- Selecting previously unselected package libnsl2:amd64.
- Preparing to unpack .../4-libnsl2_1.3.0-3+b3_amd64.deb ...
- Unpacking libnsl2:amd64 (1.3.0-3+b3) ...
- Selecting previously unselected package libpython3.12-stdlib:amd64.
- Preparing to unpack .../5-libpython3.12-stdlib_3.12.8-3_amd64.deb ...
- Unpacking libpython3.12-stdlib:amd64 (3.12.8-3) ...
- Selecting previously unselected package python3.12.
- Preparing to unpack .../6-python3.12_3.12.8-3_amd64.deb ...
- Unpacking python3.12 (3.12.8-3) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../7-libpython3-stdlib_3.12.8-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.12.8-1) ...
- Setting up python3-minimal (3.12.8-1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20604 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.12.8-1_amd64.deb ...
- Unpacking python3 (3.12.8-1) ...
- Preparing to unpack .../01-libcc1-0_14.2.0-12_amd64.deb ...
- Unpacking libcc1-0:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../02-libgomp1_14.2.0-12_amd64.deb ...
- Unpacking libgomp1:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../03-libitm1_14.2.0-12_amd64.deb ...
- Unpacking libitm1:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../04-libatomic1_14.2.0-12_amd64.deb ...
- Unpacking libatomic1:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../05-libasan8_14.2.0-12_amd64.deb ...
- Unpacking libasan8:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../06-liblsan0_14.2.0-12_amd64.deb ...
- Unpacking liblsan0:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../07-libtsan2_14.2.0-12_amd64.deb ...
- Unpacking libtsan2:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../08-libubsan1_14.2.0-12_amd64.deb ...
- Unpacking libubsan1:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../09-libhwasan0_14.2.0-12_amd64.deb ...
- Unpacking libhwasan0:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../10-libquadmath0_14.2.0-12_amd64.deb ...
- Unpacking libquadmath0:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../11-gcc-14-base_14.2.0-12_amd64.deb ...
- Unpacking gcc-14-base:amd64 (14.2.0-12) over (14.2.0-11) ...
- Setting up gcc-14-base:amd64 (14.2.0-12) ...
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20625 files and directories currently installed.)
- Preparing to unpack .../libstdc++6_14.2.0-12_amd64.deb ...
- Unpacking libstdc++6:amd64 (14.2.0-12) over (14.2.0-11) ...
- Setting up libstdc++6:amd64 (14.2.0-12) ...
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20625 files and directories currently installed.)
- Preparing to unpack .../0-gcc-14_14.2.0-12_amd64.deb ...
- Unpacking gcc-14 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../1-g++-14_14.2.0-12_amd64.deb ...
- Unpacking g++-14 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../2-g++-14-x86-64-linux-gnu_14.2.0-12_amd64.deb ...
- Unpacking g++-14-x86-64-linux-gnu (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../3-libstdc++-14-dev_14.2.0-12_amd64.deb ...
- Unpacking libstdc++-14-dev:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../4-libgcc-14-dev_14.2.0-12_amd64.deb ...
- Unpacking libgcc-14-dev:amd64 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../5-gcc-14-x86-64-linux-gnu_14.2.0-12_amd64.deb ...
- Unpacking gcc-14-x86-64-linux-gnu (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../6-cpp-14-x86-64-linux-gnu_14.2.0-12_amd64.deb ...
- Unpacking cpp-14-x86-64-linux-gnu (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../7-cpp-14_14.2.0-12_amd64.deb ...
- Unpacking cpp-14 (14.2.0-12) over (14.2.0-11) ...
- Preparing to unpack .../8-libgcc-s1_14.2.0-12_amd64.deb ...
- Unpacking libgcc-s1:amd64 (14.2.0-12) over (14.2.0-11) ...
- Setting up libgcc-s1:amd64 (14.2.0-12) ...
- Selecting previously unselected package libcurl4t64:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20625 files and directories currently installed.)
- Preparing to unpack .../00-libcurl4t64_8.11.1-1_amd64.deb ...
- Unpacking libcurl4t64:amd64 (8.11.1-1) ...
- Selecting previously unselected package libhttp-parser2.9:amd64.
- Preparing to unpack .../01-libhttp-parser2.9_2.9.4-6+b2_amd64.deb ...
- Unpacking libhttp-parser2.9:amd64 (2.9.4-6+b2) ...
- Selecting previously unselected package libmbedcrypto16:amd64.
- Preparing to unpack .../02-libmbedcrypto16_3.6.2-3_amd64.deb ...
- Unpacking libmbedcrypto16:amd64 (3.6.2-3) ...
- Selecting previously unselected package libmbedx509-7:amd64.
- Preparing to unpack .../03-libmbedx509-7_3.6.2-3_amd64.deb ...
- Unpacking libmbedx509-7:amd64 (3.6.2-3) ...
- Selecting previously unselected package libmbedtls21:amd64.
- Preparing to unpack .../04-libmbedtls21_3.6.2-3_amd64.deb ...
- Unpacking libmbedtls21:amd64 (3.6.2-3) ...
- Selecting previously unselected package libgit2-1.8:amd64.
- Preparing to unpack .../05-libgit2-1.8_1.8.4+ds-3_amd64.deb ...
- Unpacking libgit2-1.8:amd64 (1.8.4+ds-3) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../06-libicu72_72.1-5+b1_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-5+b1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../07-libxml2_2.12.7+dfsg+really2.9.14-0.2+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../08-libz3-4_4.13.3-1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.13.3-1) ...
- Selecting previously unselected package libllvm19:amd64.
- Preparing to unpack .../09-libllvm19_1%3a19.1.6-1_amd64.deb ...
- Unpacking libllvm19:amd64 (1:19.1.6-1) ...
- Selecting previously unselected package libstd-rust-1.83:amd64.
- Preparing to unpack .../10-libstd-rust-1.83_1.83.0+dfsg1-1_amd64.deb ...
- Unpacking libstd-rust-1.83:amd64 (1.83.0+dfsg1-1) ...
- Selecting previously unselected package libstd-rust-dev:amd64.
- Preparing to unpack .../11-libstd-rust-dev_1.83.0+dfsg1-1_amd64.deb ...
- Unpacking libstd-rust-dev:amd64 (1.83.0+dfsg1-1) ...
- Selecting previously unselected package rustc.
- Preparing to unpack .../12-rustc_1.83.0+dfsg1-1_amd64.deb ...
- Unpacking rustc (1.83.0+dfsg1-1) ...
- Selecting previously unselected package libclang-cpp19.
- Preparing to unpack .../13-libclang-cpp19_1%3a19.1.6-1_amd64.deb ...
- Unpacking libclang-cpp19 (1:19.1.6-1) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../14-libgc1_1%3a8.2.8-1_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.8-1) ...
- Selecting previously unselected package libobjc4:amd64.
- Preparing to unpack .../15-libobjc4_14.2.0-12_amd64.deb ...
- Unpacking libobjc4:amd64 (14.2.0-12) ...
- Selecting previously unselected package libobjc-14-dev:amd64.
- Preparing to unpack .../16-libobjc-14-dev_14.2.0-12_amd64.deb ...
- Unpacking libobjc-14-dev:amd64 (14.2.0-12) ...
- Selecting previously unselected package libclang-common-19-dev:amd64.
- Preparing to unpack .../17-libclang-common-19-dev_1%3a19.1.6-1_amd64.deb ...
- Unpacking libclang-common-19-dev:amd64 (1:19.1.6-1) ...
- Selecting previously unselected package llvm-19-linker-tools.
- Preparing to unpack .../18-llvm-19-linker-tools_1%3a19.1.6-1_amd64.deb ...
- Unpacking llvm-19-linker-tools (1:19.1.6-1) ...
- Selecting previously unselected package libclang1-19.
- Preparing to unpack .../19-libclang1-19_1%3a19.1.6-1_amd64.deb ...
- Unpacking libclang1-19 (1:19.1.6-1) ...
- Selecting previously unselected package clang-19.
- Preparing to unpack .../20-clang-19_1%3a19.1.6-1_amd64.deb ...
- Unpacking clang-19 (1:19.1.6-1) ...
- Selecting previously unselected package cargo.
- Preparing to unpack .../21-cargo_1.83.0+dfsg1-1_amd64.deb ...
- Unpacking cargo (1.83.0+dfsg1-1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../22-icu-devtools_72.1-5+b1_amd64.deb ...
- Unpacking icu-devtools (72.1-5+b1) ...
- Selecting previously unselected package libc6-i386.
- Preparing to unpack .../23-libc6-i386_2.40-4_amd64.deb ...
- Unpacking libc6-i386 (2.40-4) ...
- Selecting previously unselected package lib32gcc-s1.
- Preparing to unpack .../24-lib32gcc-s1_14.2.0-12_amd64.deb ...
- Unpacking lib32gcc-s1 (14.2.0-12) ...
- Selecting previously unselected package lib32stdc++6.
- Preparing to unpack .../25-lib32stdc++6_14.2.0-12_amd64.deb ...
- Unpacking lib32stdc++6 (14.2.0-12) ...
- Selecting previously unselected package libclang-rt-19-dev:amd64.
- Preparing to unpack .../26-libclang-rt-19-dev_1%3a19.1.6-1_amd64.deb ...
- Unpacking libclang-rt-19-dev:amd64 (1:19.1.6-1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../27-libffi-dev_3.4.6-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.6-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../28-libicu-dev_72.1-5+b1_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-5+b1) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../29-libncurses6_6.5-2+b1_amd64.deb ...
- Unpacking libncurses6:amd64 (6.5-2+b1) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../30-libncurses-dev_6.5-2+b1_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.5-2+b1) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../31-libpfm4_4.13.0+git83-g91970fe-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0+git83-g91970fe-1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../32-libxml2-dev_2.12.7+dfsg+really2.9.14-0.2+b1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../33-libyaml-0-2_0.2.5-2_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-2) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../34-libz3-dev_4.13.3-1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.13.3-1) ...
- Selecting previously unselected package lld-19.
- Preparing to unpack .../35-lld-19_1%3a19.1.6-1_amd64.deb ...
- Unpacking lld-19 (1:19.1.6-1) ...
- Selecting previously unselected package llvm-19-runtime.
- Preparing to unpack .../36-llvm-19-runtime_1%3a19.1.6-1_amd64.deb ...
- Unpacking llvm-19-runtime (1:19.1.6-1) ...
- Selecting previously unselected package llvm-19.
- Preparing to unpack .../37-llvm-19_1%3a19.1.6-1_amd64.deb ...
- Unpacking llvm-19 (1:19.1.6-1) ...
- Selecting previously unselected package python3-autocommand.
- Preparing to unpack .../38-python3-autocommand_2.2.2-3_all.deb ...
- Unpacking python3-autocommand (2.2.2-3) ...
- Selecting previously unselected package python3-more-itertools.
- Preparing to unpack .../39-python3-more-itertools_10.5.0-1_all.deb ...
- Unpacking python3-more-itertools (10.5.0-1) ...
- Selecting previously unselected package python3-typing-extensions.
- Preparing to unpack .../40-python3-typing-extensions_4.12.2-2_all.deb ...
- Unpacking python3-typing-extensions (4.12.2-2) ...
- Selecting previously unselected package python3-typeguard.
- Preparing to unpack .../41-python3-typeguard_4.4.1-1_all.deb ...
- Unpacking python3-typeguard (4.4.1-1) ...
- Selecting previously unselected package python3-inflect.
- Preparing to unpack .../42-python3-inflect_7.3.1-2_all.deb ...
- Unpacking python3-inflect (7.3.1-2) ...
- Selecting previously unselected package python3-jaraco.context.
- Preparing to unpack .../43-python3-jaraco.context_6.0.0-1_all.deb ...
- Unpacking python3-jaraco.context (6.0.0-1) ...
- Selecting previously unselected package python3-jaraco.functools.
- Preparing to unpack .../44-python3-jaraco.functools_4.1.0-1_all.deb ...
- Unpacking python3-jaraco.functools (4.1.0-1) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../45-python3-pkg-resources_75.6.0-1_all.deb ...
- Unpacking python3-pkg-resources (75.6.0-1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../46-python3-pygments_2.18.0+dfsg-1_all.deb ...
- Unpacking python3-pygments (2.18.0+dfsg-1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../47-python3-yaml_6.0.2-1+b1_amd64.deb ...
- Unpacking python3-yaml (6.0.2-1+b1) ...
- Selecting previously unselected package llvm-19-tools.
- Preparing to unpack .../48-llvm-19-tools_1%3a19.1.6-1_amd64.deb ...
- Unpacking llvm-19-tools (1:19.1.6-1) ...
- Selecting previously unselected package llvm-19-dev.
- Preparing to unpack .../49-llvm-19-dev_1%3a19.1.6-1_amd64.deb ...
- Unpacking llvm-19-dev (1:19.1.6-1) ...
- Selecting previously unselected package rust-llvm.
- Preparing to unpack .../50-rust-llvm_1.83.0+dfsg1-1_amd64.deb ...
- Unpacking rust-llvm (1.83.0+dfsg1-1) ...
- Setting up media-types (10.1.0) ...
- Setting up libpipeline1:amd64 (1.5.8-1) ...
- Setting up libicu72:amd64 (72.1-5+b1) ...
- Setting up libcurl4t64:amd64 (8.11.1-1) ...
- Setting up libclang-common-19-dev:amd64 (1:19.1.6-1) ...
- Setting up libyaml-0-2:amd64 (0.2.5-2) ...
- Setting up libtirpc-common (1.3.4+ds-1.3) ...
- Setting up libgomp1:amd64 (14.2.0-12) ...
- Setting up libffi-dev:amd64 (3.4.6-1) ...
- Setting up libz3-4:amd64 (4.13.3-1) ...
- Setting up libpfm4:amd64 (4.13.0+git83-g91970fe-1) ...
- Setting up libncurses6:amd64 (6.5-2+b1) ...
- Setting up libquadmath0:amd64 (14.2.0-12) ...
- Setting up libatomic1:amd64 (14.2.0-12) ...
- Setting up binfmt-support (2.2.2-7) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up icu-devtools (72.1-5+b1) ...
- Setting up cpp-14-x86-64-linux-gnu (14.2.0-12) ...
- Setting up libgc1:amd64 (1:8.2.8-1) ...
- Setting up cpp-14 (14.2.0-12) ...
- Setting up libubsan1:amd64 (14.2.0-12) ...
- Setting up libhwasan0:amd64 (14.2.0-12) ...
- Setting up libasan8:amd64 (14.2.0-12) ...
- Setting up libc6-i386 (2.40-4) ...
- Setting up libmbedcrypto16:amd64 (3.6.2-3) ...
- Setting up libtsan2:amd64 (14.2.0-12) ...
- Setting up libicu-dev:amd64 (72.1-5+b1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
- Setting up libcc1-0:amd64 (14.2.0-12) ...
- Setting up liblsan0:amd64 (14.2.0-12) ...
- Setting up libitm1:amd64 (14.2.0-12) ...
- Setting up libhttp-parser2.9:amd64 (2.9.4-6+b2) ...
- Setting up libllvm19:amd64 (1:19.1.6-1) ...
- Setting up libz3-dev:amd64 (4.13.3-1) ...
- Setting up libncurses-dev:amd64 (6.5-2+b1) ...
- Setting up libclang1-19 (1:19.1.6-1) ...
- Setting up libtirpc3t64:amd64 (1.3.4+ds-1.3+b1) ...
- Setting up libobjc4:amd64 (14.2.0-12) ...
- Setting up libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
- Setting up libmbedx509-7:amd64 (3.6.2-3) ...
- Setting up lib32gcc-s1 (14.2.0-12) ...
- Setting up lib32stdc++6 (14.2.0-12) ...
- Setting up libmbedtls21:amd64 (3.6.2-3) ...
- Setting up libclang-rt-19-dev:amd64 (1:19.1.6-1) ...
- Setting up libnsl2:amd64 (1.3.0-3+b3) ...
- Setting up llvm-19-linker-tools (1:19.1.6-1) ...
- Setting up libgcc-14-dev:amd64 (14.2.0-12) ...
- Setting up llvm-19-runtime (1:19.1.6-1) ...
- Setting up lld-19 (1:19.1.6-1) ...
- Setting up libstd-rust-1.83:amd64 (1.83.0+dfsg1-1) ...
- Setting up libstdc++-14-dev:amd64 (14.2.0-12) ...
- Setting up libclang-cpp19 (1:19.1.6-1) ...
- Setting up libpython3.12-stdlib:amd64 (3.12.8-3) ...
- Setting up python3.12 (3.12.8-3) ...
- Setting up libobjc-14-dev:amd64 (14.2.0-12) ...
- Setting up clang-19 (1:19.1.6-1) ...
- Setting up libstd-rust-dev:amd64 (1.83.0+dfsg1-1) ...
- Setting up libgit2-1.8:amd64 (1.8.4+ds-3) ...
- Setting up rustc (1.83.0+dfsg1-1) ...
- Setting up llvm-19 (1:19.1.6-1) ...
- Setting up gcc-14-x86-64-linux-gnu (14.2.0-12) ...
- Setting up libpython3-stdlib:amd64 (3.12.8-1) ...
- Setting up rust-llvm (1.83.0+dfsg1-1) ...
- Setting up python3 (3.12.8-1) ...
- running python rtupdate hooks for python3.12...
- running python post-rtupdate hooks for python3.12...
- Setting up python3-autocommand (2.2.2-3) ...
- Setting up gcc-14 (14.2.0-12) ...
- Setting up cargo (1.83.0+dfsg1-1) ...
- Setting up python3-typing-extensions (4.12.2-2) ...
- Setting up g++-14-x86-64-linux-gnu (14.2.0-12) ...
- Setting up g++-14 (14.2.0-12) ...
- Setting up python3-more-itertools (10.5.0-1) ...
- Setting up python3-jaraco.functools (4.1.0-1) ...
- Setting up python3-jaraco.context (6.0.0-1) ...
- Setting up python3-typeguard (4.4.1-1) ...
- Setting up python3-yaml (6.0.2-1+b1) ...
- Setting up python3-inflect (7.3.1-2) ...
- Setting up python3-pkg-resources (75.6.0-1) ...
- Setting up python3-pygments (2.18.0+dfsg-1) ...
- Setting up llvm-19-tools (1:19.1.6-1) ...
- Setting up llvm-19-dev (1:19.1.6-1) ...
- Processing triggers for libc-bin (2.40-4) ...
- Processing triggers for base-files (13.6) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-rust-2021.1  (cached)
Processing  2/6: [tezos-rust-libs.1.3: http]
Processing  3/6: [tezos-rust-libs.1.3: http] [conf-rust-2021: cargo]
Processing  3/6: [tezos-rust-libs.1.3: extract] [conf-rust-2021: cargo]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "cargo" "--version" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-rust-2021.1)
- cargo 1.83.0 (5ffbef321 2024-10-29)
Processing  3/6: [tezos-rust-libs.1.3: extract] [conf-rust-2021: rustc 2021]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rustc" "--edition" "2021" "test.rs" (CWD=/home/opam/.opam/4.13/.opam-switch/build/conf-rust-2021.1)
-> compiled  conf-rust-2021.1
Processing  3/6: [tezos-rust-libs.1.3: extract]
-> installed conf-rust-2021.1
Processing  4/6: [tezos-rust-libs.1.3: extract]
-> retrieved tezos-rust-libs.1.3  (https://gitlab.com/tezos/tezos-rust-libs/-/archive/v1.3/tezos-rust-libs-v1.3.zip)
Processing  5/6: [tezos-rust-libs: cargo build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "cargo" "build" "--target-dir" "target-librustzcash" "--release" "--package" "librustzcash" (CWD=/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3)
- warning: `/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/.cargo/config` is deprecated in favor of `config.toml`
- note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
-    Compiling autocfg v1.1.0
-    Compiling cfg-if v0.1.10
-    Compiling libc v0.2.132
-    Compiling byteorder v1.4.2
-    Compiling typenum v1.12.0
-    Compiling getrandom v0.1.15
-    Compiling proc-macro2 v1.0.43
-    Compiling quote v1.0.21
-    Compiling unicode-ident v1.0.4
-    Compiling lazy_static v1.4.0
-    Compiling maybe-uninit v2.0.0
-    Compiling syn v1.0.99
-    Compiling ppv-lite86 v0.2.10
-    Compiling opaque-debug v0.2.3
-    Compiling constant_time_eq v0.1.5
-    Compiling arrayvec v0.5.2
-    Compiling arrayref v0.3.6
-    Compiling scopeguard v1.1.0
-    Compiling byte-tools v0.3.1
-    Compiling crunchy v0.1.6
-    Compiling log v0.4.14
-    Compiling crypto_api v0.2.2
-    Compiling cfg-if v1.0.0
-    Compiling futures v0.1.30
-    Compiling fake-simd v0.1.2
-    Compiling bit-vec v0.4.4
-    Compiling hex v0.3.2
-    Compiling block-padding v0.1.5
-    Compiling crypto_api_chachapoly v0.2.2
-    Compiling bigint v4.4.3
-    Compiling blake2s_simd v0.5.11
-    Compiling blake2b_simd v0.5.11
-    Compiling num-traits v0.2.14
-    Compiling num-integer v0.1.44
-    Compiling num-bigint v0.2.6
-    Compiling crossbeam-utils v0.7.2
-    Compiling memoffset v0.5.6
-    Compiling crossbeam-epoch v0.8.2
-    Compiling crossbeam-channel v0.4.4
-    Compiling crossbeam-queue v0.2.3
-    Compiling zcash_history v0.2.0
-    Compiling num_cpus v1.13.0
-    Compiling crossbeam-deque v0.7.3
-    Compiling directories v1.0.2
-    Compiling generic-array v0.12.3
-    Compiling rand_core v0.5.1
-    Compiling rand_chacha v0.2.2
-    Compiling rand_xorshift v0.2.0
-    Compiling crossbeam v0.7.3
-    Compiling block-cipher-trait v0.6.2
-    Compiling block-buffer v0.7.3
-    Compiling digest v0.8.1
-    Compiling futures-cpupool v0.1.8
-    Compiling aes-soft v0.3.3
-    Compiling sha2 v0.8.2
-    Compiling rand v0.7.3
-    Compiling aes v0.3.2
-    Compiling ff_derive v0.6.0
-    Compiling fpe v0.2.0
-    Compiling ff v0.6.0
-    Compiling group v0.6.0
-    Compiling pairing v0.16.0
-    Compiling bellman v0.6.0
-    Compiling zcash_primitives v0.2.0
-    Compiling zcash_proofs v0.2.0
-    Compiling librustzcash v0.2.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/librustzcash)
- warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead
-  --> librustzcash/src/rustzcash.rs:6:9
-   |
- 6 | #![deny(intra_doc_link_resolution_failure)]
-   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   |
-   = note: `#[warn(renamed_and_removed_lints)]` on by default
- 
- warning: creating a shared reference to mutable static is discouraged
-    --> librustzcash/src/rustzcash.rs:659:18
-     |
- 659 |         unsafe { SAPLING_SPEND_VK.as_ref() }.unwrap(),
-     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
-     = note: `#[warn(static_mut_refs)]` on by default
- 
- warning: creating a shared reference to mutable static is discouraged
-    --> librustzcash/src/rustzcash.rs:704:18
-     |
- 704 |         unsafe { SAPLING_OUTPUT_VK.as_ref() }.unwrap(),
-     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- 
- warning: creating a shared reference to mutable static is discouraged
-    --> librustzcash/src/rustzcash.rs:776:18
-     |
- 776 |         unsafe { &SPROUT_GROTH16_PARAMS_PATH }
-     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- help: use `&raw const` instead to create a raw pointer
-     |
- 776 |         unsafe { &raw const SPROUT_GROTH16_PARAMS_PATH }
-     |                  ~~~~~~~~~~
- 
- warning: creating a shared reference to mutable static is discouraged
-    --> librustzcash/src/rustzcash.rs:846:18
-     |
- 846 |         unsafe { SPROUT_GROTH16_VK.as_ref() }.expect("parameters should have been initialized"),
-     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- 
- warning: creating a shared reference to mutable static is discouraged
-    --> librustzcash/src/rustzcash.rs:887:18
-     |
- 887 |         unsafe { SAPLING_OUTPUT_PARAMS.as_ref() }.unwrap(),
-     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
-     |
-     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- 
- warning: creating a shared reference to mutable static is discouraged
-     --> librustzcash/src/rustzcash.rs:1049:22
-      |
- 1049 |             unsafe { SAPLING_SPEND_PARAMS.as_ref() }.unwrap(),
-      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
-      |
-      = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- 
- warning: creating a shared reference to mutable static is discouraged
-     --> librustzcash/src/rustzcash.rs:1050:22
-      |
- 1050 |             unsafe { SAPLING_SPEND_VK.as_ref() }.unwrap(),
-      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
-      |
-      = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-      = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- 
- warning: `librustzcash` (lib) generated 8 warnings
-     Finished `release` profile [optimized] target(s) in 22.42s
- warning: the following packages contain code that will be rejected by a future version of Rust: bigint v4.4.3
- note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "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.13/.opam-switch/build/tezos-rust-libs.1.3)
- warning: `/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/.cargo/config` is deprecated in favor of `config.toml`
- note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
-    Compiling proc-macro2 v1.0.43
-    Compiling quote v1.0.21
-    Compiling unicode-ident v1.0.4
-    Compiling syn v1.0.99
-    Compiling libc v0.2.132
-    Compiling version_check v0.9.4
-    Compiling autocfg v1.1.0
-    Compiling cfg-if v1.0.0
-    Compiling once_cell v1.14.0
-    Compiling serde v1.0.144
-    Compiling serde_derive v1.0.144
-    Compiling memchr v2.5.0
-    Compiling stable_deref_trait v1.2.0
-    Compiling fallible-iterator v0.2.0
-    Compiling bytecheck v0.6.9
-    Compiling ident_case v1.0.1
-    Compiling fnv v1.0.7
-    Compiling rend v0.3.6
-    Compiling cc v1.0.73
-    Compiling target-lexicon v0.12.4
-    Compiling rustversion v1.0.9
-    Compiling rkyv v0.7.39
-    Compiling log v0.4.14
-    Compiling smallvec v1.9.0
-    Compiling thiserror v1.0.35
-    Compiling adler v1.0.2
-    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.11
-    Compiling leb128 v0.2.5
-    Compiling bitflags v1.3.2
-    Compiling crc32fast v1.3.2
-    Compiling lazy_static v1.4.0
-    Compiling either v1.8.0
-    Compiling pin-project-lite v0.2.9
-    Compiling cranelift-codegen-shared v0.82.3
-    Compiling rayon-core v1.9.3
-    Compiling serde_json v1.0.85
-    Compiling fastrand v1.8.0
-    Compiling unicode-width v0.1.10
-    Compiling cranelift-codegen-meta v0.82.3
-    Compiling remove_dir_all v0.5.3
-    Compiling libloading v0.7.3
-    Compiling strsim v0.8.0
-    Compiling vec_map v0.8.2
-    Compiling unicode-segmentation v1.10.0
-    Compiling wasm-encoder v0.16.0
-    Compiling textwrap v0.11.0
-    Compiling rustc-hash v1.1.0
-    Compiling miniz_oxide v0.5.4
-    Compiling tracing-core v0.1.29
-    Compiling itoa v1.0.3
-    Compiling ryu v1.0.11
-    Compiling ansi_term v0.12.1
-    Compiling cbindgen v0.19.0
-    Compiling cranelift-entity v0.82.3
-    Compiling byteorder v1.4.2
-    Compiling regalloc v0.0.34
-    Compiling wasmer-compiler-cranelift v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/compiler-cranelift)
-    Compiling ahash v0.7.6
-    Compiling proc-macro-error-attr v1.0.4
-    Compiling proc-macro-error v1.0.4
-    Compiling paste v1.0.9
-    Compiling indexmap v1.9.1
-    Compiling memoffset v0.6.5
-    Compiling corosensei v0.1.3
-    Compiling crossbeam-epoch v0.9.10
-    Compiling rayon v1.5.3
-    Compiling cranelift-bforest v0.82.3
-    Compiling heck v0.3.3
-    Compiling crossbeam-channel v0.5.6
-    Compiling object v0.29.0
-    Compiling backtrace v0.3.66
-    Compiling wast v46.0.0
-    Compiling crossbeam-deque v0.8.2
-    Compiling getrandom v0.2.7
-    Compiling memmap2 v0.5.7
-    Compiling region v3.0.0
-    Compiling num_cpus v1.13.0
-    Compiling tempfile v3.3.0
-    Compiling which v4.3.0
-    Compiling atty v0.2.14
-    Compiling clap v2.34.0
-    Compiling hashbrown v0.12.3
-    Compiling hashbrown v0.11.2
-    Compiling cranelift-codegen v0.82.3
-    Compiling darling_core v0.13.4
-    Compiling wat v1.0.48
-    Compiling ptr_meta_derive v0.1.4
-    Compiling bytecheck_derive v0.6.9
-    Compiling rkyv_derive v0.7.39
-    Compiling enum-iterator-derive v0.7.0
-    Compiling thiserror-impl v1.0.35
-    Compiling loupe-derive v0.1.3
-    Compiling tracing-attributes v0.1.22
-    Compiling wasmer-derive v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/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.13.4
-    Compiling tracing v0.1.35
-    Compiling darling v0.13.4
-    Compiling enumset_derive v0.6.0
-    Compiling enumset v1.0.11
-    Compiling toml v0.5.9
-    Compiling serde_bytes v0.11.7
-    Compiling bincode v1.3.3
-    Compiling dynasmrt v1.2.3
-    Compiling gimli v0.26.2
-    Compiling loupe v0.1.3
-    Compiling object v0.28.4
-    Compiling addr2line v0.17.0
-    Compiling wasmer-c-api v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/c-api)
- warning: unexpected `cfg` condition value: `emscripten`
-    --> wasmer-2.3.0/lib/c-api/build.rs:57:15
-     |
- 57  |         #[cfg(feature = $feature)]
-     |               ^^^^^^^^^^^^^^^^^^
- ...
- 147 |     map_feature_as_c_define!("emscripten", EMSCRIPTEN_FEATURE_AS_C_DEFINE, pre_header);
-     |     ---------------------------------------------------------------------------------- in this macro invocation
-     |
-     = note: expected values for `feature` are: `compiler`, `cranelift`, `default`, `dylib`, `engine`, `jit`, `llvm`, `middlewares`, `native`, `serde`, `singlepass`, `staticlib`, `typetag`, `universal`, `wasi`, `wasmer-compiler-cranelift`, `wasmer-compiler-llvm`, `wasmer-compiler-singlepass`, `wasmer-emscripten`, `wasmer-engine-dylib`, `wasmer-engine-staticlib`, `wasmer-engine-universal`, `wasmer-middlewares`, `wasmer-wasi`, and `wat`
-     = help: consider adding `emscripten` as a feature in `Cargo.toml`
-     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-     = note: `#[warn(unexpected_cfgs)]` on by default
-     = note: this warning originates in the macro `map_feature_as_c_define` (in Nightly builds, run with -Z macro-backtrace for more info)
- 
-    Compiling wasmer-types v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/types)
- warning: `wasmer-c-api` (build script) generated 1 warning
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/types/src/lib.rs:11:13
-    |
- 11 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::new_without_default))]
-    |             ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `core`, `default`, `enable-rkyv`, `enable-serde`, `experimental-reference-types-extern-ref`, `rkyv`, `serde`, and `std`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-    = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/types/src/lib.rs:13:5
-    |
- 13 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `core`, `default`, `enable-rkyv`, `enable-serde`, `experimental-reference-types-extern-ref`, `rkyv`, `serde`, and `std`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: trait `Atomicity` is never used
-   --> wasmer-2.3.0/lib/types/src/memory_view.rs:39:11
-    |
- 39 | pub trait Atomicity {}
-    |           ^^^^^^^^^
-    |
-    = note: `#[warn(dead_code)]` on by default
- 
-    Compiling wasmer-compiler v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/compiler)
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/compiler/src/lib.rs:12:13
-    |
- 12 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::new_without_default))]
-    |             ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `core`, `default`, `enable-rkyv`, `enable-serde`, `hashbrown`, `rkyv`, `serde`, `serde_bytes`, `std`, `translator`, and `wasmparser`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-    = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/compiler/src/lib.rs:14:5
-    |
- 14 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `core`, `default`, `enable-rkyv`, `enable-serde`, `hashbrown`, `rkyv`, `serde`, `serde_bytes`, `std`, `translator`, and `wasmparser`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- 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.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/artifact)
-    Compiling wasmer-object v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/object)
-    Compiling wasmer-compiler-singlepass v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/compiler-singlepass)
- warning: unexpected `cfg` condition value: `cargo-clippy`
-  --> wasmer-2.3.0/lib/artifact/src/lib.rs:6:5
-   |
- 6 |     feature = "cargo-clippy",
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
-   |
-   = note: no expected values for `feature`
-   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-   = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/artifact/src/lib.rs:10:5
-    |
- 10 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
-    |
-    = note: no expected values for `feature`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-  --> wasmer-2.3.0/lib/object/src/lib.rs:8:13
-   |
- 8 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::new_without_default))]
-   |             ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
-   |
-   = note: no expected values for `feature`
-   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-   = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/object/src/lib.rs:10:5
-    |
- 10 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
-    |
-    = note: no expected values for `feature`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: `wasmer-types` (lib) generated 3 warnings
-    Compiling wasmer-vm v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/vm)
-    Compiling wasmer-engine-universal-artifact v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/universal-artifact)
- warning: unexpected `cfg` condition value: `cargo-clippy`
-  --> wasmer-2.3.0/lib/universal-artifact/src/lib.rs:6:5
-   |
- 6 |     feature = "cargo-clippy",
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^
-   |
-   = note: expected values for `feature` are: `compiler`
-   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-   = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/universal-artifact/src/lib.rs:10:5
-    |
- 10 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `compiler`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: `wasmer-object` (lib) generated 2 warnings
- warning: unexpected `cfg` condition value: `cargo-clippy`
-  --> wasmer-2.3.0/lib/vm/src/lib.rs:7:5
-   |
- 7 |     feature = "cargo-clippy",
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^
-   |
-   = note: expected values for `feature` are: `default`, `enable-rkyv`, and `rkyv`
-   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-   = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/vm/src/lib.rs:11:5
-    |
- 11 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `default`, `enable-rkyv`, and `rkyv`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- 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: `wasmer-artifact` (lib) generated 2 warnings
- 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
-     = note: `#[warn(static_mut_refs)]` on by default
- help: use `&raw mut` instead to create a raw pointer
-     |
- 138 |             register(&raw 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
- help: use `&raw mut` instead to create a raw pointer
-     |
- 141 |             register(&raw 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
- help: use `&raw mut` instead to create a raw pointer
-     |
- 145 |                 register(&raw 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
- help: use `&raw mut` instead to create a raw pointer
-     |
- 151 |                 register(&raw 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- help: use `&raw const` instead to create a raw pointer
-     |
- 198 |                 libc::SIGSEGV => &raw const 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- help: use `&raw const` instead to create a raw pointer
-     |
- 199 |                 libc::SIGBUS => &raw const 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- help: use `&raw const` instead to create a raw pointer
-     |
- 200 |                 libc::SIGFPE => &raw const 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
-     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
- help: use `&raw const` instead to create a raw pointer
-     |
- 201 |                 libc::SIGILL => &raw const PREV_SIGILL,
-     |                                 ~~~~~~~~~~
- 
-    Compiling wasmer-engine v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/engine)
- warning: unexpected `cfg` condition value: `cargo-clippy`
-  --> wasmer-2.3.0/lib/engine/src/lib.rs:6:5
-   |
- 6 |     feature = "cargo-clippy",
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
-   |
-   = note: no expected values for `feature`
-   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-   = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/engine/src/lib.rs:14:5
-    |
- 14 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
-    |
-    = note: no expected values for `feature`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: unused import: `wasmer_artifact::MetadataHeader`
-  --> wasmer-2.3.0/lib/engine/src/artifact.rs:4:9
-   |
- 4 | pub use wasmer_artifact::MetadataHeader;
-   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   |
-   = note: `#[warn(unused_imports)]` on by default
- 
- warning: unused imports: `DeserializeError` and `SerializeError`
-  --> wasmer-2.3.0/lib/engine/src/error.rs:4:27
-   |
- 4 | pub use wasmer_artifact::{DeserializeError, ImportError, SerializeError};
-   |                           ^^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^
- 
- warning: `wasmer-compiler` (lib) generated 3 warnings (run `cargo fix --lib -p wasmer-compiler` to apply 1 suggestion)
-    Compiling wasmer-engine-dylib v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/engine-dylib)
-    Compiling wasmer-engine-universal v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/engine-universal)
-    Compiling wasmer-engine-staticlib v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/engine-staticlib)
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/engine-universal/src/lib.rs:10:5
-    |
- 10 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `compiler`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-    = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/engine-universal/src/lib.rs:14:5
-    |
- 14 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `compiler`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-  --> wasmer-2.3.0/lib/engine-staticlib/src/lib.rs:9:13
-   |
- 9 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::new_without_default))]
-   |             ^^^^^^^^^^^^^^^^^^^^^^^^
-   |
-   = note: expected values for `feature` are: `compiler`
-   = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-   = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/engine-dylib/src/lib.rs:11:13
-    |
- 11 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::new_without_default))]
-    |             ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `compiler`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-    = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/engine-staticlib/src/lib.rs:11:5
-    |
- 11 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `compiler`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/engine-dylib/src/lib.rs:13:5
-    |
- 13 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `compiler`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: `wasmer-engine-universal-artifact` (lib) generated 2 warnings
- warning: unexpected `cfg` condition value: `enable-serde`
-    --> wasmer-2.3.0/lib/compiler-singlepass/src/unwind_winx64.rs:177:12
-     |
- 177 | #[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
-     |            ^^^^^^^^^^^^^^^^^^^^^^^^
-     |
-     = note: expected values for `feature` are: `avx`, `core`, `default`, `gimli`, `hashbrown`, `rayon`, `sse`, `std`, `unwind`, and `wasm`
-     = help: consider adding `enable-serde` as a feature in `Cargo.toml`
-     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-     = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: `wasmer-vm` (lib) generated 11 warnings (run `cargo fix --lib -p wasmer-vm` to apply 1 suggestion)
-    Compiling wasmer v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/api)
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/api/src/lib.rs:13:5
-    |
- 13 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `compiler`, `core`, `cranelift`, `default`, `default-compiler`, `default-cranelift`, `default-dylib`, `default-engine`, `default-llvm`, `default-singlepass`, `default-universal`, `dylib`, `engine`, `experimental-reference-types-extern-ref`, `hashbrown`, `jit`, `js`, `js-default`, `js-serializable-module`, `llvm`, `native`, `singlepass`, `std`, `sys`, `sys-default`, `universal`, `wasm-types-polyfill`, `wasmer-compiler-cranelift`, `wasmer-compiler-llvm`, `wasmer-compiler-singlepass`, `wasmer-engine-dylib`, `wasmer-engine-universal`, `wasmparser`, and `wat`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-    = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/api/src/lib.rs:17:5
-    |
- 17 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `compiler`, `core`, `cranelift`, `default`, `default-compiler`, `default-cranelift`, `default-dylib`, `default-engine`, `default-llvm`, `default-singlepass`, `default-universal`, `dylib`, `engine`, `experimental-reference-types-extern-ref`, `hashbrown`, `jit`, `js`, `js-default`, `js-serializable-module`, `llvm`, `native`, `singlepass`, `std`, `sys`, `sys-default`, `universal`, `wasm-types-polyfill`, `wasmer-compiler-cranelift`, `wasmer-compiler-llvm`, `wasmer-compiler-singlepass`, `wasmer-engine-dylib`, `wasmer-engine-universal`, `wasmparser`, and `wat`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: `wasmer-engine` (lib) generated 4 warnings (run `cargo fix --lib -p wasmer-engine` to apply 2 suggestions)
- warning: `wasmer-engine-universal` (lib) generated 2 warnings
- warning: variable does not need to be mutable
-    --> wasmer-2.3.0/lib/api/src/sys/module.rs:345:19
-     |
- 345 |             .map(|mut module_info| {
-     |                   ----^^^^^^^^^^^
-     |                   |
-     |                   help: remove this `mut`
-     |
-     = note: `#[warn(unused_mut)]` on by default
- 
- warning: unused return value of `Box::<T>::from_raw` that must be used
-   --> wasmer-2.3.0/lib/api/src/sys/externals/function.rs:92:18
-    |
- 92 |         unsafe { Box::from_raw(ptr.cast::<Env>()) };
-    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
-    = note: `#[warn(unused_must_use)]` on by default
- help: use `let _ = ...` to ignore the resulting value
-    |
- 92 |         unsafe { let _ = Box::from_raw(ptr.cast::<Env>()); };
-    |                  +++++++                                 +
- 
- warning: `wasmer-engine-staticlib` (lib) generated 2 warnings
-    Compiling wasmer-middlewares v2.3.0 (/home/opam/.opam/4.13/.opam-switch/build/tezos-rust-libs.1.3/wasmer-2.3.0/lib/middlewares)
- warning: `wasmer-engine-dylib` (lib) generated 2 warnings
- 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` (lib) generated 4 warnings (run `cargo fix --lib -p wasmer` to apply 1 suggestion)
- warning: multiple fields are never read
-   --> wasmer-2.3.0/lib/compiler-singlepass/src/common_decl.rs:40:9
-    |
- 35 | pub struct MachineStateDiff {
-    |            ---------------- fields in this struct
- ...
- 40 |     pub stack_push: Vec<MachineValue>,
-    |         ^^^^^^^^^^
- ...
- 43 |     pub stack_pop: usize,
-    |         ^^^^^^^^^
- ...
- 46 |     pub reg_diff: Vec<(RegisterIndex, MachineValue)>,
-    |         ^^^^^^^^
- ...
- 49 |     pub prev_frame_diff: BTreeMap<usize, Option<MachineValue>>, // None for removal
-    |         ^^^^^^^^^^^^^^^
- ...
- 52 |     pub wasm_stack_push: Vec<WasmAbstractValue>,
-    |         ^^^^^^^^^^^^^^^
- ...
- 55 |     pub wasm_stack_pop: usize,
-    |         ^^^^^^^^^^^^^^
- ...
- 58 |     pub wasm_inst_offset: usize, // absolute value; not a diff.
-    |         ^^^^^^^^^^^^^^^^
-    |
-    = note: `MachineStateDiff` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
-    = note: `#[warn(dead_code)]` on by default
- 
- warning: fields `initial`, `locals`, `shadow_size`, `wasm_function_header_target_offset`, and `loop_offsets` are never read
-    --> wasmer-2.3.0/lib/compiler-singlepass/src/common_decl.rs:88:9
-     |
- 86  | pub struct FunctionStateMap {
-     |            ---------------- fields in this struct
- 87  |     /// Initial.
- 88  |     pub initial: MachineState,
-     |         ^^^^^^^
- ...
- 92  |     pub locals: Vec<WasmAbstractValue>,
-     |         ^^^^^^
- 93  |     /// Shadow size.
- 94  |     pub shadow_size: usize, // for single-pass backend, 32 bytes on x86-64
-     |         ^^^^^^^^^^^
- ...
- 98  |     pub wasm_function_header_target_offset: Option<SuspendOffset>,
-     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ...
- 102 |     pub loop_offsets: BTreeMap<usize, OffsetInfo>, /* suspend_offset -> info */
-     |         ^^^^^^^^^^^^
-     |
-     = note: `FunctionStateMap` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
- 
- warning: field `0` is never read
-    --> wasmer-2.3.0/lib/compiler-singlepass/src/common_decl.rs:123:10
-     |
- 123 |     Call(usize),
-     |     ---- ^^^^^
-     |     |
-     |     field in this variant
-     |
-     = note: `SuspendOffset` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
- help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
-     |
- 123 |     Call(()),
-     |          ~~
- 
- warning: field `0` is never read
-    --> wasmer-2.3.0/lib/compiler-singlepass/src/common_decl.rs:125:15
-     |
- 125 |     Trappable(usize),
-     |     --------- ^^^^^
-     |     |
-     |     field in this variant
-     |
-     = note: `SuspendOffset` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
- help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
-     |
- 125 |     Trappable(()),
-     |               ~~
- 
- warning: fields `end_offset`, `diff_id`, and `activate_offset` are never read
-    --> wasmer-2.3.0/lib/compiler-singlepass/src/common_decl.rs:132:9
-     |
- 130 | pub struct OffsetInfo {
-     |            ---------- fields in this struct
- 131 |     /// Exclusive range-end offset.
- 132 |     pub end_offset: usize,
-     |         ^^^^^^^^^^
- 133 |     /// Index pointing to the `MachineStateDiff` entry.
- 134 |     pub diff_id: usize,
-     |         ^^^^^^^
- 135 |     /// Offset at which execution can be continued.
- 136 |     pub activate_offset: usize,
-     |         ^^^^^^^^^^^^^^^
-     |
-     = note: `OffsetInfo` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
- 
- warning: multiple methods are never used
-    --> wasmer-2.3.0/lib/compiler-singlepass/src/emitter_arm64.rs:89:8
-     |
- 86  | pub trait EmitterARM64 {
-     |           ------------ methods in this trait
- ...
- 89  |     fn get_jmp_instr_size(&self) -> u8;
-     |        ^^^^^^^^^^^^^^^^^^
- ...
- 97  |     fn emit_strdb(&mut self, sz: Size, reg: Location, addr: GPR, offset: u32);
-     |        ^^^^^^^^^^
- 98  |     fn emit_stria(&mut self, sz: Size, reg: Location, addr: GPR, offset: u32);
- 99  |     fn emit_ldria(&mut self, sz: Size, reg: Location, addr: GPR, offset: u32);
-     |        ^^^^^^^^^^
- ...
- 114 |     fn emit_movz(&mut self, reg: Location, val: u32);
-     |        ^^^^^^^^^
- 115 |     fn emit_movk(&mut self, reg: Location, val: u32, shift: u32);
-     |        ^^^^^^^^^
- ...
- 150 |     fn emit_uxtb(&mut self, sz: Size, src: Location, dst: Location);
-     |        ^^^^^^^^^
- 151 |     fn emit_uxth(&mut self, sz: Size, src: Location, dst: Location);
-     |        ^^^^^^^^^
- ...
- 154 |     fn emit_csetm(&mut self, sz: Size, dst: Location, cond: Condition);
-     |        ^^^^^^^^^^
- 155 |     fn emit_cinc(&mut self, sz: Size, src: Location, dst: Location, cond: Condition);
-     |        ^^^^^^^^^
- ...
- 165 |     fn emit_tbnz_label(&mut self, sz: Size, reg: Location, n: u32, label: Label);
-     |        ^^^^^^^^^^^^^^^
- 
- warning: multiple methods are never used
-    --> wasmer-2.3.0/lib/compiler-singlepass/src/emitter_x64.rs:71:8
-     |
- 63  | pub trait EmitterX64 {
-     |           ---------- methods in this trait
- ...
- 71  |     fn emit_u64(&mut self, x: u64);
-     |        ^^^^^^^^
- ...
- 76  |     fn emit_nop(&mut self);
-     |        ^^^^^^^^
- ...
- 122 |     fn emit_cmovae_gpr_32(&mut self, src: GPR, dst: GPR);
-     |        ^^^^^^^^^^^^^^^^^^
- ...
- 164 |     fn emit_vcmpordss(&mut self, src1: XMM, src2: XMMOrMemory, dst: XMM);
-     |        ^^^^^^^^^^^^^^
- 165 |     fn emit_vcmpordsd(&mut self, src1: XMM, src2: XMMOrMemory, dst: XMM);
-     |        ^^^^^^^^^^^^^^
- ...
- 200 |     fn emit_ud2(&mut self);
-     |        ^^^^^^^^
- ...
- 301 |     fn arch_emit_entry_trampoline(&mut self) {}
-     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
- ...
- 305 |     fn arch_mov64_imm_offset(&self) -> usize {
-     |        ^^^^^^^^^^^^^^^^^^^^^
- 
- warning: methods `is_callee_save` and `is_reserved` are never used
-   --> wasmer-2.3.0/lib/compiler-singlepass/src/location.rs:42:8
-    |
- 41 | pub trait Reg: Copy + Clone + Eq + PartialEq + Debug + Hash + Ord {
-    |           --- methods in this trait
- 42 |     fn is_callee_save(self) -> bool;
-    |        ^^^^^^^^^^^^^^
- 43 |     fn is_reserved(self) -> bool;
-    |        ^^^^^^^^^^^
- 
- warning: trait `Descriptor` is never used
-   --> wasmer-2.3.0/lib/compiler-singlepass/src/location.rs:50:11
-    |
- 50 | pub trait Descriptor<R: Reg, S: Reg> {
-    |           ^^^^^^^^^^
- 
- warning: associated items `to_index`, `from_gpr`, and `from_simd` are never used
-   --> wasmer-2.3.0/lib/compiler-singlepass/src/location.rs:70:8
-    |
- 68 | pub trait CombinedRegister: Copy + Clone + Eq + PartialEq + Debug {
-    |           ---------------- associated items in this trait
- 69 |     /// Returns the index of the register.
- 70 |     fn to_index(&self) -> RegisterIndex;
-    |        ^^^^^^^^
- ...
- 74 |     fn from_gpr(x: u16) -> Self;
-    |        ^^^^^^^^
- 75 |     /// Convert from an SIMD register
- 76 |     fn from_simd(x: u16) -> Self;
-    |        ^^^^^^^^^
- 
- warning: methods `imm_value` and `is_imm` are never used
-   --> wasmer-2.3.0/lib/compiler-singlepass/src/machine.rs:36:8
-    |
- 35 | pub trait MaybeImmediate {
-    |           -------------- methods in this trait
- 36 |     fn imm_value(&self) -> Option<Value>;
-    |        ^^^^^^^^^
- 37 |     fn is_imm(&self) -> bool {
-    |        ^^^^^^
- 
- warning: multiple methods are never used
-    --> wasmer-2.3.0/lib/compiler-singlepass/src/machine.rs:114:8
-     |
- 54  | pub trait Machine {
-     |           ------- methods in this trait
- ...
- 114 |     fn mark_address_with_trap_code(&mut self, code: TrapCode);
-     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ...
- 268 |     fn emit_call_label(&mut self, label: Label);
-     |        ^^^^^^^^^^^^^^^
- ...
- 284 |     fn emit_debug_breakpoint(&mut self);
-     |        ^^^^^^^^^^^^^^^^^^^^^
- ...
- 288 |     fn location_address(
-     |        ^^^^^^^^^^^^^^^^
- ...
- 296 |     fn location_and(
-     |        ^^^^^^^^^^^^
- ...
- 329 |     fn location_sub(
-     |        ^^^^^^^^^^^^
- ...
- 354 |     fn location_test(
-     |        ^^^^^^^^^^^^^
- ...
- 371 |     fn jmp_on_above(&mut self, label: Label);
-     |        ^^^^^^^^^^^^
- ...
- 380 |     fn jmp_on_overflow(&mut self, label: Label);
-     |        ^^^^^^^^^^^^^^^
- 
-    Compiling cranelift-frontend v0.82.3
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/compiler-cranelift/src/lib.rs:10:5
-    |
- 10 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `core`, `default`, `gimli`, `hashbrown`, `rayon`, `std`, `unwind`, and `wasm`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
-    = note: `#[warn(unexpected_cfgs)]` on by default
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-   --> wasmer-2.3.0/lib/compiler-cranelift/src/lib.rs:14:5
-    |
- 14 |     feature = "cargo-clippy",
-    |     ^^^^^^^^^^^^^^^^^^^^^^^^
-    |
-    = note: expected values for `feature` are: `core`, `default`, `gimli`, `hashbrown`, `rayon`, `std`, `unwind`, and `wasm`
-    = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: unused import: `cranelift_codegen::print_errors::pretty_error`
-  --> wasmer-2.3.0/lib/compiler-cranelift/src/trampoline/mod.rs:9:9
-   |
- 9 | pub use cranelift_codegen::print_errors::pretty_error;
-   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   |
-   = note: `#[warn(unused_imports)]` on by default
- 
- warning: unused import: `cranelift_codegen::Context`
-   --> wasmer-2.3.0/lib/compiler-cranelift/src/trampoline/mod.rs:10:9
-    |
- 10 | pub use cranelift_codegen::Context;
-    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
- 
- warning: unused import: `FunctionBuilder`
-   --> wasmer-2.3.0/lib/compiler-cranelift/src/trampoline/mod.rs:11:30
-    |
- 11 | pub use cranelift_frontend::{FunctionBuilder, FunctionBuilderContext};
-    |                              ^^^^^^^^^^^^^^^
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-    --> wasmer-2.3.0/lib/compiler-cranelift/src/translator/code_translator.rs:104:5
-     |
- 104 |     feature = "cargo-clippy",
-     |     ^^^^^^^^^^^^^^^^^^^^^^^^
-     |
-     = note: expected values for `feature` are: `core`, `default`, `gimli`, `hashbrown`, `rayon`, `std`, `unwind`, and `wasm`
-     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-     --> wasmer-2.3.0/lib/compiler-cranelift/src/translator/code_translator.rs:2127:12
-      |
- 2127 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::unneeded_field_pattern))]
-      |            ^^^^^^^^^^^^^^^^^^^^^^^^
-      |
-      = note: expected values for `feature` are: `core`, `default`, `gimli`, `hashbrown`, `rayon`, `std`, `unwind`, and `wasm`
-      = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: unexpected `cfg` condition value: `cargo-clippy`
-    --> wasmer-2.3.0/lib/compiler-cranelift/src/translator/func_environ.rs:170:16
-     |
- 170 |     #[cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))]
-     |                ^^^^^^^^^^^^^^^^^^^^^^^^
-     |
-     = note: expected values for `feature` are: `core`, `default`, `gimli`, `hashbrown`, `rayon`, `std`, `unwind`, and `wasm`
-     = help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
-     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
- 
- warning: unused import: `ReturnMode`
-   --> wasmer-2.3.0/lib/compiler-cranelift/src/translator/mod.rs:10:63
-    |
- 10 | pub use self::func_environ::{FuncEnvironment, GlobalVariable, ReturnMode, TargetEnvironment};
-    |                                                               ^^^^^^^^^^
- 
- warning: unused import: `self::func_state::FuncTranslationState`
-   --> wasmer-2.3.0/lib/compiler-cranelift/src/translator/mod.rs:11:9
-    |
- 11 | pub use self::func_state::FuncTranslationState;
-    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 
- warning: unused import: `get_vmctx_value_label`
-   --> wasmer-2.3.0/lib/compiler-cranelift/src/translator/mod.rs:14:5
-    |
- 14 |     get_vmctx_value_label, irlibcall_to_libcall, irreloc_to_relocationkind,
-    |     ^^^^^^^^^^^^^^^^^^^^^
- 
- warning: method `pointer_bytes` is never used
-   --> wasmer-2.3.0/lib/compiler-cranelift/src/translator/func_environ.rs:67:8
-    |
- 55 | pub trait TargetEnvironment {
-    |           ----------------- method in this trait
- ...
- 67 |     fn pointer_bytes(&self) -> u8 {
-    |        ^^^^^^^^^^^^^
-    |
-    = note: `#[warn(dead_code)]` on by default
- 
- warning: method `get_local_types` is never used
-    --> wasmer-2.3.0/lib/compiler-cranelift/src/translator/func_environ.rs:501:8
-     |
- 84  | pub trait FuncEnvironment: TargetEnvironment {
-     |           --------------- method in this trait
- ...
- 501 |     fn get_local_types(&self) -> &[WasmerType];
-     |        ^^^^^^^^^^^^^^^
- 
- warning: `wasmer-compiler-cranelift` (lib) generated 13 warnings (run `cargo fix --lib -p wasmer-compiler-cranelift` to apply 6 suggestions)
- warning: `wasmer-compiler-singlepass` (lib) generated 14 warnings (run `cargo fix --lib -p wasmer-compiler-singlepass` to apply 1 suggestion)
- warning: this method call resolves to `<&Box<[T]> as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<Box<[T]> as IntoIterator>::into_iter` in Rust 2024
-    --> wasmer-2.3.0/lib/c-api/src/wasm_c_api/externals/function.rs:211:35
-     |
- 211 |                 .zip(wasm_results.into_iter())
-     |                                   ^^^^^^^^^
-     |
-     = warning: this changes meaning in Rust 2024
-     = note: `#[warn(boxed_slice_into_iter)]` on by default
- help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
-     |
- 211 |                 .zip(wasm_results.iter())
-     |                                   ~~~~
- help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
-     |
- 211 |                 .zip(IntoIterator::into_iter(wasm_results))
-     |                      ++++++++++++++++++++++++            ~
- 
- warning: `wasmer-c-api` (lib) generated 1 warning (run `cargo fix --lib -p wasmer-c-api` to apply 1 suggestion)
-     Finished `release` profile [optimized] target(s) in 2m 28s
-> compiled  tezos-rust-libs.1.3
-> installed tezos-rust-libs.1.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-02 10:40.12 ---> saved as "4e5e465649be52e23ec42be0be3589657026498c472f270deb54b761810b544d"
Job succeeded