Building on bremusa.ocamllabs.io
(from ocaml/opam:debian-12)
2025-10-22 11:21.24 ---> using "3551d9ed2d69f19aec1e4e931b1f046c3436a7d1cffba906f040bcef59cc3f6d" 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-10-22 11:21.24 ---> using "ee98a3b74cf685b158a24abe5d8f69cc8831775c32f916dac90643d1e3693e5c" 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 5bf570252bd9fee71938b828ca0b86573c1e3355"))
2025-10-22 11:21.24 ---> using "434b1b669376d3b88174e87d32f1bdcd7c0791cd426e88f697a526998f081125" 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.
2025-10-22 11:21.24 ---> using "b8b19d77cfcfbeb85030778b327c4efa12ef84543ed5f1b93d7194796b4e5913" 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"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2 (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> 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-10-22 11:21.24 ---> using "a14c2f02fe6b4ac859fca63c9a84e69bb33ac96f1d7cc0095a332352bc3c7c39" from cache
/: (run (network host)
(shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [283 kB]
- Fetched 386 kB in 0s (1148 kB/s)
- Reading package lists...
-
2025-10-22 11:21.24 ---> using "bb17d5e6a461594c2a1ef6e20bf5e3dac2b30927c075dde303ea7384b6a46357" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam remove -y libwasmer.3.0.0~beta\
\nopam install -vy libwasmer.3.0.0~beta\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: libwasmer.3.0.0~beta | grep -q 'debian-12'; 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"))
Nothing to do.
[NOTE] libwasmer.3.0.0~beta is not installed.
The following actions will be performed:
=== install 2 packages
- install conf-rust-2021 1 [required by libwasmer]
- install libwasmer 3.0.0~beta
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"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18784 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.7-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.7-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-2_amd64.deb ...
- Unpacking binfmt-support (2.2.2-2) ...
- Selecting previously unselected package libpython3.11-minimal:amd64.
- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...
- 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 ... 19113 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- 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 ... 19523 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package libhttp-parser2.9:amd64.
- Preparing to unpack .../01-libhttp-parser2.9_2.9.4-5_amd64.deb ...
- Unpacking libhttp-parser2.9:amd64 (2.9.4-5) ...
- Selecting previously unselected package libmbedcrypto7:amd64.
- Preparing to unpack .../02-libmbedcrypto7_2.28.3-1_amd64.deb ...
- Unpacking libmbedcrypto7:amd64 (2.28.3-1) ...
- Selecting previously unselected package libmbedx509-1:amd64.
- Preparing to unpack .../03-libmbedx509-1_2.28.3-1_amd64.deb ...
- Unpacking libmbedx509-1:amd64 (2.28.3-1) ...
- Selecting previously unselected package libmbedtls14:amd64.
- Preparing to unpack .../04-libmbedtls14_2.28.3-1_amd64.deb ...
- Unpacking libmbedtls14:amd64 (2.28.3-1) ...
- Selecting previously unselected package libgit2-1.5:amd64.
- Preparing to unpack .../05-libgit2-1.5_1.5.1+ds-1+deb12u1_amd64.deb ...
- Unpacking libgit2-1.5:amd64 (1.5.1+ds-1+deb12u1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../06-libicu72_72.1-3+deb12u1_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3+deb12u1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../07-libxml2_2.9.14+dfsg-1.3~deb12u4_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u4) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../08-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../09-libllvm14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libstd-rust-1.63:amd64.
- Preparing to unpack .../10-libstd-rust-1.63_1.63.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-1.63:amd64 (1.63.0+dfsg1-2) ...
- Selecting previously unselected package libstd-rust-dev:amd64.
- Preparing to unpack .../11-libstd-rust-dev_1.63.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-dev:amd64 (1.63.0+dfsg1-2) ...
- Selecting previously unselected package rustc.
- Preparing to unpack .../12-rustc_1.63.0+dfsg1-2_amd64.deb ...
- Unpacking rustc (1.63.0+dfsg1-2) ...
- Selecting previously unselected package cargo.
- Preparing to unpack .../13-cargo_0.66.0+ds1-1_amd64.deb ...
- Unpacking cargo (0.66.0+ds1-1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../14-icu-devtools_72.1-3+deb12u1_amd64.deb ...
- Unpacking icu-devtools (72.1-3+deb12u1) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../15-libclang-cpp14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-12) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../16-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../17-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
- Selecting previously unselected package nss-plugin-pem:amd64.
- Preparing to unpack .../18-nss-plugin-pem_1.0.8+1-1_amd64.deb ...
- Unpacking nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Selecting previously unselected package libcurl3-nss:amd64.
- Preparing to unpack .../19-libcurl3-nss_7.88.1-10+deb12u14_amd64.deb ...
- Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u14) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../20-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../21-libicu-dev_72.1-3+deb12u1_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3+deb12u1) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../22-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../23-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../24-libpfm4_4.13.0-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0-1) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../25-libtinfo-dev_6.4-4_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../26-libxml2-dev_2.9.14+dfsg-1.3~deb12u4_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u4) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../27-libyaml-0-2_0.2.5-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../28-libz3-dev_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../29-llvm-14-runtime_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-runtime (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-linker-tools.
- Preparing to unpack .../30-llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-linker-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14.
- Preparing to unpack .../31-llvm-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14 (1:14.0.6-12) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../32-python3-pkg-resources_66.1.1-1+deb12u2_all.deb ...
- Unpacking python3-pkg-resources (66.1.1-1+deb12u2) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../33-python3-pygments_2.14.0+dfsg-1_all.deb ...
- Unpacking python3-pygments (2.14.0+dfsg-1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../34-python3-yaml_6.0-3+b2_amd64.deb ...
- Unpacking python3-yaml (6.0-3+b2) ...
- Selecting previously unselected package llvm-14-tools.
- Preparing to unpack .../35-llvm-14-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-dev.
- Preparing to unpack .../36-llvm-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-dev (1:14.0.6-12) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:amd64 (1.5.7-1) ...
- Setting up libicu72:amd64 (72.1-3+deb12u1) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpfm4:amd64 (4.13.0-1) ...
- Setting up libmbedcrypto7:amd64 (2.28.3-1) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up binfmt-support (2.2.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up icu-devtools (72.1-3+deb12u1) ...
- Setting up libicu-dev:amd64 (72.1-3+deb12u1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u4) ...
- Setting up libhttp-parser2.9:amd64 (2.9.4-5) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up libz3-dev:amd64 (4.8.12-3.1) ...
- Setting up python3.11 (3.11.2-6+deb12u6) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up libmbedx509-1:amd64 (2.28.3-1) ...
- Setting up libmbedtls14:amd64 (2.28.3-1) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u4) ...
- Setting up libllvm14:amd64 (1:14.0.6-12) ...
- Setting up llvm-14-linker-tools (1:14.0.6-12) ...
- Setting up libgit2-1.5:amd64 (1.5.1+ds-1+deb12u1) ...
- Setting up python3-pkg-resources (66.1.1-1+deb12u2) ...
- Setting up libtinfo-dev:amd64 (6.4-4) ...
- Setting up libstd-rust-1.63:amd64 (1.63.0+dfsg1-2) ...
- Setting up nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Setting up python3-yaml (6.0-3+b2) ...
- Setting up libstd-rust-dev:amd64 (1.63.0+dfsg1-2) ...
- Setting up python3-pygments (2.14.0+dfsg-1) ...
- Setting up llvm-14-runtime (1:14.0.6-12) ...
- Setting up libclang-cpp14 (1:14.0.6-12) ...
- Setting up rustc (1.63.0+dfsg1-2) ...
- Setting up libcurl3-nss:amd64 (7.88.1-10+deb12u14) ...
- Setting up llvm-14 (1:14.0.6-12) ...
- Setting up llvm-14-tools (1:14.0.6-12) ...
- Setting up cargo (0.66.0+ds1-1) ...
- Setting up llvm-14-dev (1:14.0.6-12) ...
- Processing triggers for libc-bin (2.36-9+deb12u13) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-rust-2021.1 (cached)
Processing 2/6: [libwasmer.3.0.0~beta: http]
Processing 3/6: [libwasmer.3.0.0~beta: http] [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.65.0
Processing 3/6: [libwasmer.3.0.0~beta: http] [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: [libwasmer.3.0.0~beta: http]
-> installed conf-rust-2021.1
Processing 4/6: [libwasmer.3.0.0~beta: http]
Processing 4/6: [libwasmer.3.0.0~beta: extract]
Processing 4/6: [libwasmer.3.0.0~beta/config.toml: dl]
Processing 4/6: [libwasmer.3.0.0~beta/libwasmer.install: dl]
Processing 4/6: [libwasmer.3.0.0~beta/vendor.tar.gz: dl]
-> retrieved libwasmer.3.0.0~beta (https://github.com/wasmerio/wasmer/archive/refs/tags/3.0.0-beta.tar.gz)
Processing 5/6: [libwasmer: mkdir .cargo]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "mkdir" ".cargo" (CWD=/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta)
Processing 5/6: [libwasmer: mv config.toml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "mv" "config.toml" ".cargo" (CWD=/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta)
Processing 5/6: [libwasmer: sh gunzip vendor.tar.gz && tar xf vendor.tar]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "gunzip vendor.tar.gz && tar xf vendor.tar" (CWD=/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta)
Processing 5/6: [libwasmer: make build-capi]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "build-capi" (CWD=/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta)
- -----------
- INFORMATION
- -----------
-
- bash: line 1: rustup: command not found
- Host Target: ``.
- Enabled Compilers: cranelift, singlepass.
- Testing the following compilers & engines:
- * API: cranelift-universal singlepass-universal,
- * C-API: cranelift-universal.
- Cargo features:
- * Compilers: `--features cranelift,singlepass,wasmer-artifact-create,static-artifact-create,wasmer-artifact-load,static-artifact-load`.
- Rust version: rustc 1.63.0.
- bash: line 1: node: command not found
- NodeJS version: .
-
-
- --------------
- RULE EXECUTION
- --------------
-
-
- RUSTFLAGS="" cargo build --manifest-path lib/c-api/Cargo.toml --release \
- --no-default-features --features wat,compiler,wasi,middlewares --features cranelift,singlepass,wasmer-artifact-create,static-artifact-create,wasmer-artifact-load,static-artifact-load
- Compiling proc-macro2 v1.0.43
- Compiling unicode-ident v1.0.3
- Compiling quote v1.0.21
- Compiling syn v1.0.99
- Compiling version_check v0.9.4
- Compiling libc v0.2.127
- Compiling autocfg v1.1.0
- Compiling cfg-if v1.0.0
- Compiling once_cell v1.13.0
- Compiling bitflags v1.2.1
- Compiling fnv v1.0.7
- Compiling ident_case v1.0.1
- Compiling memchr v2.5.0
- Compiling bytecheck v0.6.9
- Compiling target-lexicon v0.12.4
- Compiling rend v0.3.6
- Compiling stable_deref_trait v1.2.0
- Compiling fallible-iterator v0.2.0
- Compiling rkyv v0.7.39
- Compiling scopeguard v1.1.0
- Compiling seahash v4.1.0
- Compiling log v0.4.17
- Compiling cc v1.0.73
- Compiling more-asserts v0.2.2
- Compiling crc32fast v1.3.2
- Compiling adler v1.0.2
- Compiling leb128 v0.2.5
- Compiling crossbeam-utils v0.8.11
- Compiling byteorder v1.4.3
- Compiling smallvec v1.9.0
- Compiling rustc-demangle v0.1.21
- Compiling serde_derive v1.0.142
- Compiling cranelift-isle v0.86.1
- Compiling lazy_static v1.4.0
- Compiling proc-macro-hack v0.5.19
- Compiling serde v1.0.142
- Compiling pin-project-lite v0.2.9
- Compiling wasmparser v0.83.0
- Compiling cranelift-codegen-shared v0.86.1
- Compiling rayon-core v1.9.3
- Compiling hashbrown v0.12.3
- Compiling os_str_bytes v6.2.0
- Compiling serde_json v1.0.83
- Compiling const_fn v0.4.9
- Compiling unicode-width v0.1.9
- Compiling strsim v0.10.0
- Compiling cbindgen v0.24.3
- Compiling cranelift-entity v0.86.1
- Compiling itoa v1.0.3
- Compiling fastrand v1.8.0
- Compiling remove_dir_all v0.5.3
- Compiling ryu v1.0.11
- Compiling slice-group-by v0.3.0
- Compiling termcolor v1.1.3
- Compiling textwrap v0.15.0
- Compiling either v1.7.0
- Compiling heck v0.4.0
- Compiling bytes v1.2.1
- Compiling wasmer-compiler-cranelift v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/compiler-cranelift)
- Compiling cfg-if v0.1.10
- Compiling paste v1.0.8
- Compiling generational-arena v0.2.8
- Compiling cranelift-codegen-meta v0.86.1
- Compiling miniz_oxide v0.5.3
- Compiling wasm-encoder v0.15.0
- Compiling tracing-core v0.1.29
- Compiling clap_lex v0.2.4
- Compiling ahash v0.7.6
- Compiling proc-macro-error-attr v1.0.4
- Compiling proc-macro-error v1.0.4
- Compiling standback v0.2.17
- Compiling time v0.2.27
- 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.86.1
- Compiling fxhash v0.2.1
- Compiling regalloc2 v0.3.2
- Compiling crossbeam-channel v0.5.6
- Compiling object v0.29.0
- Compiling wast v45.0.0
- Compiling crossbeam-deque v0.8.2
- Compiling backtrace v0.3.66
- Compiling getrandom v0.2.7
- Compiling region v3.0.0
- Compiling memmap2 v0.5.5
- Compiling num_cpus v1.13.1
- Compiling atty v0.2.14
- Compiling tempfile v3.3.0
- Compiling clap v3.2.16
- Compiling hashbrown v0.11.2
- Compiling cranelift-codegen v0.86.1
- Compiling gimli v0.26.2
- Compiling object v0.28.4
- Compiling darling_core v0.13.4
- Compiling wat v1.0.47
- Compiling thiserror-impl v1.0.32
- 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 tracing-attributes v0.1.22
- Compiling time-macros-impl v0.1.2
- Compiling wasmer-derive v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/derive)
- Compiling dynasm v1.2.3
- Compiling derivative v2.2.0
- Compiling addr2line v0.17.0
- Compiling ptr_meta v0.1.4
- Compiling enum-iterator v0.7.0
- Compiling time-macros v0.1.1
- Compiling darling_macro v0.13.4
- Compiling thiserror v1.0.32
- Compiling tracing v0.1.36
- Compiling wasmer-vfs v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/vfs)
- Compiling wasmer-vnet v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/vnet)
- Compiling wasmer-vbus v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/vbus)
- Compiling darling v0.13.4
- Compiling enumset_derive v0.6.0
- Compiling enumset v1.0.11
- Compiling toml v0.5.9
- Compiling wasmer-types v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/types)
- Compiling dynasmrt v1.2.3
- Compiling wasmer-object v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/object)
- Compiling wasmer-vm v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/vm)
- Compiling wasmer-wasi-types v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/wasi-types)
- Compiling cranelift-frontend v0.86.1
- Compiling wasmer-compiler v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/compiler)
- Compiling wasmer v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/api)
- Compiling wasmer-compiler-singlepass v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/compiler-singlepass)
- Compiling wasmer-c-api v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/c-api)
- Compiling wasmer-middlewares v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/middlewares)
- Compiling wasmer-wasi v3.0.0-beta (/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta/lib/wasi)
- Finished release [optimized] target(s) in 1m 14s
Processing 5/6: [libwasmer: make package-capi]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "package-capi" (CWD=/home/opam/.opam/4.13/.opam-switch/build/libwasmer.3.0.0~beta)
- -----------
- INFORMATION
- -----------
-
- bash: line 1: rustup: command not found
- Host Target: ``.
- Enabled Compilers: cranelift, singlepass.
- Testing the following compilers & engines:
- * API: cranelift-universal singlepass-universal,
- * C-API: cranelift-universal.
- Cargo features:
- * Compilers: `--features cranelift,singlepass,wasmer-artifact-create,static-artifact-create,wasmer-artifact-load,static-artifact-load`.
- Rust version: rustc 1.63.0.
- bash: line 1: node: command not found
- NodeJS version: .
-
-
- --------------
- RULE EXECUTION
- --------------
-
-
- mkdir -p "package/include"
- mkdir -p "package/lib"
- cp lib/c-api/wasmer.h* package/include
- cp lib/c-api/wasmer_wasm.h* package/include
- cp lib/c-api/wasm.h* package/include
- cp lib/c-api/README.md package/include/README.md
- if [ -f target/release/wasmer.dll ]; then \
- cp target/release/wasmer.dll package/lib/wasmer.dll ;\
- fi
- if [ -f target/release/wasmer.lib ]; then \
- cp target/release/wasmer.lib package/lib/wasmer.lib ;\
- fi
- if [ -f target/release/libwasmer.dylib ]; then \
- cp target/release/libwasmer.dylib package/lib/libwasmer.dylib ;\
- fi
- if [ -f target/release/libwasmer.so ]; then \
- cp target/release/libwasmer.so package/lib/libwasmer.so ;\
- fi
- if [ -f target/release/libwasmer.a ]; then \
- cp target/release/libwasmer.a package/lib/libwasmer.a ;\
- fi
-> compiled libwasmer.3.0.0~beta
-> installed libwasmer.3.0.0~beta
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-22 11:23.09 ---> saved as "6bc1bd91511d67aa27848c023077f62efca016033e84231e861087e91575362d"
Job succeeded