diff --git a/dev/crate-validation/results/5415e7c038ec79aaa1600cbba029a0ae24952402.json b/dev/crate-validation/results/5415e7c038ec79aaa1600cbba029a0ae24952402.json new file mode 100644 index 00000000..b52ba971 --- /dev/null +++ b/dev/crate-validation/results/5415e7c038ec79aaa1600cbba029a0ae24952402.json @@ -0,0 +1 @@ +[{"name":"Inflector","settings":{},"status":"Success","custom_profile":false,"version":"0.11.4"},{"name":"actix-codec","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.5.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded actix-codec v0.5.2\nmethod_name: Compiling once_cell v1.19.0\nmethod_name: Compiling log v0.4.21\nmethod_name: Compiling futures-core v0.3.30\nmethod_name: Compiling futures-sink v0.3.30\nmethod_name: Compiling bytes v1.6.0\nmethod_name: Compiling memchr v2.7.2\nmethod_name: Compiling bitflags v2.5.0\nmethod_name: Compiling tokio v1.37.0\nmethod_name: Compiling tracing-core v0.1.32\nmethod_name: Compiling tracing v0.1.40\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling tokio-util v0.7.10\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling actix-codec v0.5.2\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `tracing` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"actix-http","settings":{},"status":"BuildFail","custom_profile":false,"version":"3.6.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded local-waker v0.1.4\nmethod_name: Downloaded actix-rt v2.9.0\nmethod_name: Downloaded bytestring v1.3.1\nmethod_name: Downloaded actix-utils v3.0.1\nmethod_name: Downloaded actix-service v2.0.2\nmethod_name: Downloaded language-tags v0.3.2\nmethod_name: Downloaded actix-http v3.6.0\nmethod_name: Compiling autocfg v1.2.0\nmethod_name: Compiling parking_lot_core v0.9.9\nmethod_name: Compiling smallvec v1.13.2\nmethod_name: Compiling scopeguard v1.2.0\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling syn v1.0.109\nmethod_name: Compiling httparse v1.8.0\nmethod_name: Compiling local-waker v0.1.4\nmethod_name: Compiling ahash v0.8.11\nmethod_name: Compiling itoa v1.0.11\nmethod_name: Compiling zerocopy v0.7.32\nmethod_name: Compiling fnv v1.0.7\nmethod_name: Compiling convert_case v0.4.0\nmethod_name: Compiling encoding_rs v0.8.34\nmethod_name: Compiling bytestring v1.3.1\nmethod_name: Compiling httpdate v1.0.3\nmethod_name: Compiling percent-encoding v2.3.1\nmethod_name: Compiling language-tags v0.3.2\nmethod_name: Compiling mime v0.3.17\nmethod_name: Compiling actix-service v2.0.2\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: Compiling actix-utils v3.0.1\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\n"},{"name":"actix-macros","settings":{},"status":"Success","custom_profile":false,"version":"0.2.4"},{"name":"actix-router","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.5.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded actix-router v0.5.2\nmethod_name: Compiling serde v1.0.198\nmethod_name: Compiling tracing v0.1.40\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling actix-router v0.5.2\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"actix-rt","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.9.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling futures-core v0.3.30\nmethod_name: Compiling lock_api v0.4.11\nmethod_name: Compiling parking_lot_core v0.9.9\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:710:44\nmethod_name: |\nmethod_name: 710 | pub(crate) fn selector(&self) -> &sys::Selector {\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Waker` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/waker.rs:79:17\nmethod_name: |\nmethod_name: 79 | inner: sys::Waker,\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use core::task::Waker;\n"},{"name":"actix-server","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.3.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded actix-server v2.3.0\nmethod_name: Compiling futures-core v0.3.30\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling futures-task v0.3.30\nmethod_name: Compiling pin-utils v0.1.0\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling lock_api v0.4.11\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:710:44\nmethod_name: |\nmethod_name: 710 | pub(crate) fn selector(&self) -> &sys::Selector {\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Waker` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/waker.rs:79:17\nmethod_name: |\nmethod_name: 79 | inner: sys::Waker,\nmethod_name: | ^^^^^ not found in `sys`\n"},{"name":"actix-service","settings":{},"status":"Success","custom_profile":false,"version":"2.0.2"},{"name":"actix-utils","settings":{},"status":"Success","custom_profile":false,"version":"3.0.1"},{"name":"actix-web","settings":{},"status":"BuildFail","custom_profile":false,"version":"4.5.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded alloc-stdlib v0.2.2\nmethod_name: Downloaded local-channel v0.1.5\nmethod_name: Downloaded alloc-no-stdlib v2.0.4\nmethod_name: Downloaded zstd-safe v7.1.0\nmethod_name: Downloaded zstd v0.13.1\nmethod_name: Downloaded cookie v0.16.2\nmethod_name: Downloaded actix-web-codegen v4.2.2\nmethod_name: Downloaded brotli-decompressor v2.5.1\nmethod_name: Downloaded actix-web v4.5.1\nmethod_name: Downloaded zstd-sys v2.0.10+zstd.1.5.6\nmethod_name: Downloaded brotli v3.5.0\nmethod_name: Compiling libc v0.2.153\nmethod_name: Compiling once_cell v1.19.0\nmethod_name: Compiling pkg-config v0.3.30\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling memchr v2.7.2\nmethod_name: Compiling alloc-no-stdlib v2.0.4\nmethod_name: Compiling tinyvec_macros v0.1.1\nmethod_name: Compiling getrandom v0.2.14\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling slab v0.4.9\nmethod_name: Compiling crc32fast v1.4.0\nmethod_name: Compiling serde v1.0.198\nmethod_name: Compiling zstd-safe v7.1.0\nmethod_name: Compiling regex-syntax v0.8.3\nmethod_name: Compiling bytes v1.6.0\nmethod_name: Compiling aho-corasick v1.1.3\nmethod_name: Compiling equivalent v1.0.1\nmethod_name: Compiling futures-util v0.3.30\nmethod_name: Compiling syn v1.0.109\nmethod_name: Compiling adler v1.0.2\nmethod_name: Compiling itoa v1.0.11\nmethod_name: Compiling log v0.4.21\nmethod_name: Compiling pin-project-lite v0.2.14\nmethod_name: Compiling tinyvec v1.6.0\nmethod_name: Compiling hashbrown v0.14.3\nmethod_name: Compiling ppv-lite86 v0.2.17\nmethod_name: Compiling tracing-core v0.1.32\nmethod_name: Compiling crypto-common v0.1.6\nmethod_name: Compiling parking_lot v0.12.1\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: Compiling fnv v1.0.7\nmethod_name: Compiling time-core v0.1.2\nmethod_name: Compiling powerfmt v0.2.0\nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: Compiling num-conv v0.1.0\nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: Compiling httparse v1.8.0\nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: Compiling ahash v0.8.11\nmethod_name: Compiling form_urlencoded v1.2.1\nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\n"},{"name":"actix-web-codegen","settings":{},"status":"Success","custom_profile":false,"version":"4.2.2"},{"name":"addr2line","settings":{},"status":"Success","custom_profile":false,"version":"0.22.0"},{"name":"adler","settings":{},"status":"Success","custom_profile":false,"version":"1.0.2"},{"name":"adler32","settings":{},"status":"Success","custom_profile":false,"version":"1.2.0"},{"name":"aead","settings":{},"status":"Success","custom_profile":false,"version":"0.5.2"},{"name":"aes","settings":{},"status":"Success","custom_profile":false,"version":"0.8.4"},{"name":"aes-gcm","settings":{},"status":"Success","custom_profile":false,"version":"0.10.3"},{"name":"aes-soft","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.99.99","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded aes-soft v0.99.99\nmethod_name: Compiling aes-soft v0.99.99\nmethod_name: error: `aes-soft` is deprecated. Please switch to `aes`: https://github.com/RustCrypto/block-ciphers/tree/master/aes\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-soft-0.99.99/src/lib.rs:1:1\nmethod_name: |\nmethod_name: 1 | compile_error!(\"`aes-soft` is deprecated. Please switch to `aes`: https://github.com/RustCrypto/block-ciphers/tree/master/aes\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error: could not compile `aes-soft` (lib) due to 1 previous error\n"},{"name":"ahash","settings":{},"status":"Success","custom_profile":false,"version":"0.8.11"},{"name":"aho-corasick","settings":{},"status":"Success","custom_profile":false,"version":"1.1.3"},{"name":"aliasable","settings":{},"status":"Success","custom_profile":false,"version":"0.1.3"},{"name":"alloc-no-stdlib","settings":{},"status":"Success","custom_profile":false,"version":"2.0.4"},{"name":"alloc-stdlib","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"allocator-api2","settings":{},"status":"Success","custom_profile":false,"version":"0.2.18"},{"name":"alloy-primitives","settings":{},"status":"Success","custom_profile":false,"version":"0.7.0"},{"name":"alloy-rlp","settings":{},"status":"Success","custom_profile":false,"version":"0.3.4"},{"name":"alloy-rlp-derive","settings":{},"status":"Success","custom_profile":false,"version":"0.3.4"},{"name":"android-tzdata","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"android_system_properties","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.5","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded android_system_properties v0.1.5\nmethod_name: Compiling libc v0.2.153\nmethod_name: Compiling android_system_properties v0.1.5\nmethod_name: error[E0425]: cannot find function `dlclose` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs:217:23\nmethod_name: |\nmethod_name: 217 | libc::dlclose(self.libc_so);\nmethod_name: | ^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `android_system_properties` (lib) due to 1 previous error\n"},{"name":"anes","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"ansi_term","settings":{},"status":"Success","custom_profile":false,"version":"0.12.1"},{"name":"anstream","settings":{},"status":"Success","custom_profile":false,"version":"0.6.13"},{"name":"anstyle","settings":{},"status":"Success","custom_profile":false,"version":"1.0.6"},{"name":"anstyle-parse","settings":{},"status":"Success","custom_profile":false,"version":"0.2.3"},{"name":"anstyle-query","settings":{},"status":"Success","custom_profile":false,"version":"1.0.2"},{"name":"anstyle-wincon","settings":{},"status":"Success","custom_profile":false,"version":"3.0.2"},{"name":"anyhow","settings":{"std":true},"status":"Success","custom_profile":true,"version":"1.0.82"},{"name":"approx","settings":{},"status":"Success","custom_profile":false,"version":"0.5.1"},{"name":"arbitrary","settings":{},"status":"Success","custom_profile":false,"version":"1.3.2"},{"name":"arc-swap","settings":{},"status":"Success","custom_profile":false,"version":"1.7.1"},{"name":"arrayref","settings":{},"status":"Success","custom_profile":false,"version":"0.3.7"},{"name":"arrayvec","settings":{},"status":"Success","custom_profile":false,"version":"0.7.4"},{"name":"ascii","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"ascii-canvas","settings":{},"status":"BuildFail","custom_profile":false,"version":"3.0.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling dirs-sys-next v0.1.2\nmethod_name: Compiling dirs-next v2.0.0\nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:4:61\nmethod_name: |\nmethod_name: 4 | pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:64:38\nmethod_name: |\nmethod_name: 64 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:83:29\nmethod_name: |\nmethod_name: 83 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use crate::home_dir;\nmethod_name: |\nmethod_name: 1 + use crate::lin::env::home_dir;\nmethod_name: |\nmethod_name: 1 + use std::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 4 - pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: 4 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:15:61\nmethod_name: |\nmethod_name: 15 | pub fn audio_dir() -> Option { dirs_sys_next::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:16:61\nmethod_name: |\nmethod_name: 16 | pub fn desktop_dir() -> Option { dirs_sys_next::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:17:61\nmethod_name: |\nmethod_name: 17 | pub fn document_dir() -> Option { dirs_sys_next::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:18:61\nmethod_name: |\nmethod_name: 18 | pub fn download_dir() -> Option { dirs_sys_next::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:20:61\nmethod_name: |\nmethod_name: 20 | pub fn picture_dir() -> Option { dirs_sys_next::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:21:61\nmethod_name: |\nmethod_name: 21 | pub fn public_dir() -> Option { dirs_sys_next::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:22:61\nmethod_name: |\nmethod_name: 22 | pub fn template_dir() -> Option { dirs_sys_next::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:23:61\nmethod_name: |\nmethod_name: 23 | pub fn video_dir() -> Option { dirs_sys_next::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `dirs-next` (lib) due to 9 previous errors\n"},{"name":"asn1-rs","settings":{},"status":"Success","custom_profile":false,"version":"0.6.1"},{"name":"asn1-rs-derive","settings":{},"status":"Success","custom_profile":false,"version":"0.5.0"},{"name":"asn1-rs-impl","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"assert-json-diff","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.0.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded assert-json-diff v2.0.2\nmethod_name: Compiling serde_json v1.0.116\nmethod_name: Compiling ryu v1.0.17\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: Compiling assert-json-diff v2.0.2\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"assert_cmd","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.0.14","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded predicates-tree v1.0.9\nmethod_name: Downloaded termtree v0.4.1\nmethod_name: Downloaded predicates-core v1.0.6\nmethod_name: Downloaded difflib v0.4.0\nmethod_name: Downloaded predicates v3.1.0\nmethod_name: Downloaded assert_cmd v2.0.14\nmethod_name: Compiling doc-comment v0.3.3\nmethod_name: Compiling predicates-core v1.0.6\nmethod_name: Compiling difflib v0.4.0\nmethod_name: Compiling termtree v0.4.1\nmethod_name: Compiling assert_cmd v2.0.14\nmethod_name: Compiling regex-automata v0.4.6\nmethod_name: Compiling wait-timeout v0.2.0\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `imp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs:66:9\nmethod_name: |\nmethod_name: 66 | imp::wait_timeout(self, dur)\nmethod_name: | ^^^ use of undeclared crate or module `imp`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `wait-timeout` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"assert_matches","settings":{},"status":"Success","custom_profile":false,"version":"1.5.0"},{"name":"async-channel","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"Success","custom_profile":true,"version":"2.2.1"},{"name":"async-compression","settings":{},"status":"Success","custom_profile":false,"version":"0.4.8"},{"name":"async-executor","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"Success","custom_profile":true,"version":"1.11.0"},{"name":"async-global-executor","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.4.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded piper v0.2.1\nmethod_name: Downloaded event-listener-strategy v0.4.0\nmethod_name: Downloaded event-listener v4.0.3\nmethod_name: Downloaded async-global-executor v2.4.1\nmethod_name: Downloaded blocking v1.5.1\nmethod_name: Downloaded atomic-waker v1.1.2\nmethod_name: Downloaded async-lock v3.3.0\nmethod_name: Downloaded polling v3.6.0\nmethod_name: Downloaded async-io v2.3.2\nmethod_name: Compiling crossbeam-utils v0.8.19\nmethod_name: Compiling futures-io v0.3.30\nmethod_name: Compiling libc v0.2.153\nmethod_name: Compiling rustix v0.38.32\nmethod_name: Compiling atomic-waker v1.1.2\nmethod_name: Compiling errno v0.3.8\nmethod_name: Compiling bitflags v2.5.0\nmethod_name: Compiling polling v3.6.0\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error: polling does not support this target OS\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:121:9\nmethod_name: |\nmethod_name: 121 | compile_error!(\"polling does not support this target OS\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:194:20\nmethod_name: |\nmethod_name: 194 | extra: sys::EventExtra::empty(),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:423:22\nmethod_name: |\nmethod_name: 423 | self.extra = sys::EventExtra::empty();\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:456:21\nmethod_name: |\nmethod_name: 456 | poller: sys::Poller::new()?,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:860:21\nmethod_name: |\nmethod_name: 860 | events: sys::Events::with_capacity(capacity.get()),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:532:43\nmethod_name: |\nmethod_name: 532 | pub unsafe fn add(&self, source: impl AsRawSource, interest: Event) -> io::Result<()> {\nmethod_name: | ^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:553:22\nmethod_name: |\nmethod_name: 553 | source: impl AsRawSource,\nmethod_name: | ^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:637:39\nmethod_name: |\nmethod_name: 637 | pub fn modify(&self, source: impl AsSource, interest: Event) -> io::Result<()> {\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:658:22\nmethod_name: |\nmethod_name: 658 | source: impl AsSource,\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:691:39\nmethod_name: |\nmethod_name: 691 | pub fn delete(&self, source: impl AsSource) -> io::Result<()> {\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:140:12\nmethod_name: |\nmethod_name: 140 | extra: sys::EventExtra,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:438:13\nmethod_name: |\nmethod_name: 438 | poller: sys::Poller,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:808:13\nmethod_name: |\nmethod_name: 808 | events: sys::Events,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0405, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0405`.\nmethod_name: error: could not compile `polling` (lib) due to 13 previous errors\n"},{"name":"async-io","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"BuildFail","custom_profile":true,"version":"2.3.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating git repository `https://github.com/risc0/crossbeam`\nmethod_name: warning: Patch `crossbeam v0.8.2 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Patch `crossbeam-channel v0.5.6 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Patch `crossbeam-utils v0.8.14 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Check that the patched package version and available features are compatible\nmethod_name: with the dependency requirements. If the patch has a different version from\nmethod_name: what is locked in the Cargo.lock file, run `cargo update` to use the new\nmethod_name: version. This may also occur with an optional dependency that is not enabled.\nmethod_name: Compiling errno v0.3.8\nmethod_name: Compiling futures-io v0.3.30\nmethod_name: Compiling crossbeam-utils v0.8.19\nmethod_name: Compiling libc v0.2.153\nmethod_name: Compiling rustix v0.38.32\nmethod_name: Compiling polling v3.6.0\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error: polling does not support this target OS\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:121:9\nmethod_name: |\nmethod_name: 121 | compile_error!(\"polling does not support this target OS\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:194:20\nmethod_name: |\nmethod_name: 194 | extra: sys::EventExtra::empty(),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:423:22\nmethod_name: |\nmethod_name: 423 | self.extra = sys::EventExtra::empty();\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:456:21\nmethod_name: |\nmethod_name: 456 | poller: sys::Poller::new()?,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:860:21\nmethod_name: |\nmethod_name: 860 | events: sys::Events::with_capacity(capacity.get()),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:532:43\nmethod_name: |\nmethod_name: 532 | pub unsafe fn add(&self, source: impl AsRawSource, interest: Event) -> io::Result<()> {\nmethod_name: | ^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:553:22\nmethod_name: |\nmethod_name: 553 | source: impl AsRawSource,\nmethod_name: | ^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:637:39\nmethod_name: |\nmethod_name: 637 | pub fn modify(&self, source: impl AsSource, interest: Event) -> io::Result<()> {\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:658:22\nmethod_name: |\nmethod_name: 658 | source: impl AsSource,\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:691:39\nmethod_name: |\nmethod_name: 691 | pub fn delete(&self, source: impl AsSource) -> io::Result<()> {\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:140:12\nmethod_name: |\nmethod_name: 140 | extra: sys::EventExtra,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:438:13\nmethod_name: |\nmethod_name: 438 | poller: sys::Poller,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:808:13\nmethod_name: |\nmethod_name: 808 | events: sys::Events,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0405, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0405`.\nmethod_name: error: could not compile `polling` (lib) due to 13 previous errors\n"},{"name":"async-lock","settings":{},"status":"Success","custom_profile":false,"version":"3.3.0"},{"name":"async-mutex","settings":{},"status":"Success","custom_profile":false,"version":"1.4.0"},{"name":"async-process","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.2.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded async-signal v0.2.5\nmethod_name: Downloaded async-process v2.2.1\nmethod_name: Compiling fastrand v2.0.2\nmethod_name: Compiling event-listener v5.3.0\nmethod_name: Compiling futures-lite v2.3.0\nmethod_name: Compiling async-process v2.2.1\nmethod_name: error[E0412]: cannot find type `Pipe` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.2.1/src/reaper/signal.rs:22:11\nmethod_name: |\nmethod_name: 22 | pipe: Pipe,\nmethod_name: | ^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0425]: cannot find value `wrap` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.2.1/src/lib.rs:262:44\nmethod_name: |\nmethod_name: 262 | let stdin = child.stdin.take().map(wrap).transpose()?.map(ChildStdin);\nmethod_name: | ^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0425]: cannot find value `wrap` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.2.1/src/lib.rs:263:46\nmethod_name: |\nmethod_name: 263 | let stdout = child.stdout.take().map(wrap).transpose()?.map(ChildStdout);\nmethod_name: | ^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0425]: cannot find value `wrap` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.2.1/src/lib.rs:264:46\nmethod_name: |\nmethod_name: 264 | let stderr = child.stderr.take().map(wrap).transpose()?.map(ChildStderr);\nmethod_name: | ^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0308]: mismatched types\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.2.1/src/lib.rs:471:70\nmethod_name: |\nmethod_name: 471 | pub async fn into_stdio(self) -> io::Result {\nmethod_name: | ______________________________________________________________________^\nmethod_name: 472 | | cfg_if::cfg_if! {\nmethod_name: 473 | | if #[cfg(windows)] {\nmethod_name: 474 | | Ok(self.0.into_inner().await.into())\nmethod_name: ... |\nmethod_name: 480 | | }\nmethod_name: 481 | | }\nmethod_name: | |_____^ expected `Result`, found `()`\nmethod_name: |\nmethod_name: = note: expected enum `Result`\nmethod_name: found unit type `()`\nmethod_name: \nmethod_name: error[E0308]: mismatched types\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.2.1/src/lib.rs:563:70\nmethod_name: |\nmethod_name: 563 | pub async fn into_stdio(self) -> io::Result {\nmethod_name: | ______________________________________________________________________^\nmethod_name: 564 | | cfg_if::cfg_if! {\nmethod_name: 565 | | if #[cfg(windows)] {\nmethod_name: 566 | | Ok(self.0.into_inner().await.into())\nmethod_name: ... |\nmethod_name: 572 | | }\nmethod_name: 573 | | }\nmethod_name: | |_____^ expected `Result`, found `()`\nmethod_name: |\nmethod_name: = note: expected enum `Result`\nmethod_name: found unit type `()`\nmethod_name: \nmethod_name: error[E0308]: mismatched types\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.2.1/src/lib.rs:636:70\nmethod_name: |\nmethod_name: 636 | pub async fn into_stdio(self) -> io::Result {\nmethod_name: | ______________________________________________________________________^\nmethod_name: 637 | | cfg_if::cfg_if! {\nmethod_name: 638 | | if #[cfg(windows)] {\nmethod_name: 639 | | Ok(self.0.into_inner().await.into())\nmethod_name: ... |\nmethod_name: 645 | | }\nmethod_name: 646 | | }\nmethod_name: | |_____^ expected `Result`, found `()`\nmethod_name: |\nmethod_name: = note: expected enum `Result`\nmethod_name: found unit type `()`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared type `Pipe`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.2.1/src/reaper/signal.rs:34:19\nmethod_name: |\nmethod_name: 34 | pipe: Pipe::new().expect(\"cannot create SIGCHLD pipe\"),\nmethod_name: | ^^^^ use of undeclared type `Pipe`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0308, E0412, E0425, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0308`.\nmethod_name: error: could not compile `async-process` (lib) due to 8 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"async-recursion","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"async-std","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.12.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded async-channel v1.9.0\nmethod_name: Downloaded fastrand v1.9.0\nmethod_name: Downloaded async-lock v2.8.0\nmethod_name: Downloaded async-io v1.13.0\nmethod_name: Downloaded kv-log-macro v1.0.7\nmethod_name: Downloaded io-lifetimes v1.0.11\nmethod_name: Downloaded waker-fn v1.1.1\nmethod_name: Downloaded futures-lite v1.13.0\nmethod_name: Downloaded value-bag v1.8.1\nmethod_name: Downloaded polling v2.8.0\nmethod_name: Downloaded async-std v1.12.0\nmethod_name: Downloaded rustix v0.37.27\nmethod_name: Downloaded linux-raw-sys v0.3.8\nmethod_name: Compiling crossbeam-utils v0.8.19\nmethod_name: Compiling libc v0.2.153\nmethod_name: Compiling errno v0.3.8\nmethod_name: Compiling io-lifetimes v1.0.11\nmethod_name: Compiling value-bag v1.8.1\nmethod_name: Compiling rustix v0.37.27\nmethod_name: Compiling waker-fn v1.1.1\nmethod_name: Compiling futures-lite v2.3.0\nmethod_name: Compiling polling v2.8.0\nmethod_name: Compiling async-io v1.13.0\nmethod_name: Compiling piper v0.2.1\nmethod_name: Compiling bitflags v1.3.2\nmethod_name: Compiling fastrand v1.9.0\nmethod_name: Compiling async-lock v2.8.0\nmethod_name: Compiling socket2 v0.4.10\nmethod_name: Compiling polling v3.6.0\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error: polling does not support this target OS\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:121:9\nmethod_name: |\nmethod_name: 121 | compile_error!(\"polling does not support this target OS\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs:124:1\nmethod_name: |\nmethod_name: 124 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs:127:1\nmethod_name: |\nmethod_name: 127 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0432]: unresolved imports `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/sockaddr.rs:6:5\nmethod_name: |\nmethod_name: 6 | sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | |\nmethod_name: | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | no `sockaddr_in` in `sys`\nmethod_name: | | no `sockaddr` in `sys`\nmethod_name: | no `sa_family_t` in `sys`\nmethod_name: 7 | AF_INET6,\nmethod_name: | ^^^^^^^^ no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:194:20\nmethod_name: |\nmethod_name: 194 | extra: sys::EventExtra::empty(),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:423:22\nmethod_name: |\nmethod_name: 423 | self.extra = sys::EventExtra::empty();\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs:129:5\nmethod_name: |\nmethod_name: 129 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 129 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 129 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 129 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:456:21\nmethod_name: |\nmethod_name: 456 | poller: sys::Poller::new()?,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:860:21\nmethod_name: |\nmethod_name: 860 | events: sys::Events::with_capacity(capacity.get()),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:532:43\nmethod_name: |\nmethod_name: 532 | pub unsafe fn add(&self, source: impl AsRawSource, interest: Event) -> io::Result<()> {\nmethod_name: | ^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:553:22\nmethod_name: |\nmethod_name: 553 | source: impl AsRawSource,\nmethod_name: | ^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:637:39\nmethod_name: |\nmethod_name: 637 | pub fn modify(&self, source: impl AsSource, interest: Event) -> io::Result<()> {\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:658:22\nmethod_name: |\nmethod_name: 658 | source: impl AsSource,\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:691:39\nmethod_name: |\nmethod_name: 691 | pub fn delete(&self, source: impl AsSource) -> io::Result<()> {\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:140:12\n"},{"name":"async-stream","settings":{},"status":"Success","custom_profile":false,"version":"0.3.5"},{"name":"async-stream-impl","settings":{},"status":"Success","custom_profile":false,"version":"0.3.5"},{"name":"async-task","settings":{},"status":"Success","custom_profile":false,"version":"4.7.0"},{"name":"async-trait","settings":{},"status":"Success","custom_profile":false,"version":"0.1.80"},{"name":"atoi","settings":{},"status":"Success","custom_profile":false,"version":"2.0.0"},{"name":"atomic","settings":{},"status":"Success","custom_profile":false,"version":"0.6.0"},{"name":"atomic-waker","settings":{},"status":"Success","custom_profile":false,"version":"1.1.2"},{"name":"atty","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.14","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded atty v0.2.14\nmethod_name: Compiling atty v0.2.14\nmethod_name: error[E0425]: cannot find function `is` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs:98:6\nmethod_name: |\nmethod_name: 98 | !is(stream)\nmethod_name: | ^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `atty` (lib) due to 1 previous error\n"},{"name":"autocfg","settings":{},"status":"Success","custom_profile":false,"version":"1.2.0"},{"name":"aws-config","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.2.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded aws-sdk-sso v1.20.0\nmethod_name: Downloaded http-body v1.0.0\nmethod_name: Downloaded outref v0.5.1\nmethod_name: Downloaded urlencoding v2.1.3\nmethod_name: Downloaded aws-credential-types v1.2.0\nmethod_name: Downloaded aws-smithy-async v1.2.1\nmethod_name: Downloaded base64-simd v0.8.0\nmethod_name: Downloaded aws-smithy-xml v0.60.8\nmethod_name: Downloaded aws-smithy-query v0.60.7\nmethod_name: Downloaded bytes-utils v0.1.4\nmethod_name: Downloaded http-body-util v0.1.1\nmethod_name: Downloaded aws-smithy-http v0.60.8\nmethod_name: Downloaded rustls-native-certs v0.6.3\nmethod_name: Downloaded vsimd v0.8.0\nmethod_name: Downloaded xmlparser v0.13.6\nmethod_name: Downloaded uuid v1.8.0\nmethod_name: Downloaded aws-types v1.2.0\nmethod_name: Downloaded aws-smithy-types v1.1.8\nmethod_name: Downloaded regex-lite v0.1.5\nmethod_name: Downloaded http v1.1.0\nmethod_name: Downloaded aws-smithy-runtime v1.3.1\nmethod_name: Downloaded aws-sdk-ssooidc v1.20.0\nmethod_name: Downloaded aws-config v1.2.0\nmethod_name: Downloaded aws-smithy-runtime-api v1.4.0\nmethod_name: Downloaded aws-sigv4 v1.2.0\nmethod_name: Downloaded aws-sdk-sts v1.20.0\nmethod_name: Downloaded aws-runtime v1.2.0\nmethod_name: Downloaded aws-smithy-json v0.60.7\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling futures-task v0.3.30\nmethod_name: Compiling outref v0.5.1\nmethod_name: Compiling time-core v0.1.2\nmethod_name: Compiling either v1.11.0\nmethod_name: Compiling vsimd v0.8.0\nmethod_name: Compiling cc v1.0.95\nmethod_name: Compiling zeroize v1.7.0\nmethod_name: Compiling untrusted v0.9.0\nmethod_name: Compiling semver v1.0.22\nmethod_name: Compiling num-traits v0.2.18\nmethod_name: Compiling http v1.1.0\nmethod_name: Compiling deranged v0.3.11\nmethod_name: Compiling rustls v0.21.11\nmethod_name: Compiling hex v0.4.3\nmethod_name: Compiling base64 v0.21.7\nmethod_name: Compiling try-lock v0.2.5\nmethod_name: Compiling futures-channel v0.3.30\nmethod_name: Compiling tower-service v0.3.2\nmethod_name: Compiling http-body v0.4.6\nmethod_name: Compiling indexmap v2.2.6\nmethod_name: Compiling uuid v1.8.0\nmethod_name: Compiling httparse v1.8.0\nmethod_name: Compiling tracing v0.1.40\nmethod_name: Compiling regex-lite v0.1.5\nmethod_name: Compiling sha2 v0.10.8\nmethod_name: Compiling hmac v0.12.1\nmethod_name: Compiling unicode-normalization v0.1.23\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: Compiling blake2 v0.10.6\nmethod_name: Compiling xmlparser v0.13.6\nmethod_name: Compiling urlencoding v2.1.3\nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: Compiling want v0.3.1\nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\n"},{"name":"aws-http","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.60.5","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded aws-http v0.60.5\nmethod_name: Compiling base64-simd v0.8.0\nmethod_name: Compiling bytes-utils v0.1.4\nmethod_name: Compiling semver v1.0.22\nmethod_name: Compiling time v0.3.36\nmethod_name: Compiling aws-smithy-async v1.2.1\nmethod_name: Compiling num-traits v0.2.18\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling rustc_version v0.4.0\nmethod_name: Compiling aws-types v1.2.0\nmethod_name: Compiling num-integer v0.1.46\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `hex` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"aws-sdk-sso","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.20.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling ring v0.17.8\nmethod_name: Compiling http-body v1.0.0\nmethod_name: Compiling rustls-pemfile v1.0.4\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:710:44\nmethod_name: |\nmethod_name: 710 | pub(crate) fn selector(&self) -> &sys::Selector {\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Waker` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/waker.rs:79:17\nmethod_name: |\nmethod_name: 79 | inner: sys::Waker,\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\n"},{"name":"aws-sdk-sts","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.20.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling ring v0.17.8\nmethod_name: Compiling rustls-native-certs v0.6.3\nmethod_name: Compiling aws-smithy-xml v0.60.8\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `platform`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs:58:42\nmethod_name: |\nmethod_name: 58 | load_certs_from_env().unwrap_or_else(platform::load_native_certs)\nmethod_name: | ^^^^^^^^ use of undeclared crate or module `platform`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error: could not compile `rustls-native-certs` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:710:44\nmethod_name: |\nmethod_name: 710 | pub(crate) fn selector(&self) -> &sys::Selector {\nmethod_name: | ^^^^^^^^ not found in `sys`\n"},{"name":"aws-sigv4","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.2.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling aws-smithy-types v1.1.8\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `hex` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"aws-smithy-async","settings":{},"status":"Success","custom_profile":false,"version":"1.2.1"},{"name":"aws-smithy-client","settings":{},"status":"Success","custom_profile":false,"version":"0.60.3"},{"name":"aws-smithy-http","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.60.7","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling aws-smithy-runtime-api v1.4.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling aws-smithy-http v0.60.8\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `tracing` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"aws-smithy-http-tower","settings":{},"status":"Success","custom_profile":false,"version":"0.60.3"},{"name":"aws-smithy-json","settings":{},"status":"Success","custom_profile":false,"version":"0.60.7"},{"name":"aws-smithy-query","settings":{},"status":"Success","custom_profile":false,"version":"0.60.7"},{"name":"aws-smithy-types","settings":{},"status":"Success","custom_profile":false,"version":"1.1.8"},{"name":"aws-smithy-xml","settings":{},"status":"Success","custom_profile":false,"version":"0.60.7"},{"name":"aws-types","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.2.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling aws-smithy-runtime-api v1.4.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `tracing` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"axum","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.5","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded matchit v0.7.3\nmethod_name: Downloaded serde_path_to_error v0.1.16\nmethod_name: Downloaded hyper-util v0.1.3\nmethod_name: Downloaded rustversion v1.0.15\nmethod_name: Downloaded tower-layer v0.3.2\nmethod_name: Downloaded sync_wrapper v1.0.1\nmethod_name: Downloaded axum-core v0.4.3\nmethod_name: Downloaded tower v0.4.13\nmethod_name: Downloaded hyper v1.3.1\nmethod_name: Downloaded axum v0.7.5\nmethod_name: Compiling rustversion v1.0.15\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling smallvec v1.13.2\nmethod_name: Compiling tower-layer v0.3.2\nmethod_name: Compiling serde_json v1.0.116\nmethod_name: Compiling sync_wrapper v0.1.2\nmethod_name: Compiling sync_wrapper v1.0.1\nmethod_name: Compiling matchit v0.7.3\nmethod_name: Compiling tokio-macros v2.2.0\nmethod_name: Compiling pin-project-internal v1.1.5\nmethod_name: Compiling serde_urlencoded v0.7.1\nmethod_name: Compiling serde_path_to_error v0.1.16\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\n"},{"name":"axum-core","settings":{},"status":"Success","custom_profile":false,"version":"0.4.3"},{"name":"backoff","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded backoff v0.4.0\nmethod_name: Compiling instant v0.1.12\nmethod_name: Compiling rand_chacha v0.3.1\nmethod_name: Compiling risc0-core v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/core)\nmethod_name: Compiling rand v0.8.5\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling backoff v0.4.0\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"backtrace","settings":{},"status":"Success","custom_profile":false,"version":"0.3.71"},{"name":"backtrace-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.37","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded backtrace-sys v0.1.37\nmethod_name: Compiling backtrace-sys v0.1.37\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: backtrace-sys@0.1.37: src/libbacktrace/mmapio.c:37:10: fatal error: sys/mman.h: No such file or directory\nmethod_name: warning: backtrace-sys@0.1.37: 37 | #include \nmethod_name: warning: backtrace-sys@0.1.37: | ^~~~~~~~~~~~\nmethod_name: warning: backtrace-sys@0.1.37: compilation terminated.\nmethod_name: \nmethod_name: error: failed to run custom build command for `backtrace-sys v0.1.37`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/backtrace-sys-f1dc1044d4cc7394/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rustc-cfg=rbt\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=src/libbacktrace/mmapio.c:37:10: fatal error: sys/mman.h: No such file or directory\nmethod_name: cargo:warning= 37 | #include \nmethod_name: cargo:warning= | ^~~~~~~~~~~~\nmethod_name: cargo:warning=compilation terminated.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: \nmethod_name: \nmethod_name: error occurred: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"src/libbacktrace\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/backtrace-sys-0fc9b40177679bc7/out\" \"-fvisibility=hidden\" \"-DBACKTRACE_ELF_SIZE=32\" \"-DBACKTRACE_SUPPORTED=1\" \"-DBACKTRACE_USES_MALLOC=1\" \"-DBACKTRACE_SUPPORTS_THREADS=0\" \"-DBACKTRACE_SUPPORTS_DATA=0\" \"-DHAVE_DL_ITERATE_PHDR=1\" \"-D_GNU_SOURCE=1\" \"-D_LARGE_FILES=1\" \"-Dbacktrace_full=__rbt_backtrace_full\" \"-Dbacktrace_dwarf_add=__rbt_backtrace_dwarf_add\" \"-Dbacktrace_initialize=__rbt_backtrace_initialize\" \"-Dbacktrace_pcinfo=__rbt_backtrace_pcinfo\" \"-Dbacktrace_syminfo=__rbt_backtrace_syminfo\" \"-Dbacktrace_get_view=__rbt_backtrace_get_view\" \"-Dbacktrace_release_view=__rbt_backtrace_release_view\" \"-Dbacktrace_alloc=__rbt_backtrace_alloc\" \"-Dbacktrace_free=__rbt_backtrace_free\" \"-Dbacktrace_vector_finish=__rbt_backtrace_vector_finish\" \"-Dbacktrace_vector_grow=__rbt_backtrace_vector_grow\" \"-Dbacktrace_vector_release=__rbt_backtrace_vector_release\" \"-Dbacktrace_close=__rbt_backtrace_close\" \"-Dbacktrace_open=__rbt_backtrace_open\" \"-Dbacktrace_print=__rbt_backtrace_print\" \"-Dbacktrace_simple=__rbt_backtrace_simple\" \"-Dbacktrace_qsort=__rbt_backtrace_qsort\" \"-Dbacktrace_create_state=__rbt_backtrace_create_state\" \"-Dbacktrace_uncompress_zdebug=__rbt_backtrace_uncompress_zdebug\" \"-Dmacho_get_view=__rbt_macho_get_view\" \"-Dmacho_symbol_type_relevant=__rbt_macho_symbol_type_relevant\" \"-Dmacho_get_commands=__rbt_macho_get_commands\" \"-Dmacho_try_dsym=__rbt_macho_try_dsym\" \"-Dmacho_try_dwarf=__rbt_macho_try_dwarf\" \"-Dmacho_get_addr_range=__rbt_macho_get_addr_range\" \"-Dmacho_get_uuid=__rbt_macho_get_uuid\" \"-Dmacho_add=__rbt_macho_add\" \"-Dmacho_add_symtab=__rbt_macho_add_symtab\" \"-Dmacho_file_to_host_u64=__rbt_macho_file_to_host_u64\" \"-Dmacho_file_to_host_u32=__rbt_macho_file_to_host_u32\" \"-Dmacho_file_to_host_u16=__rbt_macho_file_to_host_u16\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/backtrace-sys-0fc9b40177679bc7/out/81b1fa2bd26208ef-mmapio.o\" \"-c\" \"src/libbacktrace/mmapio.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).\nmethod_name: \nmethod_name: \n"},{"name":"base-x","settings":{},"status":"Success","custom_profile":false,"version":"0.2.11"},{"name":"base16ct","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"base64","settings":{},"status":"Success","custom_profile":false,"version":"0.22.0"},{"name":"base64-simd","settings":{},"status":"Success","custom_profile":false,"version":"0.8.0"},{"name":"base64ct","settings":{},"status":"Success","custom_profile":false,"version":"1.6.0"},{"name":"bech32","settings":{},"status":"Success","custom_profile":false,"version":"0.11.0"},{"name":"beef","settings":{},"status":"Success","custom_profile":false,"version":"0.5.2"},{"name":"bigdecimal","settings":{},"status":"Success","custom_profile":false,"version":"0.4.3"},{"name":"bincode","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.3.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling bincode v1.3.3\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"bindgen","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.69.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded clang-sys v1.7.0\nmethod_name: Downloaded rustc-hash v1.1.0\nmethod_name: Downloaded which v4.4.2\nmethod_name: Downloaded cexpr v0.6.0\nmethod_name: Downloaded lazycell v1.3.0\nmethod_name: Downloaded shlex v1.3.0\nmethod_name: Downloaded libloading v0.8.3\nmethod_name: Downloaded bindgen v0.69.4\nmethod_name: Compiling proc-macro2 v1.0.81\nmethod_name: Compiling glob v0.3.1\nmethod_name: Compiling unicode-ident v1.0.12\nmethod_name: Compiling rustix v0.38.32\nmethod_name: Compiling prettyplease v0.2.19\nmethod_name: Compiling errno v0.3.8\nmethod_name: Compiling regex-syntax v0.8.3\nmethod_name: Compiling either v1.11.0\nmethod_name: Compiling libloading v0.8.3\nmethod_name: Compiling bindgen v0.69.4\nmethod_name: Compiling rustc-hash v1.1.0\nmethod_name: Compiling shlex v1.3.0\nmethod_name: Compiling lazycell v1.3.0\nmethod_name: Compiling cexpr v0.6.0\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"bit-set","settings":{},"status":"Success","custom_profile":false,"version":"0.5.3"},{"name":"bit-vec","settings":{},"status":"Success","custom_profile":false,"version":"0.6.3"},{"name":"bit_field","settings":{},"status":"Success","custom_profile":false,"version":"0.10.2"},{"name":"bitflags","settings":{},"status":"Success","custom_profile":false,"version":"2.5.0"},{"name":"bitmaps","settings":{},"status":"Success","custom_profile":false,"version":"3.2.1"},{"name":"bitvec","settings":{},"status":"Success","custom_profile":false,"version":"1.0.1"},{"name":"blake2","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.10.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling blake2 v0.10.6\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `blake2` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"blake2b_simd","settings":{},"status":"Success","custom_profile":false,"version":"1.0.2"},{"name":"blake3","settings":{},"status":"Success","custom_profile":false,"version":"1.5.1"},{"name":"block-buffer","settings":{},"status":"Success","custom_profile":false,"version":"0.10.4"},{"name":"block-modes","settings":{},"status":"Success","custom_profile":false,"version":"0.9.1"},{"name":"block-padding","settings":{},"status":"Success","custom_profile":false,"version":"0.4.0-pre.3"},{"name":"blocking","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"Success","custom_profile":true,"version":"1.5.1"},{"name":"borsh","settings":{},"status":"Success","custom_profile":false,"version":"1.4.0"},{"name":"borsh-derive","settings":{},"status":"Success","custom_profile":false,"version":"1.4.0"},{"name":"borsh-derive-internal","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.11.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: error: failed to select a version for the requirement `borsh-derive-internal = \"^0.11.0\"`\nmethod_name: candidate versions found which didn't match: 0.10.3, 0.10.2, 0.10.1, ...\nmethod_name: location searched: crates.io index\nmethod_name: required by package `method_name v0.1.0 (/tmp/.tmp4mAvBF/template_project/methods/guest)`\nmethod_name: perhaps a crate was updated and forgotten to be re-vendored?\n"},{"name":"borsh-schema-derive-internal","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.11.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: error: failed to select a version for the requirement `borsh-schema-derive-internal = \"^0.11.0\"`\nmethod_name: candidate versions found which didn't match: 0.10.3, 0.10.2, 0.10.1, ...\nmethod_name: location searched: crates.io index\nmethod_name: required by package `method_name v0.1.0 (/tmp/.tmp4mAvBF/template_project/methods/guest)`\nmethod_name: perhaps a crate was updated and forgotten to be re-vendored?\n"},{"name":"brotli","settings":{},"status":"Success","custom_profile":false,"version":"5.0.0"},{"name":"brotli-decompressor","settings":{},"status":"Success","custom_profile":false,"version":"4.0.0"},{"name":"bs58","settings":{},"status":"Success","custom_profile":false,"version":"0.5.1"},{"name":"bstr","settings":{},"status":"Success","custom_profile":false,"version":"1.9.1"},{"name":"btm","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.14.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded clap_lex v0.7.0\nmethod_name: Downloaded clap v4.5.4\nmethod_name: Downloaded memoffset v0.7.1\nmethod_name: Downloaded clap_derive v4.5.4\nmethod_name: Downloaded ruc v5.1.4\nmethod_name: Downloaded strsim v0.11.1\nmethod_name: Downloaded btm v0.14.1\nmethod_name: Downloaded clap_builder v4.5.2\nmethod_name: Downloaded platforms v3.1.1\nmethod_name: Compiling heck v0.5.0\nmethod_name: Compiling clap_lex v0.7.0\nmethod_name: Compiling strsim v0.11.1\nmethod_name: Compiling memoffset v0.7.1\nmethod_name: Compiling libc v0.2.153\nmethod_name: Compiling platforms v3.1.1\nmethod_name: Compiling time v0.3.36\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling clap_builder v4.5.2\nmethod_name: Compiling clap_derive v4.5.4\nmethod_name: Compiling nix v0.26.4\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"buf_redux","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.8.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded safemem v0.3.3\nmethod_name: Downloaded buf_redux v0.8.4\nmethod_name: Downloaded slice-deque v0.2.4\nmethod_name: Compiling safemem v0.3.3\nmethod_name: Compiling buf_redux v0.8.4\nmethod_name: error[E0463]: can't find crate for `slice_deque`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf_redux-0.8.4/src/buffer/slice_deque_buf.rs:14:1\nmethod_name: |\nmethod_name: 14 | extern crate slice_deque;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0463`.\nmethod_name: error: could not compile `buf_redux` (lib) due to 1 previous error; 1 warning emitted\n"},{"name":"build_const","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"bumpalo","settings":{},"status":"Success","custom_profile":false,"version":"3.16.0"},{"name":"byte-slice-cast","settings":{},"status":"Success","custom_profile":false,"version":"1.2.2"},{"name":"byte-tools","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"bytecheck","settings":{},"status":"Success","custom_profile":false,"version":"0.6.12"},{"name":"bytecheck_derive","settings":{},"status":"Success","custom_profile":false,"version":"0.6.12"},{"name":"bytecount","settings":{},"status":"Success","custom_profile":false,"version":"0.6.7"},{"name":"bytemuck","settings":{},"status":"Success","custom_profile":false,"version":"1.15.0"},{"name":"bytemuck_derive","settings":{},"status":"Success","custom_profile":false,"version":"1.6.0"},{"name":"byteorder","settings":{},"status":"Success","custom_profile":false,"version":"1.5.0"},{"name":"bytes","settings":{},"status":"Success","custom_profile":false,"version":"1.6.0"},{"name":"bytes-utils","settings":{},"status":"Success","custom_profile":false,"version":"0.1.4"},{"name":"bytesize","settings":{},"status":"Success","custom_profile":false,"version":"1.3.0"},{"name":"bytestring","settings":{},"status":"Success","custom_profile":false,"version":"1.3.1"},{"name":"bzip2","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling bzip2-sys v0.1.11+1.0.8\nmethod_name: error[E0432]: unresolved imports `libc::c_char`, `libc::c_int`, `libc::c_uint`, `libc::c_void`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs:5:12\nmethod_name: |\nmethod_name: 5 | use libc::{c_char, c_int, c_uint, c_void};\nmethod_name: | ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^ no `c_void` in the root\nmethod_name: | | | |\nmethod_name: | | | no `c_uint` in the root\nmethod_name: | | no `c_int` in the root\nmethod_name: | no `c_char` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_uint\nmethod_name: std::os::raw::c_uint\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_void\nmethod_name: std::os::raw::c_void\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `bzip2-sys` (lib) due to 1 previous error\n"},{"name":"bzip2-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.11+1.0.8","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: warning: /tmp/.tmp4mAvBF/template_project/methods/guest/Cargo.toml: version requirement `0.1.11+1.0.8` for dependency `bzip2-sys` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion\nmethod_name: Compiling bzip2-sys v0.1.11+1.0.8\nmethod_name: error[E0432]: unresolved imports `libc::c_char`, `libc::c_int`, `libc::c_uint`, `libc::c_void`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs:5:12\nmethod_name: |\nmethod_name: 5 | use libc::{c_char, c_int, c_uint, c_void};\nmethod_name: | ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^ no `c_void` in the root\nmethod_name: | | | |\nmethod_name: | | | no `c_uint` in the root\nmethod_name: | | no `c_int` in the root\nmethod_name: | no `c_char` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_uint\nmethod_name: std::os::raw::c_uint\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_void\nmethod_name: std::os::raw::c_void\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `bzip2-sys` (lib) due to 1 previous error\n"},{"name":"cache-padded","settings":{},"status":"Success","custom_profile":false,"version":"1.3.0"},{"name":"cadence","settings":{},"status":"Success","custom_profile":false,"version":"1.3.0"},{"name":"camino","settings":{},"status":"Success","custom_profile":false,"version":"1.1.6"},{"name":"cargo-platform","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.8","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded cargo-platform v0.1.8\nmethod_name: Compiling cargo-platform v0.1.8\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"cargo_metadata","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.18.1"},{"name":"cast","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"cbindgen","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.26.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded clap_lex v0.2.4\nmethod_name: Downloaded os_str_bytes v6.6.1\nmethod_name: Downloaded toml v0.5.11\nmethod_name: Downloaded textwrap v0.16.1\nmethod_name: Downloaded clap v3.2.25\nmethod_name: Downloaded cbindgen v0.26.0\nmethod_name: Compiling proc-macro2 v1.0.81\nmethod_name: Compiling hashbrown v0.12.3\nmethod_name: Compiling os_str_bytes v6.6.1\nmethod_name: Compiling syn v1.0.109\nmethod_name: Compiling strsim v0.10.0\nmethod_name: Compiling termcolor v1.4.1\nmethod_name: Compiling indexmap v1.9.3\nmethod_name: Compiling cbindgen v0.26.0\nmethod_name: Compiling textwrap v0.16.1\nmethod_name: Compiling atty v0.2.14\nmethod_name: Compiling tempfile v3.10.1\nmethod_name: Compiling heck v0.4.1\nmethod_name: Compiling toml v0.5.11\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.6.1/src/common/mod.rs:20:5\nmethod_name: |\nmethod_name: 20 | use os::ffi::OsStrExt;\nmethod_name: | ^^ use of undeclared crate or module `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.6.1/src/common/mod.rs:21:5\nmethod_name: |\nmethod_name: 21 | use os::ffi::OsStringExt;\nmethod_name: | ^^ use of undeclared crate or module `os`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `is` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs:98:6\nmethod_name: |\nmethod_name: 98 | !is(stream)\nmethod_name: | ^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `atty` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: error: could not compile `os_str_bytes` (lib) due to 2 previous errors\n"},{"name":"cc","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.0.94","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling cc v1.0.95\nmethod_name: error: Your system is not supported since cc cannot create named tempfile\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.95/src/tempfile.rs:10:1\nmethod_name: |\nmethod_name: 10 | compile_error!(\"Your system is not supported since cc cannot create named tempfile\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error: could not compile `cc` (lib) due to 1 previous error\n"},{"name":"cesu8","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"cexpr","settings":{},"status":"Success","custom_profile":false,"version":"0.6.0"},{"name":"cfg-expr","settings":{},"status":"Success","custom_profile":false,"version":"0.15.8"},{"name":"cfg-if","settings":{},"status":"Success","custom_profile":false,"version":"1.0.0"},{"name":"cfg_aliases","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"chacha20","settings":{},"status":"Success","custom_profile":false,"version":"0.9.1"},{"name":"chacha20poly1305","settings":{},"status":"Success","custom_profile":false,"version":"0.10.1"},{"name":"chrono","settings":{},"status":"Success","custom_profile":false,"version":"0.4.38"},{"name":"chrono-tz","settings":{},"status":"Success","custom_profile":false,"version":"0.9.0"},{"name":"chrono-tz-build","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"chunked_transfer","settings":{},"status":"Success","custom_profile":false,"version":"1.5.0"},{"name":"ciborium","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded ciborium v0.2.2\nmethod_name: Downloaded ciborium-io v0.2.2\nmethod_name: Downloaded half v2.4.1\nmethod_name: Downloaded ciborium-ll v0.2.2\nmethod_name: Compiling half v2.4.1\nmethod_name: Compiling ciborium-io v0.2.2\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling ciborium-ll v0.2.2\nmethod_name: Compiling ciborium v0.2.2\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"ciborium-io","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"ciborium-ll","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"cipher","settings":{},"status":"Success","custom_profile":false,"version":"0.4.4"},{"name":"clang-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.7.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling clang-sys v1.7.0\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: clang-sys@1.7.0: could not execute `llvm-config` one or more times, if the LLVM_CONFIG_PATH environment variable is set to a full path to valid `llvm-config` executable it will be used to try to find an instance of `libclang` on your system: \"couldn't execute `llvm-config --prefix` (path=llvm-config) (error: No such file or directory (os error 2))\"\nmethod_name: \nmethod_name: error: failed to run custom build command for `clang-sys v1.7.0`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/clang-sys-cd507ad30a4f7cf6/build-script-build` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:warning=could not execute `llvm-config` one or more times, if the LLVM_CONFIG_PATH environment variable is set to a full path to valid `llvm-config` executable it will be used to try to find an instance of `libclang` on your system: \"couldn't execute `llvm-config --prefix` (path=llvm-config) (error: No such file or directory (os error 2))\"\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/build/dynamic.rs:206:45:\nmethod_name: called `Result::unwrap()` on an `Err` value: \"couldn't find any valid shared libraries matching: ['libclang.so', 'libclang-*.so'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])\"\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"clap","settings":{"std":true},"status":"Success","custom_profile":true,"version":"4.5.4"},{"name":"clap_builder","settings":{},"status":"Success","custom_profile":false,"version":"4.5.2"},{"name":"clap_complete","settings":{},"status":"Success","custom_profile":false,"version":"4.5.2"},{"name":"clap_derive","settings":{},"status":"Success","custom_profile":false,"version":"4.5.4"},{"name":"clap_lex","settings":{},"status":"Success","custom_profile":false,"version":"0.7.0"},{"name":"cloudabi","settings":{},"status":"Success","custom_profile":false,"version":"0.1.0"},{"name":"cmake","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.50","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded cmake v0.1.50\nmethod_name: Compiling cc v1.0.95\nmethod_name: error: Your system is not supported since cc cannot create named tempfile\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.95/src/tempfile.rs:10:1\nmethod_name: |\nmethod_name: 10 | compile_error!(\"Your system is not supported since cc cannot create named tempfile\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error: could not compile `cc` (lib) due to 1 previous error\n"},{"name":"codespan-reporting","settings":{},"status":"Success","custom_profile":false,"version":"0.11.1"},{"name":"color-eyre","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.6.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded owo-colors v3.5.0\nmethod_name: Downloaded tracing-error v0.2.0\nmethod_name: Downloaded color-spantrace v0.2.1\nmethod_name: Downloaded color-eyre v0.6.3\nmethod_name: Compiling eyre v0.6.12\nmethod_name: Compiling indenter v0.3.3\nmethod_name: Compiling owo-colors v3.5.0\nmethod_name: Compiling tracing-core v0.1.32\nmethod_name: Compiling sharded-slab v0.1.7\nmethod_name: Compiling thread_local v1.1.8\nmethod_name: Compiling backtrace v0.3.71\nmethod_name: Compiling tracing v0.1.40\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling tracing-subscriber v0.3.18\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `tracing` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"color_quant","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"colorchoice","settings":{},"status":"Success","custom_profile":false,"version":"1.0.0"},{"name":"colored","settings":{},"status":"Success","custom_profile":false,"version":"2.1.0"},{"name":"combine","settings":{},"status":"Success","custom_profile":false,"version":"4.6.7"},{"name":"comfy-table","settings":{},"status":"BuildFail","custom_profile":false,"version":"7.1.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded crossterm v0.27.0\nmethod_name: Downloaded comfy-table v7.1.1\nmethod_name: Compiling heck v0.4.1\nmethod_name: Compiling strum v0.26.2\nmethod_name: Compiling crossterm v0.27.0\nmethod_name: error[E0425]: cannot find function `enable_raw_mode` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:123:10\nmethod_name: |\nmethod_name: 123 | sys::enable_raw_mode()\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:8:23\nmethod_name: |\nmethod_name: 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size,\nmethod_name: | ^^^^^^^^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:17:30\nmethod_name: |\nmethod_name: 17 | clear, disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, scroll_down, scroll_up,\nmethod_name: | ^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `disable_raw_mode` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:130:10\nmethod_name: |\nmethod_name: 130 | sys::disable_raw_mode()\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:8:5\nmethod_name: |\nmethod_name: 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size,\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:17:12\nmethod_name: |\nmethod_name: 17 | clear, disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, scroll_down, scroll_up,\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `size` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:137:10\nmethod_name: |\nmethod_name: 137 | sys::size()\nmethod_name: | ^^^^ not found in `sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:8:61\nmethod_name: |\nmethod_name: 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size,\nmethod_name: | ^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:18:33\nmethod_name: |\nmethod_name: 18 | set_size, set_window_title, size, window_size,\nmethod_name: | ^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `window_size` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:154:10\nmethod_name: |\nmethod_name: 154 | sys::window_size()\nmethod_name: | ^^^^^^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:8:67\nmethod_name: |\nmethod_name: 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size,\nmethod_name: | ^^^^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:18:39\nmethod_name: |\nmethod_name: 18 | set_size, set_window_title, size, window_size,\nmethod_name: | ^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0308]: mismatched types\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:107:33\nmethod_name: |\nmethod_name: 107 | pub fn is_raw_mode_enabled() -> io::Result {\nmethod_name: | ------------------- ^^^^^^^^^^^^^^^^ expected `Result`, found `()`\nmethod_name: | |\nmethod_name: | implicitly returns `()` as its body has no tail or `return` expression\nmethod_name: |\nmethod_name: = note: expected enum `Result`\nmethod_name: found unit type `()`\nmethod_name: \nmethod_name: Compiling strum_macros v0.26.2\nmethod_name: Some errors have detailed explanations: E0308, E0425.\nmethod_name: For more information about an error, try `rustc --explain E0308`.\nmethod_name: error: could not compile `crossterm` (lib) due to 5 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"compiler_builtins","settings":{},"status":"Success","custom_profile":false,"version":"0.1.109"},{"name":"concurrent-queue","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"Success","custom_profile":true,"version":"2.4.0"},{"name":"config","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.14.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded convert_case v0.6.0\nmethod_name: Downloaded linked-hash-map v0.5.6\nmethod_name: Downloaded json5 v0.4.1\nmethod_name: Downloaded pathdiff v0.2.1\nmethod_name: Downloaded ordered-multimap v0.6.0\nmethod_name: Downloaded config v0.14.0\nmethod_name: Downloaded rust-ini v0.19.0\nmethod_name: Downloaded dlv-list v0.5.2\nmethod_name: Downloaded yaml-rust v0.4.5\nmethod_name: Downloaded ron v0.8.1\nmethod_name: Compiling tiny-keccak v2.0.2\nmethod_name: Compiling cfg-if v1.0.0\nmethod_name: Compiling memchr v2.7.2\nmethod_name: Compiling ucd-trie v0.1.6\nmethod_name: Compiling winnow v0.6.6\nmethod_name: Compiling hashbrown v0.13.2\nmethod_name: Compiling libc v0.2.153\nmethod_name: Compiling crunchy v0.2.2\nmethod_name: Compiling thiserror v1.0.58\nmethod_name: Compiling unicode-segmentation v1.11.0\nmethod_name: Compiling linked-hash-map v0.5.6\nmethod_name: Compiling nom v7.1.3\nmethod_name: Compiling pathdiff v0.2.1\nmethod_name: Compiling toml_datetime v0.6.5\nmethod_name: Compiling serde_spanned v0.6.5\nmethod_name: Compiling bitflags v2.5.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: Compiling pest v2.7.9\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"console","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.15.8","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling console v0.15.8\nmethod_name: error[E0432]: unresolved import `crate::term::wants_emoji`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/utils.rs:9:19\nmethod_name: |\nmethod_name: 9 | use crate::term::{wants_emoji, Term};\nmethod_name: | ^^^^^^^^^^^ no `wants_emoji` in `term`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `DEFAULT_WIDTH` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:415:44\nmethod_name: |\nmethod_name: 415 | self.size_checked().unwrap_or((24, DEFAULT_WIDTH))\nmethod_name: | ^^^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_to` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:429:9\nmethod_name: |\nmethod_name: 429 | move_cursor_to(self, x, y)\nmethod_name: | ^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 429 | self.move_cursor_to(self, x, y)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_to` as a method\nmethod_name: |\nmethod_name: 429 | self.move_cursor_to(x, y)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_to;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_up` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:438:9\nmethod_name: |\nmethod_name: 438 | move_cursor_up(self, n)\nmethod_name: | ^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 438 | self.move_cursor_up(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_up` as a method\nmethod_name: |\nmethod_name: 438 | self.move_cursor_up(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_up;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_down` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:447:9\nmethod_name: |\nmethod_name: 447 | move_cursor_down(self, n)\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 447 | self.move_cursor_down(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_down` as a method\nmethod_name: |\nmethod_name: 447 | self.move_cursor_down(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_down;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_left` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:456:9\nmethod_name: |\nmethod_name: 456 | move_cursor_left(self, n)\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 456 | self.move_cursor_left(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_left` as a method\nmethod_name: |\nmethod_name: 456 | self.move_cursor_left(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_left;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_right` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:465:9\nmethod_name: |\nmethod_name: 465 | move_cursor_right(self, n)\nmethod_name: | ^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 465 | self.move_cursor_right(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_right` as a method\nmethod_name: |\nmethod_name: 465 | self.move_cursor_right(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_right;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_line` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:473:9\nmethod_name: |\nmethod_name: 473 | clear_line(self)\nmethod_name: | ^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 473 | self.clear_line(self)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_line` as a method\nmethod_name: |\nmethod_name: 473 | self.clear_line()\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_line;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_screen` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:494:9\nmethod_name: |\nmethod_name: 494 | clear_screen(self)\nmethod_name: | ^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 494 | self.clear_screen(self)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_screen` as a method\nmethod_name: |\nmethod_name: 494 | self.clear_screen()\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_screen;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_to_end_of_screen` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:501:9\nmethod_name: |\nmethod_name: 501 | clear_to_end_of_screen(self)\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 501 | self.clear_to_end_of_screen(self)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_to_end_of_screen` as a method\nmethod_name: |\nmethod_name: 501 | self.clear_to_end_of_screen()\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_to_end_of_screen;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_chars` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:507:9\nmethod_name: |\nmethod_name: 507 | clear_chars(self, n)\nmethod_name: | ^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 507 | self.clear_chars(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_chars` as a method\nmethod_name: |\nmethod_name: 507 | self.clear_chars(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_chars;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `show_cursor` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:521:9\nmethod_name: |\nmethod_name: 521 | show_cursor(self)\nmethod_name: | ^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 521 | self.show_cursor(self)\nmethod_name: | +++++\nmethod_name: help: try calling `show_cursor` as a method\nmethod_name: |\nmethod_name: 521 | self.show_cursor()\nmethod_name: |\n"},{"name":"console_error_panic_hook","settings":{},"status":"Success","custom_profile":false,"version":"0.1.7"},{"name":"const-oid","settings":{},"status":"Success","custom_profile":false,"version":"0.9.6"},{"name":"const-random","settings":{},"status":"Success","custom_profile":false,"version":"0.1.18"},{"name":"const-random-macro","settings":{},"status":"Success","custom_profile":false,"version":"0.1.16"},{"name":"const_fn","settings":{},"status":"Success","custom_profile":false,"version":"0.4.9"},{"name":"const_format","settings":{},"status":"Success","custom_profile":false,"version":"0.2.32"},{"name":"const_format_proc_macros","settings":{},"status":"Success","custom_profile":false,"version":"0.2.32"},{"name":"constant_time_eq","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"convert_case","settings":{},"status":"Success","custom_profile":false,"version":"0.6.0"},{"name":"cookie","settings":{},"status":"Success","custom_profile":false,"version":"0.18.1"},{"name":"cookie_store","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.21.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded cookie_store v0.21.0\nmethod_name: Downloaded psl-types v2.0.11\nmethod_name: Downloaded publicsuffix v2.2.3\nmethod_name: Downloaded idna v0.3.0\nmethod_name: Compiling unicode-bidi v0.3.15\nmethod_name: Compiling psl-types v2.0.11\nmethod_name: Compiling cookie v0.18.1\nmethod_name: Compiling unicode-normalization v0.1.23\nmethod_name: Compiling time v0.3.36\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"core-foundation","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.9.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded core-foundation-sys v0.8.6\nmethod_name: Downloaded core-foundation v0.9.4\nmethod_name: Compiling core-foundation-sys v0.8.6\nmethod_name: Compiling core-foundation v0.9.4\nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/filedescriptor.rs:19:14\nmethod_name: |\nmethod_name: 19 | use std::os::unix::io::{AsRawFd, RawFd};\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::c_char`, `libc::strlen`, `libc::PATH_MAX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/url.rs:22:12\nmethod_name: |\nmethod_name: 22 | use libc::{c_char, strlen, PATH_MAX};\nmethod_name: | ^^^^^^ ^^^^^^ ^^^^^^^^ no `PATH_MAX` in the root\nmethod_name: | | |\nmethod_name: | | no `strlen` in the root\nmethod_name: | no `c_char` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: core::ffi::c_char\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0432, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `core-foundation` (lib) due to 2 previous errors\n"},{"name":"core-foundation-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.8.6"},{"name":"cpp_demangle","settings":{},"status":"Success","custom_profile":false,"version":"0.4.3"},{"name":"cpufeatures","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.12","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling cpufeatures v0.2.12\nmethod_name: error: This crate works only on `aarch64`, `loongarch64`, `x86`, and `x86-64` targets.\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs:152:1\nmethod_name: |\nmethod_name: 152 | compile_error!(\"This crate works only on `aarch64`, `loongarch64`, `x86`, and `x86-64` targets.\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error: could not compile `cpufeatures` (lib) due to 1 previous error\n"},{"name":"cpuid-bool","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.99.99","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded cpuid-bool v0.99.99\nmethod_name: Compiling cpuid-bool v0.99.99\nmethod_name: error: `cpuid-bool` is deprecated. Please switch to `cpufeatures`: https://github.com/RustCrypto/utils/tree/master/cpufeatures\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpuid-bool-0.99.99/src/lib.rs:1:1\nmethod_name: |\nmethod_name: 1 | compile_error!(\"`cpuid-bool` is deprecated. Please switch to `cpufeatures`: https://github.com/RustCrypto/utils/tree/master/cpufeatures\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error: could not compile `cpuid-bool` (lib) due to 1 previous error\n"},{"name":"cranelift-bforest","settings":{},"status":"Success","custom_profile":false,"version":"0.104.3"},{"name":"cranelift-codegen","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.104.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded cranelift-control v0.104.3\nmethod_name: Downloaded target-lexicon v0.12.14\nmethod_name: Downloaded slice-group-by v0.3.1\nmethod_name: Downloaded cranelift-codegen-shared v0.104.3\nmethod_name: Downloaded cranelift-isle v0.104.3\nmethod_name: Downloaded cranelift-codegen-meta v0.104.3\nmethod_name: Downloaded regalloc2 v0.9.3\nmethod_name: Downloaded cranelift-codegen v0.104.3\nmethod_name: Compiling ahash v0.8.11\nmethod_name: Compiling cranelift-isle v0.104.3\nmethod_name: Compiling cranelift-codegen-shared v0.104.3\nmethod_name: Compiling target-lexicon v0.12.14\nmethod_name: Compiling smallvec v1.13.2\nmethod_name: Compiling slice-group-by v0.3.1\nmethod_name: Compiling rustc-hash v1.1.0\nmethod_name: Compiling cranelift-control v0.104.3\nmethod_name: Compiling gimli v0.28.1\nmethod_name: Compiling cranelift-codegen-meta v0.104.3\nmethod_name: Compiling hashbrown v0.13.2\nmethod_name: error: failed to run custom build command for `target-lexicon v0.12.14`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/target-lexicon-7b094c09b49791dd/build-script-build` (exit status: 101)\nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/build.rs:52:54:\nmethod_name: Invalid target name: 'riscv32im-risc0-zkvm-elf'\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"cranelift-codegen-meta","settings":{},"status":"Success","custom_profile":false,"version":"0.104.3"},{"name":"cranelift-codegen-shared","settings":{},"status":"Success","custom_profile":false,"version":"0.104.3"},{"name":"cranelift-entity","settings":{},"status":"Success","custom_profile":false,"version":"0.104.3"},{"name":"cranelift-frontend","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.104.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded cranelift-frontend v0.104.3\nmethod_name: Compiling target-lexicon v0.12.14\nmethod_name: Compiling cranelift-codegen v0.104.3\nmethod_name: Compiling regalloc2 v0.9.3\nmethod_name: error: failed to run custom build command for `target-lexicon v0.12.14`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/target-lexicon-7b094c09b49791dd/build-script-build` (exit status: 101)\nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/build.rs:52:54:\nmethod_name: Invalid target name: 'riscv32im-risc0-zkvm-elf'\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"crc","settings":{},"status":"Success","custom_profile":false,"version":"3.2.1"},{"name":"crc-catalog","settings":{},"status":"Success","custom_profile":false,"version":"2.4.0"},{"name":"crc32fast","settings":{},"status":"Success","custom_profile":false,"version":"1.4.0"},{"name":"criterion","settings":{"std":true,"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"BuildFail","custom_profile":true,"version":"0.5.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating git repository `https://github.com/risc0/crossbeam`\nmethod_name: Updating crates.io index\nmethod_name: warning: Patch `crossbeam v0.8.2 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Patch `crossbeam-channel v0.5.6 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Patch `crossbeam-utils v0.8.14 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Check that the patched package version and available features are compatible\nmethod_name: with the dependency requirements. If the patch has a different version from\nmethod_name: what is locked in the Cargo.lock file, run `cargo update` to use the new\nmethod_name: version. This may also occur with an optional dependency that is not enabled.\nmethod_name: Downloading crates ...\nmethod_name: Downloaded oorandom v11.1.3\nmethod_name: Downloaded plotters-svg v0.3.5\nmethod_name: Downloaded criterion v0.5.1\nmethod_name: Downloaded anes v0.1.6\nmethod_name: Downloaded plotters-backend v0.3.5\nmethod_name: Downloaded criterion-plot v0.5.0\nmethod_name: Downloaded walkdir v2.5.0\nmethod_name: Downloaded tinytemplate v1.2.1\nmethod_name: Downloaded plotters v0.3.5\nmethod_name: Compiling either v1.11.0\nmethod_name: Compiling rayon-core v1.12.1\nmethod_name: Compiling regex-syntax v0.8.3\nmethod_name: Compiling plotters-backend v0.3.5\nmethod_name: Compiling crossbeam-utils v0.8.19\nmethod_name: Compiling same-file v1.0.6\nmethod_name: Compiling oorandom v11.1.3\nmethod_name: Compiling anes v0.1.6\nmethod_name: Compiling is-terminal v0.4.12\nmethod_name: Compiling ciborium v0.2.2\nmethod_name: Compiling tinytemplate v1.2.1\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0405]: cannot find trait `AsFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs:84:14\nmethod_name: |\nmethod_name: 84 | impl IsTerminal for Stream {\nmethod_name: | ^^^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0405`.\nmethod_name: error: could not compile `is-terminal` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"criterion-plot","settings":{},"status":"Success","custom_profile":false,"version":"0.5.0"},{"name":"crossbeam","settings":{},"status":"Success","custom_profile":false,"version":"0.8.4"},{"name":"crossbeam-channel","settings":{},"status":"Success","custom_profile":false,"version":"0.5.12"},{"name":"crossbeam-deque","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"Success","custom_profile":true,"version":"0.8.5"},{"name":"crossbeam-epoch","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"Success","custom_profile":true,"version":"0.9.18"},{"name":"crossbeam-queue","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"Success","custom_profile":true,"version":"0.3.11"},{"name":"crossbeam-utils","settings":{},"status":"Success","custom_profile":false,"version":"0.8.19"},{"name":"crossterm","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.27.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded signal-hook-mio v0.2.3\nmethod_name: Downloaded signal-hook v0.3.17\nmethod_name: Compiling crossterm v0.27.0\nmethod_name: error[E0432]: unresolved import `sys::position`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/cursor.rs:52:9\nmethod_name: |\nmethod_name: 52 | pub use sys::position;\nmethod_name: | ^^^^^^^^^^^^^ no `position` in `cursor::sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/cursor/sys.rs:5:21\nmethod_name: |\nmethod_name: 5 | pub use self::unix::position;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/cursor/sys.rs:7:24\nmethod_name: |\nmethod_name: 7 | pub use self::windows::position;\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::supports_keyboard_enhancement`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:102:9\nmethod_name: |\nmethod_name: 102 | pub use sys::supports_keyboard_enhancement;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `supports_keyboard_enhancement` in `terminal::sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:5:21\nmethod_name: |\nmethod_name: 5 | pub use self::unix::supports_keyboard_enhancement;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:12:24\nmethod_name: |\nmethod_name: 12 | pub use self::windows::supports_keyboard_enhancement;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find value `source` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/event/read.rs:25:22\nmethod_name: |\nmethod_name: 14 | source: Option>,\nmethod_name: | ------------------------------------ a field by that name exists in `Self`\nmethod_name: ...\nmethod_name: 25 | let source = source.ok().map(|x| Box::new(x) as Box);\nmethod_name: | ^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `enable_raw_mode` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:123:10\nmethod_name: |\nmethod_name: 123 | sys::enable_raw_mode()\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:8:23\nmethod_name: |\nmethod_name: 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size,\nmethod_name: | ^^^^^^^^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:17:30\nmethod_name: |\nmethod_name: 17 | clear, disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, scroll_down, scroll_up,\nmethod_name: | ^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `disable_raw_mode` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:130:10\nmethod_name: |\nmethod_name: 130 | sys::disable_raw_mode()\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:8:5\nmethod_name: |\nmethod_name: 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size,\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:17:12\nmethod_name: |\nmethod_name: 17 | clear, disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, scroll_down, scroll_up,\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `size` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:137:10\nmethod_name: |\nmethod_name: 137 | sys::size()\nmethod_name: | ^^^^ not found in `sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:8:61\nmethod_name: |\nmethod_name: 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size,\nmethod_name: | ^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:18:33\nmethod_name: |\nmethod_name: 18 | set_size, set_window_title, size, window_size,\nmethod_name: | ^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `window_size` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:154:10\nmethod_name: |\nmethod_name: 154 | sys::window_size()\nmethod_name: | ^^^^^^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:8:67\nmethod_name: |\nmethod_name: 8 | disable_raw_mode, enable_raw_mode, is_raw_mode_enabled, size, window_size,\nmethod_name: | ^^^^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal/sys.rs:18:39\nmethod_name: |\nmethod_name: 18 | set_size, set_window_title, size, window_size,\nmethod_name: | ^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0046]: not all trait items implemented, missing: `eval`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/event/filter.rs:52:1\nmethod_name: |\nmethod_name: 6 | fn eval(&self, event: &InternalEvent) -> bool;\nmethod_name: | ---------------------------------------------- `eval` from trait\nmethod_name: ...\nmethod_name: 52 | impl Filter for EventFilter {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `eval` in implementation\nmethod_name: \nmethod_name: error[E0308]: mismatched types\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/terminal.rs:107:33\nmethod_name: |\nmethod_name: 107 | pub fn is_raw_mode_enabled() -> io::Result {\nmethod_name: | ------------------- ^^^^^^^^^^^^^^^^ expected `Result`, found `()`\nmethod_name: | |\nmethod_name: | implicitly returns `()` as its body has no tail or `return` expression\nmethod_name: |\nmethod_name: = note: expected enum `Result`\nmethod_name: found unit type `()`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0046, E0308, E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0046`.\nmethod_name: error: could not compile `crossterm` (lib) due to 9 previous errors\n"},{"name":"crunchy","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"crypto-bigint","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.5.5"},{"name":"crypto-common","settings":{},"status":"Success","custom_profile":false,"version":"0.1.6"},{"name":"crypto-mac","settings":{},"status":"Success","custom_profile":false,"version":"0.11.1"},{"name":"csv","settings":{"std":true},"status":"Success","custom_profile":true,"version":"1.3.0"},{"name":"csv-core","settings":{},"status":"Success","custom_profile":false,"version":"0.1.11"},{"name":"ctor","settings":{},"status":"Success","custom_profile":false,"version":"0.2.8"},{"name":"ctr","settings":{},"status":"Success","custom_profile":false,"version":"0.9.2"},{"name":"ctrlc","settings":{},"status":"BuildFail","custom_profile":false,"version":"3.4.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded ctrlc v3.4.4\nmethod_name: Downloaded nix v0.28.0\nmethod_name: Compiling ctrlc v3.4.4\nmethod_name: error[E0432]: unresolved import `platform::Signal`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.4/src/lib.rs:53:9\nmethod_name: |\nmethod_name: 53 | pub use platform::Signal;\nmethod_name: | ^^^^^^^^^^^^^^^^ no `Signal` in `platform`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Error` in module `platform`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.4/src/error.rs:25:21\nmethod_name: |\nmethod_name: 25 | impl From for Error {\nmethod_name: | ^^^^^ not found in `platform`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use core::error::Error;\nmethod_name: |\nmethod_name: 1 + use core::fmt::Error;\nmethod_name: |\nmethod_name: 1 + use crate::Error;\nmethod_name: |\nmethod_name: 1 + use crate::error::fmt::Error;\nmethod_name: |\nmethod_name: and 3 other candidates\nmethod_name: help: if you import `Error`, refer to it directly\nmethod_name: |\nmethod_name: 25 - impl From for Error {\nmethod_name: 25 + impl From for Error {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Error` in module `platform`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.4/src/error.rs:26:26\nmethod_name: |\nmethod_name: 26 | fn from(e: platform::Error) -> Error {\nmethod_name: | ^^^^^ not found in `platform`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use core::error::Error;\nmethod_name: |\nmethod_name: 1 + use core::fmt::Error;\nmethod_name: |\nmethod_name: 1 + use crate::Error;\nmethod_name: |\nmethod_name: 1 + use crate::error::fmt::Error;\nmethod_name: |\nmethod_name: and 3 other candidates\nmethod_name: help: if you import `Error`, refer to it directly\nmethod_name: |\nmethod_name: 26 - fn from(e: platform::Error) -> Error {\nmethod_name: 26 + fn from(e: Error) -> Error {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Error` in `platform`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.4/src/error.rs:28:27\nmethod_name: |\nmethod_name: 28 | if e == platform::Error::EEXIST {\nmethod_name: | ^^^^^ could not find `Error` in `platform`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use core::error::Error;\nmethod_name: |\nmethod_name: 1 + use core::fmt::Error;\nmethod_name: |\nmethod_name: 1 + use crate::Error;\nmethod_name: |\nmethod_name: 1 + use crate::error::fmt::Error;\nmethod_name: |\nmethod_name: and 3 other candidates\nmethod_name: help: if you import `Error`, refer to it directly\nmethod_name: |\nmethod_name: 28 - if e == platform::Error::EEXIST {\nmethod_name: 28 + if e == Error::EEXIST {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Signal` in module `platform`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.4/src/signal.rs:22:21\nmethod_name: |\nmethod_name: 22 | Other(platform::Signal),\nmethod_name: | ^^^^^^ not found in `platform`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `init_os_handler` in module `platform`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.4/src/lib.rs:134:25\nmethod_name: |\nmethod_name: 134 | match platform::init_os_handler(overwrite) {\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `platform`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `block_ctrl_c` in module `platform`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.4/src/lib.rs:146:27\nmethod_name: |\nmethod_name: 146 | platform::block_ctrl_c().expect(\"Critical system error while waiting for Ctrl-C\");\nmethod_name: | ^^^^^^^^^^^^ not found in `platform`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0412, E0425, E0432, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `ctrlc` (lib) due to 7 previous errors\n"},{"name":"cty","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"curl","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.46","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded curl v0.4.46\nmethod_name: Downloaded curl-sys v0.4.72+curl-8.6.0\nmethod_name: Compiling vcpkg v0.2.15\nmethod_name: Compiling curl-sys v0.4.72+curl-8.6.0\nmethod_name: Compiling curl v0.4.46\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `MaybeUninitSlice` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:405:31\nmethod_name: |\nmethod_name: 405 | MaybeUninitSlice(sys::MaybeUninitSlice::new(buf))\nmethod_name: | ^^^^^^^^^^^^^^^^ could not find `MaybeUninitSlice` in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `unix_sockaddr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:153:21\nmethod_name: |\nmethod_name: 153 | crate::sys::unix_sockaddr(path.as_ref())\nmethod_name: | ^^^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `from_in_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:215:34\nmethod_name: |\nmethod_name: 215 | let ip = crate::sys::from_in_addr(addr.sin_addr);\nmethod_name: | ^^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `from_in6_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:222:34\nmethod_name: |\nmethod_name: 222 | let ip = crate::sys::from_in6_addr(addr.sin6_addr);\nmethod_name: | ^^^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `to_in_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:284:44\nmethod_name: |\nmethod_name: 284 | storage.sin_addr = crate::sys::to_in_addr(addr.ip());\nmethod_name: | ^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `to_in6_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:317:45\nmethod_name: |\nmethod_name: 317 | storage.sin6_addr = crate::sys::to_in6_addr(addr.ip());\nmethod_name: | ^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:89:38\nmethod_name: |\nmethod_name: 89 | pub(crate) fn from_raw(raw: sys::Socket) -> Socket {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 9 + use crate::Socket;\nmethod_name: |\nmethod_name: help: if you import `Socket`, refer to it directly\nmethod_name: |\nmethod_name: 89 - pub(crate) fn from_raw(raw: sys::Socket) -> Socket {\nmethod_name: 89 + pub(crate) fn from_raw(raw: Socket) -> Socket {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket_from_raw` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:107:22\nmethod_name: |\nmethod_name: 107 | sys::socket_from_raw(raw)\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:112:41\nmethod_name: |\nmethod_name: 112 | pub(crate) fn as_raw(&self) -> sys::Socket {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 9 + use crate::Socket;\nmethod_name: |\nmethod_name: help: if you import `Socket`, refer to it directly\nmethod_name: |\nmethod_name: 112 - pub(crate) fn as_raw(&self) -> sys::Socket {\nmethod_name: 112 + pub(crate) fn as_raw(&self) -> Socket {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket_as_raw` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:113:14\nmethod_name: |\nmethod_name: 113 | sys::socket_as_raw(&self.inner)\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:116:42\nmethod_name: |\nmethod_name: 116 | pub(crate) fn into_raw(self) -> sys::Socket {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 9 + use crate::Socket;\nmethod_name: |\nmethod_name: help: if you import `Socket`, refer to it directly\nmethod_name: |\nmethod_name: 116 - pub(crate) fn into_raw(self) -> sys::Socket {\nmethod_name: 116 + pub(crate) fn into_raw(self) -> Socket {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket_into_raw` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:117:14\nmethod_name: |\nmethod_name: 117 | sys::socket_into_raw(self.inner)\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:142:14\nmethod_name: |\nmethod_name: 142 | sys::socket(domain.0, ty.0, protocol).map(Socket::from_raw)\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `bind` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:187:14\nmethod_name: |\nmethod_name: 187 | sys::bind(self.as_raw(), address)\nmethod_name: | ^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `connect` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:206:14\nmethod_name: |\nmethod_name: 206 | sys::connect(self.as_raw(), address)\nmethod_name: | ^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `poll_connect` in module `sys`\n"},{"name":"curl-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.72+curl-8.6.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: warning: /tmp/.tmp4mAvBF/template_project/methods/guest/Cargo.toml: version requirement `0.4.72+curl-8.6.0` for dependency `curl-sys` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion\nmethod_name: Compiling curl-sys v0.4.72+curl-8.6.0\nmethod_name: Compiling libz-sys v1.1.16\nmethod_name: error[E0412]: cannot find type `off_t` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs:51:26\nmethod_name: |\nmethod_name: 51 | pub type z_off_t = libc::off_t;\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `libz-sys` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: curl-sys@0.4.72+curl-8.6.0: In file included from curl/lib/curl_setup.h:267,\nmethod_name: warning: curl-sys@0.4.72+curl-8.6.0: from curl/lib/asyn-thread.c:25:\nmethod_name: warning: curl-sys@0.4.72+curl-8.6.0: curl/include/curl/system.h:428:12: fatal error: sys/socket.h: No such file or directory\nmethod_name: warning: curl-sys@0.4.72+curl-8.6.0: 428 | # include \nmethod_name: warning: curl-sys@0.4.72+curl-8.6.0: | ^~~~~~~~~~~~~~\nmethod_name: warning: curl-sys@0.4.72+curl-8.6.0: compilation terminated.\nmethod_name: \nmethod_name: error: failed to run custom build command for `curl-sys v0.4.72+curl-8.6.0`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/curl-sys-62a477ecd8456d6c/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-changed=curl\nmethod_name: cargo:rerun-if-env-changed=LIBCURL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: Couldn't find libcurl from pkgconfig (pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.), compiling it from source...\nmethod_name: cargo:root=/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/curl-sys-f71a680e65363627/out\nmethod_name: cargo:include=/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/curl-sys-f71a680e65363627/out/include\nmethod_name: cargo:static=1\nmethod_name: cargo:rustc-cfg=libcurl_vendored\nmethod_name: cargo:rustc-cfg=link_libz\nmethod_name: cargo:rustc-cfg=link_openssl\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=In file included from curl/lib/curl_setup.h:267,\nmethod_name: cargo:warning= from curl/lib/asyn-thread.c:25:\nmethod_name: cargo:warning=curl/include/curl/system.h:428:12: fatal error: sys/socket.h: No such file or directory\nmethod_name: cargo:warning= 428 | # include \nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~\nmethod_name: cargo:warning=compilation terminated.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: fatal: not a git repository (or any of the parent directories): .git\nmethod_name: \nmethod_name: \nmethod_name: error occurred: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"curl/lib\" \"-I\" \"curl/include\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-a214f140412416a9/out/include\" \"-fvisibility=hidden\" \"-DBUILDING_LIBCURL\" \"-DCURL_DISABLE_DICT\" \"-DCURL_DISABLE_GOPHER\" \"-DCURL_DISABLE_IMAP\" \"-DCURL_DISABLE_LDAP\" \"-DCURL_DISABLE_LDAPS\" \"-DCURL_DISABLE_POP3\" \"-DCURL_DISABLE_RTSP\" \"-DCURL_DISABLE_SMB\" \"-DCURL_DISABLE_SMTP\" \"-DCURL_DISABLE_TELNET\" \"-DCURL_DISABLE_TFTP\" \"-DCURL_STATICLIB\" \"-DENABLE_IPV6\" \"-DHAVE_ASSERT_H\" \"-DOS=\\\"unknown\\\"\" \"-DHAVE_ZLIB_H\" \"-DHAVE_LONGLONG\" \"-DHAVE_LIBZ\" \"-DHAVE_BOOL_T\" \"-DHAVE_STDBOOL_H\" \"-DHAVE_GETADDRINFO\" \"-DHAVE_GETPEERNAME\" \"-DHAVE_GETSOCKNAME\" \"-DCURL_DISABLE_NTLM\" \"-DCURL_DISABLE_FTP\" \"-DUSE_OPENSSL\" \"-DRECV_TYPE_ARG1=int\" \"-DHAVE_PTHREAD_H\" \"-DHAVE_ARPA_INET_H\" \"-DHAVE_ERRNO_H\" \"-DHAVE_FCNTL_H\" \"-DHAVE_NETDB_H\" \"-DHAVE_NETINET_IN_H\" \"-DHAVE_NETINET_TCP_H\" \"-DHAVE_POLL_H\" \"-DHAVE_FCNTL_O_NONBLOCK\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_STAT_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_UNISTD_H\" \"-DHAVE_RECV\" \"-DHAVE_SELECT\" \"-DHAVE_SEND\" \"-DHAVE_SOCKET\" \"-DHAVE_STERRROR_R\" \"-DHAVE_SOCKETPAIR\" \"-DHAVE_STRUCT_TIMEVAL\" \"-DHAVE_SYS_UN_H\" \"-DUSE_THREADS_POSIX\" \"-DUSE_UNIX_SOCKETS\" \"-DRECV_TYPE_ARG2=void*\" \"-DRECV_TYPE_ARG3=size_t\" \"-DRECV_TYPE_ARG4=int\" \"-DRECV_TYPE_RETV=ssize_t\" \"-DSEND_QUAL_ARG2=const\" \"-DSEND_TYPE_ARG1=int\" \"-DSEND_TYPE_ARG2=void*\" \"-DSEND_TYPE_ARG3=size_t\" \"-DSEND_TYPE_ARG4=int\" \"-DSEND_TYPE_RETV=ssize_t\" \"-DSIZEOF_CURL_OFF_T=8\" \"-DSIZEOF_INT=4\" \"-DSIZEOF_SHORT=2\" \"-DHAVE_CLOCK_GETTIME_MONOTONIC\" \"-DHAVE_GETTIMEOFDAY\" \"-DHAVE_POLL_FINE\" \"-DSIZEOF_SSIZE_T=4\" \"-DSIZEOF_SIZE_T=4\" \"-DSIZEOF_LONG=4\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/curl-sys-f71a680e65363627/out/build/4da0da058b5259b3-asyn-thread.o\" \"-c\" \"curl/lib/asyn-thread.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).\nmethod_name: \nmethod_name: \n"},{"name":"curve25519-dalek","settings":{},"status":"Success","custom_profile":false,"version":"4.1.2"},{"name":"cxx","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.0.121","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded link-cplusplus v1.0.9\nmethod_name: Downloaded cxxbridge-flags v1.0.121\nmethod_name: Downloaded cxxbridge-macro v1.0.121\nmethod_name: Downloaded cxx v1.0.121\nmethod_name: Compiling cxxbridge-flags v1.0.121\nmethod_name: Compiling link-cplusplus v1.0.9\nmethod_name: Compiling cxxbridge-macro v1.0.121\nmethod_name: Compiling cxx v1.0.121\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: link-cplusplus@1.0.9: c++: error: unrecognized argument in option ‘-mabi=ilp32’\nmethod_name: warning: link-cplusplus@1.0.9: c++: note: valid arguments to ‘-mabi=’ are: ms sysv\nmethod_name: \nmethod_name: error: failed to run custom build command for `link-cplusplus v1.0.9`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/link-cplusplus-b3a9335eb62455d3/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-changed=build.rs\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CXX_riscv32im-risc0-zkvm-elf\nmethod_name: CXX_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CXX_riscv32im_risc0_zkvm_elf\nmethod_name: CXX_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CXX\nmethod_name: TARGET_CXX = None\nmethod_name: cargo:rerun-if-env-changed=CXX\nmethod_name: CXX = None\nmethod_name: RUSTC_LINKER = None\nmethod_name: cargo:rerun-if-env-changed=CROSS_COMPILE\nmethod_name: CROSS_COMPILE = None\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CXXFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CXXFLAGS_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CXXFLAGS\nmethod_name: TARGET_CXXFLAGS = None\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS\nmethod_name: CXXFLAGS = None\nmethod_name: cargo:warning=c++: error: unrecognized argument in option ‘-mabi=ilp32’\nmethod_name: cargo:warning=c++: note: valid arguments to ‘-mabi=’ are: ms sysv\nmethod_name: \nmethod_name: --- stderr\nmethod_name: \nmethod_name: \nmethod_name: error occurred: Command \"c++\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-Wall\" \"-Wextra\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/link-cplusplus-306c59089ead9c55/out/52891acfca2da99a-dummy.o\" \"-c\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/link-cplusplus-306c59089ead9c55/out/dummy.cc\" with args c++ did not execute successfully (status code exit status: 1).\nmethod_name: \nmethod_name: \nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"cxx-build","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.0.121","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded scratch v1.0.7\nmethod_name: Downloaded cxx-build v1.0.121\nmethod_name: Compiling proc-macro2 v1.0.81\nmethod_name: Compiling scratch v1.0.7\nmethod_name: Compiling cc v1.0.95\nmethod_name: error: Your system is not supported since cc cannot create named tempfile\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.95/src/tempfile.rs:10:1\nmethod_name: |\nmethod_name: 10 | compile_error!(\"Your system is not supported since cc cannot create named tempfile\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error: could not compile `cc` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"cxxbridge-flags","settings":{},"status":"Success","custom_profile":false,"version":"1.0.121"},{"name":"cxxbridge-macro","settings":{},"status":"Success","custom_profile":false,"version":"1.0.121"},{"name":"darling","settings":{},"status":"Success","custom_profile":false,"version":"0.20.8"},{"name":"darling_core","settings":{},"status":"Success","custom_profile":false,"version":"0.20.8"},{"name":"darling_macro","settings":{},"status":"Success","custom_profile":false,"version":"0.20.8"},{"name":"dashmap","settings":{},"status":"Success","custom_profile":false,"version":"5.5.3"},{"name":"data-encoding","settings":{},"status":"Success","custom_profile":false,"version":"2.5.0"},{"name":"deadpool","settings":{},"status":"Success","custom_profile":false,"version":"0.11.2"},{"name":"debugid","settings":{},"status":"Success","custom_profile":false,"version":"0.8.0"},{"name":"deflate","settings":{},"status":"Success","custom_profile":false,"version":"1.0.0"},{"name":"der","settings":{},"status":"Success","custom_profile":false,"version":"0.7.9"},{"name":"der-parser","settings":{},"status":"Success","custom_profile":false,"version":"9.0.0"},{"name":"deranged","settings":{},"status":"Success","custom_profile":false,"version":"0.3.11"},{"name":"derivative","settings":{},"status":"Success","custom_profile":false,"version":"2.2.0"},{"name":"derive_builder","settings":{},"status":"Success","custom_profile":false,"version":"0.20.0"},{"name":"derive_builder_core","settings":{},"status":"Success","custom_profile":false,"version":"0.20.0"},{"name":"derive_builder_macro","settings":{},"status":"Success","custom_profile":false,"version":"0.20.0"},{"name":"derive_more","settings":{},"status":"Success","custom_profile":false,"version":"0.99.17"},{"name":"deunicode","settings":{},"status":"Success","custom_profile":false,"version":"1.4.4"},{"name":"dialoguer","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.11.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling shell-words v1.1.0\nmethod_name: Compiling console v0.15.8\nmethod_name: error[E0432]: unresolved import `crate::term::wants_emoji`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/utils.rs:9:19\nmethod_name: |\nmethod_name: 9 | use crate::term::{wants_emoji, Term};\nmethod_name: | ^^^^^^^^^^^ no `wants_emoji` in `term`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `DEFAULT_WIDTH` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:415:44\nmethod_name: |\nmethod_name: 415 | self.size_checked().unwrap_or((24, DEFAULT_WIDTH))\nmethod_name: | ^^^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_to` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:429:9\nmethod_name: |\nmethod_name: 429 | move_cursor_to(self, x, y)\nmethod_name: | ^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 429 | self.move_cursor_to(self, x, y)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_to` as a method\nmethod_name: |\nmethod_name: 429 | self.move_cursor_to(x, y)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_to;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_up` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:438:9\nmethod_name: |\nmethod_name: 438 | move_cursor_up(self, n)\nmethod_name: | ^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 438 | self.move_cursor_up(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_up` as a method\nmethod_name: |\nmethod_name: 438 | self.move_cursor_up(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_up;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_down` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:447:9\nmethod_name: |\nmethod_name: 447 | move_cursor_down(self, n)\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 447 | self.move_cursor_down(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_down` as a method\nmethod_name: |\nmethod_name: 447 | self.move_cursor_down(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_down;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_left` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:456:9\nmethod_name: |\nmethod_name: 456 | move_cursor_left(self, n)\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 456 | self.move_cursor_left(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_left` as a method\nmethod_name: |\nmethod_name: 456 | self.move_cursor_left(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_left;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_right` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:465:9\nmethod_name: |\nmethod_name: 465 | move_cursor_right(self, n)\nmethod_name: | ^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 465 | self.move_cursor_right(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_right` as a method\nmethod_name: |\nmethod_name: 465 | self.move_cursor_right(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_right;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_line` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:473:9\nmethod_name: |\nmethod_name: 473 | clear_line(self)\nmethod_name: | ^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 473 | self.clear_line(self)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_line` as a method\nmethod_name: |\nmethod_name: 473 | self.clear_line()\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_line;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_screen` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:494:9\nmethod_name: |\nmethod_name: 494 | clear_screen(self)\nmethod_name: | ^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 494 | self.clear_screen(self)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_screen` as a method\nmethod_name: |\nmethod_name: 494 | self.clear_screen()\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_screen;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_to_end_of_screen` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:501:9\nmethod_name: |\nmethod_name: 501 | clear_to_end_of_screen(self)\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 501 | self.clear_to_end_of_screen(self)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_to_end_of_screen` as a method\nmethod_name: |\nmethod_name: 501 | self.clear_to_end_of_screen()\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_to_end_of_screen;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_chars` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:507:9\nmethod_name: |\nmethod_name: 507 | clear_chars(self, n)\nmethod_name: | ^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 507 | self.clear_chars(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_chars` as a method\nmethod_name: |\nmethod_name: 507 | self.clear_chars(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_chars;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `show_cursor` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:521:9\nmethod_name: |\nmethod_name: 521 | show_cursor(self)\nmethod_name: | ^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 521 | self.show_cursor(self)\nmethod_name: | +++++\nmethod_name: help: try calling `show_cursor` as a method\nmethod_name: |\nmethod_name: 521 | self.show_cursor()\n"},{"name":"diesel_derives","settings":{},"status":"Success","custom_profile":false,"version":"2.1.3"},{"name":"diff","settings":{},"status":"Success","custom_profile":false,"version":"0.1.13"},{"name":"difference","settings":{},"status":"Success","custom_profile":false,"version":"2.0.0"},{"name":"difflib","settings":{},"status":"Success","custom_profile":false,"version":"0.4.0"},{"name":"digest","settings":{},"status":"Success","custom_profile":false,"version":"0.10.7"},{"name":"directories","settings":{},"status":"BuildFail","custom_profile":false,"version":"5.0.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling option-ext v0.2.0\nmethod_name: Compiling dirs-sys v0.4.1\nmethod_name: Compiling directories v5.0.1\nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.1/src/lin.rs:11:42\nmethod_name: |\nmethod_name: 11 | if let Some(home_dir) = dirs_sys::home_dir() {\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:76:38\nmethod_name: |\nmethod_name: 76 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:99:29\nmethod_name: |\nmethod_name: 99 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 3 + use lin::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 11 - if let Some(home_dir) = dirs_sys::home_dir() {\nmethod_name: 11 + if let Some(home_dir) = home_dir() {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.1/src/lin.rs:41:39\nmethod_name: |\nmethod_name: 41 | if let Some(home_dir) = dirs_sys::home_dir() {\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:76:38\nmethod_name: |\nmethod_name: 76 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:99:29\nmethod_name: |\nmethod_name: 99 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 3 + use lin::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 41 - if let Some(home_dir) = dirs_sys::home_dir() {\nmethod_name: 41 + if let Some(home_dir) = home_dir() {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dirs` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.1/src/lin.rs:44:43\nmethod_name: |\nmethod_name: 44 | let mut user_dirs_map = dirs_sys::user_dirs(&home_dir);\nmethod_name: | ^^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:47\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.1/src/lin.rs:65:42\nmethod_name: |\nmethod_name: 65 | if let Some(home_dir) = dirs_sys::home_dir() {\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:76:38\nmethod_name: |\nmethod_name: 76 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:99:29\nmethod_name: |\nmethod_name: 99 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 3 + use lin::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 65 - if let Some(home_dir) = dirs_sys::home_dir() {\nmethod_name: 65 + if let Some(home_dir) = home_dir() {\nmethod_name: |\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `directories` (lib) due to 4 previous errors\n"},{"name":"dirs","settings":{},"status":"BuildFail","custom_profile":false,"version":"5.0.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling dirs v5.0.1\nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:6:58\nmethod_name: |\nmethod_name: 6 | pub fn home_dir() -> Option { dirs_sys::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:76:38\nmethod_name: |\nmethod_name: 76 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:99:29\nmethod_name: |\nmethod_name: 99 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 3 + use home_dir;\nmethod_name: |\nmethod_name: 3 + use lin::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 6 - pub fn home_dir() -> Option { dirs_sys::home_dir() }\nmethod_name: 6 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:18:58\nmethod_name: |\nmethod_name: 18 | pub fn audio_dir() -> Option { dirs_sys::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:19:58\nmethod_name: |\nmethod_name: 19 | pub fn desktop_dir() -> Option { dirs_sys::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:20:58\nmethod_name: |\nmethod_name: 20 | pub fn document_dir() -> Option { dirs_sys::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:21:58\nmethod_name: |\nmethod_name: 21 | pub fn download_dir() -> Option { dirs_sys::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:23:58\nmethod_name: |\nmethod_name: 23 | pub fn picture_dir() -> Option { dirs_sys::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:24:58\nmethod_name: |\nmethod_name: 24 | pub fn public_dir() -> Option { dirs_sys::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:25:58\nmethod_name: |\nmethod_name: 25 | pub fn template_dir() -> Option { dirs_sys::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:26:58\nmethod_name: |\nmethod_name: 26 | pub fn video_dir() -> Option { dirs_sys::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `dirs` (lib) due to 9 previous errors\n"},{"name":"dirs-next","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.0.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling dirs-next v2.0.0\nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:4:61\nmethod_name: |\nmethod_name: 4 | pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:64:38\nmethod_name: |\nmethod_name: 64 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:83:29\nmethod_name: |\nmethod_name: 83 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use crate::home_dir;\nmethod_name: |\nmethod_name: 1 + use crate::lin::env::home_dir;\nmethod_name: |\nmethod_name: 1 + use std::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 4 - pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: 4 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:15:61\nmethod_name: |\nmethod_name: 15 | pub fn audio_dir() -> Option { dirs_sys_next::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:16:61\nmethod_name: |\nmethod_name: 16 | pub fn desktop_dir() -> Option { dirs_sys_next::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:17:61\nmethod_name: |\nmethod_name: 17 | pub fn document_dir() -> Option { dirs_sys_next::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:18:61\nmethod_name: |\nmethod_name: 18 | pub fn download_dir() -> Option { dirs_sys_next::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:20:61\nmethod_name: |\nmethod_name: 20 | pub fn picture_dir() -> Option { dirs_sys_next::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:21:61\nmethod_name: |\nmethod_name: 21 | pub fn public_dir() -> Option { dirs_sys_next::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:22:61\nmethod_name: |\nmethod_name: 22 | pub fn template_dir() -> Option { dirs_sys_next::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:23:61\nmethod_name: |\nmethod_name: 23 | pub fn video_dir() -> Option { dirs_sys_next::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `dirs-next` (lib) due to 9 previous errors\n"},{"name":"dirs-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.4.1"},{"name":"dirs-sys-next","settings":{},"status":"Success","custom_profile":false,"version":"0.1.2"},{"name":"displaydoc","settings":{},"status":"Success","custom_profile":false,"version":"0.2.4"},{"name":"dissimilar","settings":{},"status":"Success","custom_profile":false,"version":"1.0.8"},{"name":"dlv-list","settings":{},"status":"Success","custom_profile":false,"version":"0.5.2"},{"name":"doc-comment","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: error: failed to select a version for the requirement `doc-comment = \"^0.4.1\"`\nmethod_name: candidate versions found which didn't match: 0.3.3, 0.3.2, 0.3.1, ...\nmethod_name: location searched: crates.io index\nmethod_name: required by package `method_name v0.1.0 (/tmp/.tmp4mAvBF/template_project/methods/guest)`\nmethod_name: perhaps a crate was updated and forgotten to be re-vendored?\n"},{"name":"docopt","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.1.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded docopt v1.1.1\nmethod_name: Compiling regex-syntax v0.8.3\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"dotenv","settings":{},"status":"Success","custom_profile":false,"version":"0.15.0"},{"name":"dotenvy","settings":{},"status":"Success","custom_profile":false,"version":"0.15.7"},{"name":"downcast","settings":{},"status":"Success","custom_profile":false,"version":"0.11.0"},{"name":"downcast-rs","settings":{},"status":"Success","custom_profile":false,"version":"1.2.1"},{"name":"dtoa","settings":{},"status":"Success","custom_profile":false,"version":"1.0.9"},{"name":"dunce","settings":{},"status":"Success","custom_profile":false,"version":"1.0.4"},{"name":"dyn-clone","settings":{},"status":"Success","custom_profile":false,"version":"1.0.17"},{"name":"ecdsa","settings":{},"status":"Success","custom_profile":false,"version":"0.16.9"},{"name":"ed25519","settings":{},"status":"Success","custom_profile":false,"version":"2.2.3"},{"name":"ed25519-dalek","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.1.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded ed25519-dalek v2.1.1\nmethod_name: Compiling ed25519 v2.2.3\nmethod_name: Compiling curve25519-dalek v4.1.2\nmethod_name: Compiling digest v0.10.7\nmethod_name: Compiling blake2 v0.10.6\nmethod_name: Compiling sha2 v0.10.8\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling ed25519-dalek v2.1.1\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `digest` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"either","settings":{},"status":"Success","custom_profile":false,"version":"1.11.0"},{"name":"elliptic-curve","settings":{},"status":"Success","custom_profile":false,"version":"0.13.8"},{"name":"ena","settings":{},"status":"Success","custom_profile":false,"version":"0.14.2"},{"name":"encode_unicode","settings":{},"status":"Success","custom_profile":false,"version":"1.0.0"},{"name":"encoding","settings":{},"status":"Success","custom_profile":false,"version":"0.2.33"},{"name":"encoding-index-japanese","settings":{},"status":"Success","custom_profile":false,"version":"1.20141219.5"},{"name":"encoding-index-korean","settings":{},"status":"Success","custom_profile":false,"version":"1.20141219.5"},{"name":"encoding-index-simpchinese","settings":{},"status":"Success","custom_profile":false,"version":"1.20141219.5"},{"name":"encoding-index-singlebyte","settings":{},"status":"Success","custom_profile":false,"version":"1.20141219.5"},{"name":"encoding-index-tradchinese","settings":{},"status":"Success","custom_profile":false,"version":"1.20141219.5"},{"name":"encoding_index_tests","settings":{},"status":"Success","custom_profile":false,"version":"0.1.4"},{"name":"encoding_rs","settings":{},"status":"Success","custom_profile":false,"version":"0.8.34"},{"name":"endian-type","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"enum-as-inner","settings":{},"status":"Success","custom_profile":false,"version":"0.6.0"},{"name":"enum-iterator","settings":{},"status":"Success","custom_profile":false,"version":"2.0.0"},{"name":"enum-iterator-derive","settings":{},"status":"Success","custom_profile":false,"version":"1.3.0"},{"name":"enum_dispatch","settings":{},"status":"Success","custom_profile":false,"version":"0.3.13"},{"name":"enumflags2","settings":{},"status":"Success","custom_profile":false,"version":"0.7.9"},{"name":"enumflags2_derive","settings":{},"status":"Success","custom_profile":false,"version":"0.7.9"},{"name":"env_logger","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.11.3"},{"name":"equivalent","settings":{},"status":"Success","custom_profile":false,"version":"1.0.1"},{"name":"erased-serde","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling erased-serde v0.4.4\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"errno","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.8","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling errno v0.3.8\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\n"},{"name":"errno-dragonfly","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded errno-dragonfly v0.1.2\nmethod_name: Compiling errno-dragonfly v0.1.2\nmethod_name: error[E0412]: cannot find type `c_int` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-dragonfly-0.1.2/src/lib.rs:5:43\nmethod_name: |\nmethod_name: 5 | pub fn errno_location() -> *mut libc::c_int;\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_int;\nmethod_name: |\nmethod_name: help: if you import `c_int`, refer to it directly\nmethod_name: |\nmethod_name: 5 - pub fn errno_location() -> *mut libc::c_int;\nmethod_name: 5 + pub fn errno_location() -> *mut c_int;\nmethod_name: |\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `errno-dragonfly` (lib) due to 1 previous error\n"},{"name":"error-chain","settings":{},"status":"Success","custom_profile":false,"version":"0.12.4"},{"name":"ethers-core","settings":{"std":true},"status":"Success","custom_profile":true,"version":"2.0.14"},{"name":"event-listener","settings":{},"status":"Success","custom_profile":false,"version":"5.3.0"},{"name":"eyre","settings":{},"status":"Success","custom_profile":false,"version":"0.6.12"},{"name":"failure","settings":{},"status":"Success","custom_profile":false,"version":"0.1.8"},{"name":"failure_derive","settings":{},"status":"Success","custom_profile":false,"version":"0.1.8"},{"name":"fake-simd","settings":{},"status":"Success","custom_profile":false,"version":"0.1.2"},{"name":"fallible-iterator","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"fallible-streaming-iterator","settings":{},"status":"Success","custom_profile":false,"version":"0.1.9"},{"name":"fancy-regex","settings":{},"status":"Success","custom_profile":false,"version":"0.13.0"},{"name":"fastrand","settings":{},"status":"Success","custom_profile":false,"version":"2.0.2"},{"name":"fdeflate","settings":{},"status":"Success","custom_profile":false,"version":"0.3.4"},{"name":"ff","settings":{},"status":"Success","custom_profile":false,"version":"0.13.0"},{"name":"filetime","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.23","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling filetime v0.2.23\nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:4:14\nmethod_name: |\nmethod_name: 4 | use std::os::unix::prelude::*;\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:5:14\nmethod_name: |\nmethod_name: 5 | use std::os::unix::prelude::*;\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:2:5\nmethod_name: |\nmethod_name: 2 | use libc::{time_t, timespec};\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:35:23\nmethod_name: |\nmethod_name: 35 | let rc = unsafe { libc::futimes(f.as_raw_fd(), times.as_ptr()) };\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0599]: no method named `as_raw_fd` found for reference `&File` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:35:39\nmethod_name: |\nmethod_name: 35 | let rc = unsafe { libc::futimes(f.as_raw_fd(), times.as_ptr()) };\nmethod_name: | ^^^^^^^^^ method not found in `&File`\nmethod_name: \nmethod_name: error[E0599]: no method named `as_bytes` found for reference `&OsStr` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:98:40\nmethod_name: |\nmethod_name: 98 | let p = CString::new(p.as_os_str().as_bytes())?;\nmethod_name: | ^^^^^^^^ help: there is a method with a similar name: `as_encoded_bytes`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:102:13\nmethod_name: |\nmethod_name: 102 | libc::lutimes(p.as_ptr(), times.as_ptr())\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:104:13\nmethod_name: |\nmethod_name: 104 | libc::utimes(p.as_ptr(), times.as_ptr())\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0599]: no method named `mtime` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:75:23\nmethod_name: |\nmethod_name: 75 | seconds: meta.mtime(),\nmethod_name: | ^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0599]: no method named `mtime_nsec` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:76:21\nmethod_name: |\nmethod_name: 76 | nanos: meta.mtime_nsec() as u32,\nmethod_name: | ^^^^^^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0599]: no method named `atime` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:82:23\nmethod_name: |\nmethod_name: 82 | seconds: meta.atime(),\nmethod_name: | ^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0599]: no method named `atime_nsec` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:83:21\nmethod_name: |\nmethod_name: 83 | nanos: meta.atime_nsec() as u32,\nmethod_name: | ^^^^^^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:117:47\nmethod_name: |\nmethod_name: 117 | tv_usec: (ft.nanoseconds() / 1000) as libc::suseconds_t,\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:116:33\nmethod_name: |\nmethod_name: 116 | tv_sec: ft.seconds() as libc::time_t,\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:115:5\nmethod_name: |\nmethod_name: 115 | libc::timeval {\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:114:33\nmethod_name: |\nmethod_name: 114 | fn to_timeval(ft: &FileTime) -> libc::timeval {\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0432, E0433, E0599.\nmethod_name: For more information about an error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `filetime` (lib) due to 16 previous errors\n"},{"name":"fixed-hash","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.8.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling rand v0.8.5\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling fixed-hash v0.8.0\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"fixedbitset","settings":{},"status":"Success","custom_profile":false,"version":"0.5.7"},{"name":"flatbuffers","settings":{},"status":"Success","custom_profile":false,"version":"24.3.25"},{"name":"flate2","settings":{},"status":"Success","custom_profile":false,"version":"1.0.28"},{"name":"float-cmp","settings":{},"status":"Success","custom_profile":false,"version":"0.9.0"},{"name":"flume","settings":{},"status":"Success","custom_profile":false,"version":"0.11.0"},{"name":"fnv","settings":{},"status":"Success","custom_profile":false,"version":"1.0.7"},{"name":"foreign-types","settings":{},"status":"Success","custom_profile":false,"version":"0.5.0"},{"name":"foreign-types-shared","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"form_urlencoded","settings":{},"status":"Success","custom_profile":false,"version":"1.2.1"},{"name":"fragile","settings":{},"status":"Success","custom_profile":false,"version":"1.2.2"},{"name":"fs-err","settings":{},"status":"Success","custom_profile":false,"version":"2.11.0"},{"name":"fs2","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling fs2 v0.4.3\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:98:9\nmethod_name: |\nmethod_name: 98 | sys::duplicate(self)\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:101:9\nmethod_name: |\nmethod_name: 101 | sys::allocated_size(self)\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:104:9\nmethod_name: |\nmethod_name: 104 | sys::allocate(self, len)\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:107:9\nmethod_name: |\nmethod_name: 107 | sys::lock_shared(self)\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:110:9\nmethod_name: |\nmethod_name: 110 | sys::lock_exclusive(self)\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:113:9\nmethod_name: |\nmethod_name: 113 | sys::try_lock_shared(self)\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:116:9\nmethod_name: |\nmethod_name: 116 | sys::try_lock_exclusive(self)\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:119:9\nmethod_name: |\nmethod_name: 119 | sys::unlock(self)\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:126:5\nmethod_name: |\nmethod_name: 126 | sys::lock_error()\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs2-0.4.3/src/lib.rs:169:5\nmethod_name: |\nmethod_name: 169 | sys::statvfs(path.as_ref())\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `fs2` (lib) due to 10 previous errors\n"},{"name":"fs_extra","settings":{},"status":"Success","custom_profile":false,"version":"1.3.0"},{"name":"fuchsia-cprng","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"fuchsia-zircon","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded fuchsia-zircon v0.3.3\nmethod_name: Downloaded fuchsia-zircon-sys v0.3.3\nmethod_name: Compiling fuchsia-zircon-sys v0.3.3\nmethod_name: error[E0412]: cannot find type `zx_guest_memory_t` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fuchsia-zircon-sys-0.3.3/src/lib.rs:413:13\nmethod_name: |\nmethod_name: 375 | pub struct zx_guest_io_t {\nmethod_name: | ------------------------ similarly named struct `zx_guest_io_t` defined here\nmethod_name: ...\nmethod_name: 413 | memory: zx_guest_memory_t,\nmethod_name: | ^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `zx_guest_io_t`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `fuchsia-zircon-sys` (lib) due to 1 previous error\n"},{"name":"fuchsia-zircon-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling fuchsia-zircon-sys v0.3.3\nmethod_name: error[E0412]: cannot find type `zx_guest_memory_t` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fuchsia-zircon-sys-0.3.3/src/lib.rs:413:13\nmethod_name: |\nmethod_name: 375 | pub struct zx_guest_io_t {\nmethod_name: | ------------------------ similarly named struct `zx_guest_io_t` defined here\nmethod_name: ...\nmethod_name: 413 | memory: zx_guest_memory_t,\nmethod_name: | ^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `zx_guest_io_t`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `fuchsia-zircon-sys` (lib) due to 1 previous error\n"},{"name":"funty","settings":{},"status":"Success","custom_profile":false,"version":"2.0.0"},{"name":"futf","settings":{},"status":"Success","custom_profile":false,"version":"0.1.5"},{"name":"futures","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"futures-channel","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"futures-core","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"futures-cpupool","settings":{},"status":"Success","custom_profile":false,"version":"0.1.8"},{"name":"futures-executor","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"futures-intrusive","settings":{},"status":"Success","custom_profile":false,"version":"0.5.0"},{"name":"futures-io","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"futures-lite","settings":{},"status":"Success","custom_profile":false,"version":"2.3.0"},{"name":"futures-macro","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"futures-sink","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"futures-task","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"futures-timer","settings":{},"status":"Success","custom_profile":false,"version":"3.0.3"},{"name":"futures-util","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"fxhash","settings":{},"status":"Success","custom_profile":false,"version":"0.2.1"},{"name":"gcc","settings":{},"status":"Success","custom_profile":false,"version":"0.3.55"},{"name":"generic-array","settings":{},"status":"Success","custom_profile":false,"version":"1.0.0"},{"name":"gethostname","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded gethostname v0.4.3\nmethod_name: Compiling gethostname v0.4.3\nmethod_name: error[E0425]: cannot find function `gethostname_impl` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs:57:5\nmethod_name: |\nmethod_name: 57 | gethostname_impl()\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `gethostname` (lib) due to 1 previous error\n"},{"name":"getopts","settings":{},"status":"Success","custom_profile":false,"version":"0.2.21"},{"name":"getrandom","settings":{},"status":"Success","custom_profile":false,"version":"0.2.14"},{"name":"ghash","settings":{},"status":"Success","custom_profile":false,"version":"0.5.1"},{"name":"ghost","settings":{},"status":"Success","custom_profile":false,"version":"0.1.17"},{"name":"gif","settings":{},"status":"Success","custom_profile":false,"version":"0.13.1"},{"name":"gimli","settings":{},"status":"Success","custom_profile":false,"version":"0.29.0"},{"name":"git2","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.18.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling libc v0.2.153\nmethod_name: Compiling idna v0.5.0\nmethod_name: Compiling url v2.5.0\nmethod_name: Compiling jobserver v0.1.30\nmethod_name: Compiling cc v1.0.95\nmethod_name: Compiling libz-sys v1.1.16\nmethod_name: Compiling libssh2-sys v0.3.0\nmethod_name: Compiling libgit2-sys v0.16.2+1.7.2\nmethod_name: error[E0412]: cannot find type `off_t` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs:51:26\nmethod_name: |\nmethod_name: 51 | pub type z_off_t = libc::off_t;\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `libz-sys` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: libssh2-sys@0.3.0: In file included from libssh2/src/agent.c:40:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-agent.o\" \"-c\" \"libssh2/src/agent.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/bcrypt_pbkdf.c:21:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-bcrypt_pbkdf.o\" \"-c\" \"libssh2/src/bcrypt_pbkdf.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/channel.c:41:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-channel.o\" \"-c\" \"libssh2/src/channel.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/comp.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-comp.o\" \"-c\" \"libssh2/src/comp.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/crypt.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-crypt.o\" \"-c\" \"libssh2/src/crypt.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/global.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-global.o\" \"-c\" \"libssh2/src/global.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/hostkey.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-hostkey.o\" \"-c\" \"libssh2/src/hostkey.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/keepalive.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-keepalive.o\" \"-c\" \"libssh2/src/keepalive.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/kex.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-kex.o\" \"-c\" \"libssh2/src/kex.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/knownhost.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-knownhost.o\" \"-c\" \"libssh2/src/knownhost.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/mac.c:38:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-mac.o\" \"-c\" \"libssh2/src/mac.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/misc.c:40:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-misc.o\" \"-c\" \"libssh2/src/misc.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/packet.c:41:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-packet.o\" \"-c\" \"libssh2/src/packet.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/pem.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-pem.o\" \"-c\" \"libssh2/src/pem.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/publickey.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-publickey.o\" \"-c\" \"libssh2/src/publickey.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/scp.c:39:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-scp.o\" \"-c\" \"libssh2/src/scp.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/session.c:40:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-session.o\" \"-c\" \"libssh2/src/session.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/sftp.c:42:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-sftp.o\" \"-c\" \"libssh2/src/sftp.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/transport.c:41:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-transport.o\" \"-c\" \"libssh2/src/transport.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/userauth.c:40:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-userauth.o\" \"-c\" \"libssh2/src/userauth.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/userauth_kbd_packet.c:38:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-userauth_kbd_packet.o\" \"-c\" \"libssh2/src/userauth_kbd_packet.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/openssl.c:41:\nmethod_name: warning: libssh2-sys@0.3.0: libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: warning: libssh2-sys@0.3.0: 68 | # include \nmethod_name: warning: libssh2-sys@0.3.0: | ^~~~~~~~\nmethod_name: warning: libssh2-sys@0.3.0: compilation terminated.\nmethod_name: warning: libssh2-sys@0.3.0: ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-openssl.o\" \"-c\" \"libssh2/src/openssl.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).\nmethod_name: \nmethod_name: error: failed to run custom build command for `libssh2-sys v0.3.0`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/libssh2-sys-fb9a607ad2279b03/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=LIBSSH2_SYS_USE_PKG_CONFIG\nmethod_name: cargo:include=/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\nmethod_name: cargo:root=/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out\nmethod_name: cargo:rerun-if-env-changed=DEP_Z_INCLUDE\nmethod_name: cargo:rerun-if-env-changed=DEP_OPENSSL_INCLUDE\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=In file included from libssh2/src/agent.c:40:\nmethod_name: cargo:warning=libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: cargo:warning= 68 | # include \nmethod_name: cargo:warning= | ^~~~~~~~\nmethod_name: cargo:warning=compilation terminated.\nmethod_name: exit status: 1\nmethod_name: cargo:warning=ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-agent.o\" \"-c\" \"libssh2/src/agent.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/bcrypt_pbkdf.c:21:\nmethod_name: cargo:warning=libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: cargo:warning= 68 | # include \nmethod_name: cargo:warning= | ^~~~~~~~\nmethod_name: cargo:warning=compilation terminated.\nmethod_name: \nmethod_name: exit status: 1\nmethod_name: cargo:warning=ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-bcrypt_pbkdf.o\" \"-c\" \"libssh2/src/bcrypt_pbkdf.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/channel.c:41:\nmethod_name: cargo:warning=libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: cargo:warning= 68 | # include \nmethod_name: cargo:warning= | ^~~~~~~~\nmethod_name: cargo:warning=compilation terminated.\nmethod_name: \nmethod_name: exit status: 1\nmethod_name: cargo:warning=ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-channel.o\" \"-c\" \"libssh2/src/channel.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/comp.c:39:\nmethod_name: cargo:warning=libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: cargo:warning= 68 | # include \nmethod_name: cargo:warning= | ^~~~~~~~\nmethod_name: cargo:warning=compilation terminated.\nmethod_name: \nmethod_name: exit status: 1\nmethod_name: cargo:warning=ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-comp.o\" \"-c\" \"libssh2/src/comp.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/crypt.c:39:\nmethod_name: cargo:warning=libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: cargo:warning= 68 | # include \nmethod_name: cargo:warning= | ^~~~~~~~\nmethod_name: cargo:warning=compilation terminated.\nmethod_name: \nmethod_name: exit status: 1\nmethod_name: cargo:warning=ToolExecError: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/include\" \"-I\" \"libssh2/src\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build\" \"-I\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libz-sys-7850399415658f05/out/include\" \"-fvisibility=hidden\" \"-DHAVE_LONGLONG\" \"-DHAVE_SNPRINTF\" \"-DHAVE_UNISTD_H\" \"-DHAVE_INTTYPES_H\" \"-DHAVE_STDLIB_H\" \"-DHAVE_SYS_SELECT_H\" \"-DHAVE_SYS_SOCKET_H\" \"-DHAVE_SYS_IOCTL_H\" \"-DHAVE_SYS_TIME_H\" \"-DHAVE_SYS_UN_H\" \"-DHAVE_O_NONBLOCK\" \"-DLIBSSH2_OPENSSL\" \"-DHAVE_LIBCRYPT32\" \"-DHAVE_EVP_AES_128_CTR\" \"-DHAVE_POLL\" \"-DHAVE_GETTIMEOFDAY\" \"-DLIBSSH2_DH_GEX_NEW\" \"-DLIBSSH2_HAVE_ZLIB\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/libssh2-sys-62b5979375f58175/out/build/903bc623e643396f-crypt.o\" \"-c\" \"libssh2/src/crypt.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).cargo:warning=In file included from libssh2/src/global.c:39:\nmethod_name: cargo:warning=libssh2/src/libssh2_priv.h:68:11: fatal error: poll.h: No such file or directory\nmethod_name: cargo:warning= 68 | # include \n"},{"name":"glob","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"globset","settings":{},"status":"Success","custom_profile":false,"version":"0.4.14"},{"name":"globwalk","settings":{},"status":"Success","custom_profile":false,"version":"0.9.1"},{"name":"gloo-timers","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"group","settings":{},"status":"Success","custom_profile":false,"version":"0.13.0"},{"name":"h2","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.4.4"},{"name":"half","settings":{},"status":"Success","custom_profile":false,"version":"2.4.1"},{"name":"handlebars","settings":{},"status":"BuildFail","custom_profile":false,"version":"5.1.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded handlebars v5.1.2\nmethod_name: Compiling pest v2.7.9\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"hash32","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"hashbrown","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.14.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: error: failed to select a version for the requirement `hashbrown = \"^0.14.4\"`\nmethod_name: candidate versions found which didn't match: 0.14.3, 0.14.2, 0.14.1, ...\nmethod_name: location searched: crates.io index\nmethod_name: required by package `method_name v0.1.0 (/tmp/.tmp4mAvBF/template_project/methods/guest)`\nmethod_name: perhaps a crate was updated and forgotten to be re-vendored?\n"},{"name":"hashlink","settings":{},"status":"Success","custom_profile":false,"version":"0.9.0"},{"name":"hdrhistogram","settings":{},"status":"Success","custom_profile":false,"version":"7.5.4"},{"name":"headers","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.4.0"},{"name":"headers-core","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"heapless","settings":{},"status":"Success","custom_profile":false,"version":"0.7.17"},{"name":"heck","settings":{},"status":"Success","custom_profile":false,"version":"0.5.0"},{"name":"hermit-abi","settings":{},"status":"Success","custom_profile":false,"version":"0.3.9"},{"name":"hex","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.4.3"},{"name":"hex-literal","settings":{},"status":"Success","custom_profile":false,"version":"0.4.1"},{"name":"hkdf","settings":{},"status":"Success","custom_profile":false,"version":"0.12.4"},{"name":"hmac","settings":{},"status":"Success","custom_profile":false,"version":"0.12.1"},{"name":"home","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.5.9","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling home v0.5.9\nmethod_name: error[E0425]: cannot find function `home_dir_inner` in the crate root\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/env.rs:33:16\nmethod_name: |\nmethod_name: 33 | crate::home_dir_inner()\nmethod_name: | ^^^^^^^^^^^^^^ not found in the crate root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs:66:14\nmethod_name: |\nmethod_name: 66 | use windows::home_dir_inner;\nmethod_name: | ^^^^^^^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs:69:4\nmethod_name: |\nmethod_name: 69 | fn home_dir_inner() -> Option {\nmethod_name: | ^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `home` (lib) due to 1 previous error\n"},{"name":"hostname","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded hostname v0.4.0\nmethod_name: Compiling hostname v0.4.0\nmethod_name: error: Unsupported target OS! Create an issue: https://github.com/svartalf/hostname/issues/new\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs:68:9\nmethod_name: |\nmethod_name: 68 | compile_error!(\"Unsupported target OS! Create an issue: https://github.com/svartalf/hostname/issues/new\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs:89:5\nmethod_name: |\nmethod_name: 89 | sys::get()\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `hostname` (lib) due to 2 previous errors\n"},{"name":"html5ever","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.27.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded phf_generator v0.10.0\nmethod_name: Downloaded markup5ever v0.12.0\nmethod_name: Downloaded string_cache_codegen v0.5.2\nmethod_name: Downloaded html5ever v0.27.0\nmethod_name: Downloaded tendril v0.4.3\nmethod_name: Compiling ppv-lite86 v0.2.17\nmethod_name: Compiling precomputed-hash v0.1.1\nmethod_name: Compiling utf-8 v0.7.6\nmethod_name: Compiling phf_shared v0.10.0\nmethod_name: Compiling phf_shared v0.11.2\nmethod_name: Compiling getrandom v0.2.14\nmethod_name: Compiling html5ever v0.27.0\nmethod_name: Compiling serde v1.0.198\nmethod_name: Compiling tendril v0.4.3\nmethod_name: Compiling rand_core v0.6.4\nmethod_name: Compiling phf v0.11.2\nmethod_name: Compiling rand_chacha v0.3.1\nmethod_name: Compiling rand v0.8.5\nmethod_name: Compiling phf_generator v0.11.2\nmethod_name: Compiling phf_generator v0.10.0\nmethod_name: Compiling phf_codegen v0.11.2\nmethod_name: Compiling string_cache_codegen v0.5.2\nmethod_name: Compiling markup5ever v0.12.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling string_cache v0.8.7\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"http","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"http-body","settings":{},"status":"Success","custom_profile":false,"version":"0.4.6"},{"name":"http-range-header","settings":{},"status":"Success","custom_profile":false,"version":"0.4.0"},{"name":"http-types","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.12.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded block-buffer v0.9.0\nmethod_name: Downloaded cpuid-bool v0.2.0\nmethod_name: Downloaded time-macros v0.1.1\nmethod_name: Downloaded cipher v0.2.5\nmethod_name: Downloaded aead v0.3.2\nmethod_name: Downloaded sha2 v0.9.9\nmethod_name: Downloaded time-macros-impl v0.1.2\nmethod_name: Downloaded rand_core v0.5.1\nmethod_name: Downloaded proc-macro-hack v0.5.20+deprecated\nmethod_name: Downloaded hkdf v0.10.0\nmethod_name: Downloaded crypto-mac v0.10.1\nmethod_name: Downloaded universal-hash v0.4.1\nmethod_name: Downloaded standback v0.2.17\nmethod_name: Downloaded time v0.2.27\nmethod_name: Downloaded rand v0.7.3\nmethod_name: Downloaded aes-soft v0.6.4\nmethod_name: Downloaded aes-gcm v0.8.0\nmethod_name: Downloaded http-types v2.12.0\nmethod_name: Downloaded serde_qs v0.8.5\nmethod_name: Downloaded getrandom v0.1.16\nmethod_name: Downloaded ctr v0.6.0\nmethod_name: Downloaded cookie v0.14.4\nmethod_name: Downloaded aes v0.6.0\nmethod_name: Downloaded polyval v0.4.5\nmethod_name: Downloaded infer v0.2.3\nmethod_name: Downloaded ghash v0.3.1\nmethod_name: Downloaded rand_chacha v0.2.2\nmethod_name: Downloaded hmac v0.10.1\nmethod_name: Compiling standback v0.2.17\nmethod_name: Compiling syn v1.0.109\nmethod_name: Compiling proc-macro-hack v0.5.20+deprecated\nmethod_name: Compiling errno v0.3.8\nmethod_name: Compiling getrandom v0.1.16\nmethod_name: Compiling log v0.4.21\nmethod_name: Compiling io-lifetimes v1.0.11\nmethod_name: Compiling time v0.2.27\nmethod_name: Compiling polling v2.8.0\nmethod_name: Compiling rustix v0.37.27\nmethod_name: Compiling async-io v1.13.0\nmethod_name: Compiling concurrent-queue v2.4.0\nmethod_name: Compiling futures-lite v1.13.0\nmethod_name: Compiling cookie v0.14.4\nmethod_name: Compiling socket2 v0.4.10\nmethod_name: Compiling base64 v0.13.1\nmethod_name: Compiling cipher v0.2.5\nmethod_name: Compiling digest v0.9.0\nmethod_name: Compiling universal-hash v0.4.1\nmethod_name: Compiling crypto-mac v0.10.1\nmethod_name: Compiling block-buffer v0.9.0\nmethod_name: Compiling aead v0.3.2\nmethod_name: Compiling http-types v2.12.0\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: Compiling infer v0.2.3\nmethod_name: Compiling polling v3.6.0\nmethod_name: Compiling url v2.5.0\nmethod_name: Compiling serde_qs v0.8.5\nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs:124:1\nmethod_name: |\nmethod_name: 124 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs:127:1\nmethod_name: |\nmethod_name: 127 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error: polling does not support this target OS\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:121:9\nmethod_name: |\nmethod_name: 121 | compile_error!(\"polling does not support this target OS\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/sockaddr.rs:6:5\nmethod_name: |\nmethod_name: 6 | sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | |\nmethod_name: | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | no `sockaddr_in` in `sys`\nmethod_name: | | no `sockaddr` in `sys`\nmethod_name: | no `sa_family_t` in `sys`\nmethod_name: 7 | AF_INET6,\nmethod_name: | ^^^^^^^^ no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs:129:5\nmethod_name: |\nmethod_name: 129 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 129 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 129 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 129 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:194:20\nmethod_name: |\nmethod_name: 194 | extra: sys::EventExtra::empty(),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:423:22\nmethod_name: |\nmethod_name: 423 | self.extra = sys::EventExtra::empty();\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:456:21\nmethod_name: |\nmethod_name: 456 | poller: sys::Poller::new()?,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:860:21\nmethod_name: |\nmethod_name: 860 | events: sys::Events::with_capacity(capacity.get()),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:532:43\nmethod_name: |\nmethod_name: 532 | pub unsafe fn add(&self, source: impl AsRawSource, interest: Event) -> io::Result<()> {\nmethod_name: | ^^^^^^^^^^^ not found in this scope\n"},{"name":"httparse","settings":{},"status":"Success","custom_profile":false,"version":"1.8.0"},{"name":"httpdate","settings":{},"status":"Success","custom_profile":false,"version":"1.0.3"},{"name":"humansize","settings":{},"status":"Success","custom_profile":false,"version":"2.1.3"},{"name":"humantime","settings":{},"status":"Success","custom_profile":false,"version":"2.1.0"},{"name":"hyper","settings":{"std":true},"status":"Success","custom_profile":true,"version":"1.3.1"},{"name":"hyper-rustls","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.27.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rustls-pemfile v2.1.2\nmethod_name: Downloaded mirai-annotations v1.12.0\nmethod_name: Downloaded hyper-rustls v0.27.1\nmethod_name: Downloaded rustls-pki-types v1.4.1\nmethod_name: Downloaded tokio-rustls v0.26.0\nmethod_name: Downloaded rustls-native-certs v0.7.0\nmethod_name: Downloaded aws-lc-rs v1.7.0\nmethod_name: Downloaded rustls-webpki v0.102.2\nmethod_name: Downloaded rustls v0.23.5\nmethod_name: Downloaded aws-lc-sys v0.15.0\nmethod_name: Compiling fs_extra v1.3.0\nmethod_name: Compiling dunce v1.0.4\nmethod_name: Compiling aws-lc-rs v1.7.0\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling rustls-pki-types v1.4.1\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling mirai-annotations v1.12.0\nmethod_name: Compiling rustls v0.23.5\nmethod_name: Compiling base64 v0.22.0\nmethod_name: Compiling cmake v0.1.50\nmethod_name: Compiling pin-project v1.1.5\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\n"},{"name":"hyper-timeout","settings":{"std":true},"status":"BuildFail","custom_profile":true,"version":"0.5.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded hyper-timeout v0.5.1\nmethod_name: Compiling tokio v1.37.0\nmethod_name: Compiling hyper v1.3.1\nmethod_name: Compiling tower v0.4.13\nmethod_name: Compiling hyper-util v0.1.3\nmethod_name: Compiling hyper-timeout v0.5.1\nmethod_name: error[E0432]: unresolved import `tokio::time`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-timeout-0.5.1/src/lib.rs:8:12\nmethod_name: |\nmethod_name: 8 | use tokio::time::timeout;\nmethod_name: | ^^^^ could not find `time` in `tokio`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `tokio::time`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-timeout-0.5.1/src/stream.rs:18:12\nmethod_name: |\nmethod_name: 18 | use tokio::time::{sleep_until, Instant, Sleep};\nmethod_name: | ^^^^ could not find `time` in `tokio`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `hyper-timeout` (lib) due to 2 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"hyper-tls","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.6.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded native-tls v0.2.11\nmethod_name: Downloaded hyper-tls v0.6.0\nmethod_name: Downloaded tokio-native-tls v0.3.1\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling openssl v0.10.64\nmethod_name: Compiling foreign-types-shared v0.1.1\nmethod_name: Compiling native-tls v0.2.11\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: Compiling openssl-probe v0.1.5\nmethod_name: Compiling openssl-macros v0.1.1\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: Compiling foreign-types v0.3.2\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:710:44\nmethod_name: |\nmethod_name: 710 | pub(crate) fn selector(&self) -> &sys::Selector {\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \n"},{"name":"iana-time-zone","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.60","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling iana-time-zone v0.1.60\nmethod_name: error: iana-time-zone is currently implemented for Linux, Window, MacOS, FreeBSD, NetBSD, OpenBSD, Dragonfly, WebAssembly (browser), iOS, Illumos, Android, AIX, Solaris and Haiku.\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/platform.rs:6:1\nmethod_name: |\nmethod_name: 6 | / compile_error!(\nmethod_name: 7 | | \"iana-time-zone is currently implemented for Linux, Window, MacOS, FreeBSD, NetBSD, \\\nmethod_name: 8 | | OpenBSD, Dragonfly, WebAssembly (browser), iOS, Illumos, Android, AIX, Solaris and Haiku.\",\nmethod_name: 9 | | );\nmethod_name: | |_^\nmethod_name: \nmethod_name: error: could not compile `iana-time-zone` (lib) due to 1 previous error\n"},{"name":"iana-time-zone-haiku","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Downloading crates ...\nmethod_name: Downloaded iana-time-zone-haiku v0.1.2\nmethod_name: Compiling iana-time-zone-haiku v0.1.2\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: iana-time-zone-haiku@0.1.2: c++: error: unrecognized argument in option ‘-mabi=ilp32’\nmethod_name: warning: iana-time-zone-haiku@0.1.2: c++: note: valid arguments to ‘-mabi=’ are: ms sysv\nmethod_name: \nmethod_name: error: failed to run custom build command for `iana-time-zone-haiku v0.1.2`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/iana-time-zone-haiku-d4d81b057869fa12/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CXX_riscv32im-risc0-zkvm-elf\nmethod_name: CXX_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CXX_riscv32im_risc0_zkvm_elf\nmethod_name: CXX_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CXX\nmethod_name: TARGET_CXX = None\nmethod_name: cargo:rerun-if-env-changed=CXX\nmethod_name: CXX = None\nmethod_name: RUSTC_LINKER = None\nmethod_name: cargo:rerun-if-env-changed=CROSS_COMPILE\nmethod_name: CROSS_COMPILE = None\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CXXFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CXXFLAGS_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CXXFLAGS\nmethod_name: TARGET_CXXFLAGS = None\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS\nmethod_name: CXXFLAGS = None\nmethod_name: cargo:rerun-if-env-changed=CXX_riscv32im-risc0-zkvm-elf\nmethod_name: CXX_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CXX_riscv32im_risc0_zkvm_elf\nmethod_name: CXX_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CXX\nmethod_name: TARGET_CXX = None\nmethod_name: cargo:rerun-if-env-changed=CXX\nmethod_name: CXX = None\nmethod_name: RUSTC_LINKER = None\nmethod_name: cargo:rerun-if-env-changed=CROSS_COMPILE\nmethod_name: CROSS_COMPILE = None\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CXXFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CXXFLAGS_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CXXFLAGS\nmethod_name: TARGET_CXXFLAGS = None\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS\nmethod_name: CXXFLAGS = None\nmethod_name: cargo:warning=c++: error: unrecognized argument in option ‘-mabi=ilp32’\nmethod_name: cargo:warning=c++: note: valid arguments to ‘-mabi=’ are: ms sysv\nmethod_name: \nmethod_name: --- stderr\nmethod_name: \nmethod_name: \nmethod_name: error occurred: Command \"c++\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/iana-time-zone-haiku-9b6ffd85c27fe454/out/2e40c9e35e9506f4-implementation.o\" \"-c\" \"src/implementation.cc\" with args c++ did not execute successfully (status code exit status: 1).\nmethod_name: \nmethod_name: \n"},{"name":"ident_case","settings":{},"status":"Success","custom_profile":false,"version":"1.0.1"},{"name":"idna","settings":{},"status":"Success","custom_profile":false,"version":"0.5.0"},{"name":"if_chain","settings":{},"status":"Success","custom_profile":false,"version":"1.0.2"},{"name":"ignore","settings":{},"status":"Success","custom_profile":false,"version":"0.4.22"},{"name":"image","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.25.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded arg_enum_proc_macro v0.3.4\nmethod_name: Downloaded av1-grain v0.2.3\nmethod_name: Downloaded aligned-vec v0.5.0\nmethod_name: Downloaded byteorder-lite v0.1.0\nmethod_name: Downloaded avif-serialize v0.8.1\nmethod_name: Downloaded built v0.7.2\nmethod_name: Downloaded bitstream-io v2.2.0\nmethod_name: Downloaded profiling-procmacros v1.0.15\nmethod_name: Downloaded noop_proc_macro v0.3.0\nmethod_name: Downloaded maybe-rayon v0.1.1\nmethod_name: Downloaded loop9 v0.1.5\nmethod_name: Downloaded simd_helpers v0.1.0\nmethod_name: Downloaded profiling v1.0.15\nmethod_name: Downloaded ravif v0.11.5\nmethod_name: Downloaded quick-error v2.0.1\nmethod_name: Downloaded lebe v0.5.2\nmethod_name: Downloaded rgb v0.8.37\nmethod_name: Downloaded v_frame v0.3.8\nmethod_name: Downloaded num-rational v0.4.1\nmethod_name: Downloaded zune-core v0.4.12\nmethod_name: Downloaded image-webp v0.1.2\nmethod_name: Downloaded zune-inflate v0.2.54\nmethod_name: Downloaded zune-jpeg v0.4.11\nmethod_name: Downloaded qoi v0.4.1\nmethod_name: Downloaded imgref v1.10.1\nmethod_name: Downloaded png v0.17.13\nmethod_name: Downloaded exr v1.72.0\nmethod_name: Downloaded jpeg-decoder v0.3.1\nmethod_name: Downloaded tiff v0.9.1\nmethod_name: Downloaded rav1e v0.7.1\nmethod_name: Downloaded image v0.25.1\nmethod_name: Compiling built v0.7.2\nmethod_name: Compiling aligned-vec v0.5.0\nmethod_name: Compiling num-traits v0.2.18\nmethod_name: Compiling rayon-core v1.12.1\nmethod_name: Compiling num-rational v0.4.1\nmethod_name: Compiling miniz_oxide v0.7.2\nmethod_name: Compiling itertools v0.12.1\nmethod_name: Compiling imgref v1.10.1\nmethod_name: Compiling bitstream-io v2.2.0\nmethod_name: Compiling noop_proc_macro v0.3.0\nmethod_name: Compiling avif-serialize v0.8.1\nmethod_name: Compiling zune-inflate v0.2.54\nmethod_name: Compiling jpeg-decoder v0.3.1\nmethod_name: Compiling quick-error v2.0.1\nmethod_name: Compiling crossbeam-epoch v0.9.18\nmethod_name: Compiling simd_helpers v0.1.0\nmethod_name: Compiling byteorder-lite v0.1.0\nmethod_name: Compiling zune-core v0.4.12\nmethod_name: Compiling lebe v0.5.2\nmethod_name: Compiling profiling-procmacros v1.0.15\nmethod_name: Compiling arg_enum_proc_macro v0.3.4\nmethod_name: Compiling num-derive v0.4.2\nmethod_name: Compiling flume v0.11.0\nmethod_name: Compiling rgb v0.8.37\nmethod_name: Compiling qoi v0.4.1\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling loop9 v0.1.5\nmethod_name: Compiling zune-jpeg v0.4.11\nmethod_name: Compiling crossbeam-deque v0.8.5\nmethod_name: Compiling rav1e v0.7.1\nmethod_name: Compiling image-webp v0.1.2\nmethod_name: Compiling profiling v1.0.15\nmethod_name: Compiling flate2 v1.0.28\nmethod_name: Compiling tiff v0.9.1\nmethod_name: Compiling png v0.17.13\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling rayon v1.10.0\nmethod_name: Compiling exr v1.72.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `anyhow` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"impl-codec","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.6.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling syn v1.0.109\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"impl-serde","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling impl-serde v0.4.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"impl-trait-for-tuples","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"indenter","settings":{},"status":"Success","custom_profile":false,"version":"0.3.3"},{"name":"indexmap","settings":{},"status":"Success","custom_profile":false,"version":"2.2.6"},{"name":"indicatif","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.17.8","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling portable-atomic v1.6.0\nmethod_name: Compiling number_prefix v0.4.0\nmethod_name: Compiling console v0.15.8\nmethod_name: error[E0432]: unresolved import `crate::term::wants_emoji`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/utils.rs:9:19\nmethod_name: |\nmethod_name: 9 | use crate::term::{wants_emoji, Term};\nmethod_name: | ^^^^^^^^^^^ no `wants_emoji` in `term`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `DEFAULT_WIDTH` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:415:44\nmethod_name: |\nmethod_name: 415 | self.size_checked().unwrap_or((24, DEFAULT_WIDTH))\nmethod_name: | ^^^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_to` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:429:9\nmethod_name: |\nmethod_name: 429 | move_cursor_to(self, x, y)\nmethod_name: | ^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 429 | self.move_cursor_to(self, x, y)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_to` as a method\nmethod_name: |\nmethod_name: 429 | self.move_cursor_to(x, y)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_to;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_up` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:438:9\nmethod_name: |\nmethod_name: 438 | move_cursor_up(self, n)\nmethod_name: | ^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 438 | self.move_cursor_up(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_up` as a method\nmethod_name: |\nmethod_name: 438 | self.move_cursor_up(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_up;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_down` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:447:9\nmethod_name: |\nmethod_name: 447 | move_cursor_down(self, n)\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 447 | self.move_cursor_down(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_down` as a method\nmethod_name: |\nmethod_name: 447 | self.move_cursor_down(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_down;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_left` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:456:9\nmethod_name: |\nmethod_name: 456 | move_cursor_left(self, n)\nmethod_name: | ^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 456 | self.move_cursor_left(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_left` as a method\nmethod_name: |\nmethod_name: 456 | self.move_cursor_left(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_left;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `move_cursor_right` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:465:9\nmethod_name: |\nmethod_name: 465 | move_cursor_right(self, n)\nmethod_name: | ^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 465 | self.move_cursor_right(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `move_cursor_right` as a method\nmethod_name: |\nmethod_name: 465 | self.move_cursor_right(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::move_cursor_right;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_line` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:473:9\nmethod_name: |\nmethod_name: 473 | clear_line(self)\nmethod_name: | ^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 473 | self.clear_line(self)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_line` as a method\nmethod_name: |\nmethod_name: 473 | self.clear_line()\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_line;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_screen` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:494:9\nmethod_name: |\nmethod_name: 494 | clear_screen(self)\nmethod_name: | ^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 494 | self.clear_screen(self)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_screen` as a method\nmethod_name: |\nmethod_name: 494 | self.clear_screen()\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_screen;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_to_end_of_screen` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:501:9\nmethod_name: |\nmethod_name: 501 | clear_to_end_of_screen(self)\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 501 | self.clear_to_end_of_screen(self)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_to_end_of_screen` as a method\nmethod_name: |\nmethod_name: 501 | self.clear_to_end_of_screen()\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_to_end_of_screen;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clear_chars` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:507:9\nmethod_name: |\nmethod_name: 507 | clear_chars(self, n)\nmethod_name: | ^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 507 | self.clear_chars(self, n)\nmethod_name: | +++++\nmethod_name: help: try calling `clear_chars` as a method\nmethod_name: |\nmethod_name: 507 | self.clear_chars(n)\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 1 + use crate::common_term::clear_chars;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `show_cursor` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.8/src/term.rs:521:9\nmethod_name: |\nmethod_name: 521 | show_cursor(self)\nmethod_name: | ^^^^^^^^^^^\nmethod_name: |\nmethod_name: help: consider using the method on `Self`\nmethod_name: |\nmethod_name: 521 | self.show_cursor(self)\nmethod_name: | +++++\nmethod_name: help: try calling `show_cursor` as a method\nmethod_name: |\n"},{"name":"indoc","settings":{},"status":"Success","custom_profile":false,"version":"2.0.5"},{"name":"indoc-impl","settings":{},"status":"Success","custom_profile":false,"version":"0.3.7"},{"name":"infer","settings":{},"status":"Success","custom_profile":false,"version":"0.15.0"},{"name":"inotify","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.10.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded inotify-sys v0.1.5\nmethod_name: Downloaded inotify v0.10.2\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling inotify-sys v0.1.5\nmethod_name: error[E0432]: unresolved imports `libc::c_char`, `libc::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:36:5\nmethod_name: |\nmethod_name: 36 | c_char,\nmethod_name: | ^^^^^^ no `c_char` in the root\nmethod_name: 37 | c_int,\nmethod_name: | ^^^^^ no `c_int` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::close`, `libc::read`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:710:5\nmethod_name: |\nmethod_name: 710 | close,\nmethod_name: | ^^^^^ no `close` in the root\nmethod_name: 711 | read,\nmethod_name: | ^^^^ no `read` in the root\nmethod_name: \nmethod_name: error[E0425]: cannot find value `O_CLOEXEC` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:57:37\nmethod_name: |\nmethod_name: 57 | pub const IN_CLOEXEC: c_int = libc::O_CLOEXEC;\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `O_NONBLOCK` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:68:38\nmethod_name: |\nmethod_name: 68 | pub const IN_NONBLOCK: c_int = libc::O_NONBLOCK;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error: could not compile `inotify-sys` (lib) due to 4 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\n"},{"name":"inotify-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.5","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling inotify-sys v0.1.5\nmethod_name: error[E0432]: unresolved imports `libc::c_char`, `libc::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:36:5\nmethod_name: |\nmethod_name: 36 | c_char,\nmethod_name: | ^^^^^^ no `c_char` in the root\nmethod_name: 37 | c_int,\nmethod_name: | ^^^^^ no `c_int` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::close`, `libc::read`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:710:5\nmethod_name: |\nmethod_name: 710 | close,\nmethod_name: | ^^^^^ no `close` in the root\nmethod_name: 711 | read,\nmethod_name: | ^^^^ no `read` in the root\nmethod_name: \nmethod_name: error[E0425]: cannot find value `O_CLOEXEC` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:57:37\nmethod_name: |\nmethod_name: 57 | pub const IN_CLOEXEC: c_int = libc::O_CLOEXEC;\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `O_NONBLOCK` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:68:38\nmethod_name: |\nmethod_name: 68 | pub const IN_NONBLOCK: c_int = libc::O_NONBLOCK;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `inotify-sys` (lib) due to 4 previous errors\n"},{"name":"inout","settings":{},"status":"Success","custom_profile":false,"version":"0.1.3"},{"name":"instant","settings":{},"status":"Success","custom_profile":false,"version":"0.1.12"},{"name":"integer-encoding","settings":{},"status":"Success","custom_profile":false,"version":"4.0.0"},{"name":"inventory","settings":{},"status":"Success","custom_profile":false,"version":"0.3.15"},{"name":"io-lifetimes","settings":{},"status":"Success","custom_profile":false,"version":"2.0.3"},{"name":"iovec","settings":{},"status":"Success","custom_profile":false,"version":"0.1.4"},{"name":"ipconfig","settings":{},"status":"Success","custom_profile":false,"version":"0.3.2"},{"name":"ipnet","settings":{},"status":"Success","custom_profile":false,"version":"2.9.0"},{"name":"ipnetwork","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.20.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded ipnetwork v0.20.0\nmethod_name: Compiling ipnetwork v0.20.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"is-terminal","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.12","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling is-terminal v0.4.12\nmethod_name: error[E0405]: cannot find trait `AsFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs:84:14\nmethod_name: |\nmethod_name: 84 | impl IsTerminal for Stream {\nmethod_name: | ^^^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0405`.\nmethod_name: error: could not compile `is-terminal` (lib) due to 1 previous error\n"},{"name":"itertools","settings":{},"status":"Success","custom_profile":false,"version":"0.12.1"},{"name":"itoa","settings":{},"status":"Success","custom_profile":false,"version":"1.0.11"},{"name":"jemalloc-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.5.4+5.3.0-patched","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: warning: /tmp/.tmp4mAvBF/template_project/methods/guest/Cargo.toml: version requirement `0.5.4+5.3.0-patched` for dependency `jemalloc-sys` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded jemalloc-sys v0.5.4+5.3.0-patched\nmethod_name: Compiling jemalloc-sys v0.5.4+5.3.0-patched\nmethod_name: error: failed to run custom build command for `jemalloc-sys v0.5.4+5.3.0-patched`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/jemalloc-sys-68353afc70395bd9/build-script-build` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: TARGET=riscv32im-risc0-zkvm-elf\nmethod_name: HOST=x86_64-unknown-linux-gnu\nmethod_name: NUM_JOBS=32\nmethod_name: OUT_DIR=\"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-39efb9db35d11326/out\"\nmethod_name: BUILD_DIR=\"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-39efb9db35d11326/out/build\"\nmethod_name: SRC_DIR=\"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.4+5.3.0-patched\"\nmethod_name: cargo:rustc-cfg=prefixed\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_OVERRIDE\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: CC=\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\"\nmethod_name: CFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\"\nmethod_name: JEMALLOC_REPO_DIR=\"jemalloc\"\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_MALLOC_CONF\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_PAGE\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_HUGEPAGE\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_QUANTUM\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_VADDR\nmethod_name: --with-jemalloc-prefix=_rjem_\nmethod_name: running: cd \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-39efb9db35d11326/out/build\" && CC=\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" CFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" CPPFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" LDFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" \"sh\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-39efb9db35d11326/out/build/configure\" \"--disable-cxx\" \"--enable-doc=no\" \"--enable-shared=no\" \"--with-jemalloc-prefix=_rjem_\" \"--with-private-namespace=_rjem_\" \"--host=riscv32im-risc0-zkvm-elf\" \"--build=x86_64-unknown-linux-gnu\" \"--prefix=/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-39efb9db35d11326/out\"\nmethod_name: checking for xsltproc... false\nmethod_name: checking for riscv32im-risc0-zkvm-elf-gcc... /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\nmethod_name: checking whether the C compiler works... yes\nmethod_name: checking for C compiler default output file name... a.out\nmethod_name: checking for suffix of executables... \nmethod_name: checking whether we are cross compiling... yes\nmethod_name: checking for suffix of object files... o\nmethod_name: checking whether we are using the GNU C compiler... yes\nmethod_name: checking whether /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc accepts -g... yes\nmethod_name: checking for /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc option to accept ISO C89... none needed\nmethod_name: checking whether compiler is cray... no\nmethod_name: checking whether compiler supports -std=gnu11... yes\nmethod_name: checking whether compiler supports -Werror=unknown-warning-option... no\nmethod_name: checking whether compiler supports -Wall... yes\nmethod_name: checking whether compiler supports -Wextra... yes\nmethod_name: checking whether compiler supports -Wshorten-64-to-32... no\nmethod_name: checking whether compiler supports -Wsign-compare... yes\nmethod_name: checking whether compiler supports -Wundef... yes\nmethod_name: checking whether compiler supports -Wno-format-zero-length... yes\nmethod_name: checking whether compiler supports -Wpointer-arith... yes\nmethod_name: checking whether compiler supports -Wno-missing-braces... yes\nmethod_name: checking whether compiler supports -Wno-missing-field-initializers... yes\nmethod_name: checking whether compiler supports -Wno-missing-attributes... yes\nmethod_name: checking whether compiler supports -pipe... yes\nmethod_name: checking whether compiler supports -g3... yes\nmethod_name: checking how to run the C preprocessor... /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc -E\nmethod_name: checking for grep that handles long lines and -e... /usr/bin/grep\nmethod_name: checking for egrep... /usr/bin/grep -E\nmethod_name: checking for ANSI C header files... yes\nmethod_name: checking for sys/types.h... yes\nmethod_name: checking for sys/stat.h... yes\nmethod_name: checking for stdlib.h... yes\nmethod_name: checking for string.h... yes\nmethod_name: checking for memory.h... yes\nmethod_name: checking for strings.h... yes\nmethod_name: checking for inttypes.h... yes\nmethod_name: checking for stdint.h... yes\nmethod_name: checking for unistd.h... yes\nmethod_name: checking whether byte ordering is bigendian... no\nmethod_name: checking size of void *... 4\nmethod_name: checking size of int... 4\nmethod_name: checking size of long... 4\nmethod_name: checking size of long long... 8\nmethod_name: checking size of intmax_t... 8\nmethod_name: checking build system type... x86_64-unknown-linux-gnu\nmethod_name: checking host system type... running: \"tail\" \"-n\" \"100\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-39efb9db35d11326/out/build/config.log\"\nmethod_name: dvidir='${docdir}'\nmethod_name: enable_autogen=''\nmethod_name: enable_cache_oblivious=''\nmethod_name: enable_cxx='0'\nmethod_name: enable_debug=''\nmethod_name: enable_doc='no'\nmethod_name: enable_experimental_smallocx=''\nmethod_name: enable_fill=''\nmethod_name: enable_initial_exec_tls=''\nmethod_name: enable_lazy_lock=''\nmethod_name: enable_log=''\nmethod_name: enable_opt_safety_checks=''\nmethod_name: enable_opt_size_checks=''\nmethod_name: enable_prof=''\nmethod_name: enable_readlinkat=''\nmethod_name: enable_shared='no'\nmethod_name: enable_static=''\nmethod_name: enable_stats=''\nmethod_name: enable_tls=''\nmethod_name: enable_uaf_detection=''\nmethod_name: enable_utrace=''\nmethod_name: enable_xmalloc=''\nmethod_name: enable_zone_allocator=''\nmethod_name: exe=''\nmethod_name: exec_prefix='/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-39efb9db35d11326/out'\nmethod_name: host='riscv32im-risc0-zkvm-elf'\nmethod_name: host_alias='riscv32im-risc0-zkvm-elf'\nmethod_name: host_cpu=''\nmethod_name: host_os=''\nmethod_name: host_vendor=''\nmethod_name: htmldir='${docdir}'\nmethod_name: importlib=''\nmethod_name: includedir='${prefix}/include'\nmethod_name: infodir='${datarootdir}/info'\nmethod_name: install_suffix=''\nmethod_name: je_=''\nmethod_name: jemalloc_version=''\nmethod_name: jemalloc_version_bugfix=''\nmethod_name: jemalloc_version_gid=''\nmethod_name: jemalloc_version_major=''\nmethod_name: jemalloc_version_minor=''\nmethod_name: jemalloc_version_nrev=''\nmethod_name: libdir='${exec_prefix}/lib'\nmethod_name: libdl=''\nmethod_name: libexecdir='${exec_prefix}/libexec'\nmethod_name: libprefix=''\nmethod_name: link_whole_archive=''\nmethod_name: localedir='${datarootdir}/locale'\nmethod_name: localstatedir='${prefix}/var'\nmethod_name: mandir='${datarootdir}/man'\nmethod_name: o=''\nmethod_name: objroot=''\nmethod_name: oldincludedir='/usr/include'\nmethod_name: pdfdir='${docdir}'\nmethod_name: prefix='/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-39efb9db35d11326/out'\nmethod_name: private_namespace=''\nmethod_name: program_transform_name='s,x,x,'\nmethod_name: psdir='${docdir}'\nmethod_name: rev='2'\nmethod_name: sbindir='${exec_prefix}/sbin'\nmethod_name: sharedstatedir='${prefix}/com'\nmethod_name: so=''\nmethod_name: srcroot=''\nmethod_name: sysconfdir='${prefix}/etc'\nmethod_name: target_alias=''\nmethod_name: \nmethod_name: ## ----------- ##\nmethod_name: ## confdefs.h. ##\nmethod_name: ## ----------- ##\nmethod_name: \nmethod_name: /* confdefs.h */\nmethod_name: #define PACKAGE_NAME \"\"\nmethod_name: #define PACKAGE_TARNAME \"\"\nmethod_name: #define PACKAGE_VERSION \"\"\nmethod_name: #define PACKAGE_STRING \"\"\nmethod_name: #define PACKAGE_BUGREPORT \"\"\nmethod_name: #define PACKAGE_URL \"\"\nmethod_name: #define JEMALLOC_HAS_RESTRICT\nmethod_name: #define STDC_HEADERS 1\nmethod_name: #define HAVE_SYS_TYPES_H 1\nmethod_name: #define HAVE_SYS_STAT_H 1\nmethod_name: #define HAVE_STDLIB_H 1\nmethod_name: #define HAVE_STRING_H 1\nmethod_name: #define HAVE_MEMORY_H 1\nmethod_name: #define HAVE_STRINGS_H 1\nmethod_name: #define HAVE_INTTYPES_H 1\nmethod_name: #define HAVE_STDINT_H 1\nmethod_name: #define HAVE_UNISTD_H 1\nmethod_name: #define SIZEOF_VOID_P 4\nmethod_name: #define LG_SIZEOF_PTR 2\nmethod_name: #define SIZEOF_INT 4\nmethod_name: #define LG_SIZEOF_INT 2\nmethod_name: #define SIZEOF_LONG 4\nmethod_name: #define LG_SIZEOF_LONG 2\nmethod_name: #define SIZEOF_LONG_LONG 8\nmethod_name: #define LG_SIZEOF_LONG_LONG 3\nmethod_name: #define SIZEOF_INTMAX_T 8\nmethod_name: #define LG_SIZEOF_INTMAX_T 3\nmethod_name: \nmethod_name: configure: exit 1\nmethod_name: \nmethod_name: --- stderr\nmethod_name: Invalid configuration `riscv32im-risc0-zkvm-elf': machine `riscv32im-risc0' not recognized\nmethod_name: configure: error: /bin/bash build-aux/config.sub riscv32im-risc0-zkvm-elf failed\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.4+5.3.0-patched/build.rs:351:9:\n"},{"name":"jemallocator","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.5.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded jemallocator v0.5.4\nmethod_name: Compiling jemalloc-sys v0.5.4+5.3.0-patched\nmethod_name: error: failed to run custom build command for `jemalloc-sys v0.5.4+5.3.0-patched`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/jemalloc-sys-250b2c1db0e91a71/build-script-build` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: TARGET=riscv32im-risc0-zkvm-elf\nmethod_name: HOST=x86_64-unknown-linux-gnu\nmethod_name: NUM_JOBS=32\nmethod_name: OUT_DIR=\"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out\"\nmethod_name: BUILD_DIR=\"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out/build\"\nmethod_name: SRC_DIR=\"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.4+5.3.0-patched\"\nmethod_name: cargo:rustc-cfg=prefixed\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_OVERRIDE\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: CC=\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\"\nmethod_name: CFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\"\nmethod_name: JEMALLOC_REPO_DIR=\"jemalloc\"\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_MALLOC_CONF\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_PAGE\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_HUGEPAGE\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_QUANTUM\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_VADDR\nmethod_name: --with-jemalloc-prefix=_rjem_\nmethod_name: running: cd \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out/build\" && CC=\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" CFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" CPPFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" LDFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" \"sh\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out/build/configure\" \"--disable-cxx\" \"--enable-doc=no\" \"--enable-shared=no\" \"--with-jemalloc-prefix=_rjem_\" \"--with-private-namespace=_rjem_\" \"--host=riscv32im-risc0-zkvm-elf\" \"--build=x86_64-unknown-linux-gnu\" \"--prefix=/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out\"\nmethod_name: checking for xsltproc... false\nmethod_name: checking for riscv32im-risc0-zkvm-elf-gcc... /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\nmethod_name: checking whether the C compiler works... yes\nmethod_name: checking for C compiler default output file name... a.out\nmethod_name: checking for suffix of executables... \nmethod_name: checking whether we are cross compiling... yes\nmethod_name: checking for suffix of object files... o\nmethod_name: checking whether we are using the GNU C compiler... yes\nmethod_name: checking whether /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc accepts -g... yes\nmethod_name: checking for /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc option to accept ISO C89... none needed\nmethod_name: checking whether compiler is cray... no\nmethod_name: checking whether compiler supports -std=gnu11... yes\nmethod_name: checking whether compiler supports -Werror=unknown-warning-option... no\nmethod_name: checking whether compiler supports -Wall... yes\nmethod_name: checking whether compiler supports -Wextra... yes\nmethod_name: checking whether compiler supports -Wshorten-64-to-32... no\nmethod_name: checking whether compiler supports -Wsign-compare... yes\nmethod_name: checking whether compiler supports -Wundef... yes\nmethod_name: checking whether compiler supports -Wno-format-zero-length... yes\nmethod_name: checking whether compiler supports -Wpointer-arith... yes\nmethod_name: checking whether compiler supports -Wno-missing-braces... yes\nmethod_name: checking whether compiler supports -Wno-missing-field-initializers... yes\nmethod_name: checking whether compiler supports -Wno-missing-attributes... yes\nmethod_name: checking whether compiler supports -pipe... yes\nmethod_name: checking whether compiler supports -g3... yes\nmethod_name: checking how to run the C preprocessor... /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc -E\nmethod_name: checking for grep that handles long lines and -e... /usr/bin/grep\nmethod_name: checking for egrep... /usr/bin/grep -E\nmethod_name: checking for ANSI C header files... yes\nmethod_name: checking for sys/types.h... yes\nmethod_name: checking for sys/stat.h... yes\nmethod_name: checking for stdlib.h... yes\nmethod_name: checking for string.h... yes\nmethod_name: checking for memory.h... yes\nmethod_name: checking for strings.h... yes\nmethod_name: checking for inttypes.h... yes\nmethod_name: checking for stdint.h... yes\nmethod_name: checking for unistd.h... yes\nmethod_name: checking whether byte ordering is bigendian... no\nmethod_name: checking size of void *... 4\nmethod_name: checking size of int... 4\nmethod_name: checking size of long... 4\nmethod_name: checking size of long long... 8\nmethod_name: checking size of intmax_t... 8\nmethod_name: checking build system type... x86_64-unknown-linux-gnu\nmethod_name: checking host system type... running: \"tail\" \"-n\" \"100\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out/build/config.log\"\nmethod_name: dvidir='${docdir}'\nmethod_name: enable_autogen=''\nmethod_name: enable_cache_oblivious=''\nmethod_name: enable_cxx='0'\nmethod_name: enable_debug=''\nmethod_name: enable_doc='no'\nmethod_name: enable_experimental_smallocx=''\nmethod_name: enable_fill=''\nmethod_name: enable_initial_exec_tls=''\nmethod_name: enable_lazy_lock=''\nmethod_name: enable_log=''\nmethod_name: enable_opt_safety_checks=''\nmethod_name: enable_opt_size_checks=''\nmethod_name: enable_prof=''\nmethod_name: enable_readlinkat=''\nmethod_name: enable_shared='no'\nmethod_name: enable_static=''\nmethod_name: enable_stats=''\nmethod_name: enable_tls=''\nmethod_name: enable_uaf_detection=''\nmethod_name: enable_utrace=''\nmethod_name: enable_xmalloc=''\nmethod_name: enable_zone_allocator=''\nmethod_name: exe=''\nmethod_name: exec_prefix='/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out'\nmethod_name: host='riscv32im-risc0-zkvm-elf'\nmethod_name: host_alias='riscv32im-risc0-zkvm-elf'\nmethod_name: host_cpu=''\nmethod_name: host_os=''\nmethod_name: host_vendor=''\nmethod_name: htmldir='${docdir}'\nmethod_name: importlib=''\nmethod_name: includedir='${prefix}/include'\nmethod_name: infodir='${datarootdir}/info'\nmethod_name: install_suffix=''\nmethod_name: je_=''\nmethod_name: jemalloc_version=''\nmethod_name: jemalloc_version_bugfix=''\nmethod_name: jemalloc_version_gid=''\nmethod_name: jemalloc_version_major=''\nmethod_name: jemalloc_version_minor=''\nmethod_name: jemalloc_version_nrev=''\nmethod_name: libdir='${exec_prefix}/lib'\nmethod_name: libdl=''\nmethod_name: libexecdir='${exec_prefix}/libexec'\nmethod_name: libprefix=''\nmethod_name: link_whole_archive=''\nmethod_name: localedir='${datarootdir}/locale'\nmethod_name: localstatedir='${prefix}/var'\nmethod_name: mandir='${datarootdir}/man'\nmethod_name: o=''\nmethod_name: objroot=''\nmethod_name: oldincludedir='/usr/include'\nmethod_name: pdfdir='${docdir}'\nmethod_name: prefix='/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out'\nmethod_name: private_namespace=''\nmethod_name: program_transform_name='s,x,x,'\nmethod_name: psdir='${docdir}'\nmethod_name: rev='2'\nmethod_name: sbindir='${exec_prefix}/sbin'\nmethod_name: sharedstatedir='${prefix}/com'\nmethod_name: so=''\nmethod_name: srcroot=''\nmethod_name: sysconfdir='${prefix}/etc'\nmethod_name: target_alias=''\nmethod_name: \nmethod_name: ## ----------- ##\nmethod_name: ## confdefs.h. ##\nmethod_name: ## ----------- ##\nmethod_name: \nmethod_name: /* confdefs.h */\nmethod_name: #define PACKAGE_NAME \"\"\nmethod_name: #define PACKAGE_TARNAME \"\"\nmethod_name: #define PACKAGE_VERSION \"\"\nmethod_name: #define PACKAGE_STRING \"\"\nmethod_name: #define PACKAGE_BUGREPORT \"\"\nmethod_name: #define PACKAGE_URL \"\"\nmethod_name: #define JEMALLOC_HAS_RESTRICT\nmethod_name: #define STDC_HEADERS 1\nmethod_name: #define HAVE_SYS_TYPES_H 1\nmethod_name: #define HAVE_SYS_STAT_H 1\nmethod_name: #define HAVE_STDLIB_H 1\nmethod_name: #define HAVE_STRING_H 1\nmethod_name: #define HAVE_MEMORY_H 1\nmethod_name: #define HAVE_STRINGS_H 1\nmethod_name: #define HAVE_INTTYPES_H 1\nmethod_name: #define HAVE_STDINT_H 1\nmethod_name: #define HAVE_UNISTD_H 1\nmethod_name: #define SIZEOF_VOID_P 4\nmethod_name: #define LG_SIZEOF_PTR 2\nmethod_name: #define SIZEOF_INT 4\nmethod_name: #define LG_SIZEOF_INT 2\nmethod_name: #define SIZEOF_LONG 4\nmethod_name: #define LG_SIZEOF_LONG 2\nmethod_name: #define SIZEOF_LONG_LONG 8\nmethod_name: #define LG_SIZEOF_LONG_LONG 3\nmethod_name: #define SIZEOF_INTMAX_T 8\nmethod_name: #define LG_SIZEOF_INTMAX_T 3\nmethod_name: \nmethod_name: configure: exit 1\nmethod_name: \nmethod_name: --- stderr\nmethod_name: Invalid configuration `riscv32im-risc0-zkvm-elf': machine `riscv32im-risc0' not recognized\nmethod_name: configure: error: /bin/bash build-aux/config.sub riscv32im-risc0-zkvm-elf failed\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jemalloc-sys-0.5.4+5.3.0-patched/build.rs:351:9:\nmethod_name: command did not execute successfully: cd \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out/build\" && CC=\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" CFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" CPPFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" LDFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" \"sh\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out/build/configure\" \"--disable-cxx\" \"--enable-doc=no\" \"--enable-shared=no\" \"--with-jemalloc-prefix=_rjem_\" \"--with-private-namespace=_rjem_\" \"--host=riscv32im-risc0-zkvm-elf\" \"--build=x86_64-unknown-linux-gnu\" \"--prefix=/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/jemalloc-sys-12c60c8949298708/out\"\n"},{"name":"jni","settings":{},"status":"Success","custom_profile":false,"version":"0.21.1"},{"name":"jni-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.4.0"},{"name":"jobserver","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.30","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling jobserver v0.1.30\nmethod_name: error[E0308]: mismatched types\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.30/src/wasm.rs:51:13\nmethod_name: |\nmethod_name: 48 | pub fn try_acquire(&self) -> io::Result> {\nmethod_name: | ---------------------------- expected `Result, std::io::Error>` because of return type\nmethod_name: ...\nmethod_name: 51 | None\nmethod_name: | ^^^^ expected `Result, Error>`, found `Option<_>`\nmethod_name: |\nmethod_name: = note: expected enum `Result, std::io::Error>`\nmethod_name: found enum `Option<_>`\nmethod_name: help: try wrapping the expression in `Ok`\nmethod_name: |\nmethod_name: 51 | Ok(None)\nmethod_name: | +++ +\nmethod_name: \nmethod_name: error[E0308]: mismatched types\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.30/src/wasm.rs:54:16\nmethod_name: |\nmethod_name: 54 | Ok(Acquired(()))\nmethod_name: | -- ^^^^^^^^^^^^ expected `Option`, found `Acquired`\nmethod_name: | |\nmethod_name: | arguments to this enum variant are incorrect\nmethod_name: |\nmethod_name: = note: expected enum `Option`\nmethod_name: found struct `imp::Acquired`\nmethod_name: help: the type constructed contains `imp::Acquired` due to the type of the argument passed\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.30/src/wasm.rs:54:13\nmethod_name: |\nmethod_name: 54 | Ok(Acquired(()))\nmethod_name: | ^^^------------^\nmethod_name: | |\nmethod_name: | this argument influences the type of `Ok`\nmethod_name: note: tuple variant defined here\nmethod_name: --> /opt/actions-runner/_work/rust/rust/rust/library/core/src/result.rs:506:5\nmethod_name: help: try wrapping the expression in `Some`\nmethod_name: |\nmethod_name: 54 | Ok(Some(Acquired(())))\nmethod_name: | +++++ +\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0308`.\nmethod_name: error: could not compile `jobserver` (lib) due to 2 previous errors\n"},{"name":"jpeg-decoder","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"js-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.3.69"},{"name":"json","settings":{},"status":"Success","custom_profile":false,"version":"0.12.4"},{"name":"jsonwebtoken","settings":{},"status":"BuildFail","custom_profile":false,"version":"9.3.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded pem v3.0.4\nmethod_name: Downloaded jsonwebtoken v9.3.0\nmethod_name: Compiling num-traits v0.2.18\nmethod_name: Compiling num-bigint v0.4.4\nmethod_name: Compiling ring v0.17.8\nmethod_name: Compiling pem v3.0.4\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"k256","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.13.3"},{"name":"keccak","settings":{},"status":"Success","custom_profile":false,"version":"0.1.5"},{"name":"kernel32-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"kv-log-macro","settings":{},"status":"Success","custom_profile":false,"version":"1.0.7"},{"name":"lalrpop","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.20.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling tiny-keccak v2.0.2\nmethod_name: Compiling dirs-next v2.0.0\nmethod_name: Compiling bit-vec v0.6.3\nmethod_name: Compiling fixedbitset v0.4.2\nmethod_name: Compiling itertools v0.11.0\nmethod_name: Compiling pico-args v0.5.0\nmethod_name: Compiling unicode-xid v0.2.4\nmethod_name: Compiling regex-automata v0.4.6\nmethod_name: Compiling string_cache v0.8.7\nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:4:61\nmethod_name: |\nmethod_name: 4 | pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:64:38\nmethod_name: |\nmethod_name: 64 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:83:29\nmethod_name: |\nmethod_name: 83 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use crate::home_dir;\nmethod_name: |\nmethod_name: 1 + use crate::lin::env::home_dir;\nmethod_name: |\nmethod_name: 1 + use std::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 4 - pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: 4 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:15:61\nmethod_name: |\nmethod_name: 15 | pub fn audio_dir() -> Option { dirs_sys_next::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:16:61\nmethod_name: |\nmethod_name: 16 | pub fn desktop_dir() -> Option { dirs_sys_next::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:17:61\nmethod_name: |\nmethod_name: 17 | pub fn document_dir() -> Option { dirs_sys_next::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:18:61\nmethod_name: |\nmethod_name: 18 | pub fn download_dir() -> Option { dirs_sys_next::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:20:61\nmethod_name: |\nmethod_name: 20 | pub fn picture_dir() -> Option { dirs_sys_next::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:21:61\nmethod_name: |\nmethod_name: 21 | pub fn public_dir() -> Option { dirs_sys_next::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:22:61\nmethod_name: |\nmethod_name: 22 | pub fn template_dir() -> Option { dirs_sys_next::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:23:61\nmethod_name: |\nmethod_name: 23 | pub fn video_dir() -> Option { dirs_sys_next::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `dirs-next` (lib) due to 9 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"lalrpop-util","settings":{},"status":"Success","custom_profile":false,"version":"0.20.2"},{"name":"language-tags","settings":{},"status":"Success","custom_profile":false,"version":"0.3.2"},{"name":"lazy_static","settings":{"run-prover":true,"std":true,"import-str":"use lazy_static::lazy_static;\nlazy_static! {\n static ref EXAMPLE: u8 = 42;\n}\n","custom-main":"assert_eq!(*EXAMPLE, 42);"},"status":"RunFail","custom_profile":true,"version":"1.1.1"},{"name":"lazycell","settings":{},"status":"Success","custom_profile":false,"version":"1.3.0"},{"name":"leb128","settings":{},"status":"Success","custom_profile":false,"version":"0.2.5"},{"name":"lexical","settings":{},"status":"Success","custom_profile":false,"version":"6.1.1"},{"name":"lexical-core","settings":{},"status":"Success","custom_profile":false,"version":"0.8.5"},{"name":"lexical-parse-float","settings":{},"status":"Success","custom_profile":false,"version":"0.8.5"},{"name":"lexical-parse-integer","settings":{},"status":"Success","custom_profile":false,"version":"0.8.6"},{"name":"lexical-util","settings":{},"status":"Success","custom_profile":false,"version":"0.8.5"},{"name":"lexical-write-float","settings":{},"status":"Success","custom_profile":false,"version":"0.8.5"},{"name":"lexical-write-integer","settings":{},"status":"Success","custom_profile":false,"version":"0.8.5"},{"name":"libc","settings":{},"status":"Success","custom_profile":false,"version":"0.2.153"},{"name":"libflate","settings":{},"status":"Success","custom_profile":false,"version":"2.0.0"},{"name":"libgit2-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.16.2+1.7.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: warning: /tmp/.tmp4mAvBF/template_project/methods/guest/Cargo.toml: version requirement `0.16.2+1.7.2` for dependency `libgit2-sys` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion\nmethod_name: Updating crates.io index\nmethod_name: Compiling libgit2-sys v0.16.2+1.7.2\nmethod_name: Compiling libz-sys v1.1.16\nmethod_name: error[E0412]: cannot find type `off_t` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs:51:26\nmethod_name: |\nmethod_name: 51 | pub type z_off_t = libc::off_t;\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `libz-sys` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"libloading","settings":{},"status":"Success","custom_profile":false,"version":"0.8.3"},{"name":"libm","settings":{},"status":"Success","custom_profile":false,"version":"0.2.8"},{"name":"librocksdb-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.16.0+8.10.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: warning: /tmp/.tmp4mAvBF/template_project/methods/guest/Cargo.toml: version requirement `0.16.0+8.10.0` for dependency `librocksdb-sys` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded librocksdb-sys v0.16.0+8.10.0\nmethod_name: Compiling minimal-lexical v0.2.1\nmethod_name: Compiling either v1.11.0\nmethod_name: Compiling bindgen v0.69.4\nmethod_name: Compiling shlex v1.3.0\nmethod_name: Compiling rustc-hash v1.1.0\nmethod_name: Compiling lazycell v1.3.0\nmethod_name: Compiling bitflags v2.5.0\nmethod_name: Compiling lazy_static v1.4.0\nmethod_name: Compiling clang-sys v1.7.0\nmethod_name: Compiling libloading v0.8.3\nmethod_name: Compiling itertools v0.10.5\nmethod_name: Compiling nom v7.1.3\nmethod_name: Compiling cexpr v0.6.0\nmethod_name: Compiling librocksdb-sys v0.16.0+8.10.0\nmethod_name: error: failed to run custom build command for `librocksdb-sys v0.16.0+8.10.0`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/librocksdb-sys-81e257ece4ac1f20/build-script-build` (exit status: 101)\nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/ir/context.rs:556:15:\nmethod_name: libclang error; possible causes include:\nmethod_name: - Invalid flag syntax\nmethod_name: - Unrecognized flags\nmethod_name: - Invalid flag arguments\nmethod_name: - File I/O errors\nmethod_name: - Host vs. target architecture mismatch\nmethod_name: If you encounter an error missing from this list, please file an issue or a PR!\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"libsecp256k1","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded crypto-mac v0.8.0\nmethod_name: Downloaded libsecp256k1 v0.7.1\nmethod_name: Downloaded libsecp256k1-gen-genmult v0.3.0\nmethod_name: Downloaded libsecp256k1-gen-ecmult v0.3.0\nmethod_name: Downloaded libsecp256k1-core v0.3.0\nmethod_name: Downloaded hmac-drbg v0.3.0\nmethod_name: Downloaded hmac v0.8.1\nmethod_name: Compiling subtle v2.5.0\nmethod_name: Compiling generic-array v0.14.7\nmethod_name: Compiling typenum v1.17.0\nmethod_name: Compiling base64 v0.13.1\nmethod_name: Compiling sha2 v0.9.9\nmethod_name: Compiling digest v0.10.7\nmethod_name: Compiling crypto-mac v0.8.0\nmethod_name: Compiling libsecp256k1-core v0.3.0\nmethod_name: Compiling hmac v0.8.1\nmethod_name: Compiling hmac-drbg v0.3.0\nmethod_name: Compiling blake2 v0.10.6\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling digest v0.9.0\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"libsqlite3-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.28.0"},{"name":"libssh2-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling libssh2-sys v0.3.0\nmethod_name: Compiling libz-sys v1.1.16\nmethod_name: error[E0412]: cannot find type `off_t` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs:51:26\nmethod_name: |\nmethod_name: 51 | pub type z_off_t = libc::off_t;\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `libz-sys` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"libz-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.1.16","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling libz-sys v1.1.16\nmethod_name: error[E0412]: cannot find type `off_t` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.16/src/lib.rs:51:26\nmethod_name: |\nmethod_name: 51 | pub type z_off_t = libc::off_t;\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `libz-sys` (lib) due to 1 previous error\n"},{"name":"link-cplusplus","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.0.9","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling link-cplusplus v1.0.9\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: link-cplusplus@1.0.9: c++: error: unrecognized argument in option ‘-mabi=ilp32’\nmethod_name: warning: link-cplusplus@1.0.9: c++: note: valid arguments to ‘-mabi=’ are: ms sysv\nmethod_name: \nmethod_name: error: failed to run custom build command for `link-cplusplus v1.0.9`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/link-cplusplus-b3a9335eb62455d3/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-changed=build.rs\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CXX_riscv32im-risc0-zkvm-elf\nmethod_name: CXX_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CXX_riscv32im_risc0_zkvm_elf\nmethod_name: CXX_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CXX\nmethod_name: TARGET_CXX = None\nmethod_name: cargo:rerun-if-env-changed=CXX\nmethod_name: CXX = None\nmethod_name: RUSTC_LINKER = None\nmethod_name: cargo:rerun-if-env-changed=CROSS_COMPILE\nmethod_name: CROSS_COMPILE = None\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CXXFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CXXFLAGS_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CXXFLAGS\nmethod_name: TARGET_CXXFLAGS = None\nmethod_name: cargo:rerun-if-env-changed=CXXFLAGS\nmethod_name: CXXFLAGS = None\nmethod_name: cargo:warning=c++: error: unrecognized argument in option ‘-mabi=ilp32’\nmethod_name: cargo:warning=c++: note: valid arguments to ‘-mabi=’ are: ms sysv\nmethod_name: \nmethod_name: --- stderr\nmethod_name: \nmethod_name: \nmethod_name: error occurred: Command \"c++\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-Wall\" \"-Wextra\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/link-cplusplus-306c59089ead9c55/out/52891acfca2da99a-dummy.o\" \"-c\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/link-cplusplus-306c59089ead9c55/out/dummy.cc\" with args c++ did not execute successfully (status code exit status: 1).\nmethod_name: \nmethod_name: \n"},{"name":"linked-hash-map","settings":{},"status":"Success","custom_profile":false,"version":"0.5.6"},{"name":"linux-raw-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.6.4"},{"name":"local-channel","settings":{},"status":"Success","custom_profile":false,"version":"0.1.5"},{"name":"local-waker","settings":{},"status":"Success","custom_profile":false,"version":"0.1.4"},{"name":"lock_api","settings":{},"status":"Success","custom_profile":false,"version":"0.4.11"},{"name":"log","settings":{},"status":"Success","custom_profile":false,"version":"0.4.21"},{"name":"lru","settings":{},"status":"Success","custom_profile":false,"version":"0.12.3"},{"name":"lru-cache","settings":{},"status":"Success","custom_profile":false,"version":"0.1.2"},{"name":"lz4","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.24.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded lz4 v1.24.0\nmethod_name: Downloaded lz4-sys v1.9.4\nmethod_name: Compiling lz4-sys v1.9.4\nmethod_name: error[E0432]: unresolved imports `libc::c_void`, `libc::c_char`, `libc::c_uint`, `libc::size_t`, `libc::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lz4-sys-1.9.4/src/lib.rs:8:12\nmethod_name: |\nmethod_name: 8 | use libc::{c_void, c_char, c_uint, size_t, c_int};\nmethod_name: | ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^ no `c_int` in the root\nmethod_name: | | | | |\nmethod_name: | | | | no `size_t` in the root\nmethod_name: | | | no `c_uint` in the root\nmethod_name: | | no `c_char` in the root\nmethod_name: | no `c_void` in the root\nmethod_name: |\nmethod_name: = help: consider importing this enum instead:\nmethod_name: core::ffi::c_void\nmethod_name: = help: consider importing this type alias instead:\nmethod_name: core::ffi::c_char\nmethod_name: = help: consider importing this type alias instead:\nmethod_name: core::ffi::c_uint\nmethod_name: = help: consider importing this type alias instead:\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `lz4-sys` (lib) due to 1 previous error\n"},{"name":"lz4-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.9.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling lz4-sys v1.9.4\nmethod_name: error[E0432]: unresolved imports `libc::c_void`, `libc::c_char`, `libc::c_uint`, `libc::size_t`, `libc::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lz4-sys-1.9.4/src/lib.rs:8:12\nmethod_name: |\nmethod_name: 8 | use libc::{c_void, c_char, c_uint, size_t, c_int};\nmethod_name: | ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^ no `c_int` in the root\nmethod_name: | | | | |\nmethod_name: | | | | no `size_t` in the root\nmethod_name: | | | no `c_uint` in the root\nmethod_name: | | no `c_char` in the root\nmethod_name: | no `c_void` in the root\nmethod_name: |\nmethod_name: = help: consider importing this enum instead:\nmethod_name: core::ffi::c_void\nmethod_name: = help: consider importing this type alias instead:\nmethod_name: core::ffi::c_char\nmethod_name: = help: consider importing this type alias instead:\nmethod_name: core::ffi::c_uint\nmethod_name: = help: consider importing this type alias instead:\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `lz4-sys` (lib) due to 1 previous error\n"},{"name":"lz4_flex","settings":{},"status":"Success","custom_profile":false,"version":"0.11.3"},{"name":"lzma-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.20","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling lzma-sys v0.1.20\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: lzma-sys@0.1.20: riscv32-unknown-elf-gcc: error: unrecognized command-line option '-pthread'; did you mean '-fpthread'?\nmethod_name: \nmethod_name: error: failed to run custom build command for `lzma-sys v0.1.20`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/lzma-sys-12cd4ae51556b2fd/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-changed=build.rs\nmethod_name: cargo:rerun-if-env-changed=LZMA_API_STATIC\nmethod_name: cargo:rerun-if-env-changed=LIBLZMA_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:root=/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/lzma-sys-8b8ee99784549838/out\nmethod_name: cargo:include=/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.20/xz-5.2/src/liblzma/api\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=riscv32-unknown-elf-gcc: error: unrecognized command-line option '-pthread'; did you mean '-fpthread'?\nmethod_name: \nmethod_name: --- stderr\nmethod_name: \nmethod_name: \nmethod_name: error occurred: Command \"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" \"-O3\" \"-ffunction-sections\" \"-fdata-sections\" \"-fPIC\" \"-march=rv32im\" \"-mabi=ilp32\" \"-march=rv32im\" \"-nostdlib\" \"-I\" \"xz-5.2/src/liblzma/api\" \"-I\" \"xz-5.2/src/liblzma/lzma\" \"-I\" \"xz-5.2/src/liblzma/lz\" \"-I\" \"xz-5.2/src/liblzma/check\" \"-I\" \"xz-5.2/src/liblzma/simple\" \"-I\" \"xz-5.2/src/liblzma/delta\" \"-I\" \"xz-5.2/src/liblzma/common\" \"-I\" \"xz-5.2/src/liblzma/rangecoder\" \"-I\" \"xz-5.2/src/common\" \"-I\" \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lzma-sys-0.1.20\" \"-std=c99\" \"-pthread\" \"-DHAVE_CONFIG_H=1\" \"-o\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/lzma-sys-8b8ee99784549838/out/ebd7929902bc829f-tuklib_cpucores.o\" \"-c\" \"xz-5.2/src/common/tuklib_cpucores.c\" with args riscv32-unknown-elf-gcc did not execute successfully (status code exit status: 1).\nmethod_name: \nmethod_name: \n"},{"name":"mac","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"mach","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded mach v0.3.2\nmethod_name: Compiling mach v0.3.2\nmethod_name: error: mach requires MacOSX or iOS\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/lib.rs:16:1\nmethod_name: |\nmethod_name: 16 | compile_error!(\"mach requires MacOSX or iOS\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/boolean.rs:7:30\nmethod_name: |\nmethod_name: 7 | pub type boolean_t = ::libc::c_int;\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_int;\nmethod_name: |\nmethod_name: help: if you import `c_int`, refer to it directly\nmethod_name: |\nmethod_name: 7 - pub type boolean_t = ::libc::c_int;\nmethod_name: 7 + pub type boolean_t = c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:7:43\nmethod_name: |\nmethod_name: 7 | pub const BOOTSTRAP_MAX_NAME_LEN: ::libc::c_uint = 128;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 7 - pub const BOOTSTRAP_MAX_NAME_LEN: ::libc::c_uint = 128;\nmethod_name: 7 + pub const BOOTSTRAP_MAX_NAME_LEN: c_uint = 128;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:8:42\nmethod_name: |\nmethod_name: 8 | pub const BOOTSTRAP_MAX_CMD_LEN: ::libc::c_uint = 512;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 8 - pub const BOOTSTRAP_MAX_CMD_LEN: ::libc::c_uint = 512;\nmethod_name: 8 + pub const BOOTSTRAP_MAX_CMD_LEN: c_uint = 512;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:10:47\nmethod_name: |\nmethod_name: 10 | pub const BOOTSTRAP_MAX_LOOKUP_COUNT: ::libc::c_uint = 20;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 10 - pub const BOOTSTRAP_MAX_LOOKUP_COUNT: ::libc::c_uint = 20;\nmethod_name: 10 + pub const BOOTSTRAP_MAX_LOOKUP_COUNT: c_uint = 20;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:12:38\nmethod_name: |\nmethod_name: 12 | pub const BOOTSTRAP_SUCCESS: ::libc::c_uint = 0;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 12 - pub const BOOTSTRAP_SUCCESS: ::libc::c_uint = 0;\nmethod_name: 12 + pub const BOOTSTRAP_SUCCESS: c_uint = 0;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:13:45\nmethod_name: |\nmethod_name: 13 | pub const BOOTSTRAP_NOT_PRIVILEGED: ::libc::c_uint = 1100;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 13 - pub const BOOTSTRAP_NOT_PRIVILEGED: ::libc::c_uint = 1100;\nmethod_name: 13 + pub const BOOTSTRAP_NOT_PRIVILEGED: c_uint = 1100;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:14:42\nmethod_name: |\nmethod_name: 14 | pub const BOOTSTRAP_NAME_IN_USE: ::libc::c_uint = 1101;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 14 - pub const BOOTSTRAP_NAME_IN_USE: ::libc::c_uint = 1101;\nmethod_name: 14 + pub const BOOTSTRAP_NAME_IN_USE: c_uint = 1101;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:15:46\nmethod_name: |\nmethod_name: 15 | pub const BOOTSTRAP_UNKNOWN_SERVICE: ::libc::c_uint = 1102;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 15 - pub const BOOTSTRAP_UNKNOWN_SERVICE: ::libc::c_uint = 1102;\nmethod_name: 15 + pub const BOOTSTRAP_UNKNOWN_SERVICE: c_uint = 1102;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:16:45\nmethod_name: |\nmethod_name: 16 | pub const BOOTSTRAP_SERVICE_ACTIVE: ::libc::c_uint = 1103;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 16 - pub const BOOTSTRAP_SERVICE_ACTIVE: ::libc::c_uint = 1103;\nmethod_name: 16 + pub const BOOTSTRAP_SERVICE_ACTIVE: c_uint = 1103;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:17:40\nmethod_name: |\nmethod_name: 17 | pub const BOOTSTRAP_BAD_COUNT: ::libc::c_uint = 1104;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 17 - pub const BOOTSTRAP_BAD_COUNT: ::libc::c_uint = 1104;\nmethod_name: 17 + pub const BOOTSTRAP_BAD_COUNT: c_uint = 1104;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:18:40\nmethod_name: |\nmethod_name: 18 | pub const BOOTSTRAP_NO_MEMORY: ::libc::c_uint = 1105;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 18 - pub const BOOTSTRAP_NO_MEMORY: ::libc::c_uint = 1105;\nmethod_name: 18 + pub const BOOTSTRAP_NO_MEMORY: c_uint = 1105;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_uint` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.3.2/src/bootstrap.rs:19:42\nmethod_name: |\nmethod_name: 19 | pub const BOOTSTRAP_NO_CHILDREN: ::libc::c_uint = 1106;\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this type alias\nmethod_name: |\nmethod_name: 3 + use core::ffi::c_uint;\nmethod_name: |\nmethod_name: help: if you import `c_uint`, refer to it directly\nmethod_name: |\nmethod_name: 19 - pub const BOOTSTRAP_NO_CHILDREN: ::libc::c_uint = 1106;\n"},{"name":"maplit","settings":{},"status":"Success","custom_profile":false,"version":"1.0.2"},{"name":"markup5ever","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.12.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling string_cache v0.8.7\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"match_cfg","settings":{},"status":"Success","custom_profile":false,"version":"0.1.0"},{"name":"matchers","settings":{},"status":"Success","custom_profile":false,"version":"0.1.0"},{"name":"matches","settings":{},"status":"Success","custom_profile":false,"version":"0.1.10"},{"name":"matchit","settings":{},"status":"Success","custom_profile":false,"version":"0.8.0"},{"name":"matrixmultiply","settings":{},"status":"Success","custom_profile":false,"version":"0.3.8"},{"name":"maybe-uninit","settings":{},"status":"Success","custom_profile":false,"version":"2.0.0"},{"name":"md-5","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.10.6"},{"name":"md5","settings":{},"status":"Success","custom_profile":false,"version":"0.7.0"},{"name":"memchr","settings":{},"status":"Success","custom_profile":false,"version":"2.7.2"},{"name":"memmap","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling memmap v0.7.0\nmethod_name: error[E0412]: cannot find type `MmapInner` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs:302:12\nmethod_name: |\nmethod_name: 302 | inner: MmapInner,\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `MmapInner` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs:415:12\nmethod_name: |\nmethod_name: 415 | inner: MmapInner,\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared type `MmapInner`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs:183:9\nmethod_name: |\nmethod_name: 183 | MmapInner::map(self.get_len(file)?, file, self.offset).map(|inner| Mmap { inner: inner })\nmethod_name: | ^^^^^^^^^ use of undeclared type `MmapInner`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared type `MmapInner`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs:193:9\nmethod_name: |\nmethod_name: 193 | MmapInner::map_exec(self.get_len(file)?, file, self.offset)\nmethod_name: | ^^^^^^^^^ use of undeclared type `MmapInner`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared type `MmapInner`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs:231:9\nmethod_name: |\nmethod_name: 231 | MmapInner::map_mut(self.get_len(file)?, file, self.offset)\nmethod_name: | ^^^^^^^^^ use of undeclared type `MmapInner`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared type `MmapInner`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs:260:9\nmethod_name: |\nmethod_name: 260 | MmapInner::map_copy(self.get_len(file)?, file, self.offset)\nmethod_name: | ^^^^^^^^^ use of undeclared type `MmapInner`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared type `MmapInner`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs:273:9\nmethod_name: |\nmethod_name: 273 | MmapInner::map_anon(self.len.unwrap_or(0), self.stack).map(|inner| MmapMut { inner: inner })\nmethod_name: | ^^^^^^^^^ use of undeclared type `MmapInner`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0412, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `memmap` (lib) due to 7 previous errors\n"},{"name":"memmap2","settings":{},"status":"Success","custom_profile":false,"version":"0.9.4"},{"name":"memoffset","settings":{},"status":"Success","custom_profile":false,"version":"0.9.1"},{"name":"metrics","settings":{},"status":"Success","custom_profile":false,"version":"0.22.3"},{"name":"mime","settings":{},"status":"Success","custom_profile":false,"version":"0.3.17"},{"name":"mime_guess","settings":{},"status":"Success","custom_profile":false,"version":"2.0.4"},{"name":"minimal-lexical","settings":{},"status":"Success","custom_profile":false,"version":"0.1.4"},{"name":"miniz_oxide","settings":{},"status":"Success","custom_profile":false,"version":"0.7.2"},{"name":"mio","settings":{},"status":"Success","custom_profile":false,"version":"0.8.11"},{"name":"mio-extras","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.0.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded cfg-if v0.1.10\nmethod_name: Downloaded net2 v0.2.39\nmethod_name: Downloaded mio-extras v2.0.6\nmethod_name: Downloaded mio v0.6.23\nmethod_name: Compiling cfg-if v0.1.10\nmethod_name: Compiling net2 v0.2.39\nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/tcp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/udp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:21:5\nmethod_name: |\nmethod_name: 21 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:19:5\nmethod_name: |\nmethod_name: 19 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:24\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:35\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:219:32\nmethod_name: |\nmethod_name: 219 | match storage.ss_family as c_int {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:31\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:44\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:56\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_void` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:74:54\nmethod_name: |\nmethod_name: 74 | let payload = &payload as *const T as *const c_void;\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_void;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_void;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `socklen_t` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:76:54\nmethod_name: |\nmethod_name: 76 | ... mem::size_of::() as socklen_t)));\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:31\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:44\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\n"},{"name":"mio-uds","settings":{},"status":"Success","custom_profile":false,"version":"0.6.8"},{"name":"miow","settings":{"skip":true},"status":"Skipped","custom_profile":true,"version":null},{"name":"mockall","settings":{},"status":"Success","custom_profile":false,"version":"0.12.1"},{"name":"mockall_derive","settings":{},"status":"Success","custom_profile":false,"version":"0.12.1"},{"name":"more-asserts","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"multer","settings":{},"status":"Success","custom_profile":false,"version":"3.0.0"},{"name":"multihash","settings":{},"status":"Success","custom_profile":false,"version":"0.19.1"},{"name":"multimap","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.10.0"},{"name":"multipart","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.18.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded ascii v0.8.7\nmethod_name: Downloaded autocfg v0.1.8\nmethod_name: Downloaded groupable v0.2.0\nmethod_name: Downloaded chunked_transfer v0.3.1\nmethod_name: Downloaded typemap v0.3.3\nmethod_name: Downloaded modifier v0.1.0\nmethod_name: Downloaded phf v0.7.24\nmethod_name: Downloaded unicase v1.4.2\nmethod_name: Downloaded phf_shared v0.7.24\nmethod_name: Downloaded unsafe-any v0.4.2\nmethod_name: Downloaded phf_codegen v0.7.24\nmethod_name: Downloaded typeable v0.1.2\nmethod_name: Downloaded traitobject v0.1.0\nmethod_name: Downloaded phf_generator v0.7.24\nmethod_name: Downloaded mime v0.2.6\nmethod_name: Downloaded rand_xorshift v0.1.1\nmethod_name: Downloaded rand_chacha v0.1.1\nmethod_name: Downloaded version_check v0.1.5\nmethod_name: Downloaded time v0.1.45\nmethod_name: Downloaded twoway v0.1.8\nmethod_name: Downloaded tiny_http v0.6.4\nmethod_name: Downloaded rand_os v0.1.3\nmethod_name: Downloaded language-tags v0.2.2\nmethod_name: Downloaded multipart v0.18.0\nmethod_name: Downloaded url v1.7.2\nmethod_name: Downloaded rand v0.6.5\nmethod_name: Downloaded nickel v0.11.0\nmethod_name: Downloaded hyper v0.10.16\nmethod_name: Downloaded idna v0.1.5\nmethod_name: Downloaded mustache v0.9.0\nmethod_name: Downloaded siphasher v0.2.3\nmethod_name: Downloaded rand_pcg v0.1.2\nmethod_name: Downloaded rand_hc v0.1.0\nmethod_name: Downloaded rand_core v0.3.1\nmethod_name: Downloaded plugin v0.2.6\nmethod_name: Downloaded percent-encoding v1.0.1\nmethod_name: Downloaded rand_jitter v0.1.4\nmethod_name: Downloaded rand_isaac v0.1.1\nmethod_name: Downloaded rand_core v0.4.2\nmethod_name: Downloaded iron v0.6.1\nmethod_name: Downloaded base64 v0.9.3\nmethod_name: Downloaded mime_guess v1.8.8\nmethod_name: Downloaded log v0.3.9\nmethod_name: Compiling version_check v0.1.5\nmethod_name: Compiling autocfg v0.1.8\nmethod_name: Compiling rand_core v0.4.2\nmethod_name: Compiling siphasher v0.2.3\nmethod_name: Compiling traitobject v0.1.0\nmethod_name: Compiling memchr v2.7.2\nmethod_name: Compiling percent-encoding v1.0.1\nmethod_name: Compiling log v0.3.9\nmethod_name: Compiling base64 v0.9.3\nmethod_name: Compiling language-tags v0.2.2\nmethod_name: Compiling typeable v0.1.2\nmethod_name: Compiling modifier v0.1.0\nmethod_name: Compiling idna v0.1.5\nmethod_name: Compiling time v0.1.45\nmethod_name: Compiling groupable v0.2.0\nmethod_name: Compiling chunked_transfer v0.3.1\nmethod_name: Compiling ascii v0.8.7\nmethod_name: Compiling quick-error v1.2.3\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: Compiling rand_chacha v0.1.1\nmethod_name: Compiling rand_pcg v0.1.2\nmethod_name: Compiling rand v0.6.5\nmethod_name: Compiling unsafe-any v0.4.2\nmethod_name: error[E0432]: unresolved import `self::inner`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/sys.rs:3:15\nmethod_name: |\nmethod_name: 3 | pub use self::inner::*;\nmethod_name: | ^^^^^ could not find `inner` in `self`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `SteadyTime` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/lib.rs:250:25\nmethod_name: |\nmethod_name: 250 | SteadyTime(sys::SteadyTime::now())\nmethod_name: | ^^^^^^^^^^ could not find `SteadyTime` in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `get_time` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/lib.rs:152:28\nmethod_name: |\nmethod_name: 152 | let (sec, nsec) = sys::get_time();\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `get_precise_ns` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/lib.rs:163:10\nmethod_name: |\nmethod_name: 163 | sys::get_precise_ns()\nmethod_name: | ^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `SteadyTime` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/lib.rs:245:28\nmethod_name: |\nmethod_name: 245 | pub struct SteadyTime(sys::SteadyTime);\nmethod_name: | ^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `time_to_utc_tm` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/lib.rs:407:10\nmethod_name: |\nmethod_name: 407 | sys::time_to_utc_tm(sec, &mut tm);\nmethod_name: | ^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `time_to_local_tm` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/lib.rs:421:10\nmethod_name: |\nmethod_name: 421 | sys::time_to_local_tm(sec, &mut tm);\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `utc_tm_to_time` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/lib.rs:435:23\nmethod_name: |\nmethod_name: 435 | 0 => sys::utc_tm_to_time(self),\nmethod_name: | ^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `local_tm_to_time` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/lib.rs:436:23\nmethod_name: |\nmethod_name: 436 | _ => sys::local_tm_to_time(self)\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Compiling typemap v0.3.3\nmethod_name: Compiling mime v0.2.6\nmethod_name: Compiling mustache v0.9.0\nmethod_name: Compiling rand_core v0.3.1\nmethod_name: Compiling rand_jitter v0.1.4\nmethod_name: Compiling rand_os v0.1.3\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: Some errors have detailed explanations: E0412, E0425, E0432, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error: could not compile `time` (lib) due to 9 previous errors\n"},{"name":"nalgebra","settings":{},"status":"Success","custom_profile":false,"version":"0.32.5"},{"name":"nanorand","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling nanorand v0.7.0\nmethod_name: error[E0425]: cannot find function `backup_entropy` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/entropy.rs:51:2\nmethod_name: |\nmethod_name: 51 | backup_entropy(out);\nmethod_name: | ^^^^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `nanorand` (lib) due to 1 previous error\n"},{"name":"napi","settings":{},"status":"Success","custom_profile":false,"version":"2.16.4"},{"name":"native-tls","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.11","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: error: failed to run custom build command for `openssl-sys v0.9.102`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/openssl-sys-4dcce9a891e2e434/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_LIB_DIR\nmethod_name: OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR\nmethod_name: OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_DIR\nmethod_name: OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: run pkg_config fail: pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/find_normal.rs:190:5:\nmethod_name: \nmethod_name: \nmethod_name: Could not find directory of OpenSSL installation, and this `-sys` crate cannot\nmethod_name: proceed without this knowledge. If OpenSSL is installed and this crate had\nmethod_name: trouble finding it, you can set the `OPENSSL_DIR` environment variable for the\nmethod_name: compilation process.\nmethod_name: \nmethod_name: Make sure you also have the development packages of openssl installed.\nmethod_name: For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.\nmethod_name: \nmethod_name: If you're in a situation where you think the directory *should* be found\nmethod_name: automatically, please open a bug at https://github.com/sfackler/rust-openssl\nmethod_name: and include information about your system as well as this message.\nmethod_name: \nmethod_name: $HOST = x86_64-unknown-linux-gnu\nmethod_name: $TARGET = riscv32im-risc0-zkvm-elf\nmethod_name: openssl-sys = 0.9.102\nmethod_name: \nmethod_name: \nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"ndarray","settings":{},"status":"Success","custom_profile":false,"version":"0.15.6"},{"name":"net2","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.39","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling net2 v0.2.39\nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/tcp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/udp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:21:5\nmethod_name: |\nmethod_name: 21 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:19:5\nmethod_name: |\nmethod_name: 19 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:24\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:35\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:219:32\nmethod_name: |\nmethod_name: 219 | match storage.ss_family as c_int {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:31\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:44\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:56\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_void` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:74:54\nmethod_name: |\nmethod_name: 74 | let payload = &payload as *const T as *const c_void;\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_void;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_void;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `socklen_t` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:76:54\nmethod_name: |\nmethod_name: 76 | ... mem::size_of::() as socklen_t)));\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:31\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:44\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \n"},{"name":"new_debug_unreachable","settings":{},"status":"Success","custom_profile":false,"version":"1.0.6"},{"name":"nibble_vec","settings":{},"status":"Success","custom_profile":false,"version":"0.1.0"},{"name":"nix","settings":{},"status":"Success","custom_profile":false,"version":"0.28.0"},{"name":"nodrop","settings":{},"status":"Success","custom_profile":false,"version":"0.1.14"},{"name":"nohash-hasher","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"nom","settings":{},"status":"Success","custom_profile":false,"version":"6.2.2"},{"name":"normalize-line-endings","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"notify","settings":{},"status":"BuildFail","custom_profile":false,"version":"6.1.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded inotify v0.9.6\nmethod_name: Downloaded notify v6.1.1\nmethod_name: Compiling filetime v0.2.23\nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:4:14\nmethod_name: |\nmethod_name: 4 | use std::os::unix::prelude::*;\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:5:14\nmethod_name: |\nmethod_name: 5 | use std::os::unix::prelude::*;\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:2:5\nmethod_name: |\nmethod_name: 2 | use libc::{time_t, timespec};\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:35:23\nmethod_name: |\nmethod_name: 35 | let rc = unsafe { libc::futimes(f.as_raw_fd(), times.as_ptr()) };\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0599]: no method named `as_raw_fd` found for reference `&File` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:35:39\nmethod_name: |\nmethod_name: 35 | let rc = unsafe { libc::futimes(f.as_raw_fd(), times.as_ptr()) };\nmethod_name: | ^^^^^^^^^ method not found in `&File`\nmethod_name: \nmethod_name: error[E0599]: no method named `as_bytes` found for reference `&OsStr` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:98:40\nmethod_name: |\nmethod_name: 98 | let p = CString::new(p.as_os_str().as_bytes())?;\nmethod_name: | ^^^^^^^^ help: there is a method with a similar name: `as_encoded_bytes`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:102:13\nmethod_name: |\nmethod_name: 102 | libc::lutimes(p.as_ptr(), times.as_ptr())\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:104:13\nmethod_name: |\nmethod_name: 104 | libc::utimes(p.as_ptr(), times.as_ptr())\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0599]: no method named `mtime` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:75:23\nmethod_name: |\nmethod_name: 75 | seconds: meta.mtime(),\nmethod_name: | ^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0599]: no method named `mtime_nsec` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:76:21\nmethod_name: |\nmethod_name: 76 | nanos: meta.mtime_nsec() as u32,\nmethod_name: | ^^^^^^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0599]: no method named `atime` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:82:23\nmethod_name: |\nmethod_name: 82 | seconds: meta.atime(),\nmethod_name: | ^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0599]: no method named `atime_nsec` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:83:21\nmethod_name: |\nmethod_name: 83 | nanos: meta.atime_nsec() as u32,\nmethod_name: | ^^^^^^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:117:47\nmethod_name: |\nmethod_name: 117 | tv_usec: (ft.nanoseconds() / 1000) as libc::suseconds_t,\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:116:33\nmethod_name: |\nmethod_name: 116 | tv_sec: ft.seconds() as libc::time_t,\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:115:5\nmethod_name: |\nmethod_name: 115 | libc::timeval {\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:114:33\nmethod_name: |\nmethod_name: 114 | fn to_timeval(ft: &FileTime) -> libc::timeval {\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0432, E0433, E0599.\nmethod_name: For more information about an error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `filetime` (lib) due to 16 previous errors\n"},{"name":"ntapi","settings":{},"status":"Success","custom_profile":false,"version":"0.4.1"},{"name":"nu-ansi-term","settings":{},"status":"Success","custom_profile":false,"version":"0.50.0"},{"name":"num","settings":{},"status":"Success","custom_profile":false,"version":"0.4.2"},{"name":"num-bigint","settings":{},"status":"Success","custom_profile":false,"version":"0.4.4"},{"name":"num-bigint-dig","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded num-bigint-dig v0.7.1\nmethod_name: Compiling spin v0.5.2\nmethod_name: Compiling num-bigint-dig v0.7.1\nmethod_name: Compiling smallvec v1.13.2\nmethod_name: Compiling num-iter v0.1.44\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling lazy_static v1.4.0\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"num-complex","settings":{},"status":"Success","custom_profile":false,"version":"0.4.5"},{"name":"num-derive","settings":{},"status":"Success","custom_profile":false,"version":"0.4.2"},{"name":"num-format","settings":{},"status":"Success","custom_profile":false,"version":"0.4.4"},{"name":"num-integer","settings":{},"status":"Success","custom_profile":false,"version":"0.1.46"},{"name":"num-iter","settings":{},"status":"Success","custom_profile":false,"version":"0.1.44"},{"name":"num-rational","settings":{},"status":"Success","custom_profile":false,"version":"0.4.1"},{"name":"num-traits","settings":{},"status":"Success","custom_profile":false,"version":"0.2.18"},{"name":"num_cpus","settings":{},"status":"Success","custom_profile":false,"version":"1.16.0"},{"name":"num_enum","settings":{},"status":"Success","custom_profile":false,"version":"0.7.2"},{"name":"num_enum_derive","settings":{},"status":"Success","custom_profile":false,"version":"0.7.2"},{"name":"num_threads","settings":{},"status":"Success","custom_profile":false,"version":"0.1.7"},{"name":"number_prefix","settings":{},"status":"Success","custom_profile":false,"version":"0.4.0"},{"name":"object","settings":{},"status":"Success","custom_profile":false,"version":"0.35.0"},{"name":"oid-registry","settings":{},"status":"Success","custom_profile":false,"version":"0.7.0"},{"name":"once_cell","settings":{},"status":"Success","custom_profile":false,"version":"1.19.0"},{"name":"oorandom","settings":{},"status":"Success","custom_profile":false,"version":"11.1.3"},{"name":"opaque-debug","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"openssl","settings":{"std":true},"status":"BuildFail","custom_profile":true,"version":"0.10.64","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: error: failed to run custom build command for `openssl-sys v0.9.102`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/openssl-sys-4dcce9a891e2e434/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_LIB_DIR\nmethod_name: OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR\nmethod_name: OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_DIR\nmethod_name: OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: run pkg_config fail: pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/find_normal.rs:190:5:\nmethod_name: \nmethod_name: \nmethod_name: Could not find directory of OpenSSL installation, and this `-sys` crate cannot\nmethod_name: proceed without this knowledge. If OpenSSL is installed and this crate had\nmethod_name: trouble finding it, you can set the `OPENSSL_DIR` environment variable for the\nmethod_name: compilation process.\nmethod_name: \nmethod_name: Make sure you also have the development packages of openssl installed.\nmethod_name: For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.\nmethod_name: \nmethod_name: If you're in a situation where you think the directory *should* be found\nmethod_name: automatically, please open a bug at https://github.com/sfackler/rust-openssl\nmethod_name: and include information about your system as well as this message.\nmethod_name: \nmethod_name: $HOST = x86_64-unknown-linux-gnu\nmethod_name: $TARGET = riscv32im-risc0-zkvm-elf\nmethod_name: openssl-sys = 0.9.102\nmethod_name: \nmethod_name: \nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"openssl-macros","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"openssl-probe","settings":{},"status":"Success","custom_profile":false,"version":"0.1.5"},{"name":"openssl-src","settings":{},"status":"BuildFail","custom_profile":false,"version":"300.2.3+3.2.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: warning: /tmp/.tmp4mAvBF/template_project/methods/guest/Cargo.toml: version requirement `300.2.3+3.2.1` for dependency `openssl-src` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion\nmethod_name: Updating crates.io index\nmethod_name: Compiling cc v1.0.95\nmethod_name: error: Your system is not supported since cc cannot create named tempfile\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.95/src/tempfile.rs:10:1\nmethod_name: |\nmethod_name: 10 | compile_error!(\"Your system is not supported since cc cannot create named tempfile\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error: could not compile `cc` (lib) due to 1 previous error\n"},{"name":"openssl-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.9.102","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: error: failed to run custom build command for `openssl-sys v0.9.102`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/openssl-sys-4dcce9a891e2e434/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_LIB_DIR\nmethod_name: OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR\nmethod_name: OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_DIR\nmethod_name: OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: run pkg_config fail: pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/find_normal.rs:190:5:\nmethod_name: \nmethod_name: \nmethod_name: Could not find directory of OpenSSL installation, and this `-sys` crate cannot\nmethod_name: proceed without this knowledge. If OpenSSL is installed and this crate had\nmethod_name: trouble finding it, you can set the `OPENSSL_DIR` environment variable for the\nmethod_name: compilation process.\nmethod_name: \nmethod_name: Make sure you also have the development packages of openssl installed.\nmethod_name: For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.\nmethod_name: \nmethod_name: If you're in a situation where you think the directory *should* be found\nmethod_name: automatically, please open a bug at https://github.com/sfackler/rust-openssl\nmethod_name: and include information about your system as well as this message.\nmethod_name: \nmethod_name: $HOST = x86_64-unknown-linux-gnu\nmethod_name: $TARGET = riscv32im-risc0-zkvm-elf\nmethod_name: openssl-sys = 0.9.102\nmethod_name: \nmethod_name: \nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"opentelemetry","settings":{},"status":"Success","custom_profile":false,"version":"0.22.0"},{"name":"opentelemetry-http","settings":{},"status":"Success","custom_profile":false,"version":"0.11.1"},{"name":"opentelemetry-otlp","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.15.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded opentelemetry-semantic-conventions v0.14.0\nmethod_name: Downloaded ordered-float v4.2.0\nmethod_name: Downloaded hyper-timeout v0.4.1\nmethod_name: Downloaded axum-core v0.3.4\nmethod_name: Downloaded tokio-io-timeout v1.2.0\nmethod_name: Downloaded tokio-stream v0.1.15\nmethod_name: Downloaded opentelemetry-otlp v0.15.0\nmethod_name: Downloaded opentelemetry_sdk v0.22.1\nmethod_name: Downloaded tonic v0.11.0\nmethod_name: Downloaded opentelemetry-proto v0.5.0\nmethod_name: Downloaded axum v0.6.20\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling indexmap v1.9.3\nmethod_name: Compiling anyhow v1.0.82\nmethod_name: Compiling itertools v0.10.5\nmethod_name: Compiling opentelemetry-semantic-conventions v0.14.0\nmethod_name: Compiling axum-core v0.3.4\nmethod_name: Compiling axum v0.6.20\nmethod_name: Compiling rand v0.8.5\nmethod_name: Compiling ordered-float v4.2.0\nmethod_name: Compiling futures-util v0.3.30\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\n"},{"name":"opentelemetry-semantic-conventions","settings":{},"status":"Success","custom_profile":false,"version":"0.14.0"},{"name":"opentelemetry_api","settings":{},"status":"Success","custom_profile":false,"version":"0.20.0"},{"name":"opentelemetry_sdk","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.22.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling rand v0.8.5\nmethod_name: Compiling futures-executor v0.3.30\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"option-ext","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"ordered-float","settings":{},"status":"Success","custom_profile":false,"version":"4.2.0"},{"name":"ordered-multimap","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: error: failed to select a version for the requirement `ordered-multimap = \"^0.7.4\"`\nmethod_name: candidate versions found which didn't match: 0.7.3, 0.7.0, 0.6.0, ...\nmethod_name: location searched: crates.io index\nmethod_name: required by package `method_name v0.1.0 (/tmp/.tmp4mAvBF/template_project/methods/guest)`\nmethod_name: perhaps a crate was updated and forgotten to be re-vendored?\n"},{"name":"os_info","settings":{},"status":"BuildFail","custom_profile":false,"version":"3.8.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded os_info v3.8.2\nmethod_name: Compiling os_info v3.8.2\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"os_pipe","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.1.5","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded os_pipe v1.1.5\nmethod_name: Compiling os_pipe v1.1.5\nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:7:14\nmethod_name: |\nmethod_name: 7 | use std::os::unix::prelude::*;\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `libc::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:3:5\nmethod_name: |\nmethod_name: 3 | use libc::c_int;\nmethod_name: | ^^^^^^^^^^^ no `c_int` in the root\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 3 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 3 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 3 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0425]: cannot find function `pipe2` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:17:30\nmethod_name: |\nmethod_name: 17 | let res = unsafe { libc::pipe2(fds.as_mut_ptr(), libc::O_CLOEXEC) };\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `O_CLOEXEC` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:17:60\nmethod_name: |\nmethod_name: 17 | let res = unsafe { libc::pipe2(fds.as_mut_ptr(), libc::O_CLOEXEC) };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:52:22\nmethod_name: |\nmethod_name: 52 | pub(crate) fn dup(wrapper: &F) -> io::Result {\nmethod_name: | ^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `IntoRawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:58:6\nmethod_name: |\nmethod_name: 58 | impl IntoRawFd for PipeReader {\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `RawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:59:29\nmethod_name: |\nmethod_name: 59 | fn into_raw_fd(self) -> RawFd {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:64:6\nmethod_name: |\nmethod_name: 64 | impl AsRawFd for PipeReader {\nmethod_name: | ^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `RawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:65:28\nmethod_name: |\nmethod_name: 65 | fn as_raw_fd(&self) -> RawFd {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `FromRawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:70:6\nmethod_name: |\nmethod_name: 70 | impl FromRawFd for PipeReader {\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `RawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:71:31\nmethod_name: |\nmethod_name: 71 | unsafe fn from_raw_fd(fd: RawFd) -> PipeReader {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `IntoRawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:76:6\nmethod_name: |\nmethod_name: 76 | impl IntoRawFd for PipeWriter {\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `RawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:77:29\nmethod_name: |\nmethod_name: 77 | fn into_raw_fd(self) -> RawFd {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:82:6\nmethod_name: |\nmethod_name: 82 | impl AsRawFd for PipeWriter {\nmethod_name: | ^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `RawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:83:28\nmethod_name: |\nmethod_name: 83 | fn as_raw_fd(&self) -> RawFd {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `FromRawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:88:6\nmethod_name: |\nmethod_name: 88 | impl FromRawFd for PipeWriter {\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `RawFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.5/src/unix.rs:89:31\nmethod_name: |\nmethod_name: 89 | unsafe fn from_raw_fd(fd: RawFd) -> PipeWriter {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0405`.\nmethod_name: error: could not compile `os_pipe` (lib) due to 17 previous errors\n"},{"name":"os_str_bytes","settings":{},"status":"BuildFail","custom_profile":false,"version":"7.0.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded os_str_bytes v7.0.0\nmethod_name: Compiling os_str_bytes v7.0.0\nmethod_name: error[E0433]: failed to resolve: could not find `os` in `super`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-7.0.0/src/common/convert_io.rs:5:12\nmethod_name: |\nmethod_name: 5 | use super::os::ffi::OsStrExt;\nmethod_name: | ^^ could not find `os` in `super`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `os` in `super`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-7.0.0/src/common/convert_io.rs:6:12\nmethod_name: |\nmethod_name: 6 | use super::os::ffi::OsStringExt;\nmethod_name: | ^^ could not find `os` in `super`\nmethod_name: \nmethod_name: error[E0599]: no function or associated item named `from_bytes` found for struct `OsStr` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-7.0.0/src/common/convert_io.rs:9:17\nmethod_name: |\nmethod_name: 9 | Some(OsStr::from_bytes(string))\nmethod_name: | ^^^^^^^^^^ function or associated item not found in `OsStr`\nmethod_name: \nmethod_name: error[E0599]: no method named `as_bytes` found for reference `&OsStr` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-7.0.0/src/common/convert_io.rs:13:17\nmethod_name: |\nmethod_name: 13 | Some(string.as_bytes())\nmethod_name: | ^^^^^^^^ help: there is a method with a similar name: `as_encoded_bytes`\nmethod_name: \nmethod_name: error[E0599]: no method named `as_bytes` found for reference `&OsStr` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-7.0.0/src/common/convert_io.rs:17:26\nmethod_name: |\nmethod_name: 17 | Cow::Borrowed(string.as_bytes())\nmethod_name: | ^^^^^^^^ help: there is a method with a similar name: `as_encoded_bytes`\nmethod_name: \nmethod_name: error[E0599]: no function or associated item named `from_vec` found for struct `OsString` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-7.0.0/src/common/convert_io.rs:21:20\nmethod_name: |\nmethod_name: 21 | Some(OsString::from_vec(string))\nmethod_name: | ^^^^^^^^ function or associated item not found in `OsString`\nmethod_name: |\nmethod_name: note: if you're trying to build a new `OsString` consider using one of the following associated functions:\nmethod_name: OsString::new\nmethod_name: OsString::from_encoded_bytes_unchecked\nmethod_name: OsString::with_capacity\nmethod_name: --> /opt/actions-runner/_work/rust/rust/rust/library/std/src/ffi/os_str.rs:140:5\nmethod_name: \nmethod_name: error[E0599]: no method named `into_vec` found for struct `OsString` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-7.0.0/src/common/convert_io.rs:25:17\nmethod_name: |\nmethod_name: 25 | Some(string.into_vec())\nmethod_name: | ^^^^^^^^ method not found in `OsString`\nmethod_name: \nmethod_name: error[E0599]: no method named `into_vec` found for struct `OsString` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-7.0.0/src/common/convert_io.rs:29:12\nmethod_name: |\nmethod_name: 29 | string.into_vec()\nmethod_name: | ^^^^^^^^ method not found in `OsString`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0433, E0599.\nmethod_name: For more information about an error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `os_str_bytes` (lib) due to 8 previous errors\n"},{"name":"ouroboros","settings":{},"status":"Success","custom_profile":false,"version":"0.18.3"},{"name":"ouroboros_macro","settings":{},"status":"Success","custom_profile":false,"version":"0.18.3"},{"name":"output_vt100","settings":{},"status":"Success","custom_profile":false,"version":"0.1.3"},{"name":"outref","settings":{},"status":"Success","custom_profile":false,"version":"0.5.1"},{"name":"overload","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"owning_ref","settings":{},"status":"Success","custom_profile":false,"version":"0.4.1"},{"name":"owo-colors","settings":{},"status":"Success","custom_profile":false,"version":"4.0.0"},{"name":"p256","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.13.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded pem-rfc7468 v0.7.0\nmethod_name: Downloaded primeorder v0.13.6\nmethod_name: Downloaded p256 v0.13.2\nmethod_name: Compiling base64ct v1.6.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling pem-rfc7468 v0.7.0\nmethod_name: Compiling der v0.7.9\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"parity-scale-codec","settings":{},"status":"BuildFail","custom_profile":false,"version":"3.6.9","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling parity-scale-codec v3.6.9\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"parity-scale-codec-derive","settings":{},"status":"Success","custom_profile":false,"version":"3.6.9"},{"name":"parking","settings":{},"status":"Success","custom_profile":false,"version":"2.2.0"},{"name":"parking_lot","settings":{},"status":"Success","custom_profile":false,"version":"0.12.1"},{"name":"parking_lot_core","settings":{},"status":"Success","custom_profile":false,"version":"0.9.9"},{"name":"parse-zoneinfo","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"password-hash","settings":{},"status":"Success","custom_profile":false,"version":"0.5.0"},{"name":"paste","settings":{},"status":"Success","custom_profile":false,"version":"1.0.14"},{"name":"paste-impl","settings":{},"status":"Success","custom_profile":false,"version":"0.1.18"},{"name":"pathdiff","settings":{},"status":"Success","custom_profile":false,"version":"0.2.1"},{"name":"pbkdf2","settings":{},"status":"Success","custom_profile":false,"version":"0.12.2"},{"name":"peeking_take_while","settings":{},"status":"Success","custom_profile":false,"version":"1.0.0"},{"name":"pem","settings":{},"status":"Success","custom_profile":false,"version":"3.0.4"},{"name":"pem-rfc7468","settings":{},"status":"Success","custom_profile":false,"version":"0.7.0"},{"name":"percent-encoding","settings":{},"status":"Success","custom_profile":false,"version":"2.3.1"},{"name":"pest","settings":{},"status":"Success","custom_profile":false,"version":"2.7.9"},{"name":"pest_derive","settings":{},"status":"Success","custom_profile":false,"version":"2.7.9"},{"name":"pest_generator","settings":{},"status":"Success","custom_profile":false,"version":"2.7.9"},{"name":"pest_meta","settings":{},"status":"Success","custom_profile":false,"version":"2.7.9"},{"name":"petgraph","settings":{},"status":"Success","custom_profile":false,"version":"0.6.4"},{"name":"phf","settings":{},"status":"Success","custom_profile":false,"version":"0.11.2"},{"name":"phf_codegen","settings":{},"status":"Success","custom_profile":false,"version":"0.11.2"},{"name":"phf_generator","settings":{},"status":"Success","custom_profile":false,"version":"0.11.2"},{"name":"phf_macros","settings":{},"status":"Success","custom_profile":false,"version":"0.11.2"},{"name":"phf_shared","settings":{},"status":"Success","custom_profile":false,"version":"0.11.2"},{"name":"pico-args","settings":{},"status":"Success","custom_profile":false,"version":"0.5.0"},{"name":"pin-project","settings":{},"status":"Success","custom_profile":false,"version":"1.1.5"},{"name":"pin-project-internal","settings":{},"status":"Success","custom_profile":false,"version":"1.1.5"},{"name":"pin-project-lite","settings":{},"status":"Success","custom_profile":false,"version":"0.2.14"},{"name":"pin-utils","settings":{},"status":"Success","custom_profile":false,"version":"0.1.0"},{"name":"pkcs1","settings":{},"status":"Success","custom_profile":false,"version":"0.7.5"},{"name":"pkcs8","settings":{},"status":"Success","custom_profile":false,"version":"0.10.2"},{"name":"pkg-config","settings":{},"status":"Success","custom_profile":false,"version":"0.3.30"},{"name":"platforms","settings":{},"status":"Success","custom_profile":false,"version":"3.4.0"},{"name":"plotters","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.5","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded float-ord v0.2.0\nmethod_name: Downloaded const-cstr v0.3.0\nmethod_name: Downloaded dlib v0.5.2\nmethod_name: Downloaded freetype v0.7.1\nmethod_name: Downloaded yeslogic-fontconfig-sys v3.2.0\nmethod_name: Downloaded plotters-bitmap v0.3.3\nmethod_name: Downloaded font-kit v0.11.0\nmethod_name: Downloaded pathfinder_geometry v0.5.1\nmethod_name: Downloaded pathfinder_simd v0.5.3\nmethod_name: Downloaded ttf-parser v0.17.1\nmethod_name: Downloaded gif v0.12.0\nmethod_name: Downloaded freetype-sys v0.19.0\nmethod_name: Downloaded image v0.24.9\nmethod_name: Compiling const-cstr v0.3.0\nmethod_name: Compiling font-kit v0.11.0\nmethod_name: Compiling freetype-sys v0.19.0\nmethod_name: Compiling yeslogic-fontconfig-sys v3.2.0\nmethod_name: Compiling dlib v0.5.2\nmethod_name: Compiling float-ord v0.2.0\nmethod_name: Compiling dirs-next v2.0.0\nmethod_name: Compiling gif v0.12.0\nmethod_name: Compiling plotters-svg v0.3.5\nmethod_name: Compiling ttf-parser v0.17.1\nmethod_name: Compiling pathfinder_simd v0.5.3\nmethod_name: Compiling chrono v0.4.38\nmethod_name: Compiling image v0.24.9\nmethod_name: error[E0432]: unresolved imports `libloading::Library`, `libloading::Symbol`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/src/lib.rs:136:22\nmethod_name: |\nmethod_name: 136 | pub use libloading::{Library, Symbol};\nmethod_name: | ^^^^^^^ ^^^^^^ no `Symbol` in the root\nmethod_name: | |\nmethod_name: | no `Library` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs:50:22\nmethod_name: |\nmethod_name: 50 | pub use self::safe::{Library, Symbol};\nmethod_name: | ^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs:50:31\nmethod_name: |\nmethod_name: 50 | pub use self::safe::{Library, Symbol};\nmethod_name: | ^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:4:61\nmethod_name: |\nmethod_name: 4 | pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:64:38\nmethod_name: |\nmethod_name: 64 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:83:29\nmethod_name: |\nmethod_name: 83 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use crate::home_dir;\nmethod_name: |\nmethod_name: 1 + use crate::lin::env::home_dir;\nmethod_name: |\nmethod_name: 1 + use std::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 4 - pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: 4 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:15:61\nmethod_name: |\nmethod_name: 15 | pub fn audio_dir() -> Option { dirs_sys_next::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:16:61\nmethod_name: |\nmethod_name: 16 | pub fn desktop_dir() -> Option { dirs_sys_next::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:17:61\nmethod_name: |\nmethod_name: 17 | pub fn document_dir() -> Option { dirs_sys_next::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:18:61\nmethod_name: |\nmethod_name: 18 | pub fn download_dir() -> Option { dirs_sys_next::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:20:61\nmethod_name: |\nmethod_name: 20 | pub fn picture_dir() -> Option { dirs_sys_next::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:21:61\nmethod_name: |\nmethod_name: 21 | pub fn public_dir() -> Option { dirs_sys_next::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:22:61\nmethod_name: |\nmethod_name: 22 | pub fn template_dir() -> Option { dirs_sys_next::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:23:61\nmethod_name: |\nmethod_name: 23 | pub fn video_dir() -> Option { dirs_sys_next::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `dlib` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `dirs-next` (lib) due to 9 previous errors\n"},{"name":"plotters-backend","settings":{},"status":"Success","custom_profile":false,"version":"0.3.5"},{"name":"plotters-svg","settings":{},"status":"Success","custom_profile":false,"version":"0.3.5"},{"name":"png","settings":{},"status":"Success","custom_profile":false,"version":"0.17.13"},{"name":"polling","settings":{},"status":"BuildFail","custom_profile":false,"version":"3.6.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling polling v3.6.0\nmethod_name: error: polling does not support this target OS\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:121:9\nmethod_name: |\nmethod_name: 121 | compile_error!(\"polling does not support this target OS\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:194:20\nmethod_name: |\nmethod_name: 194 | extra: sys::EventExtra::empty(),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:423:22\nmethod_name: |\nmethod_name: 423 | self.extra = sys::EventExtra::empty();\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:456:21\nmethod_name: |\nmethod_name: 456 | poller: sys::Poller::new()?,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:860:21\nmethod_name: |\nmethod_name: 860 | events: sys::Events::with_capacity(capacity.get()),\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:532:43\nmethod_name: |\nmethod_name: 532 | pub unsafe fn add(&self, source: impl AsRawSource, interest: Event) -> io::Result<()> {\nmethod_name: | ^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsRawSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:553:22\nmethod_name: |\nmethod_name: 553 | source: impl AsRawSource,\nmethod_name: | ^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:637:39\nmethod_name: |\nmethod_name: 637 | pub fn modify(&self, source: impl AsSource, interest: Event) -> io::Result<()> {\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:658:22\nmethod_name: |\nmethod_name: 658 | source: impl AsSource,\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0405]: cannot find trait `AsSource` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:691:39\nmethod_name: |\nmethod_name: 691 | pub fn delete(&self, source: impl AsSource) -> io::Result<()> {\nmethod_name: | ^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:140:12\nmethod_name: |\nmethod_name: 140 | extra: sys::EventExtra,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:438:13\nmethod_name: |\nmethod_name: 438 | poller: sys::Poller,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.6.0/src/lib.rs:808:13\nmethod_name: |\nmethod_name: 808 | events: sys::Events,\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0405, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0405`.\nmethod_name: error: could not compile `polling` (lib) due to 13 previous errors\n"},{"name":"poly1305","settings":{},"status":"Success","custom_profile":false,"version":"0.8.0"},{"name":"polyval","settings":{},"status":"Success","custom_profile":false,"version":"0.6.2"},{"name":"portable-atomic","settings":{},"status":"Success","custom_profile":false,"version":"1.6.0"},{"name":"postgres-protocol","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.6.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded fallible-iterator v0.2.0\nmethod_name: Downloaded stringprep v0.1.4\nmethod_name: Downloaded postgres-protocol v0.6.6\nmethod_name: Downloaded finl_unicode v1.2.0\nmethod_name: Compiling finl_unicode v1.2.0\nmethod_name: Compiling fallible-iterator v0.2.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling stringprep v0.1.4\nmethod_name: Compiling postgres-protocol v0.6.6\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"postgres-types","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded postgres-types v0.2.6\nmethod_name: Compiling postgres-types v0.2.6\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"powerfmt","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"ppv-lite86","settings":{},"status":"Success","custom_profile":false,"version":"0.2.17"},{"name":"precomputed-hash","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"predicates","settings":{},"status":"Success","custom_profile":false,"version":"3.1.0"},{"name":"predicates-core","settings":{},"status":"Success","custom_profile":false,"version":"1.0.6"},{"name":"predicates-tree","settings":{},"status":"Success","custom_profile":false,"version":"1.0.9"},{"name":"pretty_assertions","settings":{},"status":"Success","custom_profile":false,"version":"1.4.0"},{"name":"pretty_env_logger","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.5.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded pretty_env_logger v0.5.0\nmethod_name: Compiling is-terminal v0.4.12\nmethod_name: error[E0405]: cannot find trait `AsFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs:84:14\nmethod_name: |\nmethod_name: 84 | impl IsTerminal for Stream {\nmethod_name: | ^^^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0405`.\nmethod_name: error: could not compile `is-terminal` (lib) due to 1 previous error\n"},{"name":"prettyplease","settings":{},"status":"Success","custom_profile":false,"version":"0.2.19"},{"name":"primitive-types","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.12.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling crunchy v0.2.2\nmethod_name: Compiling fixed-hash v0.8.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling uint v0.9.5\nmethod_name: Compiling primitive-types v0.12.2\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"proc-macro-crate","settings":{},"status":"Success","custom_profile":false,"version":"2.0.2"},{"name":"proc-macro-error","settings":{},"status":"Success","custom_profile":false,"version":"1.0.4"},{"name":"proc-macro-error-attr","settings":{},"status":"Success","custom_profile":false,"version":"1.0.4"},{"name":"proc-macro-hack","settings":{},"status":"Success","custom_profile":false,"version":"0.5.20+deprecated"},{"name":"proc-macro-nested","settings":{},"status":"Success","custom_profile":false,"version":"0.1.7"},{"name":"proc-macro2","settings":{},"status":"Success","custom_profile":false,"version":"1.0.81"},{"name":"procfs","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.16.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded procfs v0.16.0\nmethod_name: Downloaded procfs-core v0.16.0\nmethod_name: Compiling rustix v0.38.32\nmethod_name: Compiling errno v0.3.8\nmethod_name: Compiling procfs v0.16.0\nmethod_name: Compiling chrono v0.4.38\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"prometheus","settings":{},"status":"Success","custom_profile":false,"version":"0.13.3"},{"name":"proptest","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.4.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling wait-timeout v0.2.0\nmethod_name: Compiling unarray v0.1.4\nmethod_name: Compiling num-traits v0.2.18\nmethod_name: Compiling bit-set v0.5.3\nmethod_name: Compiling rand_xorshift v0.3.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `imp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs:66:9\nmethod_name: |\nmethod_name: 66 | imp::wait_timeout(self, dur)\nmethod_name: | ^^^ use of undeclared crate or module `imp`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `wait-timeout` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\n"},{"name":"prost","settings":{},"status":"Success","custom_profile":false,"version":"0.12.4"},{"name":"prost-build","settings":{},"status":"Success","custom_profile":false,"version":"0.12.4"},{"name":"prost-derive","settings":{},"status":"Success","custom_profile":false,"version":"0.12.4"},{"name":"prost-types","settings":{},"status":"Success","custom_profile":false,"version":"0.12.4"},{"name":"protobuf","settings":{},"status":"Success","custom_profile":false,"version":"3.4.0"},{"name":"protobuf-codegen","settings":{},"status":"BuildFail","custom_profile":false,"version":"3.4.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded protobuf-parse v3.4.0\nmethod_name: Downloaded protobuf-codegen v3.4.0\nmethod_name: Compiling errno v0.3.8\nmethod_name: Compiling rustix v0.38.32\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `anyhow` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\n"},{"name":"psm","settings":{},"status":"Success","custom_profile":false,"version":"0.1.21"},{"name":"ptr_meta","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"ptr_meta_derive","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"publicsuffix","settings":{},"status":"Success","custom_profile":false,"version":"2.2.3"},{"name":"pulldown-cmark","settings":{},"status":"Success","custom_profile":false,"version":"0.10.2"},{"name":"pyo3","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.21.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded pyo3-macros v0.21.2\nmethod_name: Downloaded unindent v0.2.3\nmethod_name: Downloaded pyo3-build-config v0.21.2\nmethod_name: Downloaded pyo3-ffi v0.21.2\nmethod_name: Downloaded pyo3-macros-backend v0.21.2\nmethod_name: Downloaded pyo3 v0.21.2\nmethod_name: Compiling target-lexicon v0.12.14\nmethod_name: Compiling unindent v0.2.3\nmethod_name: Compiling pyo3-build-config v0.21.2\nmethod_name: Compiling pyo3-macros-backend v0.21.2\nmethod_name: Compiling pyo3-ffi v0.21.2\nmethod_name: Compiling pyo3 v0.21.2\nmethod_name: error: failed to run custom build command for `pyo3-ffi v0.21.2`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/pyo3-ffi-48b77db6c83d109f/build-script-build` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=PYO3_CROSS\nmethod_name: cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR\nmethod_name: cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION\nmethod_name: cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_IMPLEMENTATION\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-build-config-0.21.2/src/impl_.rs:67:10:\nmethod_name: Unrecognized TARGET environment variable value: UnrecognizedOperatingSystem(\"zkvm\")\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"pyo3-build-config","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.21.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling target-lexicon v0.12.14\nmethod_name: Compiling pyo3-build-config v0.21.2\nmethod_name: error: failed to run custom build command for `target-lexicon v0.12.14`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/target-lexicon-611991dd897e09e7/build-script-build` (exit status: 101)\nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/build.rs:52:54:\nmethod_name: Invalid target name: 'riscv32im-risc0-zkvm-elf'\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"pyo3-ffi","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.21.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling pyo3-ffi v0.21.2\nmethod_name: error: failed to run custom build command for `pyo3-ffi v0.21.2`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/pyo3-ffi-48b77db6c83d109f/build-script-build` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=PYO3_CROSS\nmethod_name: cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR\nmethod_name: cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION\nmethod_name: cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_IMPLEMENTATION\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-build-config-0.21.2/src/impl_.rs:67:10:\nmethod_name: Unrecognized TARGET environment variable value: UnrecognizedOperatingSystem(\"zkvm\")\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"pyo3-macros","settings":{},"status":"Success","custom_profile":false,"version":"0.21.2"},{"name":"pyo3-macros-backend","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.21.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling target-lexicon v0.12.14\nmethod_name: Compiling quote v1.0.36\nmethod_name: Compiling pyo3-build-config v0.21.2\nmethod_name: error: failed to run custom build command for `target-lexicon v0.12.14`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/target-lexicon-611991dd897e09e7/build-script-build` (exit status: 101)\nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/build.rs:52:54:\nmethod_name: Invalid target name: 'riscv32im-risc0-zkvm-elf'\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"quanta","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.12.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded raw-cpuid v11.0.1\nmethod_name: Downloaded quanta v0.12.3\nmethod_name: Compiling quanta v0.12.3\nmethod_name: error[E0422]: cannot find struct, variant or union type `timespec` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quanta-0.12.3/src/clocks/monotonic/unix.rs:9:28\nmethod_name: |\nmethod_name: 9 | let mut ts = libc::timespec {\nmethod_name: | ^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `clock_gettime` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quanta-0.12.3/src/clocks/monotonic/unix.rs:14:19\nmethod_name: |\nmethod_name: 14 | libc::clock_gettime(libc::CLOCK_MONOTONIC, &mut ts);\nmethod_name: | ^^^^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `CLOCK_MONOTONIC` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quanta-0.12.3/src/clocks/monotonic/unix.rs:14:39\nmethod_name: |\nmethod_name: 14 | libc::clock_gettime(libc::CLOCK_MONOTONIC, &mut ts);\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0422, E0425.\nmethod_name: For more information about an error, try `rustc --explain E0422`.\nmethod_name: error: could not compile `quanta` (lib) due to 3 previous errors\n"},{"name":"quick-error","settings":{},"status":"Success","custom_profile":false,"version":"2.0.1"},{"name":"quick-xml","settings":{},"status":"Success","custom_profile":false,"version":"0.31.0"},{"name":"quickcheck","settings":{},"status":"Success","custom_profile":false,"version":"1.0.3"},{"name":"quote","settings":{},"status":"Success","custom_profile":false,"version":"1.0.36"},{"name":"r2d2","settings":{},"status":"Success","custom_profile":false,"version":"0.8.10"},{"name":"radium","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"radix_trie","settings":{},"status":"Success","custom_profile":false,"version":"0.2.1"},{"name":"rand","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.8.5"},{"name":"rand_chacha","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"rand_core","settings":{},"status":"Success","custom_profile":false,"version":"0.6.4"},{"name":"rand_distr","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rand_distr v0.4.3\nmethod_name: Compiling num-traits v0.2.18\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rand_hc","settings":{},"status":"Success","custom_profile":false,"version":"0.3.2"},{"name":"rand_isaac","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"rand_jitter","settings":{},"status":"Success","custom_profile":false,"version":"0.4.0"},{"name":"rand_os","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rand_os v0.2.2\nmethod_name: Compiling getrandom v0.1.16\nmethod_name: error: target is not supported, for more information see: https://docs.rs/getrandom/#unsupported-targets\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/src/lib.rs:267:9\nmethod_name: |\nmethod_name: 267 | / compile_error!(\"\\\nmethod_name: 268 | | target is not supported, for more information see: \\\nmethod_name: 269 | | https://docs.rs/getrandom/#unsupported-targets\\\nmethod_name: 270 | | \");\nmethod_name: | |__________^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `imp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/src/lib.rs:291:5\nmethod_name: |\nmethod_name: 291 | imp::getrandom_inner(dest)\nmethod_name: | ^^^ use of undeclared crate or module `imp`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `getrandom` (lib) due to 2 previous errors\n"},{"name":"rand_pcg","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"rand_xorshift","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"rand_xoshiro","settings":{},"status":"Success","custom_profile":false,"version":"0.6.0"},{"name":"raw-cpuid","settings":{},"status":"Success","custom_profile":false,"version":"11.0.1"},{"name":"raw-window-handle","settings":{},"status":"Success","custom_profile":false,"version":"0.6.0"},{"name":"rawpointer","settings":{},"status":"Success","custom_profile":false,"version":"0.2.1"},{"name":"rayon","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"Success","custom_profile":true,"version":"1.10.0"},{"name":"rayon-core","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"Success","custom_profile":true,"version":"1.12.1"},{"name":"rcgen","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.13.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rcgen v0.13.1\nmethod_name: Downloaded yasna v0.5.2\nmethod_name: Compiling rustls-pki-types v1.4.1\nmethod_name: Compiling ring v0.17.8\nmethod_name: Compiling time v0.3.36\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: ring@0.17.8: In file included from include/ring-core/base.h:74,\nmethod_name: warning: ring@0.17.8: from include/ring-core/mem.h:60,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:22:\nmethod_name: warning: ring@0.17.8: include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: 64 | #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: In file included from crypto/curve25519/internal.h:20,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:24:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 270 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 278 | crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 279 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 308 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 322 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c: In function 'x25519_ge_scalarmult_small_precomp':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: implicit declaration of function 'constant_time_eq_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 725 | cmov(&e, &multiples[j-1], 1&constant_time_eq_w(index, j));\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: nested extern declaration of 'constant_time_eq_w' [-Wnested-externs]\nmethod_name: \nmethod_name: error: failed to run custom build command for `ring v0.17.8`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/ring-fb9f69cf8c201b07/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RING_PREGENERATE_ASM\nmethod_name: cargo:rustc-env=RING_CORE_PREFIX=ring_core_0_17_8_\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=In file included from include/ring-core/base.h:74,\nmethod_name: cargo:warning= from include/ring-core/mem.h:60,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:22:\nmethod_name: cargo:warning=include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: cargo:warning= 64 | #error \"Unknown target CPU\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=In file included from crypto/curve25519/internal.h:20,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:24:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 270 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 278 | crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 279 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 308 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 322 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 327 | out[i] ^= value_barrier_w(mask) & in[i];\n"},{"name":"rdrand","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.8.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rdrand v0.8.3\nmethod_name: Compiling rdrand v0.8.3\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0425]: cannot find function `__cpuid` in module `arch`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rdrand-0.8.3/src/lib.rs:163:33\nmethod_name: |\nmethod_name: 163 | let cpuid0 = unsafe { arch::__cpuid(0) };\nmethod_name: | ^^^^^^^ not found in `arch`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `CpuidResult` in module `arch`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rdrand-0.8.3/src/lib.rs:171:30\nmethod_name: |\nmethod_name: 171 | fn amd_family(cpuid1: &arch::CpuidResult) -> u32 {\nmethod_name: | ^^^^^^^^^^^ not found in `arch`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `CpuidResult` in module `arch`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rdrand-0.8.3/src/lib.rs:176:30\nmethod_name: |\nmethod_name: 176 | fn has_rdrand(cpuid1: &arch::CpuidResult) -> bool {\nmethod_name: | ^^^^^^^^^^^ not found in `arch`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `__cpuid` in module `arch`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rdrand-0.8.3/src/lib.rs:184:20\nmethod_name: |\nmethod_name: 184 | unsafe { arch::__cpuid(7).ebx & FLAG == FLAG }\nmethod_name: | ^^^^^^^ not found in `arch`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0412, E0425.\nmethod_name: For more information about an error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `rdrand` (lib) due to 4 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\n"},{"name":"redis","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.25.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded redis v0.25.3\nmethod_name: Compiling sha1_smol v1.0.0\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling combine v4.6.7\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `MaybeUninitSlice` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:405:31\nmethod_name: |\nmethod_name: 405 | MaybeUninitSlice(sys::MaybeUninitSlice::new(buf))\nmethod_name: | ^^^^^^^^^^^^^^^^ could not find `MaybeUninitSlice` in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `unix_sockaddr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:153:21\nmethod_name: |\nmethod_name: 153 | crate::sys::unix_sockaddr(path.as_ref())\nmethod_name: | ^^^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `from_in_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:215:34\nmethod_name: |\nmethod_name: 215 | let ip = crate::sys::from_in_addr(addr.sin_addr);\nmethod_name: | ^^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `from_in6_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:222:34\nmethod_name: |\nmethod_name: 222 | let ip = crate::sys::from_in6_addr(addr.sin6_addr);\nmethod_name: | ^^^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `to_in_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:284:44\nmethod_name: |\nmethod_name: 284 | storage.sin_addr = crate::sys::to_in_addr(addr.ip());\nmethod_name: | ^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `to_in6_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:317:45\nmethod_name: |\nmethod_name: 317 | storage.sin6_addr = crate::sys::to_in6_addr(addr.ip());\nmethod_name: | ^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:89:38\nmethod_name: |\nmethod_name: 89 | pub(crate) fn from_raw(raw: sys::Socket) -> Socket {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 9 + use crate::Socket;\nmethod_name: |\nmethod_name: help: if you import `Socket`, refer to it directly\nmethod_name: |\nmethod_name: 89 - pub(crate) fn from_raw(raw: sys::Socket) -> Socket {\nmethod_name: 89 + pub(crate) fn from_raw(raw: Socket) -> Socket {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket_from_raw` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:107:22\nmethod_name: |\nmethod_name: 107 | sys::socket_from_raw(raw)\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:112:41\nmethod_name: |\nmethod_name: 112 | pub(crate) fn as_raw(&self) -> sys::Socket {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 9 + use crate::Socket;\nmethod_name: |\nmethod_name: help: if you import `Socket`, refer to it directly\nmethod_name: |\nmethod_name: 112 - pub(crate) fn as_raw(&self) -> sys::Socket {\nmethod_name: 112 + pub(crate) fn as_raw(&self) -> Socket {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket_as_raw` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:113:14\nmethod_name: |\nmethod_name: 113 | sys::socket_as_raw(&self.inner)\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:116:42\nmethod_name: |\nmethod_name: 116 | pub(crate) fn into_raw(self) -> sys::Socket {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 9 + use crate::Socket;\nmethod_name: |\nmethod_name: help: if you import `Socket`, refer to it directly\nmethod_name: |\nmethod_name: 116 - pub(crate) fn into_raw(self) -> sys::Socket {\nmethod_name: 116 + pub(crate) fn into_raw(self) -> Socket {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket_into_raw` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:117:14\nmethod_name: |\nmethod_name: 117 | sys::socket_into_raw(self.inner)\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:142:14\nmethod_name: |\nmethod_name: 142 | sys::socket(domain.0, ty.0, protocol).map(Socket::from_raw)\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `bind` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:187:14\nmethod_name: |\nmethod_name: 187 | sys::bind(self.as_raw(), address)\nmethod_name: | ^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `connect` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:206:14\nmethod_name: |\nmethod_name: 206 | sys::connect(self.as_raw(), address)\nmethod_name: | ^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `poll_connect` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:241:14\nmethod_name: |\n"},{"name":"redox_syscall","settings":{"skip":true},"status":"Skipped","custom_profile":true,"version":null},{"name":"redox_users","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"BuildFail","custom_profile":true,"version":"0.4.5","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating git repository `https://github.com/risc0/crossbeam`\nmethod_name: Updating crates.io index\nmethod_name: warning: Patch `crossbeam v0.8.2 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Patch `crossbeam-channel v0.5.6 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Check that the patched package version and available features are compatible\nmethod_name: with the dependency requirements. If the patch has a different version from\nmethod_name: what is locked in the Cargo.lock file, run `cargo update` to use the new\nmethod_name: version. This may also occur with an optional dependency that is not enabled.\nmethod_name: Downloading crates ...\nmethod_name: Downloaded redox_users v0.4.5\nmethod_name: Downloaded libredox v0.1.3\nmethod_name: Downloaded rust-argon2 v0.8.3\nmethod_name: Downloaded blake2b_simd v0.5.11\nmethod_name: Compiling crossbeam-utils v0.8.14 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)\nmethod_name: Compiling constant_time_eq v0.1.5\nmethod_name: Compiling arrayvec v0.5.2\nmethod_name: Compiling libredox v0.1.3\nmethod_name: Compiling zeroize_derive v1.4.2\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0432]: unresolved imports `libc::O_ACCMODE`, `libc::O_APPEND`, `libc::O_ASYNC`, `libc::O_CLOEXEC`, `libc::O_CREAT`, `libc::O_DIRECTORY`, `libc::O_EXCL`, `libc::O_FSYNC`, `libc::O_NOFOLLOW`, `libc::O_NONBLOCK`, `libc::O_PATH`, `libc::O_RDONLY`, `libc::O_RDWR`, `libc::O_TRUNC`, `libc::O_WRONLY`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:112:9\nmethod_name: |\nmethod_name: 112 | O_ACCMODE, O_APPEND, O_ASYNC, O_CLOEXEC, O_CREAT, O_DIRECTORY, O_EXCL, O_FSYNC, O_NOFOLLOW,\nmethod_name: | ^^^^^^^^^ ^^^^^^^^ ^^^^^^^ ^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^^^^^ no `O_NOFOLLOW` in the root\nmethod_name: | | | | | | | | |\nmethod_name: | | | | | | | | no `O_FSYNC` in the root\nmethod_name: | | | | | | | no `O_EXCL` in the root\nmethod_name: | | | | | | no `O_DIRECTORY` in the root\nmethod_name: | | | | | no `O_CREAT` in the root\nmethod_name: | | | | no `O_CLOEXEC` in the root\nmethod_name: | | | no `O_ASYNC` in the root\nmethod_name: | | no `O_APPEND` in the root\nmethod_name: | no `O_ACCMODE` in the root\nmethod_name: 113 | O_NONBLOCK, O_PATH, O_RDONLY, O_RDWR, O_TRUNC, O_WRONLY,\nmethod_name: | ^^^^^^^^^^ ^^^^^^ ^^^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^^^\nmethod_name: | |\nmethod_name: | no `O_NONBLOCK` in the root\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::CLOCK_MONOTONIC`, `libc::CLOCK_REALTIME`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:116:20\nmethod_name: |\nmethod_name: 116 | pub use libc::{CLOCK_MONOTONIC, CLOCK_REALTIME};\nmethod_name: | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `CLOCK_REALTIME` in the root\nmethod_name: | |\nmethod_name: | no `CLOCK_MONOTONIC` in the root\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::SIG_BLOCK`, `libc::SIG_SETMASK`, `libc::SIG_UNBLOCK`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:118:20\nmethod_name: |\nmethod_name: 118 | pub use libc::{SIG_BLOCK, SIG_SETMASK, SIG_UNBLOCK};\nmethod_name: | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^ no `SIG_UNBLOCK` in the root\nmethod_name: | | |\nmethod_name: | | no `SIG_SETMASK` in the root\nmethod_name: | no `SIG_BLOCK` in the root\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::SIGABRT`, `libc::SIGALRM`, `libc::SIGBUS`, `libc::SIGCHLD`, `libc::SIGCONT`, `libc::SIGFPE`, `libc::SIGHUP`, `libc::SIGILL`, `libc::SIGINT`, `libc::SIGIO`, `libc::SIGKILL`, `libc::SIGPIPE`, `libc::SIGPROF`, `libc::SIGPWR`, `libc::SIGQUIT`, `libc::SIGSEGV`, `libc::SIGSTKFLT`, `libc::SIGSYS`, `libc::SIGTERM`, `libc::SIGTRAP`, `libc::SIGTSTP`, `libc::SIGTTIN`, `libc::SIGTTOU`, `libc::SIGURG`, `libc::SIGUSR1`, `libc::SIGUSR2`, `libc::SIGVTALRM`, `libc::SIGWINCH`, `libc::SIGXFSZ`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:121:9\nmethod_name: |\nmethod_name: 121 | SIGABRT,\nmethod_name: | ^^^^^^^ no `SIGABRT` in the root\nmethod_name: 122 | SIGALRM,\nmethod_name: | ^^^^^^^ no `SIGALRM` in the root\nmethod_name: 123 | SIGBUS,\nmethod_name: | ^^^^^^ no `SIGBUS` in the root\nmethod_name: 124 | SIGCHLD,\nmethod_name: | ^^^^^^^ no `SIGCHLD` in the root\nmethod_name: 125 | SIGCONT,\nmethod_name: | ^^^^^^^ no `SIGCONT` in the root\nmethod_name: 126 | SIGFPE,\nmethod_name: | ^^^^^^ no `SIGFPE` in the root\nmethod_name: 127 | // TODO: Const rather than use, to convert to u32\nmethod_name: 128 | SIGHUP,\nmethod_name: | ^^^^^^ no `SIGHUP` in the root\nmethod_name: 129 | SIGILL,\nmethod_name: | ^^^^^^ no `SIGILL` in the root\nmethod_name: 130 | SIGINT,\nmethod_name: | ^^^^^^ no `SIGINT` in the root\nmethod_name: 131 | SIGIO,\nmethod_name: | ^^^^^ no `SIGIO` in the root\nmethod_name: 132 | SIGKILL,\nmethod_name: | ^^^^^^^\nmethod_name: 133 | SIGPIPE,\nmethod_name: | ^^^^^^^\nmethod_name: 134 | SIGPROF,\nmethod_name: | ^^^^^^^\nmethod_name: 135 | SIGPWR,\nmethod_name: | ^^^^^^\nmethod_name: 136 | SIGQUIT,\nmethod_name: | ^^^^^^^\nmethod_name: 137 | SIGSEGV,\nmethod_name: | ^^^^^^^\nmethod_name: 138 | SIGSTKFLT,\nmethod_name: | ^^^^^^^^^\nmethod_name: 139 | SIGSYS,\nmethod_name: | ^^^^^^\nmethod_name: 140 | SIGTERM,\nmethod_name: | ^^^^^^^\nmethod_name: 141 | SIGTRAP,\nmethod_name: | ^^^^^^^\nmethod_name: 142 | SIGTSTP,\nmethod_name: | ^^^^^^^\nmethod_name: 143 | SIGTTIN,\nmethod_name: | ^^^^^^^\nmethod_name: 144 | SIGTTOU,\nmethod_name: | ^^^^^^^\nmethod_name: 145 | SIGURG,\nmethod_name: | ^^^^^^\nmethod_name: 146 | SIGUSR1,\nmethod_name: | ^^^^^^^\nmethod_name: 147 | SIGUSR2,\nmethod_name: | ^^^^^^^\nmethod_name: 148 | SIGVTALRM,\nmethod_name: | ^^^^^^^^^\nmethod_name: 149 | SIGWINCH,\nmethod_name: | ^^^^^^^^\nmethod_name: 150 | SIGXFSZ,\nmethod_name: | ^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::E2BIG`, `libc::EACCES`, `libc::EADDRINUSE`, `libc::EADDRNOTAVAIL`, `libc::EADV`, `libc::EAFNOSUPPORT`, `libc::EAGAIN`, `libc::EALREADY`, `libc::EBADE`, `libc::EBADF`, `libc::EBADFD`, `libc::EBADMSG`, `libc::EBADR`, `libc::EBADRQC`, `libc::EBADSLT`, `libc::EBFONT`, `libc::EBUSY`, `libc::ECANCELED`, `libc::ECHILD`, `libc::ECHRNG`, `libc::ECOMM`, `libc::ECONNABORTED`, `libc::ECONNREFUSED`, `libc::ECONNRESET`, `libc::EDEADLK`, `libc::EDEADLOCK`, `libc::EDESTADDRREQ`, `libc::EDOM`, `libc::EDOTDOT`, `libc::EDQUOT`, `libc::EEXIST`, `libc::EFAULT`, `libc::EFBIG`, `libc::EHOSTDOWN`, `libc::EHOSTUNREACH`, `libc::EIDRM`, `libc::EILSEQ`, `libc::EINPROGRESS`, `libc::EINTR`, `libc::EINVAL`, `libc::EIO`, `libc::EISCONN`, `libc::EISDIR`, `libc::EISNAM`, `libc::EKEYEXPIRED`, `libc::EKEYREJECTED`, `libc::EKEYREVOKED`, `libc::EL2HLT`, `libc::EL2NSYNC`, `libc::EL3HLT`, `libc::EL3RST`, `libc::ELIBACC`, `libc::ELIBBAD`, `libc::ELIBEXEC`, `libc::ELIBMAX`, `libc::ELIBSCN`, `libc::ELNRNG`, `libc::ELOOP`, `libc::EMEDIUMTYPE`, `libc::EMFILE`, `libc::EMLINK`, `libc::EMSGSIZE`, `libc::EMULTIHOP`, `libc::ENAMETOOLONG`, `libc::ENAVAIL`, `libc::ENETDOWN`, `libc::ENETRESET`, `libc::ENETUNREACH`, `libc::ENFILE`, `libc::ENOANO`, `libc::ENOBUFS`, `libc::ENOCSI`, `libc::ENODEV`, `libc::ENOENT`, `libc::ENOEXEC`, `libc::ENOKEY`, `libc::ENOLCK`, `libc::ENOMEDIUM`, `libc::ENOMEM`, `libc::ENOMSG`, `libc::ENONET`, `libc::ENOPKG`, `libc::ENOPROTOOPT`, `libc::ENOSPC`, `libc::ENOSR`, `libc::ENOSTR`, `libc::ENOSYS`, `libc::ENOTBLK`, `libc::ENOTCONN`, `libc::ENOTDIR`, `libc::ENOTEMPTY`, `libc::ENOTNAM`, `libc::ENOTRECOVERABLE`, `libc::ENOTSOCK`, `libc::ENOTTY`, `libc::ENOTUNIQ`, `libc::ENXIO`, `libc::EOPNOTSUPP`, `libc::EOVERFLOW`, `libc::EOWNERDEAD`, `libc::EPERM`, `libc::EPFNOSUPPORT`, `libc::EPIPE`, `libc::EPROTO`, `libc::EPROTONOSUPPORT`, `libc::EPROTOTYPE`, `libc::ERANGE`, `libc::EREMCHG`, `libc::EREMOTE`, `libc::EREMOTEIO`, `libc::ERESTART`, `libc::EROFS`, `libc::ESHUTDOWN`, `libc::ESOCKTNOSUPPORT`, `libc::ESPIPE`, `libc::ESRCH`, `libc::ESRMNT`, `libc::ESTALE`, `libc::ESTRPIPE`, `libc::ETIME`, `libc::ETIMEDOUT`, `libc::ETOOMANYREFS`, `libc::ETXTBSY`, `libc::EUCLEAN`, `libc::EUNATCH`, `libc::EUSERS`, `libc::EWOULDBLOCK`, `libc::EXDEV`, `libc::EXFULL`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:167:9\nmethod_name: |\nmethod_name: 167 | E2BIG, EACCES, EADDRINUSE, EADDRNOTAVAIL, EADV, EAFNOSUPPORT, EAGAIN, EALREADY, EBADE,\nmethod_name: | ^^^^^ ^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^ ^^^^^ no `EBADE` in the root\nmethod_name: | | | | | | | | |\nmethod_name: | | | | | | | | no `EALREADY` in the root\nmethod_name: | | | | | | | no `EAGAIN` in the root\nmethod_name: | | | | | | no `EAFNOSUPPORT` in the root\nmethod_name: | | | | | no `EADV` in the root\nmethod_name: | | | | no `EADDRNOTAVAIL` in the root\nmethod_name: | | | no `EADDRINUSE` in the root\nmethod_name: | | no `EACCES` in the root\nmethod_name: | no `E2BIG` in the root\nmethod_name: 168 | EBADF, EBADFD, EBADMSG, EBADR, EBADRQC, EBADSLT, EBFONT, EBUSY, ECANCELED, ECHILD, ECHRNG,\nmethod_name: | ^^^^^ ^^^^^^ ^^^^^^^ ^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^ ^^^^^ ^^^^^^^^^ ^^^^^^ ^^^^^^\nmethod_name: | |\nmethod_name: | no `EBADF` in the root\nmethod_name: 169 | ECOMM, ECONNABORTED, ECONNREFUSED, ECONNRESET, EDEADLK, EDEADLOCK, EDESTADDRREQ, EDOM,\nmethod_name: | ^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^\nmethod_name: 170 | EDOTDOT, EDQUOT, EEXIST, EFAULT, EFBIG, EHOSTDOWN, EHOSTUNREACH, EIDRM, EILSEQ,\nmethod_name: | ^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^ ^^^^^^\nmethod_name: 171 | EINPROGRESS, EINTR, EINVAL, EIO, EISCONN, EISDIR, EISNAM, EKEYEXPIRED, EKEYREJECTED,\nmethod_name: | ^^^^^^^^^^^ ^^^^^ ^^^^^^ ^^^ ^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^\nmethod_name: 172 | EKEYREVOKED, EL2HLT, EL2NSYNC, EL3HLT, EL3RST, ELIBACC, ELIBBAD, ELIBEXEC, ELIBMAX,\nmethod_name: | ^^^^^^^^^^^ ^^^^^^ ^^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^^ ^^^^^^^\nmethod_name: 173 | ELIBSCN, ELNRNG, ELOOP, EMEDIUMTYPE, EMFILE, EMLINK, EMSGSIZE, EMULTIHOP, ENAMETOOLONG,\nmethod_name: | ^^^^^^^ ^^^^^^ ^^^^^ ^^^^^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^\nmethod_name: 174 | ENAVAIL, ENETDOWN, ENETRESET, ENETUNREACH, ENFILE, ENOANO, ENOBUFS, ENOCSI, ENODEV, ENOENT,\nmethod_name: | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^\nmethod_name: 175 | ENOEXEC, ENOKEY, ENOLCK, ENOMEDIUM, ENOMEM, ENOMSG, ENONET, ENOPKG, ENOPROTOOPT, ENOSPC,\nmethod_name: | ^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^^^^^ ^^^^^^\nmethod_name: 176 | ENOSR, ENOSTR, ENOSYS, ENOTBLK, ENOTCONN, ENOTDIR, ENOTEMPTY, ENOTNAM, ENOTRECOVERABLE,\nmethod_name: | ^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^^^ ^^^^^^^ ^^^^^^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^\nmethod_name: 177 | ENOTSOCK, ENOTTY, ENOTUNIQ, ENXIO, EOPNOTSUPP, EOVERFLOW, EOWNERDEAD, EPERM, EPFNOSUPPORT,\nmethod_name: | ^^^^^^^^ ^^^^^^ ^^^^^^^^ ^^^^^ ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ ^^^^^ ^^^^^^^^^^^^\nmethod_name: 178 | EPIPE, EPROTO, EPROTONOSUPPORT, EPROTOTYPE, ERANGE, EREMCHG, EREMOTE, EREMOTEIO, ERESTART,\nmethod_name: | ^^^^^ ^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^^^ ^^^^^^^^\nmethod_name: 179 | EROFS, ESHUTDOWN, ESOCKTNOSUPPORT, ESPIPE, ESRCH, ESRMNT, ESTALE, ESTRPIPE, ETIME,\nmethod_name: | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^^ ^^^^^\nmethod_name: 180 | ETIMEDOUT, ETOOMANYREFS, ETXTBSY, EUCLEAN, EUNATCH, EUSERS, EWOULDBLOCK, EXDEV, EXFULL,\nmethod_name: | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^ ^^^^^^^^^^^ ^^^^^ ^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved import `libc::sigaction`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:184:13\nmethod_name: |\nmethod_name: 184 | pub use libc::sigaction as SigAction;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `sigaction` in the root\nmethod_name: \nmethod_name: error[E0432]: unresolved import `libc::stat`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:185:13\nmethod_name: |\nmethod_name: 185 | pub use libc::stat as Stat;\nmethod_name: | ^^^^^^^^^^^^^^^^^^ no `stat` in the root\nmethod_name: \nmethod_name: error[E0432]: unresolved import `libc::statvfs`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:186:13\nmethod_name: |\nmethod_name: 186 | pub use libc::statvfs as StatVfs;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^ no `statvfs` in the root\nmethod_name: \nmethod_name: error[E0432]: unresolved import `libc::timespec`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:187:13\nmethod_name: |\nmethod_name: 187 | pub use libc::timespec as TimeSpec;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `timespec` in the root\nmethod_name: \nmethod_name: error[E0432]: unresolved import `libc::iovec`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:188:13\nmethod_name: |\nmethod_name: 188 | pub use libc::iovec as IoVec;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^ no `iovec` in the root\nmethod_name: \nmethod_name: error[E0425]: cannot find value `MAP_SHARED` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:156:39\nmethod_name: |\nmethod_name: 156 | pub const MAP_SHARED: u32 = libc::MAP_SHARED as u32;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `MAP_PRIVATE` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs:157:40\n"},{"name":"ref-cast","settings":{},"status":"Success","custom_profile":false,"version":"1.0.22"},{"name":"ref-cast-impl","settings":{},"status":"Success","custom_profile":false,"version":"1.0.22"},{"name":"regex","settings":{},"status":"Success","custom_profile":false,"version":"1.10.4"},{"name":"regex-automata","settings":{},"status":"Success","custom_profile":false,"version":"0.4.6"},{"name":"regex-syntax","settings":{},"status":"Success","custom_profile":false,"version":"0.8.3"},{"name":"remove_dir_all","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.8.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling normpath v1.2.0\nmethod_name: Compiling cvt v0.1.2\nmethod_name: Compiling nix v0.26.4\nmethod_name: error: cvt doesn't compile for this platform yet\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cvt-0.1.2/src/lib.rs:22:9\nmethod_name: |\nmethod_name: 22 | compile_error!(\"cvt doesn't compile for this platform yet\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error: could not compile `cvt` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rend","settings":{},"status":"Success","custom_profile":false,"version":"0.4.2"},{"name":"reqwest","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.12.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded reqwest v0.12.4\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: Compiling rustls-pemfile v2.1.2\nmethod_name: error: failed to run custom build command for `openssl-sys v0.9.102`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/openssl-sys-4dcce9a891e2e434/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_LIB_DIR\nmethod_name: OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR\nmethod_name: OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_DIR\nmethod_name: OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: run pkg_config fail: pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/find_normal.rs:190:5:\nmethod_name: \nmethod_name: \nmethod_name: Could not find directory of OpenSSL installation, and this `-sys` crate cannot\nmethod_name: proceed without this knowledge. If OpenSSL is installed and this crate had\nmethod_name: trouble finding it, you can set the `OPENSSL_DIR` environment variable for the\nmethod_name: compilation process.\nmethod_name: \nmethod_name: Make sure you also have the development packages of openssl installed.\nmethod_name: For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.\nmethod_name: \nmethod_name: If you're in a situation where you think the directory *should* be found\nmethod_name: automatically, please open a bug at https://github.com/sfackler/rust-openssl\nmethod_name: and include information about your system as well as this message.\nmethod_name: \nmethod_name: $HOST = x86_64-unknown-linux-gnu\nmethod_name: $TARGET = riscv32im-risc0-zkvm-elf\nmethod_name: openssl-sys = 0.9.102\nmethod_name: \nmethod_name: \nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\n"},{"name":"resolv-conf","settings":{},"status":"Success","custom_profile":false,"version":"0.7.0"},{"name":"retain_mut","settings":{},"status":"Success","custom_profile":false,"version":"0.1.9"},{"name":"revm","settings":{"std":true},"status":"BuildFail","custom_profile":true,"version":"8.0.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded enumn v0.1.13\nmethod_name: Downloaded aurora-engine-modexp v1.1.0\nmethod_name: Downloaded revm-interpreter v4.0.0\nmethod_name: Downloaded threadpool v1.8.1\nmethod_name: Downloaded revm-precompile v6.0.0\nmethod_name: Downloaded substrate-bn v0.6.0\nmethod_name: Downloaded secp256k1 v0.28.2\nmethod_name: Downloaded revm v8.0.0\nmethod_name: Downloaded revm-primitives v3.1.1\nmethod_name: Downloaded c-kzg v1.0.0\nmethod_name: Downloaded blst v0.3.11\nmethod_name: Downloaded secp256k1-sys v0.9.2\nmethod_name: Compiling blst v0.3.11\nmethod_name: Compiling c-kzg v1.0.0\nmethod_name: Compiling alloy-rlp v0.3.4\nmethod_name: Compiling num-rational v0.4.1\nmethod_name: Compiling secp256k1-sys v0.9.2\nmethod_name: Compiling byteorder v1.5.0\nmethod_name: Compiling rustc-hex v2.1.0\nmethod_name: Compiling num-bigint v0.4.4\nmethod_name: Compiling ahash v0.8.11\nmethod_name: Compiling bitvec v1.0.1\nmethod_name: Compiling rand v0.8.5\nmethod_name: Compiling threadpool v1.8.1\nmethod_name: Compiling enumn v0.1.13\nmethod_name: Compiling zeroize v1.7.0\nmethod_name: Compiling num-iter v0.1.44\nmethod_name: Compiling serde v1.0.198\nmethod_name: Compiling generic-array v0.14.7\nmethod_name: Compiling der v0.7.9\nmethod_name: Compiling ruint v1.12.1\nmethod_name: Compiling hashbrown v0.14.3\nmethod_name: Compiling substrate-bn v0.6.0\nmethod_name: Compiling block-buffer v0.10.4\nmethod_name: Compiling crypto-common v0.1.6\nmethod_name: Compiling crypto-bigint v0.5.5\nmethod_name: Compiling digest v0.10.7\nmethod_name: Compiling alloy-primitives v0.7.0\nmethod_name: Compiling hmac v0.12.1\nmethod_name: Compiling signature v2.2.0\nmethod_name: Compiling sha2 v0.10.8\nmethod_name: Compiling blake2 v0.10.6\nmethod_name: Compiling ripemd v0.1.3\nmethod_name: Compiling rfc6979 v0.4.0\nmethod_name: Compiling sec1 v0.7.3\nmethod_name: Compiling spki v0.7.3\nmethod_name: Compiling num v0.4.2\nmethod_name: Compiling aurora-engine-modexp v1.1.0\nmethod_name: Compiling elliptic-curve v0.13.8\nmethod_name: Compiling ecdsa v0.16.9\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling k256 v0.13.3\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0432]: unresolved import `libc::FILE`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/c-kzg-1.0.0/src/bindings/./generated.rs:3:5\nmethod_name: |\nmethod_name: 3 | use libc::FILE;\nmethod_name: | ^^^^^^^^^^ no `FILE` in the root\nmethod_name: \nmethod_name: error[E0425]: cannot find value `file_path_bytes` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/c-kzg-1.0.0/src/bindings/mod.rs:151:38\nmethod_name: |\nmethod_name: 151 | let file_path = CString::new(file_path_bytes)\nmethod_name: | ^^^^^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0425]: cannot find function `fopen` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/c-kzg-1.0.0/src/bindings/mod.rs:180:39\nmethod_name: |\nmethod_name: 180 | let file_ptr = unsafe { libc::fopen(file_path.as_ptr(), MODE.as_ptr()) };\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `fclose` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/c-kzg-1.0.0/src/bindings/mod.rs:196:49\nmethod_name: |\nmethod_name: 196 | let _unchecked_close_result = libc::fclose(file_ptr);\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `c-kzg` (lib) due to 4 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"revm-primitives","settings":{"std":true},"status":"BuildFail","custom_profile":true,"version":"3.1.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling c-kzg v1.0.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0432]: unresolved import `libc::FILE`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/c-kzg-1.0.0/src/bindings/./generated.rs:3:5\nmethod_name: |\nmethod_name: 3 | use libc::FILE;\nmethod_name: | ^^^^^^^^^^ no `FILE` in the root\nmethod_name: \nmethod_name: error[E0425]: cannot find function `fopen` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/c-kzg-1.0.0/src/bindings/mod.rs:180:39\nmethod_name: |\nmethod_name: 180 | let file_ptr = unsafe { libc::fopen(file_path.as_ptr(), MODE.as_ptr()) };\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `fclose` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/c-kzg-1.0.0/src/bindings/mod.rs:196:49\nmethod_name: |\nmethod_name: 196 | let _unchecked_close_result = libc::fclose(file_ptr);\nmethod_name: | ^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `c-kzg` (lib) due to 3 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rfc6979","settings":{},"status":"Success","custom_profile":false,"version":"0.4.0"},{"name":"rgb","settings":{},"status":"Success","custom_profile":false,"version":"0.8.37"},{"name":"ring","settings":{"inject-cc-flags":true},"status":"BuildFail","custom_profile":true,"version":"0.17.8","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling ring v0.17.8\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: ring@0.17.8: In file included from include/ring-core/base.h:74,\nmethod_name: warning: ring@0.17.8: from include/ring-core/mem.h:60,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:22:\nmethod_name: warning: ring@0.17.8: include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: 64 | #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: In file included from crypto/curve25519/internal.h:20,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:24:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 270 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 278 | crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 279 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 308 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 322 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c: In function 'x25519_ge_scalarmult_small_precomp':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: implicit declaration of function 'constant_time_eq_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 725 | cmov(&e, &multiples[j-1], 1&constant_time_eq_w(index, j));\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: nested extern declaration of 'constant_time_eq_w' [-Wnested-externs]\nmethod_name: \nmethod_name: error: failed to run custom build command for `ring v0.17.8`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/ring-fb9f69cf8c201b07/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RING_PREGENERATE_ASM\nmethod_name: cargo:rustc-env=RING_CORE_PREFIX=ring_core_0_17_8_\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=In file included from include/ring-core/base.h:74,\nmethod_name: cargo:warning= from include/ring-core/mem.h:60,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:22:\nmethod_name: cargo:warning=include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: cargo:warning= 64 | #error \"Unknown target CPU\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=In file included from crypto/curve25519/internal.h:20,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:24:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 270 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 278 | crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 279 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 308 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 322 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:359:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\n"},{"name":"rkyv","settings":{},"status":"Success","custom_profile":false,"version":"0.7.44"},{"name":"rkyv_derive","settings":{},"status":"Success","custom_profile":false,"version":"0.7.44"},{"name":"rlp","settings":{},"status":"Success","custom_profile":false,"version":"0.5.2"},{"name":"rmp","settings":{},"status":"Success","custom_profile":false,"version":"0.8.14"},{"name":"rmp-serde","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.2.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rmp-serde v1.2.0\nmethod_name: Compiling rmp v0.8.14\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rocksdb","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.22.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rocksdb v0.22.0\nmethod_name: Compiling zstd-sys v2.0.10+zstd.1.5.6\nmethod_name: Compiling libz-sys v1.1.16\nmethod_name: Compiling bzip2-sys v0.1.11+1.0.8\nmethod_name: Compiling lz4-sys v1.9.4\nmethod_name: Compiling librocksdb-sys v0.16.0+8.10.0\nmethod_name: error[E0432]: unresolved imports `libc::c_char`, `libc::c_int`, `libc::c_uint`, `libc::c_void`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs:5:12\nmethod_name: |\nmethod_name: 5 | use libc::{c_char, c_int, c_uint, c_void};\nmethod_name: | ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^ no `c_void` in the root\nmethod_name: | | | |\nmethod_name: | | | no `c_uint` in the root\nmethod_name: | | no `c_int` in the root\nmethod_name: | no `c_char` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_uint\nmethod_name: std::os::raw::c_uint\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_void\nmethod_name: std::os::raw::c_void\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `bzip2-sys` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:878:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 878 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:358:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 358 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:882:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 882 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:848:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 848 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTDv01_decodeSeqHeaders':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTD_decompressSequences':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:39: warning: passing argument 4 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:38: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:49: warning: passing argument 5 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:60: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:59: warning: passing argument 6 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:82: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1854:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1854 | FSE_initDState(&(seqState.stateLL), &(seqState.DStream), DTableLL);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1855:68: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1855 | FSE_initDState(&(seqState.stateOffb), &(seqState.DStream), DTableOffb);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1856:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1856 | FSE_initDState(&(seqState.stateML), &(seqState.DStream), DTableML);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:387:19: error: conflicting types for 'BIT_readBits'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 387 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:273:21: note: previous declaration of 'BIT_readBits' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 273 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:396:19: error: conflicting types for 'BIT_readBitsFast'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 396 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:281:19: note: previous declaration of 'BIT_readBitsFast' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 281 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1378:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1378 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1035:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1035 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1382:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1382 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1348:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1348 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X4':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2120:38: warning: passing argument 1 of 'HUF_readDTableX4' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2120 | size_t hSize = HUF_readDTableX4 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1866:38: note: expected 'U32 *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1866 | static size_t HUF_readDTableX4 (U32* DTable, const void* src, size_t srcSize)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2126:71: warning: passing argument 5 of 'HUF_decompress4X4_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2126 | return HUF_decompress4X4_usingDTable (dst, dstSize, ip, cSrcSize, DTable);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2021:16: note: expected 'const U32 *' {aka 'const long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2021 | const U32* DTable)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X6':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2477:38: warning: passing argument 1 of 'HUF_readDTableX6' from incompatible pointer type [-Wincompatible-pointer-types]\n"},{"name":"ron","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.8.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling ron v0.8.1\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rpassword","settings":{},"status":"BuildFail","custom_profile":false,"version":"7.3.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rpassword v7.3.1\nmethod_name: Downloaded rtoolbox v0.0.2\nmethod_name: Compiling rtoolbox v0.0.2\nmethod_name: error[E0425]: cannot find function `is` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.2/src/atty.rs:84:6\nmethod_name: |\nmethod_name: 84 | !is(stream)\nmethod_name: | ^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `rtoolbox` (lib) due to 1 previous error\n"},{"name":"rsa","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.9.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rsa v0.9.6\nmethod_name: Downloaded num-bigint-dig v0.8.4\nmethod_name: Compiling ppv-lite86 v0.2.17\nmethod_name: Compiling num-bigint-dig v0.8.4\nmethod_name: Compiling num-traits v0.2.18\nmethod_name: Compiling der v0.7.9\nmethod_name: Compiling signature v2.2.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rstest","settings":{},"status":"Success","custom_profile":false,"version":"0.19.0"},{"name":"ruint","settings":{},"status":"Success","custom_profile":false,"version":"1.12.1"},{"name":"rusoto_core","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.48.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded hmac v0.11.0\nmethod_name: Downloaded hyper-tls v0.5.0\nmethod_name: Downloaded md-5 v0.9.1\nmethod_name: Downloaded rusoto_core v0.48.0\nmethod_name: Downloaded rusoto_credential v0.48.0\nmethod_name: Downloaded rusoto_signature v0.48.0\nmethod_name: Downloaded xml-rs v0.8.20\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling futures-channel v0.3.30\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: Compiling xml-rs v0.8.20\nmethod_name: Compiling dirs-next v2.0.0\nmethod_name: error: failed to run custom build command for `openssl-sys v0.9.102`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/openssl-sys-4dcce9a891e2e434/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_LIB_DIR\nmethod_name: OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR\nmethod_name: OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_DIR\nmethod_name: OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: run pkg_config fail: pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/find_normal.rs:190:5:\nmethod_name: \nmethod_name: \nmethod_name: Could not find directory of OpenSSL installation, and this `-sys` crate cannot\nmethod_name: proceed without this knowledge. If OpenSSL is installed and this crate had\nmethod_name: trouble finding it, you can set the `OPENSSL_DIR` environment variable for the\nmethod_name: compilation process.\nmethod_name: \nmethod_name: Make sure you also have the development packages of openssl installed.\nmethod_name: For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.\nmethod_name: \nmethod_name: If you're in a situation where you think the directory *should* be found\nmethod_name: automatically, please open a bug at https://github.com/sfackler/rust-openssl\nmethod_name: and include information about your system as well as this message.\nmethod_name: \nmethod_name: $HOST = x86_64-unknown-linux-gnu\nmethod_name: $TARGET = riscv32im-risc0-zkvm-elf\nmethod_name: openssl-sys = 0.9.102\nmethod_name: \nmethod_name: \nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:4:61\nmethod_name: |\nmethod_name: 4 | pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:64:38\nmethod_name: |\nmethod_name: 64 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:83:29\nmethod_name: |\nmethod_name: 83 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use crate::home_dir;\nmethod_name: |\nmethod_name: 1 + use crate::lin::env::home_dir;\nmethod_name: |\nmethod_name: 1 + use std::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 4 - pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: 4 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:15:61\nmethod_name: |\nmethod_name: 15 | pub fn audio_dir() -> Option { dirs_sys_next::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:16:61\nmethod_name: |\nmethod_name: 16 | pub fn desktop_dir() -> Option { dirs_sys_next::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:17:61\nmethod_name: |\nmethod_name: 17 | pub fn document_dir() -> Option { dirs_sys_next::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:18:61\nmethod_name: |\nmethod_name: 18 | pub fn download_dir() -> Option { dirs_sys_next::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:20:61\nmethod_name: |\nmethod_name: 20 | pub fn picture_dir() -> Option { dirs_sys_next::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:21:61\nmethod_name: |\nmethod_name: 21 | pub fn public_dir() -> Option { dirs_sys_next::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:22:61\nmethod_name: |\nmethod_name: 22 | pub fn template_dir() -> Option { dirs_sys_next::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \n"},{"name":"rusoto_credential","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.48.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling futures-channel v0.3.30\nmethod_name: Compiling dirs-next v2.0.0\nmethod_name: Compiling tracing v0.1.40\nmethod_name: Compiling chrono v0.4.38\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:4:61\nmethod_name: |\nmethod_name: 4 | pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:64:38\nmethod_name: |\nmethod_name: 64 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:83:29\nmethod_name: |\nmethod_name: 83 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use crate::home_dir;\nmethod_name: |\nmethod_name: 1 + use crate::lin::env::home_dir;\nmethod_name: |\nmethod_name: 1 + use std::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 4 - pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: 4 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:15:61\nmethod_name: |\nmethod_name: 15 | pub fn audio_dir() -> Option { dirs_sys_next::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:16:61\nmethod_name: |\nmethod_name: 16 | pub fn desktop_dir() -> Option { dirs_sys_next::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:17:61\nmethod_name: |\nmethod_name: 17 | pub fn document_dir() -> Option { dirs_sys_next::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:18:61\nmethod_name: |\nmethod_name: 18 | pub fn download_dir() -> Option { dirs_sys_next::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:20:61\nmethod_name: |\nmethod_name: 20 | pub fn picture_dir() -> Option { dirs_sys_next::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:21:61\nmethod_name: |\nmethod_name: 21 | pub fn public_dir() -> Option { dirs_sys_next::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:22:61\nmethod_name: |\nmethod_name: 22 | pub fn template_dir() -> Option { dirs_sys_next::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:23:61\nmethod_name: |\nmethod_name: 23 | pub fn video_dir() -> Option { dirs_sys_next::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error: could not compile `dirs-next` (lib) due to 9 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \n"},{"name":"rusoto_signature","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.48.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling dirs-next v2.0.0\nmethod_name: Compiling futures-util v0.3.30\nmethod_name: Compiling sha2 v0.9.9\nmethod_name: Compiling hmac v0.11.0\nmethod_name: Compiling md-5 v0.9.1\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:4:61\nmethod_name: |\nmethod_name: 4 | pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:64:38\nmethod_name: |\nmethod_name: 64 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:83:29\nmethod_name: |\nmethod_name: 83 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use crate::home_dir;\nmethod_name: |\nmethod_name: 1 + use crate::lin::env::home_dir;\nmethod_name: |\nmethod_name: 1 + use std::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 4 - pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: 4 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:15:61\nmethod_name: |\nmethod_name: 15 | pub fn audio_dir() -> Option { dirs_sys_next::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:16:61\nmethod_name: |\nmethod_name: 16 | pub fn desktop_dir() -> Option { dirs_sys_next::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:17:61\nmethod_name: |\nmethod_name: 17 | pub fn document_dir() -> Option { dirs_sys_next::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:18:61\nmethod_name: |\nmethod_name: 18 | pub fn download_dir() -> Option { dirs_sys_next::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:20:61\nmethod_name: |\nmethod_name: 20 | pub fn picture_dir() -> Option { dirs_sys_next::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:21:61\nmethod_name: |\nmethod_name: 21 | pub fn public_dir() -> Option { dirs_sys_next::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:22:61\nmethod_name: |\nmethod_name: 22 | pub fn template_dir() -> Option { dirs_sys_next::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:23:61\nmethod_name: |\nmethod_name: 23 | pub fn video_dir() -> Option { dirs_sys_next::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error: could not compile `dirs-next` (lib) due to 9 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\n"},{"name":"rusqlite","settings":{},"status":"Success","custom_profile":false,"version":"0.31.0"},{"name":"rust-ini","settings":{},"status":"Success","custom_profile":false,"version":"0.21.0"},{"name":"rust_decimal","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.35.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rust_decimal v1.35.0\nmethod_name: Compiling rust_decimal v1.35.0\nmethod_name: Compiling arrayvec v0.7.4\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rustc-demangle","settings":{},"status":"Success","custom_profile":false,"version":"0.1.23"},{"name":"rustc-hash","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"rustc-hex","settings":{},"status":"Success","custom_profile":false,"version":"2.1.0"},{"name":"rustc-serialize","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.25","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rustc-serialize v0.3.25\nmethod_name: Compiling rustc-serialize v0.3.25\nmethod_name: error[E0046]: not all trait items implemented, missing: `encode`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.25/src/serialize.rs:1358:1\nmethod_name: |\nmethod_name: 853 | fn encode(&self, s: &mut S) -> Result<(), S::Error>;\nmethod_name: | ---------------------------------------------------------------- `encode` from trait\nmethod_name: ...\nmethod_name: 1358 | impl Encodable for path::Path {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `encode` in implementation\nmethod_name: \nmethod_name: error[E0046]: not all trait items implemented, missing: `decode`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.25/src/serialize.rs:1382:1\nmethod_name: |\nmethod_name: 904 | fn decode(d: &mut D) -> Result;\nmethod_name: | ----------------------------------------------------------- `decode` from trait\nmethod_name: ...\nmethod_name: 1382 | impl Decodable for path::PathBuf {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `decode` in implementation\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0046`.\nmethod_name: error: could not compile `rustc-serialize` (lib) due to 2 previous errors\n"},{"name":"rustc_version","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling semver v1.0.22\nmethod_name: Compiling rustc_version v0.4.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `semver` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rusticata-macros","settings":{},"status":"Success","custom_profile":false,"version":"4.1.0"},{"name":"rustix","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.38.32","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling rustix v0.38.32\nmethod_name: Compiling errno v0.3.8\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rustls","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.23.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling rustls v0.23.5\nmethod_name: Compiling once_cell v1.19.0\nmethod_name: Compiling aws-lc-sys v0.15.0\nmethod_name: error: failed to run custom build command for `aws-lc-sys v0.15.0`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/aws-lc-sys-a40c44401723c5ce/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=AWS_LC_SYS_INTERNAL_NO_PREFIX\nmethod_name: cargo:rerun-if-env-changed=AWS_LC_RUST_INTERNAL_BINDGEN\nmethod_name: cargo:rerun-if-env-changed=AWS_LC_SYS_CMAKE_BUILDER\nmethod_name: cargo:rerun-if-env-changed=AWS_LC_SYS_STATIC\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.15.0/builder/main.rs:401:5:\nmethod_name: aws-lc-sys build failed. Please enable the 'bindgen' feature on aws-lc-rs or aws-lc-sys.For more information, see the aws-lc-rs User Guide: https://aws.github.io/aws-lc-rs/index.html\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"rustls-native-certs","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling rustls-pemfile v2.1.2\nmethod_name: Compiling rustls-native-certs v0.7.0\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `platform`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.7.0/src/lib.rs:58:42\nmethod_name: |\nmethod_name: 58 | load_certs_from_env().unwrap_or_else(platform::load_native_certs)\nmethod_name: | ^^^^^^^^ use of undeclared crate or module `platform`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `rustls-native-certs` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"rustls-pemfile","settings":{},"status":"Success","custom_profile":false,"version":"2.1.2"},{"name":"rustls-webpki","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.102.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling ring v0.17.8\nmethod_name: Compiling rustls-pki-types v1.4.1\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: ring@0.17.8: In file included from include/ring-core/base.h:74,\nmethod_name: warning: ring@0.17.8: from include/ring-core/mem.h:60,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:22:\nmethod_name: warning: ring@0.17.8: include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: 64 | #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: In file included from crypto/curve25519/internal.h:20,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:24:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 270 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 278 | crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 279 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 308 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 322 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c: In function 'x25519_ge_scalarmult_small_precomp':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: implicit declaration of function 'constant_time_eq_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 725 | cmov(&e, &multiples[j-1], 1&constant_time_eq_w(index, j));\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: nested extern declaration of 'constant_time_eq_w' [-Wnested-externs]\nmethod_name: \nmethod_name: error: failed to run custom build command for `ring v0.17.8`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/ring-1ba3ceadf16e489f/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RING_PREGENERATE_ASM\nmethod_name: cargo:rustc-env=RING_CORE_PREFIX=ring_core_0_17_8_\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=In file included from include/ring-core/base.h:74,\nmethod_name: cargo:warning= from include/ring-core/mem.h:60,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:22:\nmethod_name: cargo:warning=include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: cargo:warning= 64 | #error \"Unknown target CPU\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=In file included from crypto/curve25519/internal.h:20,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:24:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 270 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 278 | crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 279 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 308 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 322 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:359:15: error: unknown type name 'crypto_word_t'\n"},{"name":"rustversion","settings":{},"status":"Success","custom_profile":false,"version":"1.0.15"},{"name":"rusty-fork","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling wait-timeout v0.2.0\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `imp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs:66:9\nmethod_name: |\nmethod_name: 66 | imp::wait_timeout(self, dur)\nmethod_name: | ^^^ use of undeclared crate or module `imp`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `wait-timeout` (lib) due to 1 previous error\n"},{"name":"ryu","settings":{},"status":"Success","custom_profile":false,"version":"1.0.17"},{"name":"safemem","settings":{},"status":"Success","custom_profile":false,"version":"0.3.3"},{"name":"same-file","settings":{},"status":"Success","custom_profile":false,"version":"1.0.6"},{"name":"schannel","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.23","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded schannel v0.1.23\nmethod_name: Downloaded windows-targets v0.52.5\nmethod_name: Downloaded windows_x86_64_gnu v0.52.5\nmethod_name: Downloaded windows-sys v0.52.0\nmethod_name: Compiling windows-targets v0.52.5\nmethod_name: Compiling windows-sys v0.52.0\nmethod_name: error[E0412]: cannot find type `MEMORY_BASIC_INFORMATION` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/src/Windows/Win32/System/Memory/mod.rs:192:122\nmethod_name: |\nmethod_name: 192 | ::windows_targets::link!(\"kernel32.dll\" \"system\" fn VirtualQuery(lpaddress : *const ::core::ffi::c_void, lpbuffer : *mut MEMORY_BASIC_INFORMATION, d...\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `MEMORY_BASIC_INFORMATION32`\nmethod_name: ...\nmethod_name: 423 | pub struct MEMORY_BASIC_INFORMATION32 {\nmethod_name: | ------------------------------------- similarly named struct `MEMORY_BASIC_INFORMATION32` defined here\nmethod_name: \nmethod_name: error[E0412]: cannot find type `MEMORY_BASIC_INFORMATION` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/src/Windows/Win32/System/Memory/mod.rs:194:223\nmethod_name: |\nmethod_name: 194 | ::windows_targets::link!(\"kernel32.dll\" \"system\" #[doc = \"Required features: `\\\"Win32_Foundation\\\"`\"] fn VirtualQueryEx(hprocess : super::super::Foundation:: HANDLE, lpaddress : *const ::core::ffi::c_void, lpbuffer : *mut MEMORY_BASIC_INFORMATION, d...\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `MEMORY_BASIC_INFORMATION32`\nmethod_name: ...\nmethod_name: 423 | pub struct MEMORY_BASIC_INFORMATION32 {\nmethod_name: | ------------------------------------- similarly named struct `MEMORY_BASIC_INFORMATION32` defined here\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `windows-sys` (lib) due to 2 previous errors\n"},{"name":"scheduled-thread-pool","settings":{},"status":"Success","custom_profile":false,"version":"0.2.7"},{"name":"schemars","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.8.16","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded schemars_derive v0.8.16\nmethod_name: Downloaded schemars v0.8.16\nmethod_name: Downloaded serde_derive_internals v0.26.0\nmethod_name: Compiling schemars v0.8.16\nmethod_name: Compiling serde_derive_internals v0.26.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"schemars_derive","settings":{},"status":"Success","custom_profile":false,"version":"0.8.16"},{"name":"scoped-tls","settings":{},"status":"Success","custom_profile":false,"version":"1.0.1"},{"name":"scoped_threadpool","settings":{},"status":"Success","custom_profile":false,"version":"0.1.9"},{"name":"scopeguard","settings":{},"status":"Success","custom_profile":false,"version":"1.2.0"},{"name":"scratch","settings":{},"status":"Success","custom_profile":false,"version":"1.0.7"},{"name":"sct","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling ring v0.17.8\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: ring@0.17.8: In file included from include/ring-core/base.h:74,\nmethod_name: warning: ring@0.17.8: from include/ring-core/mem.h:60,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:22:\nmethod_name: warning: ring@0.17.8: include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: 64 | #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: In file included from crypto/curve25519/internal.h:20,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:24:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 270 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 278 | crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 279 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 308 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 322 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c: In function 'x25519_ge_scalarmult_small_precomp':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: implicit declaration of function 'constant_time_eq_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 725 | cmov(&e, &multiples[j-1], 1&constant_time_eq_w(index, j));\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: nested extern declaration of 'constant_time_eq_w' [-Wnested-externs]\nmethod_name: \nmethod_name: error: failed to run custom build command for `ring v0.17.8`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/ring-fb9f69cf8c201b07/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RING_PREGENERATE_ASM\nmethod_name: cargo:rustc-env=RING_CORE_PREFIX=ring_core_0_17_8_\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=In file included from include/ring-core/base.h:74,\nmethod_name: cargo:warning= from include/ring-core/mem.h:60,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:22:\nmethod_name: cargo:warning=include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: cargo:warning= 64 | #error \"Unknown target CPU\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=In file included from crypto/curve25519/internal.h:20,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:24:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 270 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 278 | crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 279 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 308 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 322 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:359:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\n"},{"name":"seahash","settings":{},"status":"Success","custom_profile":false,"version":"4.1.0"},{"name":"sec1","settings":{},"status":"Success","custom_profile":false,"version":"0.7.3"},{"name":"secp256k1","settings":{},"status":"Success","custom_profile":false,"version":"0.29.0"},{"name":"secp256k1-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.10.0"},{"name":"secrecy","settings":{},"status":"Success","custom_profile":false,"version":"0.8.0"},{"name":"security-framework","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.10.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded security-framework v2.10.0\nmethod_name: Downloaded security-framework-sys v2.10.0\nmethod_name: Compiling core-foundation v0.9.4\nmethod_name: Compiling security-framework-sys v2.10.0\nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/filedescriptor.rs:19:14\nmethod_name: |\nmethod_name: 19 | use std::os::unix::io::{AsRawFd, RawFd};\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::c_char`, `libc::strlen`, `libc::PATH_MAX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/url.rs:22:12\nmethod_name: |\nmethod_name: 22 | use libc::{c_char, strlen, PATH_MAX};\nmethod_name: | ^^^^^^ ^^^^^^ ^^^^^^^^ no `PATH_MAX` in the root\nmethod_name: | | |\nmethod_name: | | no `strlen` in the root\nmethod_name: | no `c_char` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: core::ffi::c_char\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0432, E0433.\nmethod_name: For more information about an error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `core-foundation` (lib) due to 2 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"security-framework-sys","settings":{},"status":"Success","custom_profile":false,"version":"2.10.0"},{"name":"semver","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.0.22","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `semver` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\n"},{"name":"semver-parser","settings":{},"status":"Success","custom_profile":false,"version":"0.10.2"},{"name":"sentry","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.32.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded findshlibs v0.10.2\nmethod_name: Downloaded sentry-contexts v0.32.3\nmethod_name: Downloaded sentry-backtrace v0.32.3\nmethod_name: Downloaded sentry v0.32.3\nmethod_name: Downloaded sentry-tracing v0.32.3\nmethod_name: Downloaded sentry-panic v0.32.3\nmethod_name: Downloaded sentry-debug-images v0.32.3\nmethod_name: Downloaded uname v0.1.1\nmethod_name: Downloaded sentry-core v0.32.3\nmethod_name: Downloaded sentry-types v0.32.3\nmethod_name: Downloaded ureq v2.9.6\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling futures-channel v0.3.30\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: Compiling time v0.3.36\nmethod_name: Compiling object v0.32.2\nmethod_name: Compiling findshlibs v0.10.2\nmethod_name: Compiling uname v0.1.1\nmethod_name: Compiling hostname v0.4.0\nmethod_name: error: failed to run custom build command for `openssl-sys v0.9.102`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/openssl-sys-4dcce9a891e2e434/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_LIB_DIR\nmethod_name: OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR\nmethod_name: OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_DIR\nmethod_name: OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: run pkg_config fail: pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/find_normal.rs:190:5:\nmethod_name: \nmethod_name: \nmethod_name: Could not find directory of OpenSSL installation, and this `-sys` crate cannot\nmethod_name: proceed without this knowledge. If OpenSSL is installed and this crate had\nmethod_name: trouble finding it, you can set the `OPENSSL_DIR` environment variable for the\nmethod_name: compilation process.\nmethod_name: \nmethod_name: Make sure you also have the development packages of openssl installed.\nmethod_name: For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.\nmethod_name: \nmethod_name: If you're in a situation where you think the directory *should* be found\nmethod_name: automatically, please open a bug at https://github.com/sfackler/rust-openssl\nmethod_name: and include information about your system as well as this message.\nmethod_name: \nmethod_name: $HOST = x86_64-unknown-linux-gnu\nmethod_name: $TARGET = riscv32im-risc0-zkvm-elf\nmethod_name: openssl-sys = 0.9.102\nmethod_name: \nmethod_name: \nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error: Unsupported target OS! Create an issue: https://github.com/svartalf/hostname/issues/new\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs:68:9\nmethod_name: |\nmethod_name: 68 | compile_error!(\"Unsupported target OS! Create an issue: https://github.com/svartalf/hostname/issues/new\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::utsname`, `libc::c_char`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uname-0.1.1/src/lib.rs:6:12\nmethod_name: |\nmethod_name: 6 | use libc::{utsname, c_char};\nmethod_name: | ^^^^^^^ ^^^^^^ no `c_char` in the root\nmethod_name: | |\nmethod_name: | no `utsname` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: \nmethod_name: error[E0425]: cannot find function `uname` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uname-0.1.1/src/lib.rs:21:32\nmethod_name: |\nmethod_name: 21 | let r = unsafe { libc::uname(&mut n) };\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs:89:5\nmethod_name: |\nmethod_name: 89 | sys::get()\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `hostname` (lib) due to 2 previous errors\nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error: could not compile `uname` (lib) due to 2 previous errors\nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\n"},{"name":"sentry-backtrace","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.32.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling uuid v1.8.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling debugid v0.8.0\nmethod_name: Compiling sentry-types v0.32.3\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"sentry-contexts","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.32.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling hostname v0.4.0\nmethod_name: Compiling uname v0.1.1\nmethod_name: Compiling sentry-contexts v0.32.3\nmethod_name: Compiling sentry-core v0.32.3\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error: Unsupported target OS! Create an issue: https://github.com/svartalf/hostname/issues/new\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs:68:9\nmethod_name: |\nmethod_name: 68 | compile_error!(\"Unsupported target OS! Create an issue: https://github.com/svartalf/hostname/issues/new\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::utsname`, `libc::c_char`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uname-0.1.1/src/lib.rs:6:12\nmethod_name: |\nmethod_name: 6 | use libc::{utsname, c_char};\nmethod_name: | ^^^^^^^ ^^^^^^ no `c_char` in the root\nmethod_name: | |\nmethod_name: | no `utsname` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: \nmethod_name: error[E0425]: cannot find function `uname` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uname-0.1.1/src/lib.rs:21:32\nmethod_name: |\nmethod_name: 21 | let r = unsafe { libc::uname(&mut n) };\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs:89:5\nmethod_name: |\nmethod_name: 89 | sys::get()\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: Some errors have detailed explanations: E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `hostname` (lib) due to 2 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error: could not compile `uname` (lib) due to 2 previous errors\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\n"},{"name":"sentry-core","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.32.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\n"},{"name":"sentry-panic","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.32.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: Compiling sentry-backtrace v0.32.3\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"sentry-types","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.32.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\n"},{"name":"serde","settings":{"std":true},"status":"Success","custom_profile":true,"version":"1.0.198"},{"name":"serde-value","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded ordered-float v2.10.1\nmethod_name: Downloaded serde-value v0.7.0\nmethod_name: Compiling ordered-float v2.10.1\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"serde-wasm-bindgen","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.6.5","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded serde-wasm-bindgen v0.6.5\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling serde-wasm-bindgen v0.6.5\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"serde_bytes","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.11.14"},{"name":"serde_cbor","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.11.2"},{"name":"serde_derive","settings":{},"status":"Success","custom_profile":false,"version":"1.0.198"},{"name":"serde_derive_internals","settings":{},"status":"Success","custom_profile":false,"version":"0.29.0"},{"name":"serde_ignored","settings":{},"status":"Success","custom_profile":false,"version":"0.1.10"},{"name":"serde_json","settings":{"std":true},"status":"Success","custom_profile":true,"version":"1.0.116"},{"name":"serde_path_to_error","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.16","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\n"},{"name":"serde_qs","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.13.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded serde_qs v0.13.0\nmethod_name: Compiling serde_qs v0.13.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"serde_repr","settings":{},"status":"Success","custom_profile":false,"version":"0.1.19"},{"name":"serde_spanned","settings":{},"status":"Success","custom_profile":false,"version":"0.6.5"},{"name":"serde_test","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.0.176","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded serde_test v1.0.176\nmethod_name: Compiling serde_test v1.0.176\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"serde_urlencoded","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.7.1"},{"name":"serde_with","settings":{"std":true},"status":"Success","custom_profile":true,"version":"3.7.0"},{"name":"serde_with_macros","settings":{},"status":"Success","custom_profile":false,"version":"3.7.0"},{"name":"serde_yaml","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.9.34+deprecated"},{"name":"serial_test","settings":{},"status":"Success","custom_profile":false,"version":"3.0.0"},{"name":"serial_test_derive","settings":{},"status":"Success","custom_profile":false,"version":"3.0.0"},{"name":"sha-1","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.10.1"},{"name":"sha1","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.10.6"},{"name":"sha1_smol","settings":{},"status":"Success","custom_profile":false,"version":"1.0.0"},{"name":"sha2","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.10.8"},{"name":"sha3","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.10.8"},{"name":"sharded-slab","settings":{},"status":"Success","custom_profile":false,"version":"0.1.7"},{"name":"shared_child","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.0.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded shared_child v1.0.0\nmethod_name: Compiling shared_child v1.0.0\nmethod_name: error[E0432]: unresolved import `self::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shared_child-1.0.0/src/sys/mod.rs:9:15\nmethod_name: |\nmethod_name: 9 | pub use self::sys::*;\nmethod_name: | ^^^ could not find `sys` in `self`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Handle` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shared_child-1.0.0/src/lib.rs:123:34\nmethod_name: |\nmethod_name: 123 | fn get_handle(&self) -> sys::Handle {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `get_handle` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shared_child-1.0.0/src/lib.rs:124:14\nmethod_name: |\nmethod_name: 124 | sys::get_handle(&self.child.lock().unwrap())\nmethod_name: | ^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `wait_without_reaping` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shared_child-1.0.0/src/lib.rs:166:34\nmethod_name: |\nmethod_name: 166 | let noreap_result = sys::wait_without_reaping(self.get_handle());\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `try_wait_without_reaping` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shared_child-1.0.0/src/lib.rs:203:17\nmethod_name: |\nmethod_name: 203 | if sys::try_wait_without_reaping(self.get_handle())? {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0412, E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `shared_child` (lib) due to 5 previous errors\n"},{"name":"shell-escape","settings":{},"status":"Success","custom_profile":false,"version":"0.1.5"},{"name":"shell-words","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"shellexpand","settings":{},"status":"BuildFail","custom_profile":false,"version":"3.1.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded shellexpand v3.1.0\nmethod_name: Compiling dirs v5.0.1\nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:6:58\nmethod_name: |\nmethod_name: 6 | pub fn home_dir() -> Option { dirs_sys::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:76:38\nmethod_name: |\nmethod_name: 76 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:99:29\nmethod_name: |\nmethod_name: 99 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 3 + use home_dir;\nmethod_name: |\nmethod_name: 3 + use lin::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 6 - pub fn home_dir() -> Option { dirs_sys::home_dir() }\nmethod_name: 6 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:18:58\nmethod_name: |\nmethod_name: 18 | pub fn audio_dir() -> Option { dirs_sys::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:19:58\nmethod_name: |\nmethod_name: 19 | pub fn desktop_dir() -> Option { dirs_sys::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:20:58\nmethod_name: |\nmethod_name: 20 | pub fn document_dir() -> Option { dirs_sys::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:21:58\nmethod_name: |\nmethod_name: 21 | pub fn download_dir() -> Option { dirs_sys::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:23:58\nmethod_name: |\nmethod_name: 23 | pub fn picture_dir() -> Option { dirs_sys::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:24:58\nmethod_name: |\nmethod_name: 24 | pub fn public_dir() -> Option { dirs_sys::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:25:58\nmethod_name: |\nmethod_name: 25 | pub fn template_dir() -> Option { dirs_sys::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.0.1/src/lin.rs:26:58\nmethod_name: |\nmethod_name: 26 | pub fn video_dir() -> Option { dirs_sys::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs:134:37\nmethod_name: |\nmethod_name: 134 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `dirs` (lib) due to 9 previous errors\n"},{"name":"shlex","settings":{},"status":"Success","custom_profile":false,"version":"1.3.0"},{"name":"signal-hook","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.17","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling signal-hook v0.3.17\nmethod_name: Compiling signal-hook-registry v1.4.1\nmethod_name: error[E0432]: unresolved imports `libc::c_int`, `libc::c_void`, `libc::sigaction`, `libc::siginfo_t`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:78:12\nmethod_name: |\nmethod_name: 78 | use libc::{c_int, c_void, sigaction, siginfo_t};\nmethod_name: | ^^^^^ ^^^^^^ ^^^^^^^^^ ^^^^^^^^^ no `siginfo_t` in the root\nmethod_name: | | | |\nmethod_name: | | | no `sigaction` in the root\nmethod_name: | | no `c_void` in the root\nmethod_name: | no `c_int` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_void\nmethod_name: std::os::raw::c_void\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::SIGFPE`, `libc::SIGILL`, `libc::SIGKILL`, `libc::SIGSEGV`, `libc::SIGSTOP`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:83:12\nmethod_name: |\nmethod_name: 83 | use libc::{SIGFPE, SIGILL, SIGKILL, SIGSEGV, SIGSTOP};\nmethod_name: | ^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ no `SIGSTOP` in the root\nmethod_name: | | | | |\nmethod_name: | | | | no `SIGSEGV` in the root\nmethod_name: | | | no `SIGKILL` in the root\nmethod_name: | | no `SIGILL` in the root\nmethod_name: | no `SIGFPE` in the root\nmethod_name: \nmethod_name: error[E0425]: cannot find function `abort` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/half_lock.rs:145:28\nmethod_name: |\nmethod_name: 145 | unsafe { libc::abort() };\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 35 + use std::process::abort;\nmethod_name: |\nmethod_name: help: if you import `abort`, refer to it directly\nmethod_name: |\nmethod_name: 145 - unsafe { libc::abort() };\nmethod_name: 145 + unsafe { abort() };\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:158:26\nmethod_name: |\nmethod_name: 158 | fn new(signal: libc::c_int) -> Result {\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 65 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 65 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: help: if you import `c_int`, refer to it directly\nmethod_name: |\nmethod_name: 158 - fn new(signal: libc::c_int) -> Result {\nmethod_name: 158 + fn new(signal: c_int) -> Result {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:160:28\nmethod_name: |\nmethod_name: 160 | let mut new: libc::sigaction = unsafe { mem::zeroed() };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SA_RESTART` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:168:27\nmethod_name: |\nmethod_name: 168 | let flags = libc::SA_RESTART;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SA_SIGINFO` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:171:25\nmethod_name: |\nmethod_name: 171 | siginfo = libc::SA_SIGINFO as _;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:175:28\nmethod_name: |\nmethod_name: 175 | let mut old: libc::sigaction = unsafe { mem::zeroed() };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:177:27\nmethod_name: |\nmethod_name: 177 | if unsafe { libc::sigaction(signal, &new, &mut old) } != 0 {\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:215:28\nmethod_name: |\nmethod_name: 215 | let mut old: libc::sigaction = unsafe { mem::zeroed() };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:217:27\nmethod_name: |\nmethod_name: 217 | if unsafe { libc::sigaction(signal, ptr::null(), &mut old) } != 0 {\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SIG_DFL` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:242:39\nmethod_name: |\nmethod_name: 242 | if fptr != 0 && fptr != libc::SIG_DFL && fptr != libc::SIG_IGN {\nmethod_name: | ^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SIG_IGN` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:242:64\nmethod_name: |\nmethod_name: 242 | if fptr != 0 && fptr != libc::SIG_DFL && fptr != libc::SIG_IGN {\nmethod_name: | ^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SA_SIGINFO` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:252:29\nmethod_name: |\nmethod_name: 252 | siginfo = libc::SA_SIGINFO as _;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `write` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:366:23\nmethod_name: |\nmethod_name: 366 | libc::write(2, MSG.as_ptr() as *const _, MSG.len());\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 65 + use ptr::write;\nmethod_name: |\nmethod_name: 65 + use std::fmt::write;\nmethod_name: |\nmethod_name: 65 + use std::fs::write;\nmethod_name: |\nmethod_name: help: if you import `write`, refer to it directly\nmethod_name: |\nmethod_name: 366 - libc::write(2, MSG.as_ptr() as *const _, MSG.len());\nmethod_name: 366 + write(2, MSG.as_ptr() as *const _, MSG.len());\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `abort` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:367:23\nmethod_name: |\nmethod_name: 367 | libc::abort();\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 65 + use std::process::abort;\nmethod_name: |\nmethod_name: help: if you import `abort`, refer to it directly\nmethod_name: |\nmethod_name: 367 - libc::abort();\nmethod_name: 367 + abort();\nmethod_name: |\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0412, E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `signal-hook-registry` (lib) due to 16 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"signal-hook-mio","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling signal-hook v0.3.17\nmethod_name: Compiling signal-hook-registry v1.4.1\nmethod_name: error[E0432]: unresolved imports `libc::c_int`, `libc::c_void`, `libc::sigaction`, `libc::siginfo_t`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:78:12\nmethod_name: |\nmethod_name: 78 | use libc::{c_int, c_void, sigaction, siginfo_t};\nmethod_name: | ^^^^^ ^^^^^^ ^^^^^^^^^ ^^^^^^^^^ no `siginfo_t` in the root\nmethod_name: | | | |\nmethod_name: | | | no `sigaction` in the root\nmethod_name: | | no `c_void` in the root\nmethod_name: | no `c_int` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_void\nmethod_name: std::os::raw::c_void\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::SIGFPE`, `libc::SIGILL`, `libc::SIGKILL`, `libc::SIGSEGV`, `libc::SIGSTOP`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:83:12\nmethod_name: |\nmethod_name: 83 | use libc::{SIGFPE, SIGILL, SIGKILL, SIGSEGV, SIGSTOP};\nmethod_name: | ^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ no `SIGSTOP` in the root\nmethod_name: | | | | |\nmethod_name: | | | | no `SIGSEGV` in the root\nmethod_name: | | | no `SIGKILL` in the root\nmethod_name: | | no `SIGILL` in the root\nmethod_name: | no `SIGFPE` in the root\nmethod_name: \nmethod_name: error[E0425]: cannot find function `abort` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/half_lock.rs:145:28\nmethod_name: |\nmethod_name: 145 | unsafe { libc::abort() };\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 35 + use std::process::abort;\nmethod_name: |\nmethod_name: help: if you import `abort`, refer to it directly\nmethod_name: |\nmethod_name: 145 - unsafe { libc::abort() };\nmethod_name: 145 + unsafe { abort() };\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:158:26\nmethod_name: |\nmethod_name: 158 | fn new(signal: libc::c_int) -> Result {\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 65 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 65 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: help: if you import `c_int`, refer to it directly\nmethod_name: |\nmethod_name: 158 - fn new(signal: libc::c_int) -> Result {\nmethod_name: 158 + fn new(signal: c_int) -> Result {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:160:28\nmethod_name: |\nmethod_name: 160 | let mut new: libc::sigaction = unsafe { mem::zeroed() };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SA_RESTART` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:168:27\nmethod_name: |\nmethod_name: 168 | let flags = libc::SA_RESTART;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SA_SIGINFO` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:171:25\nmethod_name: |\nmethod_name: 171 | siginfo = libc::SA_SIGINFO as _;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:175:28\nmethod_name: |\nmethod_name: 175 | let mut old: libc::sigaction = unsafe { mem::zeroed() };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:177:27\nmethod_name: |\nmethod_name: 177 | if unsafe { libc::sigaction(signal, &new, &mut old) } != 0 {\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:215:28\nmethod_name: |\nmethod_name: 215 | let mut old: libc::sigaction = unsafe { mem::zeroed() };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:217:27\nmethod_name: |\nmethod_name: 217 | if unsafe { libc::sigaction(signal, ptr::null(), &mut old) } != 0 {\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SIG_DFL` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:242:39\nmethod_name: |\nmethod_name: 242 | if fptr != 0 && fptr != libc::SIG_DFL && fptr != libc::SIG_IGN {\nmethod_name: | ^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SIG_IGN` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:242:64\nmethod_name: |\nmethod_name: 242 | if fptr != 0 && fptr != libc::SIG_DFL && fptr != libc::SIG_IGN {\nmethod_name: | ^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SA_SIGINFO` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:252:29\nmethod_name: |\nmethod_name: 252 | siginfo = libc::SA_SIGINFO as _;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `write` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:366:23\nmethod_name: |\nmethod_name: 366 | libc::write(2, MSG.as_ptr() as *const _, MSG.len());\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 65 + use ptr::write;\nmethod_name: |\nmethod_name: 65 + use std::fmt::write;\nmethod_name: |\nmethod_name: 65 + use std::fs::write;\nmethod_name: |\nmethod_name: help: if you import `write`, refer to it directly\nmethod_name: |\nmethod_name: 366 - libc::write(2, MSG.as_ptr() as *const _, MSG.len());\nmethod_name: 366 + write(2, MSG.as_ptr() as *const _, MSG.len());\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `abort` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:367:23\nmethod_name: |\nmethod_name: 367 | libc::abort();\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 65 + use std::process::abort;\nmethod_name: |\nmethod_name: help: if you import `abort`, refer to it directly\nmethod_name: |\nmethod_name: 367 - libc::abort();\nmethod_name: 367 + abort();\nmethod_name: |\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0412, E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `signal-hook-registry` (lib) due to 16 previous errors\n"},{"name":"signal-hook-registry","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.4.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling signal-hook-registry v1.4.1\nmethod_name: error[E0432]: unresolved imports `libc::c_int`, `libc::c_void`, `libc::sigaction`, `libc::siginfo_t`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:78:12\nmethod_name: |\nmethod_name: 78 | use libc::{c_int, c_void, sigaction, siginfo_t};\nmethod_name: | ^^^^^ ^^^^^^ ^^^^^^^^^ ^^^^^^^^^ no `siginfo_t` in the root\nmethod_name: | | | |\nmethod_name: | | | no `sigaction` in the root\nmethod_name: | | no `c_void` in the root\nmethod_name: | no `c_int` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_void\nmethod_name: std::os::raw::c_void\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::SIGFPE`, `libc::SIGILL`, `libc::SIGKILL`, `libc::SIGSEGV`, `libc::SIGSTOP`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:83:12\nmethod_name: |\nmethod_name: 83 | use libc::{SIGFPE, SIGILL, SIGKILL, SIGSEGV, SIGSTOP};\nmethod_name: | ^^^^^^ ^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^ no `SIGSTOP` in the root\nmethod_name: | | | | |\nmethod_name: | | | | no `SIGSEGV` in the root\nmethod_name: | | | no `SIGKILL` in the root\nmethod_name: | | no `SIGILL` in the root\nmethod_name: | no `SIGFPE` in the root\nmethod_name: \nmethod_name: error[E0425]: cannot find function `abort` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/half_lock.rs:145:28\nmethod_name: |\nmethod_name: 145 | unsafe { libc::abort() };\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 35 + use std::process::abort;\nmethod_name: |\nmethod_name: help: if you import `abort`, refer to it directly\nmethod_name: |\nmethod_name: 145 - unsafe { libc::abort() };\nmethod_name: 145 + unsafe { abort() };\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:158:26\nmethod_name: |\nmethod_name: 158 | fn new(signal: libc::c_int) -> Result {\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 65 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 65 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: help: if you import `c_int`, refer to it directly\nmethod_name: |\nmethod_name: 158 - fn new(signal: libc::c_int) -> Result {\nmethod_name: 158 + fn new(signal: c_int) -> Result {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:160:28\nmethod_name: |\nmethod_name: 160 | let mut new: libc::sigaction = unsafe { mem::zeroed() };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SA_RESTART` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:168:27\nmethod_name: |\nmethod_name: 168 | let flags = libc::SA_RESTART;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SA_SIGINFO` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:171:25\nmethod_name: |\nmethod_name: 171 | siginfo = libc::SA_SIGINFO as _;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:175:28\nmethod_name: |\nmethod_name: 175 | let mut old: libc::sigaction = unsafe { mem::zeroed() };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:177:27\nmethod_name: |\nmethod_name: 177 | if unsafe { libc::sigaction(signal, &new, &mut old) } != 0 {\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:215:28\nmethod_name: |\nmethod_name: 215 | let mut old: libc::sigaction = unsafe { mem::zeroed() };\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `sigaction` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:217:27\nmethod_name: |\nmethod_name: 217 | if unsafe { libc::sigaction(signal, ptr::null(), &mut old) } != 0 {\nmethod_name: | ^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SIG_DFL` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:242:39\nmethod_name: |\nmethod_name: 242 | if fptr != 0 && fptr != libc::SIG_DFL && fptr != libc::SIG_IGN {\nmethod_name: | ^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SIG_IGN` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:242:64\nmethod_name: |\nmethod_name: 242 | if fptr != 0 && fptr != libc::SIG_DFL && fptr != libc::SIG_IGN {\nmethod_name: | ^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `SA_SIGINFO` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:252:29\nmethod_name: |\nmethod_name: 252 | siginfo = libc::SA_SIGINFO as _;\nmethod_name: | ^^^^^^^^^^ not found in `libc`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `write` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:366:23\nmethod_name: |\nmethod_name: 366 | libc::write(2, MSG.as_ptr() as *const _, MSG.len());\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 65 + use ptr::write;\nmethod_name: |\nmethod_name: 65 + use std::fmt::write;\nmethod_name: |\nmethod_name: 65 + use std::fs::write;\nmethod_name: |\nmethod_name: help: if you import `write`, refer to it directly\nmethod_name: |\nmethod_name: 366 - libc::write(2, MSG.as_ptr() as *const _, MSG.len());\nmethod_name: 366 + write(2, MSG.as_ptr() as *const _, MSG.len());\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `abort` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs:367:23\nmethod_name: |\nmethod_name: 367 | libc::abort();\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: |\nmethod_name: help: consider importing this function\nmethod_name: |\nmethod_name: 65 + use std::process::abort;\nmethod_name: |\nmethod_name: help: if you import `abort`, refer to it directly\nmethod_name: |\nmethod_name: 367 - libc::abort();\nmethod_name: 367 + abort();\nmethod_name: |\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0412, E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `signal-hook-registry` (lib) due to 16 previous errors\n"},{"name":"signature","settings":{},"status":"Success","custom_profile":false,"version":"2.2.0"},{"name":"simba","settings":{},"status":"Success","custom_profile":false,"version":"0.8.1"},{"name":"simd-adler32","settings":{},"status":"Success","custom_profile":false,"version":"0.3.7"},{"name":"simdutf8","settings":{},"status":"Success","custom_profile":false,"version":"0.1.4"},{"name":"similar","settings":{},"status":"Success","custom_profile":false,"version":"2.5.0"},{"name":"simple_asn1","settings":{},"status":"Success","custom_profile":false,"version":"0.6.2"},{"name":"siphasher","settings":{},"status":"Success","custom_profile":false,"version":"1.0.1"},{"name":"sized-chunks","settings":{},"status":"Success","custom_profile":false,"version":"0.7.0"},{"name":"slab","settings":{},"status":"Success","custom_profile":false,"version":"0.4.9"},{"name":"slog","settings":{},"status":"Success","custom_profile":false,"version":"2.7.0"},{"name":"slog-async","settings":{},"status":"Success","custom_profile":false,"version":"2.8.0"},{"name":"slog-term","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.9.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded slog-term v2.9.1\nmethod_name: Compiling is-terminal v0.4.12\nmethod_name: Compiling time-macros v0.2.18\nmethod_name: Compiling dirs-next v2.0.0\nmethod_name: error[E0405]: cannot find trait `AsFd` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs:84:14\nmethod_name: |\nmethod_name: 84 | impl IsTerminal for Stream {\nmethod_name: | ^^^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0405`.\nmethod_name: error: could not compile `is-terminal` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:4:61\nmethod_name: |\nmethod_name: 4 | pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:64:38\nmethod_name: |\nmethod_name: 64 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:83:29\nmethod_name: |\nmethod_name: 83 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use crate::home_dir;\nmethod_name: |\nmethod_name: 1 + use crate::lin::env::home_dir;\nmethod_name: |\nmethod_name: 1 + use std::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 4 - pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: 4 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:15:61\nmethod_name: |\nmethod_name: 15 | pub fn audio_dir() -> Option { dirs_sys_next::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:16:61\nmethod_name: |\nmethod_name: 16 | pub fn desktop_dir() -> Option { dirs_sys_next::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:17:61\nmethod_name: |\nmethod_name: 17 | pub fn document_dir() -> Option { dirs_sys_next::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:18:61\nmethod_name: |\nmethod_name: 18 | pub fn download_dir() -> Option { dirs_sys_next::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:20:61\nmethod_name: |\nmethod_name: 20 | pub fn picture_dir() -> Option { dirs_sys_next::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:21:61\nmethod_name: |\nmethod_name: 21 | pub fn public_dir() -> Option { dirs_sys_next::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:22:61\nmethod_name: |\nmethod_name: 22 | pub fn template_dir() -> Option { dirs_sys_next::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:23:61\nmethod_name: |\nmethod_name: 23 | pub fn video_dir() -> Option { dirs_sys_next::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `dirs-next` (lib) due to 9 previous errors\n"},{"name":"smallvec","settings":{},"status":"Success","custom_profile":false,"version":"1.13.2"},{"name":"smartstring","settings":{},"status":"Success","custom_profile":false,"version":"1.0.1"},{"name":"smawk","settings":{},"status":"Success","custom_profile":false,"version":"0.3.2"},{"name":"smol_str","settings":{},"status":"Success","custom_profile":false,"version":"0.2.1"},{"name":"snafu","settings":{},"status":"Success","custom_profile":false,"version":"0.8.2"},{"name":"snafu-derive","settings":{},"status":"Success","custom_profile":false,"version":"0.8.2"},{"name":"snap","settings":{},"status":"Success","custom_profile":false,"version":"1.1.1"},{"name":"socket2","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.5.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `MaybeUninitSlice` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:405:31\nmethod_name: |\nmethod_name: 405 | MaybeUninitSlice(sys::MaybeUninitSlice::new(buf))\nmethod_name: | ^^^^^^^^^^^^^^^^ could not find `MaybeUninitSlice` in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `unix_sockaddr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:153:21\nmethod_name: |\nmethod_name: 153 | crate::sys::unix_sockaddr(path.as_ref())\nmethod_name: | ^^^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `from_in_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:215:34\nmethod_name: |\nmethod_name: 215 | let ip = crate::sys::from_in_addr(addr.sin_addr);\nmethod_name: | ^^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `from_in6_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:222:34\nmethod_name: |\nmethod_name: 222 | let ip = crate::sys::from_in6_addr(addr.sin6_addr);\nmethod_name: | ^^^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `to_in_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:284:44\nmethod_name: |\nmethod_name: 284 | storage.sin_addr = crate::sys::to_in_addr(addr.ip());\nmethod_name: | ^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `to_in6_addr` in module `crate::sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:317:45\nmethod_name: |\nmethod_name: 317 | storage.sin6_addr = crate::sys::to_in6_addr(addr.ip());\nmethod_name: | ^^^^^^^^^^^ not found in `crate::sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:89:38\nmethod_name: |\nmethod_name: 89 | pub(crate) fn from_raw(raw: sys::Socket) -> Socket {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 9 + use crate::Socket;\nmethod_name: |\nmethod_name: help: if you import `Socket`, refer to it directly\nmethod_name: |\nmethod_name: 89 - pub(crate) fn from_raw(raw: sys::Socket) -> Socket {\nmethod_name: 89 + pub(crate) fn from_raw(raw: Socket) -> Socket {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket_from_raw` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:107:22\nmethod_name: |\nmethod_name: 107 | sys::socket_from_raw(raw)\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:112:41\nmethod_name: |\nmethod_name: 112 | pub(crate) fn as_raw(&self) -> sys::Socket {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 9 + use crate::Socket;\nmethod_name: |\nmethod_name: help: if you import `Socket`, refer to it directly\nmethod_name: |\nmethod_name: 112 - pub(crate) fn as_raw(&self) -> sys::Socket {\nmethod_name: 112 + pub(crate) fn as_raw(&self) -> Socket {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket_as_raw` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:113:14\nmethod_name: |\nmethod_name: 113 | sys::socket_as_raw(&self.inner)\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:116:42\nmethod_name: |\nmethod_name: 116 | pub(crate) fn into_raw(self) -> sys::Socket {\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 9 + use crate::Socket;\nmethod_name: |\nmethod_name: help: if you import `Socket`, refer to it directly\nmethod_name: |\nmethod_name: 116 - pub(crate) fn into_raw(self) -> sys::Socket {\nmethod_name: 116 + pub(crate) fn into_raw(self) -> Socket {\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket_into_raw` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:117:14\nmethod_name: |\nmethod_name: 117 | sys::socket_into_raw(self.inner)\nmethod_name: | ^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `socket` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:142:14\nmethod_name: |\nmethod_name: 142 | sys::socket(domain.0, ty.0, protocol).map(Socket::from_raw)\nmethod_name: | ^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `bind` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:187:14\nmethod_name: |\nmethod_name: 187 | sys::bind(self.as_raw(), address)\nmethod_name: | ^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `connect` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:206:14\nmethod_name: |\nmethod_name: 206 | sys::connect(self.as_raw(), address)\nmethod_name: | ^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `poll_connect` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:241:14\nmethod_name: |\nmethod_name: 241 | sys::poll_connect(self, timeout)\nmethod_name: | ^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `listen` in module `sys`\n"},{"name":"spin","settings":{},"status":"Success","custom_profile":false,"version":"0.9.8"},{"name":"spki","settings":{},"status":"Success","custom_profile":false,"version":"0.7.3"},{"name":"sqlformat","settings":{},"status":"Success","custom_profile":false,"version":"0.2.3"},{"name":"sqlx","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded hashlink v0.8.4\nmethod_name: Downloaded sqlx-macros v0.7.4\nmethod_name: Downloaded whoami v1.5.1\nmethod_name: Downloaded sqlx-mysql v0.7.4\nmethod_name: Downloaded sqlx-sqlite v0.7.4\nmethod_name: Downloaded sqlx-macros-core v0.7.4\nmethod_name: Downloaded sqlx v0.7.4\nmethod_name: Downloaded sqlx-postgres v0.7.4\nmethod_name: Downloaded sqlx-core v0.7.4\nmethod_name: Downloaded libsqlite3-sys v0.27.0\nmethod_name: Compiling serde v1.0.198\nmethod_name: Compiling zerocopy v0.7.32\nmethod_name: Compiling tinyvec_macros v0.1.1\nmethod_name: Compiling smallvec v1.13.2\nmethod_name: Compiling scopeguard v1.2.0\nmethod_name: Compiling futures-core v0.3.30\nmethod_name: Compiling allocator-api2 v0.2.18\nmethod_name: Compiling rustix v0.38.32\nmethod_name: Compiling generic-array v0.14.7\nmethod_name: Compiling ahash v0.8.11\nmethod_name: Compiling parking_lot_core v0.9.9\nmethod_name: Compiling crossbeam-utils v0.8.19\nmethod_name: Compiling percent-encoding v2.3.1\nmethod_name: Compiling unicode-bidi v0.3.15\nmethod_name: Compiling futures-sink v0.3.30\nmethod_name: Compiling serde_json v1.0.116\nmethod_name: Compiling lock_api v0.4.11\nmethod_name: Compiling slab v0.4.9\nmethod_name: Compiling num-traits v0.2.18\nmethod_name: Compiling nom v7.1.3\nmethod_name: Compiling getrandom v0.2.14\nmethod_name: Compiling tinyvec v1.6.0\nmethod_name: Compiling tracing-core v0.1.32\nmethod_name: Compiling cpufeatures v0.2.12\nmethod_name: Compiling syn v1.0.109\nmethod_name: Compiling bitflags v2.5.0\nmethod_name: Compiling crc-catalog v2.4.0\nmethod_name: Compiling futures-task v0.3.30\nmethod_name: Compiling futures-io v0.3.30\nmethod_name: Compiling tracing v0.1.40\nmethod_name: Compiling linux-raw-sys v0.4.13\nmethod_name: Compiling pin-utils v0.1.0\nmethod_name: Compiling ryu v1.0.17\nmethod_name: Compiling unicode_categories v0.1.1\nmethod_name: Compiling byteorder v1.5.0\nmethod_name: Compiling event-listener v2.5.3\nmethod_name: Compiling unicode-segmentation v1.11.0\nmethod_name: Compiling hex v0.4.3\nmethod_name: Compiling futures-channel v0.3.30\nmethod_name: Compiling form_urlencoded v1.2.1\nmethod_name: Compiling crc v3.2.1\nmethod_name: Compiling fastrand v2.0.2\nmethod_name: Compiling dotenvy v0.15.7\nmethod_name: Compiling futures-util v0.3.30\nmethod_name: Compiling futures-intrusive v0.5.0\nmethod_name: Compiling url v2.5.0\nmethod_name: Compiling sha2 v0.10.8\nmethod_name: Compiling hashbrown v0.14.3\nmethod_name: Compiling parking_lot v0.12.1\nmethod_name: Compiling heck v0.4.1\nmethod_name: Compiling crossbeam-queue v0.3.11\nmethod_name: Compiling crypto-common v0.1.6\nmethod_name: Compiling block-buffer v0.10.4\nmethod_name: Compiling digest v0.10.7\nmethod_name: Compiling unicode-normalization v0.1.23\nmethod_name: Compiling indexmap v2.2.6\nmethod_name: Compiling hashlink v0.8.4\nmethod_name: Compiling atoi v2.0.0\nmethod_name: Compiling idna v0.5.0\nmethod_name: Compiling tempfile v3.10.1\nmethod_name: Compiling either v1.11.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling itertools v0.12.1\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"sqlx-core","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling itertools v0.12.1\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `hex` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"sqlx-macros","settings":{},"status":"Success","custom_profile":false,"version":"0.7.4"},{"name":"stable_deref_trait","settings":{},"status":"Success","custom_profile":false,"version":"1.2.0"},{"name":"standback","settings":{},"status":"Success","custom_profile":false,"version":"0.4.4"},{"name":"static_assertions","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"stdweb","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.20","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded semver-parser v0.7.0\nmethod_name: Downloaded rustc_version v0.2.3\nmethod_name: Downloaded semver v0.9.0\nmethod_name: Downloaded sha1 v0.6.1\nmethod_name: Downloaded discard v1.0.4\nmethod_name: Downloaded stdweb-internal-macros v0.2.9\nmethod_name: Downloaded stdweb-internal-runtime v0.1.5\nmethod_name: Downloaded stdweb-derive v0.5.3\nmethod_name: Downloaded stdweb v0.4.20\nmethod_name: Compiling syn v1.0.109\nmethod_name: Compiling semver-parser v0.7.0\nmethod_name: Compiling sha1_smol v1.0.0\nmethod_name: Compiling stdweb-internal-runtime v0.1.5\nmethod_name: Compiling base-x v0.2.11\nmethod_name: Compiling discard v1.0.4\nmethod_name: Compiling serde_json v1.0.116\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"string","settings":{},"status":"Success","custom_profile":false,"version":"0.3.0"},{"name":"string_cache","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.8.7"},{"name":"string_cache_codegen","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.5.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling phf_generator v0.10.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: Compiling string_cache_codegen v0.5.2\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"stringprep","settings":{},"status":"Success","custom_profile":false,"version":"0.1.4"},{"name":"strip-ansi-escapes","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"strsim","settings":{},"status":"Success","custom_profile":false,"version":"0.11.1"},{"name":"structopt","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.26","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded heck v0.3.3\nmethod_name: Downloaded strsim v0.8.0\nmethod_name: Downloaded structopt-derive v0.4.18\nmethod_name: Downloaded structopt v0.3.26\nmethod_name: Downloaded vec_map v0.8.2\nmethod_name: Downloaded textwrap v0.11.0\nmethod_name: Downloaded clap v2.34.0\nmethod_name: Compiling atty v0.2.14\nmethod_name: Compiling strsim v0.8.0\nmethod_name: Compiling vec_map v0.8.2\nmethod_name: Compiling heck v0.3.3\nmethod_name: Compiling textwrap v0.11.0\nmethod_name: Compiling proc-macro-error v1.0.4\nmethod_name: error[E0425]: cannot find function `is` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs:98:6\nmethod_name: |\nmethod_name: 98 | !is(stream)\nmethod_name: | ^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `atty` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"structopt-derive","settings":{},"status":"Success","custom_profile":false,"version":"0.4.18"},{"name":"strum","settings":{},"status":"Success","custom_profile":false,"version":"0.26.2"},{"name":"strum_macros","settings":{},"status":"Success","custom_profile":false,"version":"0.26.2"},{"name":"subtle","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.5.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling subtle v2.5.0\nmethod_name: Compiling digest v0.10.7\nmethod_name: Compiling blake2 v0.10.6\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `subtle` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"syn","settings":{},"status":"Success","custom_profile":false,"version":"2.0.60"},{"name":"sync_wrapper","settings":{},"status":"Success","custom_profile":false,"version":"1.0.1"},{"name":"synom","settings":{},"status":"Success","custom_profile":false,"version":"0.11.3"},{"name":"synstructure","settings":{},"status":"Success","custom_profile":false,"version":"0.13.1"},{"name":"sysinfo","settings":{},"status":"Success","custom_profile":false,"version":"0.30.11"},{"name":"take_mut","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"tap","settings":{},"status":"Success","custom_profile":false,"version":"1.0.1"},{"name":"tar","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.4.40","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling filetime v0.2.23\nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:4:14\nmethod_name: |\nmethod_name: 4 | use std::os::unix::prelude::*;\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:5:14\nmethod_name: |\nmethod_name: 5 | use std::os::unix::prelude::*;\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:2:5\nmethod_name: |\nmethod_name: 2 | use libc::{time_t, timespec};\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:35:23\nmethod_name: |\nmethod_name: 35 | let rc = unsafe { libc::futimes(f.as_raw_fd(), times.as_ptr()) };\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0599]: no method named `as_raw_fd` found for reference `&File` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:35:39\nmethod_name: |\nmethod_name: 35 | let rc = unsafe { libc::futimes(f.as_raw_fd(), times.as_ptr()) };\nmethod_name: | ^^^^^^^^^ method not found in `&File`\nmethod_name: \nmethod_name: error[E0599]: no method named `as_bytes` found for reference `&OsStr` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:98:40\nmethod_name: |\nmethod_name: 98 | let p = CString::new(p.as_os_str().as_bytes())?;\nmethod_name: | ^^^^^^^^ help: there is a method with a similar name: `as_encoded_bytes`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:102:13\nmethod_name: |\nmethod_name: 102 | libc::lutimes(p.as_ptr(), times.as_ptr())\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:104:13\nmethod_name: |\nmethod_name: 104 | libc::utimes(p.as_ptr(), times.as_ptr())\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0599]: no method named `mtime` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:75:23\nmethod_name: |\nmethod_name: 75 | seconds: meta.mtime(),\nmethod_name: | ^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0599]: no method named `mtime_nsec` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:76:21\nmethod_name: |\nmethod_name: 76 | nanos: meta.mtime_nsec() as u32,\nmethod_name: | ^^^^^^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0599]: no method named `atime` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:82:23\nmethod_name: |\nmethod_name: 82 | seconds: meta.atime(),\nmethod_name: | ^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0599]: no method named `atime_nsec` found for reference `&Metadata` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/mod.rs:83:21\nmethod_name: |\nmethod_name: 83 | nanos: meta.atime_nsec() as u32,\nmethod_name: | ^^^^^^^^^^ method not found in `&Metadata`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:117:47\nmethod_name: |\nmethod_name: 117 | tv_usec: (ft.nanoseconds() / 1000) as libc::suseconds_t,\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:116:33\nmethod_name: |\nmethod_name: 116 | tv_sec: ft.seconds() as libc::time_t,\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:115:5\nmethod_name: |\nmethod_name: 115 | libc::timeval {\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/unix/utimes.rs:114:33\nmethod_name: |\nmethod_name: 114 | fn to_timeval(ft: &FileTime) -> libc::timeval {\nmethod_name: | ^^^^ use of undeclared crate or module `libc`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0432, E0433, E0599.\nmethod_name: For more information about an error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `filetime` (lib) due to 16 previous errors\n"},{"name":"target-lexicon","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.12.14","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling target-lexicon v0.12.14\nmethod_name: error: failed to run custom build command for `target-lexicon v0.12.14`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/target-lexicon-611991dd897e09e7/build-script-build` (exit status: 101)\nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/build.rs:52:54:\nmethod_name: Invalid target name: 'riscv32im-risc0-zkvm-elf'\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"tempdir","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.7","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded remove_dir_all v0.5.3\nmethod_name: Downloaded tempdir v0.3.7\nmethod_name: Downloaded rand v0.4.6\nmethod_name: Compiling rand v0.4.6\nmethod_name: Compiling remove_dir_all v0.5.3\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `imp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/os.rs:44:9\nmethod_name: |\nmethod_name: 44 | imp::OsRng::new().map(OsRng)\nmethod_name: | ^^^ use of undeclared crate or module `imp`\nmethod_name: |\nmethod_name: help: consider importing this struct through its public re-export\nmethod_name: |\nmethod_name: 14 + use OsRng;\nmethod_name: |\nmethod_name: help: if you import `OsRng`, refer to it directly\nmethod_name: |\nmethod_name: 44 - imp::OsRng::new().map(OsRng)\nmethod_name: 44 + OsRng::new().map(OsRng)\nmethod_name: |\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `imp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/os.rs:39:18\nmethod_name: |\nmethod_name: 39 | pub struct OsRng(imp::OsRng);\nmethod_name: | ^^^ use of undeclared crate or module `imp`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `rand` (lib) due to 2 previous errors\n"},{"name":"tempfile","settings":{},"status":"Success","custom_profile":false,"version":"3.10.1"},{"name":"tendril","settings":{},"status":"Success","custom_profile":false,"version":"0.4.3"},{"name":"term","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.7.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling dirs-next v2.0.0\nmethod_name: error[E0425]: cannot find function `home_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:4:61\nmethod_name: |\nmethod_name: 4 | pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:64:38\nmethod_name: |\nmethod_name: 64 | pub use self::target_unix_not_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:83:29\nmethod_name: |\nmethod_name: 83 | pub use self::target_redox::home_dir;\nmethod_name: | ^^^^^^^^\nmethod_name: = note: the item is gated behind the `redox` feature\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use crate::home_dir;\nmethod_name: |\nmethod_name: 1 + use crate::lin::env::home_dir;\nmethod_name: |\nmethod_name: 1 + use std::env::home_dir;\nmethod_name: |\nmethod_name: help: if you import `home_dir`, refer to it directly\nmethod_name: |\nmethod_name: 4 - pub fn home_dir() -> Option { dirs_sys_next::home_dir() }\nmethod_name: 4 + pub fn home_dir() -> Option { home_dir() }\nmethod_name: |\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:15:61\nmethod_name: |\nmethod_name: 15 | pub fn audio_dir() -> Option { dirs_sys_next::user_dir(\"MUSIC\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:16:61\nmethod_name: |\nmethod_name: 16 | pub fn desktop_dir() -> Option { dirs_sys_next::user_dir(\"DESKTOP\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:17:61\nmethod_name: |\nmethod_name: 17 | pub fn document_dir() -> Option { dirs_sys_next::user_dir(\"DOCUMENTS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:18:61\nmethod_name: |\nmethod_name: 18 | pub fn download_dir() -> Option { dirs_sys_next::user_dir(\"DOWNLOAD\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:20:61\nmethod_name: |\nmethod_name: 20 | pub fn picture_dir() -> Option { dirs_sys_next::user_dir(\"PICTURES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:21:61\nmethod_name: |\nmethod_name: 21 | pub fn public_dir() -> Option { dirs_sys_next::user_dir(\"PUBLICSHARE\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:22:61\nmethod_name: |\nmethod_name: 22 | pub fn template_dir() -> Option { dirs_sys_next::user_dir(\"TEMPLATES\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: error[E0425]: cannot find function `user_dir` in crate `dirs_sys_next`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lin.rs:23:61\nmethod_name: |\nmethod_name: 23 | pub fn video_dir() -> Option { dirs_sys_next::user_dir(\"VIDEOS\") }\nmethod_name: | ^^^^^^^^ not found in `dirs_sys_next`\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs:120:37\nmethod_name: |\nmethod_name: 120 | pub use self::target_unix_not_mac::{user_dir, user_dirs};\nmethod_name: | ^^^^^^^^\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `dirs-next` (lib) due to 9 previous errors\n"},{"name":"termcolor","settings":{},"status":"Success","custom_profile":false,"version":"1.4.1"},{"name":"terminal_size","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling rustix v0.38.32\nmethod_name: Compiling errno v0.3.8\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"termios","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded termios v0.3.3\nmethod_name: Compiling termios v0.3.3\nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:132:14\nmethod_name: |\nmethod_name: 132 | use std::os::unix::io::RawFd;\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::c_int`, `libc::pid_t`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:134:12\nmethod_name: |\nmethod_name: 134 | use libc::{c_int,pid_t};\nmethod_name: | ^^^^^ ^^^^^ no `pid_t` in the root\nmethod_name: | |\nmethod_name: | no `c_int` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `os::target`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:136:15\nmethod_name: |\nmethod_name: 136 | pub use ::os::target::{cc_t,speed_t,tcflag_t}; // types\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `os::target`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:137:15\nmethod_name: |\nmethod_name: 137 | pub use ::os::target::{VEOF,VEOL,VERASE,VINTR,VKILL,VMIN,VQUIT,VSTART,VSTOP,VSUSP,VTIME}; // c_cc subscripts\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `os::target`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:138:15\nmethod_name: |\nmethod_name: 138 | pub use ::os::target::{BRKINT,ICRNL,IGNBRK,IGNCR,IGNPAR,INLCR,INPCK,ISTRIP,IXANY,IXOFF,IXON,PARMRK}; // input modes\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `os::target`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:139:15\nmethod_name: |\nmethod_name: 139 | pub use ::os::target::{OPOST,ONLCR,OCRNL,ONOCR,ONLRET}; // output modes\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `os::target`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:140:15\nmethod_name: |\nmethod_name: 140 | pub use ::os::target::{B0,B50,B75,B110,B134,B150,B200,B300,B600,B1200,B1800,B2400,B4800,B9600,B19200,B38400}; // baud rate selection\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `os::target`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:141:15\nmethod_name: |\nmethod_name: 141 | pub use ::os::target::{CSIZE,CS5,CS6,CS7,CS8,CSTOPB,CREAD,PARENB,PARODD,HUPCL,CLOCAL}; // control modes\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `os::target`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:142:15\nmethod_name: |\nmethod_name: 142 | pub use ::os::target::{ECHO,ECHOE,ECHOK,ECHONL,ICANON,IEXTEN,ISIG,NOFLSH,TOSTOP}; // local modes\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `os::target`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:143:15\nmethod_name: |\nmethod_name: 143 | pub use ::os::target::{TCSANOW,TCSADRAIN,TCSAFLUSH}; // attribute selection\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `os::target`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:144:15\nmethod_name: |\nmethod_name: 144 | pub use ::os::target::{TCIFLUSH,TCIOFLUSH,TCOFLUSH,TCIOFF,TCION,TCOOFF,TCOON}; // line control\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `libc::c_int`, `libc::pid_t`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:3:12\nmethod_name: |\nmethod_name: 3 | use libc::{c_int,pid_t};\nmethod_name: | ^^^^^ ^^^^^ no `pid_t` in the root\nmethod_name: | |\nmethod_name: | no `c_int` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: c_int\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: = help: consider importing this unresolved item through its public re-export instead:\nmethod_name: pid_t\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:7:55\nmethod_name: |\nmethod_name: 7 | pub fn tcgetattr(fd: c_int, termios_p: *mut ::os::target::termios) -> c_int;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:8:82\nmethod_name: |\nmethod_name: 8 | pub fn tcsetattr(fd: c_int, optional_actions: c_int, termios_p: *const ::os::target::termios) -> c_int;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:14:44\nmethod_name: |\nmethod_name: 14 | pub fn cfmakeraw(termios_p: *mut ::os::target::termios);\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:15:48\nmethod_name: |\nmethod_name: 15 | pub fn cfgetispeed(termios_p: *const ::os::target::termios) -> ::os::target::speed_t;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:15:74\nmethod_name: |\nmethod_name: 15 | pub fn cfgetispeed(termios_p: *const ::os::target::termios) -> ::os::target::speed_t;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:16:48\nmethod_name: |\nmethod_name: 16 | pub fn cfgetospeed(termios_p: *const ::os::target::termios) -> ::os::target::speed_t;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:16:74\nmethod_name: |\nmethod_name: 16 | pub fn cfgetospeed(termios_p: *const ::os::target::termios) -> ::os::target::speed_t;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:17:46\nmethod_name: |\nmethod_name: 17 | pub fn cfsetispeed(termios_p: *mut ::os::target::termios, speed: ::os::target::speed_t) -> c_int;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:17:76\nmethod_name: |\nmethod_name: 17 | pub fn cfsetispeed(termios_p: *mut ::os::target::termios, speed: ::os::target::speed_t) -> c_int;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:18:46\nmethod_name: |\nmethod_name: 18 | pub fn cfsetospeed(termios_p: *mut ::os::target::termios, speed: ::os::target::speed_t) -> c_int;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:18:76\nmethod_name: |\nmethod_name: 18 | pub fn cfsetospeed(termios_p: *mut ::os::target::termios, speed: ::os::target::speed_t) -> c_int;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:20:45\nmethod_name: |\nmethod_name: 20 | pub fn cfsetspeed(termios_p: *mut ::os::target::termios, speed: ::os::target::speed_t) -> c_int;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/ffi.rs:20:75\nmethod_name: |\nmethod_name: 20 | pub fn cfsetspeed(termios_p: *mut ::os::target::termios, speed: ::os::target::speed_t) -> c_int;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:187:18\nmethod_name: |\nmethod_name: 187 | inner: ::os::target::termios\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:203:31\nmethod_name: |\nmethod_name: 203 | fn inner(&self) -> &::os::target::termios {\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:207:43\nmethod_name: |\nmethod_name: 207 | fn inner_mut(&mut self) -> &mut ::os::target::termios {\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:213:25\nmethod_name: |\nmethod_name: 213 | type Target = ::os::target::termios;\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `target` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs:215:31\nmethod_name: |\nmethod_name: 215 | fn deref(&self) -> &::os::target::termios {\nmethod_name: | ^^^^^^ could not find `target` in `os`\nmethod_name: \n"},{"name":"termtree","settings":{},"status":"Success","custom_profile":false,"version":"0.4.1"},{"name":"textwrap","settings":{},"status":"Success","custom_profile":false,"version":"0.16.1"},{"name":"tfhe","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.6.1"},{"name":"thiserror","settings":{},"status":"Success","custom_profile":false,"version":"1.0.58"},{"name":"thiserror-impl","settings":{},"status":"Success","custom_profile":false,"version":"1.0.58"},{"name":"thread-id","settings":{},"status":"BuildFail","custom_profile":false,"version":"4.2.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded thread-id v4.2.1\nmethod_name: Compiling thread-id v4.2.1\nmethod_name: error[E0425]: cannot find function `get_internal` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.1/src/lib.rs:43:5\nmethod_name: |\nmethod_name: 43 | get_internal()\nmethod_name: | ^^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `thread-id` (lib) due to 1 previous error\n"},{"name":"thread_local","settings":{},"status":"Success","custom_profile":false,"version":"1.1.8"},{"name":"threadpool","settings":{},"status":"Success","custom_profile":false,"version":"1.8.1"},{"name":"thrift","settings":{},"status":"Success","custom_profile":false,"version":"0.17.0"},{"name":"tiff","settings":{},"status":"Success","custom_profile":false,"version":"0.9.1"},{"name":"tikv-jemalloc-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.5.4+5.3.0-patched","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: warning: /tmp/.tmp4mAvBF/template_project/methods/guest/Cargo.toml: version requirement `0.5.4+5.3.0-patched` for dependency `tikv-jemalloc-sys` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded tikv-jemalloc-sys v0.5.4+5.3.0-patched\nmethod_name: Compiling tikv-jemalloc-sys v0.5.4+5.3.0-patched\nmethod_name: error: failed to run custom build command for `tikv-jemalloc-sys v0.5.4+5.3.0-patched`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/tikv-jemalloc-sys-9b03779bac9d0498/build-script-build` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: TARGET=riscv32im-risc0-zkvm-elf\nmethod_name: HOST=x86_64-unknown-linux-gnu\nmethod_name: NUM_JOBS=32\nmethod_name: OUT_DIR=\"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/tikv-jemalloc-sys-e9af0c1b21b426f1/out\"\nmethod_name: BUILD_DIR=\"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/tikv-jemalloc-sys-e9af0c1b21b426f1/out/build\"\nmethod_name: SRC_DIR=\"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tikv-jemalloc-sys-0.5.4+5.3.0-patched\"\nmethod_name: cargo:rustc-cfg=prefixed\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_OVERRIDE\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: CC=\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\"\nmethod_name: CFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\"\nmethod_name: JEMALLOC_REPO_DIR=\"jemalloc\"\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_MALLOC_CONF\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_PAGE\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_HUGEPAGE\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_QUANTUM\nmethod_name: cargo:rerun-if-env-changed=JEMALLOC_SYS_WITH_LG_VADDR\nmethod_name: --with-jemalloc-prefix=_rjem_\nmethod_name: running: cd \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/tikv-jemalloc-sys-e9af0c1b21b426f1/out/build\" && CC=\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\" CFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" CPPFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" LDFLAGS=\"-O3 -ffunction-sections -fdata-sections -fPIC -march=rv32im -mabi=ilp32 -march=rv32im -nostdlib\" \"sh\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/tikv-jemalloc-sys-e9af0c1b21b426f1/out/build/configure\" \"--disable-cxx\" \"--enable-doc=no\" \"--enable-shared=no\" \"--with-jemalloc-prefix=_rjem_\" \"--with-private-namespace=_rjem_\" \"--host=riscv32im-risc0-zkvm-elf\" \"--build=x86_64-unknown-linux-gnu\" \"--prefix=/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/tikv-jemalloc-sys-e9af0c1b21b426f1/out\"\nmethod_name: checking for xsltproc... false\nmethod_name: checking for riscv32im-risc0-zkvm-elf-gcc... /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\nmethod_name: checking whether the C compiler works... yes\nmethod_name: checking for C compiler default output file name... a.out\nmethod_name: checking for suffix of executables... \nmethod_name: checking whether we are cross compiling... yes\nmethod_name: checking for suffix of object files... o\nmethod_name: checking whether we are using the GNU C compiler... yes\nmethod_name: checking whether /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc accepts -g... yes\nmethod_name: checking for /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc option to accept ISO C89... none needed\nmethod_name: checking whether compiler is cray... no\nmethod_name: checking whether compiler supports -std=gnu11... yes\nmethod_name: checking whether compiler supports -Werror=unknown-warning-option... no\nmethod_name: checking whether compiler supports -Wall... yes\nmethod_name: checking whether compiler supports -Wextra... yes\nmethod_name: checking whether compiler supports -Wshorten-64-to-32... no\nmethod_name: checking whether compiler supports -Wsign-compare... yes\nmethod_name: checking whether compiler supports -Wundef... yes\nmethod_name: checking whether compiler supports -Wno-format-zero-length... yes\nmethod_name: checking whether compiler supports -Wpointer-arith... yes\nmethod_name: checking whether compiler supports -Wno-missing-braces... yes\nmethod_name: checking whether compiler supports -Wno-missing-field-initializers... yes\nmethod_name: checking whether compiler supports -Wno-missing-attributes... yes\nmethod_name: checking whether compiler supports -pipe... yes\nmethod_name: checking whether compiler supports -g3... yes\nmethod_name: checking how to run the C preprocessor... /home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc -E\nmethod_name: checking for grep that handles long lines and -e... /usr/bin/grep\nmethod_name: checking for egrep... /usr/bin/grep -E\nmethod_name: checking for ANSI C header files... yes\nmethod_name: checking for sys/types.h... yes\nmethod_name: checking for sys/stat.h... yes\nmethod_name: checking for stdlib.h... yes\nmethod_name: checking for string.h... yes\nmethod_name: checking for memory.h... yes\nmethod_name: checking for strings.h... yes\nmethod_name: checking for inttypes.h... yes\nmethod_name: checking for stdint.h... yes\nmethod_name: checking for unistd.h... yes\nmethod_name: checking whether byte ordering is bigendian... no\nmethod_name: checking size of void *... 4\nmethod_name: checking size of int... 4\nmethod_name: checking size of long... 4\nmethod_name: checking size of long long... 8\nmethod_name: checking size of intmax_t... 8\nmethod_name: checking build system type... x86_64-unknown-linux-gnu\nmethod_name: checking host system type... running: \"tail\" \"-n\" \"100\" \"/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/tikv-jemalloc-sys-e9af0c1b21b426f1/out/build/config.log\"\nmethod_name: dvidir='${docdir}'\nmethod_name: enable_autogen=''\nmethod_name: enable_cache_oblivious=''\nmethod_name: enable_cxx='0'\nmethod_name: enable_debug=''\nmethod_name: enable_doc='no'\nmethod_name: enable_experimental_smallocx=''\nmethod_name: enable_fill=''\nmethod_name: enable_initial_exec_tls=''\nmethod_name: enable_lazy_lock=''\nmethod_name: enable_log=''\nmethod_name: enable_opt_safety_checks=''\nmethod_name: enable_opt_size_checks=''\nmethod_name: enable_prof=''\nmethod_name: enable_readlinkat=''\nmethod_name: enable_shared='no'\nmethod_name: enable_static=''\nmethod_name: enable_stats=''\nmethod_name: enable_tls=''\nmethod_name: enable_uaf_detection=''\nmethod_name: enable_utrace=''\nmethod_name: enable_xmalloc=''\nmethod_name: enable_zone_allocator=''\nmethod_name: exe=''\nmethod_name: exec_prefix='/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/tikv-jemalloc-sys-e9af0c1b21b426f1/out'\nmethod_name: host='riscv32im-risc0-zkvm-elf'\nmethod_name: host_alias='riscv32im-risc0-zkvm-elf'\nmethod_name: host_cpu=''\nmethod_name: host_os=''\nmethod_name: host_vendor=''\nmethod_name: htmldir='${docdir}'\nmethod_name: importlib=''\nmethod_name: includedir='${prefix}/include'\nmethod_name: infodir='${datarootdir}/info'\nmethod_name: install_suffix=''\nmethod_name: je_=''\nmethod_name: jemalloc_version=''\nmethod_name: jemalloc_version_bugfix=''\nmethod_name: jemalloc_version_gid=''\nmethod_name: jemalloc_version_major=''\nmethod_name: jemalloc_version_minor=''\nmethod_name: jemalloc_version_nrev=''\nmethod_name: libdir='${exec_prefix}/lib'\nmethod_name: libdl=''\nmethod_name: libexecdir='${exec_prefix}/libexec'\nmethod_name: libprefix=''\nmethod_name: link_whole_archive=''\nmethod_name: localedir='${datarootdir}/locale'\nmethod_name: localstatedir='${prefix}/var'\nmethod_name: mandir='${datarootdir}/man'\nmethod_name: o=''\nmethod_name: objroot=''\nmethod_name: oldincludedir='/usr/include'\nmethod_name: pdfdir='${docdir}'\nmethod_name: prefix='/tmp/.tmp4mAvBF/template_project/target/riscv-guest/riscv32im-risc0-zkvm-elf/release/build/tikv-jemalloc-sys-e9af0c1b21b426f1/out'\nmethod_name: private_namespace=''\nmethod_name: program_transform_name='s,x,x,'\nmethod_name: psdir='${docdir}'\nmethod_name: rev='2'\nmethod_name: sbindir='${exec_prefix}/sbin'\nmethod_name: sharedstatedir='${prefix}/com'\nmethod_name: so=''\nmethod_name: srcroot=''\nmethod_name: sysconfdir='${prefix}/etc'\nmethod_name: target_alias=''\nmethod_name: \nmethod_name: ## ----------- ##\nmethod_name: ## confdefs.h. ##\nmethod_name: ## ----------- ##\nmethod_name: \nmethod_name: /* confdefs.h */\nmethod_name: #define PACKAGE_NAME \"\"\nmethod_name: #define PACKAGE_TARNAME \"\"\nmethod_name: #define PACKAGE_VERSION \"\"\nmethod_name: #define PACKAGE_STRING \"\"\nmethod_name: #define PACKAGE_BUGREPORT \"\"\nmethod_name: #define PACKAGE_URL \"\"\nmethod_name: #define JEMALLOC_HAS_RESTRICT\nmethod_name: #define STDC_HEADERS 1\nmethod_name: #define HAVE_SYS_TYPES_H 1\nmethod_name: #define HAVE_SYS_STAT_H 1\nmethod_name: #define HAVE_STDLIB_H 1\nmethod_name: #define HAVE_STRING_H 1\nmethod_name: #define HAVE_MEMORY_H 1\nmethod_name: #define HAVE_STRINGS_H 1\nmethod_name: #define HAVE_INTTYPES_H 1\nmethod_name: #define HAVE_STDINT_H 1\nmethod_name: #define HAVE_UNISTD_H 1\nmethod_name: #define SIZEOF_VOID_P 4\nmethod_name: #define LG_SIZEOF_PTR 2\nmethod_name: #define SIZEOF_INT 4\nmethod_name: #define LG_SIZEOF_INT 2\nmethod_name: #define SIZEOF_LONG 4\nmethod_name: #define LG_SIZEOF_LONG 2\nmethod_name: #define SIZEOF_LONG_LONG 8\nmethod_name: #define LG_SIZEOF_LONG_LONG 3\nmethod_name: #define SIZEOF_INTMAX_T 8\nmethod_name: #define LG_SIZEOF_INTMAX_T 3\nmethod_name: \nmethod_name: configure: exit 1\nmethod_name: \nmethod_name: --- stderr\nmethod_name: Invalid configuration `riscv32im-risc0-zkvm-elf': machine `riscv32im-risc0' not recognized\nmethod_name: configure: error: /bin/bash build-aux/config.sub riscv32im-risc0-zkvm-elf failed\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tikv-jemalloc-sys-0.5.4+5.3.0-patched/build.rs:351:9:\n"},{"name":"time","settings":{},"status":"Success","custom_profile":false,"version":"0.3.36"},{"name":"time-core","settings":{},"status":"Success","custom_profile":false,"version":"0.1.2"},{"name":"time-macros","settings":{},"status":"Success","custom_profile":false,"version":"0.2.18"},{"name":"time-macros-impl","settings":{},"status":"Success","custom_profile":false,"version":"0.1.2"},{"name":"tiny-keccak","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.0.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling tiny-keccak v2.0.2\nmethod_name: error: You need to specify at least one hash function you intend to use. Available options:\nmethod_name: keccak, shake, sha3, cshake, kmac, tuple_hash, parallel_hash, k12, fips202, sp800\nmethod_name: e.g.\nmethod_name: tiny-keccak = { version = \"2.0.0\", features = [\"sha3\"] }\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs:13:1\nmethod_name: |\nmethod_name: 13 | / compile_error!(\nmethod_name: 14 | | \"You need to specify at least one hash function you intend to use. \\\nmethod_name: 15 | | Available options:\\n\\\nmethod_name: 16 | | keccak, shake, sha3, cshake, kmac, tuple_hash, parallel_hash, k12, fips202, sp800\\n\\\nmethod_name: 17 | | e.g.\\n\\\nmethod_name: 18 | | tiny-keccak = { version = \\\"2.0.0\\\", features = [\\\"sha3\\\"] }\"\nmethod_name: 19 | | );\nmethod_name: | |_^\nmethod_name: \nmethod_name: error: could not compile `tiny-keccak` (build script) due to 1 previous error\n"},{"name":"tinytemplate","settings":{"std":true},"status":"Success","custom_profile":true,"version":"1.2.1"},{"name":"tinyvec","settings":{},"status":"Success","custom_profile":false,"version":"1.6.0"},{"name":"tinyvec_macros","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"tokio","settings":{},"status":"Success","custom_profile":false,"version":"1.37.0"},{"name":"tokio-codec","settings":{},"status":"Success","custom_profile":false,"version":"0.1.2"},{"name":"tokio-current-thread","settings":{},"status":"Success","custom_profile":false,"version":"0.1.7"},{"name":"tokio-executor","settings":{},"status":"Success","custom_profile":false,"version":"0.1.10"},{"name":"tokio-fs","settings":{},"status":"Success","custom_profile":false,"version":"0.1.7"},{"name":"tokio-io","settings":{},"status":"Success","custom_profile":false,"version":"0.1.13"},{"name":"tokio-io-timeout","settings":{},"status":"Success","custom_profile":false,"version":"1.2.0"},{"name":"tokio-macros","settings":{},"status":"Success","custom_profile":false,"version":"2.2.0"},{"name":"tokio-native-tls","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: error: failed to run custom build command for `openssl-sys v0.9.102`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/openssl-sys-4dcce9a891e2e434/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_LIB_DIR\nmethod_name: OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR\nmethod_name: OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_DIR\nmethod_name: OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: run pkg_config fail: pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/find_normal.rs:190:5:\nmethod_name: \nmethod_name: \nmethod_name: Could not find directory of OpenSSL installation, and this `-sys` crate cannot\nmethod_name: proceed without this knowledge. If OpenSSL is installed and this crate had\nmethod_name: trouble finding it, you can set the `OPENSSL_DIR` environment variable for the\nmethod_name: compilation process.\nmethod_name: \nmethod_name: Make sure you also have the development packages of openssl installed.\nmethod_name: For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.\nmethod_name: \nmethod_name: If you're in a situation where you think the directory *should* be found\nmethod_name: automatically, please open a bug at https://github.com/sfackler/rust-openssl\nmethod_name: and include information about your system as well as this message.\nmethod_name: \nmethod_name: $HOST = x86_64-unknown-linux-gnu\nmethod_name: $TARGET = riscv32im-risc0-zkvm-elf\nmethod_name: openssl-sys = 0.9.102\nmethod_name: \nmethod_name: \nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"tokio-openssl","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.6.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded tokio-openssl v0.6.4\nmethod_name: Compiling tokio-openssl v0.6.4\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: error: failed to run custom build command for `openssl-sys v0.9.102`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/openssl-sys-4dcce9a891e2e434/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_LIB_DIR\nmethod_name: OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR\nmethod_name: OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_DIR\nmethod_name: OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: run pkg_config fail: pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/find_normal.rs:190:5:\nmethod_name: \nmethod_name: \nmethod_name: Could not find directory of OpenSSL installation, and this `-sys` crate cannot\nmethod_name: proceed without this knowledge. If OpenSSL is installed and this crate had\nmethod_name: trouble finding it, you can set the `OPENSSL_DIR` environment variable for the\nmethod_name: compilation process.\nmethod_name: \nmethod_name: Make sure you also have the development packages of openssl installed.\nmethod_name: For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.\nmethod_name: \nmethod_name: If you're in a situation where you think the directory *should* be found\nmethod_name: automatically, please open a bug at https://github.com/sfackler/rust-openssl\nmethod_name: and include information about your system as well as this message.\nmethod_name: \nmethod_name: $HOST = x86_64-unknown-linux-gnu\nmethod_name: $TARGET = riscv32im-risc0-zkvm-elf\nmethod_name: openssl-sys = 0.9.102\nmethod_name: \nmethod_name: \nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"tokio-reactor","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.12","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded lock_api v0.3.4\nmethod_name: Downloaded parking_lot_core v0.6.3\nmethod_name: Downloaded tokio-reactor v0.1.12\nmethod_name: Downloaded parking_lot v0.9.0\nmethod_name: Downloaded smallvec v0.6.14\nmethod_name: Downloaded tokio-sync v0.1.8\nmethod_name: Compiling semver v0.9.0\nmethod_name: Compiling net2 v0.2.39\nmethod_name: Compiling lock_api v0.3.4\nmethod_name: Compiling tokio-sync v0.1.8\nmethod_name: Compiling smallvec v0.6.14\nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/tcp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/udp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:21:5\nmethod_name: |\nmethod_name: 21 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:19:5\nmethod_name: |\nmethod_name: 19 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:24\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:35\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:219:32\nmethod_name: |\nmethod_name: 219 | match storage.ss_family as c_int {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:31\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:44\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:56\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_void` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:74:54\nmethod_name: |\nmethod_name: 74 | let payload = &payload as *const T as *const c_void;\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_void;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_void;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `socklen_t` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:76:54\nmethod_name: |\nmethod_name: 76 | ... mem::size_of::() as socklen_t)));\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:31\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:44\n"},{"name":"tokio-rustls","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.26.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling aws-lc-sys v0.15.0\nmethod_name: error: failed to run custom build command for `aws-lc-sys v0.15.0`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/aws-lc-sys-a40c44401723c5ce/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=AWS_LC_SYS_INTERNAL_NO_PREFIX\nmethod_name: cargo:rerun-if-env-changed=AWS_LC_RUST_INTERNAL_BINDGEN\nmethod_name: cargo:rerun-if-env-changed=AWS_LC_SYS_CMAKE_BUILDER\nmethod_name: cargo:rerun-if-env-changed=AWS_LC_SYS_STATIC\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.15.0/builder/main.rs:401:5:\nmethod_name: aws-lc-sys build failed. Please enable the 'bindgen' feature on aws-lc-rs or aws-lc-sys.For more information, see the aws-lc-rs User Guide: https://aws.github.io/aws-lc-rs/index.html\nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{"name":"tokio-stream","settings":{},"status":"Success","custom_profile":false,"version":"0.1.15"},{"name":"tokio-sync","settings":{},"status":"Success","custom_profile":false,"version":"0.1.8"},{"name":"tokio-tcp","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded tokio-tcp v0.1.4\nmethod_name: Compiling net2 v0.2.39\nmethod_name: Compiling parking_lot v0.9.0\nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/tcp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/udp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:21:5\nmethod_name: |\nmethod_name: 21 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:19:5\nmethod_name: |\nmethod_name: 19 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:24\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:35\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:219:32\nmethod_name: |\nmethod_name: 219 | match storage.ss_family as c_int {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:31\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:44\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:56\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_void` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:74:54\nmethod_name: |\nmethod_name: 74 | let payload = &payload as *const T as *const c_void;\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_void;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_void;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `socklen_t` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:76:54\nmethod_name: |\nmethod_name: 76 | ... mem::size_of::() as socklen_t)));\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:31\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:44\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\n"},{"name":"tokio-test","settings":{},"status":"Success","custom_profile":false,"version":"0.4.4"},{"name":"tokio-threadpool","settings":{},"status":"Success","custom_profile":false,"version":"0.1.18"},{"name":"tokio-timer","settings":{},"status":"Success","custom_profile":false,"version":"0.2.13"},{"name":"tokio-tls","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded pin-project-lite v0.1.12\nmethod_name: Downloaded bytes v0.5.6\nmethod_name: Downloaded tokio-tls v0.3.1\nmethod_name: Downloaded tokio v0.2.25\nmethod_name: Compiling bytes v0.5.6\nmethod_name: Compiling pin-project-lite v0.1.12\nmethod_name: Compiling openssl-sys v0.9.102\nmethod_name: error: failed to run custom build command for `openssl-sys v0.9.102`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/openssl-sys-4dcce9a891e2e434/build-script-main` (exit status: 101)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_LIB_DIR\nmethod_name: OPENSSL_LIB_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR\nmethod_name: OPENSSL_INCLUDE_DIR unset\nmethod_name: cargo:rerun-if-env-changed=RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR\nmethod_name: RISCV32IM_RISC0_ZKVM_ELF_OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_DIR\nmethod_name: OPENSSL_DIR unset\nmethod_name: cargo:rerun-if-env-changed=OPENSSL_NO_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im-risc0-zkvm-elf\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_riscv32im_risc0_zkvm_elf\nmethod_name: cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR\nmethod_name: cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR\nmethod_name: run pkg_config fail: pkg-config has not been configured to support cross-compilation.\nmethod_name: \nmethod_name: Install a sysroot for the target platform and configure it via\nmethod_name: PKG_CONFIG_SYSROOT_DIR and PKG_CONFIG_PATH, or install a\nmethod_name: cross-compiling wrapper for pkg-config and set it via\nmethod_name: PKG_CONFIG environment variable.\nmethod_name: \nmethod_name: --- stderr\nmethod_name: thread 'main' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.102/build/find_normal.rs:190:5:\nmethod_name: \nmethod_name: \nmethod_name: Could not find directory of OpenSSL installation, and this `-sys` crate cannot\nmethod_name: proceed without this knowledge. If OpenSSL is installed and this crate had\nmethod_name: trouble finding it, you can set the `OPENSSL_DIR` environment variable for the\nmethod_name: compilation process.\nmethod_name: \nmethod_name: Make sure you also have the development packages of openssl installed.\nmethod_name: For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.\nmethod_name: \nmethod_name: If you're in a situation where you think the directory *should* be found\nmethod_name: automatically, please open a bug at https://github.com/sfackler/rust-openssl\nmethod_name: and include information about your system as well as this message.\nmethod_name: \nmethod_name: $HOST = x86_64-unknown-linux-gnu\nmethod_name: $TARGET = riscv32im-risc0-zkvm-elf\nmethod_name: openssl-sys = 0.9.102\nmethod_name: \nmethod_name: \nmethod_name: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"tokio-tungstenite","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.21.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded tokio-tungstenite v0.21.0\nmethod_name: Downloaded tungstenite v0.21.0\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling tungstenite v0.21.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:710:44\nmethod_name: |\nmethod_name: 710 | pub(crate) fn selector(&self) -> &sys::Selector {\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Waker` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/waker.rs:79:17\nmethod_name: |\nmethod_name: 79 | inner: sys::Waker,\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items\n"},{"name":"tokio-udp","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded tokio-udp v0.1.6\nmethod_name: Compiling net2 v0.2.39\nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/tcp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/udp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:21:5\nmethod_name: |\nmethod_name: 21 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:19:5\nmethod_name: |\nmethod_name: 19 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:24\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:35\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:219:32\nmethod_name: |\nmethod_name: 219 | match storage.ss_family as c_int {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:31\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:44\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:56\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_void` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:74:54\nmethod_name: |\nmethod_name: 74 | let payload = &payload as *const T as *const c_void;\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_void;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_void;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `socklen_t` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:76:54\nmethod_name: |\nmethod_name: 76 | ... mem::size_of::() as socklen_t)));\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:31\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:44\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\n"},{"name":"tokio-uds","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.7","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded tokio-uds v0.2.7\nmethod_name: Compiling net2 v0.2.39\nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/tcp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/udp.rs:18:5\nmethod_name: |\nmethod_name: 18 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:21:5\nmethod_name: |\nmethod_name: 21 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:19:5\nmethod_name: |\nmethod_name: 19 | use sys;\nmethod_name: | ^^^ no `sys` in the root\nmethod_name: |\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:67:46\nmethod_name: |\nmethod_name: 67 | #[cfg(unix)] #[path = \"sys/unix/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:68:52\nmethod_name: |\nmethod_name: 68 | #[cfg(windows)] #[path = \"sys/windows/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: note: found an item that was configured out\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/lib.rs:69:60\nmethod_name: |\nmethod_name: 69 | #[cfg(target_os = \"wasi\")] #[path = \"sys/wasi/mod.rs\"] mod sys;\nmethod_name: | ^^^\nmethod_name: = note: the item is gated behind the `wasi` feature\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:20:5\nmethod_name: |\nmethod_name: 20 | use sys::c;\nmethod_name: | ^^^ maybe a missing crate `sys`?\nmethod_name: |\nmethod_name: = help: consider adding `extern crate sys` to use the `sys` crate\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:24\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:28:35\nmethod_name: |\nmethod_name: 28 | pub fn new(family: c_int, ty: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/socket.rs:219:32\nmethod_name: |\nmethod_name: 219 | match storage.ss_family as c_int {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 11 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 11 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:31\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:44\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:71:56\nmethod_name: |\nmethod_name: 71 | pub fn set_opt(sock: Socket, opt: c_int, val: c_int,\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_void` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:74:54\nmethod_name: |\nmethod_name: 74 | let payload = &payload as *const T as *const c_void;\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_void;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_void;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `socklen_t` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:76:54\nmethod_name: |\nmethod_name: 76 | ... mem::size_of::() as socklen_t)));\nmethod_name: | ^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Socket` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:31\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing this struct\nmethod_name: |\nmethod_name: 13 + use socket::Socket;\nmethod_name: |\nmethod_name: \nmethod_name: error[E0412]: cannot find type `c_int` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/net2-0.2.39/src/ext.rs:86:44\nmethod_name: |\nmethod_name: 86 | pub fn get_opt(sock: Socket, opt: c_int, val: c_int) -> io::Result {\nmethod_name: | ^^^^^ not found in this scope\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 13 + use std::ffi::c_int;\nmethod_name: |\nmethod_name: 13 + use std::os::raw::c_int;\n"},{"name":"tokio-util","settings":{},"status":"Success","custom_profile":false,"version":"0.7.10"},{"name":"toml","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.8.12"},{"name":"toml_datetime","settings":{},"status":"Success","custom_profile":false,"version":"0.6.5"},{"name":"toml_edit","settings":{},"status":"Success","custom_profile":false,"version":"0.22.11"},{"name":"tonic","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.11.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling prost v0.12.4\nmethod_name: Compiling axum-core v0.3.4\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:710:44\nmethod_name: |\nmethod_name: 710 | pub(crate) fn selector(&self) -> &sys::Selector {\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Waker` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/waker.rs:79:17\nmethod_name: |\nmethod_name: 79 | inner: sys::Waker,\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items\nmethod_name: |\nmethod_name: 1 + use core::task::Waker;\n"},{"name":"tonic-build","settings":{},"status":"Success","custom_profile":false,"version":"0.11.0"},{"name":"tower","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.4.13"},{"name":"tower-http","settings":{},"status":"Success","custom_profile":false,"version":"0.5.2"},{"name":"tower-layer","settings":{},"status":"Success","custom_profile":false,"version":"0.3.2"},{"name":"tower-service","settings":{},"status":"Success","custom_profile":false,"version":"0.3.2"},{"name":"tracing","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.1.40"},{"name":"tracing-appender","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded tracing-appender v0.2.3\nmethod_name: Compiling time v0.3.36\nmethod_name: Compiling tracing-subscriber v0.3.18\nmethod_name: Compiling tracing v0.1.40\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `tracing_core` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"tracing-attributes","settings":{},"status":"Success","custom_profile":false,"version":"0.1.27"},{"name":"tracing-core","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.1.32"},{"name":"tracing-error","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling tracing-error v0.2.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `tracing` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"tracing-futures","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.2.5"},{"name":"tracing-log","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.2.0"},{"name":"tracing-opentelemetry","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.23.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded tracing-opentelemetry v0.23.0\nmethod_name: Compiling tracing-log v0.2.0\nmethod_name: Compiling tracing-subscriber v0.3.18\nmethod_name: Compiling opentelemetry v0.22.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling opentelemetry_sdk v0.22.1\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"tracing-serde","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.1.3"},{"name":"tracing-subscriber","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.3.18"},{"name":"traitobject","settings":{},"status":"Success","custom_profile":false,"version":"0.1.0"},{"name":"triomphe","settings":{},"status":"Success","custom_profile":false,"version":"0.1.11"},{"name":"trust-dns-proto","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.23.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded trust-dns-proto v0.23.2\nmethod_name: Downloaded idna v0.4.0\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling futures-channel v0.3.30\nmethod_name: Compiling idna v0.4.0\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:710:44\nmethod_name: |\nmethod_name: 710 | pub(crate) fn selector(&self) -> &sys::Selector {\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Waker` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/waker.rs:79:17\nmethod_name: |\nmethod_name: 79 | inner: sys::Waker,\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: |\n"},{"name":"trust-dns-resolver","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.23.2","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded hostname v0.3.1\nmethod_name: Downloaded trust-dns-resolver v0.23.2\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling hostname v0.3.1\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: error: Unsupported target OS! Create an issue: https://github.com/svartalf/hostname/issues/new\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs:81:9\nmethod_name: |\nmethod_name: 81 | compile_error!(\"Unsupported target OS! Create an issue: https://github.com/svartalf/hostname/issues/new\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs:105:5\nmethod_name: |\nmethod_name: 105 | sys::get()\nmethod_name: | ^^^ use of undeclared crate or module `sys`\nmethod_name: \nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `hostname` (lib) due to 2 previous errors\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\n"},{"name":"try-lock","settings":{},"status":"Success","custom_profile":false,"version":"0.2.5"},{"name":"trybuild","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.0.91","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded trybuild v1.0.91\nmethod_name: Compiling trybuild v1.0.91\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"ttf-parser","settings":{},"status":"Success","custom_profile":false,"version":"0.20.0"},{"name":"tungstenite","settings":{"std":true},"status":"Success","custom_profile":true,"version":"0.21.0"},{"name":"twoway","settings":{},"status":"Success","custom_profile":false,"version":"0.2.2"},{"name":"twox-hash","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.6.3","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling twox-hash v1.6.3\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `getrandom` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"typed-arena","settings":{},"status":"Success","custom_profile":false,"version":"2.0.2"},{"name":"typed-builder","settings":{},"status":"Success","custom_profile":false,"version":"0.18.2"},{"name":"typenum","settings":{},"status":"Success","custom_profile":false,"version":"1.17.0"},{"name":"ucd-trie","settings":{},"status":"Success","custom_profile":false,"version":"0.1.6"},{"name":"ucd-util","settings":{},"status":"Success","custom_profile":false,"version":"0.2.1"},{"name":"uint","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.9.5","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling uint v0.9.5\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: Compiling risc0-binfmt v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/binfmt)\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `hex` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"uname","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.1.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling uname v0.1.1\nmethod_name: error[E0432]: unresolved imports `libc::utsname`, `libc::c_char`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uname-0.1.1/src/lib.rs:6:12\nmethod_name: |\nmethod_name: 6 | use libc::{utsname, c_char};\nmethod_name: | ^^^^^^^ ^^^^^^ no `c_char` in the root\nmethod_name: | |\nmethod_name: | no `utsname` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: \nmethod_name: error[E0425]: cannot find function `uname` in crate `libc`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uname-0.1.1/src/lib.rs:21:32\nmethod_name: |\nmethod_name: 21 | let r = unsafe { libc::uname(&mut n) };\nmethod_name: | ^^^^^ not found in `libc`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0432.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `uname` (lib) due to 2 previous errors\n"},{"name":"uncased","settings":{},"status":"Success","custom_profile":false,"version":"0.9.10"},{"name":"unic-char-property","settings":{},"status":"Success","custom_profile":false,"version":"0.9.0"},{"name":"unic-char-range","settings":{},"status":"Success","custom_profile":false,"version":"0.9.0"},{"name":"unic-common","settings":{},"status":"Success","custom_profile":false,"version":"0.9.0"},{"name":"unic-ucd-version","settings":{},"status":"Success","custom_profile":false,"version":"0.9.0"},{"name":"unicase","settings":{},"status":"Success","custom_profile":false,"version":"2.7.0"},{"name":"unicode-bidi","settings":{},"status":"Success","custom_profile":false,"version":"0.3.15"},{"name":"unicode-ident","settings":{},"status":"Success","custom_profile":false,"version":"1.0.12"},{"name":"unicode-linebreak","settings":{},"status":"Success","custom_profile":false,"version":"0.1.5"},{"name":"unicode-normalization","settings":{},"status":"Success","custom_profile":false,"version":"0.1.23"},{"name":"unicode-segmentation","settings":{},"status":"Success","custom_profile":false,"version":"1.11.0"},{"name":"unicode-width","settings":{},"status":"Success","custom_profile":false,"version":"0.1.11"},{"name":"unicode-xid","settings":{},"status":"Success","custom_profile":false,"version":"0.2.4"},{"name":"unicode_categories","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"unindent","settings":{},"status":"Success","custom_profile":false,"version":"0.2.3"},{"name":"universal-hash","settings":{},"status":"Success","custom_profile":false,"version":"0.5.1"},{"name":"unreachable","settings":{},"status":"Success","custom_profile":false,"version":"1.0.0"},{"name":"unsafe-libyaml","settings":{},"status":"Success","custom_profile":false,"version":"0.2.11"},{"name":"unsigned-varint","settings":{},"status":"Success","custom_profile":false,"version":"0.8.0"},{"name":"untrusted","settings":{},"status":"Success","custom_profile":false,"version":"0.9.0"},{"name":"ureq","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.9.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded rustls v0.22.4\nmethod_name: Downloaded webpki-roots v0.26.1\nmethod_name: Compiling rustls v0.22.4\nmethod_name: Compiling webpki-roots v0.26.1\nmethod_name: Compiling ring v0.17.8\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: ring@0.17.8: In file included from include/ring-core/base.h:74,\nmethod_name: warning: ring@0.17.8: from include/ring-core/mem.h:60,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:22:\nmethod_name: warning: ring@0.17.8: include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: 64 | #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: In file included from crypto/curve25519/internal.h:20,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:24:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 270 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 278 | crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 279 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 308 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 322 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c: In function 'x25519_ge_scalarmult_small_precomp':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: implicit declaration of function 'constant_time_eq_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 725 | cmov(&e, &multiples[j-1], 1&constant_time_eq_w(index, j));\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: nested extern declaration of 'constant_time_eq_w' [-Wnested-externs]\nmethod_name: \nmethod_name: error: failed to run custom build command for `ring v0.17.8`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/ring-fb9f69cf8c201b07/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RING_PREGENERATE_ASM\nmethod_name: cargo:rustc-env=RING_CORE_PREFIX=ring_core_0_17_8_\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=In file included from include/ring-core/base.h:74,\nmethod_name: cargo:warning= from include/ring-core/mem.h:60,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:22:\nmethod_name: cargo:warning=include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: cargo:warning= 64 | #error \"Unknown target CPU\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=In file included from crypto/curve25519/internal.h:20,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:24:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 270 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 278 | crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 279 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 308 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 322 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 327 | out[i] ^= value_barrier_w(mask) & in[i];\n"},{"name":"url","settings":{},"status":"Success","custom_profile":false,"version":"2.5.0"},{"name":"urlencoding","settings":{},"status":"Success","custom_profile":false,"version":"2.1.3"},{"name":"utf-8","settings":{},"status":"Success","custom_profile":false,"version":"0.7.6"},{"name":"utf8-ranges","settings":{},"status":"Success","custom_profile":false,"version":"1.0.5"},{"name":"utf8-width","settings":{},"status":"Success","custom_profile":false,"version":"0.1.7"},{"name":"utf8parse","settings":{},"status":"Success","custom_profile":false,"version":"0.2.1"},{"name":"uuid","settings":{},"status":"Success","custom_profile":false,"version":"1.8.0"},{"name":"valuable","settings":{},"status":"Success","custom_profile":false,"version":"0.1.0"},{"name":"value-bag","settings":{},"status":"Success","custom_profile":false,"version":"1.8.1"},{"name":"vcpkg","settings":{},"status":"Success","custom_profile":false,"version":"0.2.15"},{"name":"vec_map","settings":{},"status":"Success","custom_profile":false,"version":"0.8.2"},{"name":"vergen","settings":{},"status":"BuildFail","custom_profile":false,"version":"8.3.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded vergen v8.3.1\nmethod_name: Compiling vergen v8.3.1\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `anyhow` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"version-compare","settings":{},"status":"Success","custom_profile":false,"version":"0.2.0"},{"name":"version_check","settings":{},"status":"Success","custom_profile":false,"version":"0.9.4"},{"name":"void","settings":{},"status":"Success","custom_profile":false,"version":"1.0.2"},{"name":"vsdb","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"BuildFail","custom_profile":true,"version":"0.62.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating git repository `https://github.com/risc0/crossbeam`\nmethod_name: Updating crates.io index\nmethod_name: warning: Patch `crossbeam v0.8.2 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Patch `crossbeam-channel v0.5.6 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Patch `crossbeam-utils v0.8.14 (https://github.com/risc0/crossbeam?rev=b25eb50f8c193f36dacb6739692261ea96827bb7#b25eb50f)` was not used in the crate graph.\nmethod_name: Check that the patched package version and available features are compatible\nmethod_name: with the dependency requirements. If the patch has a different version from\nmethod_name: what is locked in the Cargo.lock file, run `cargo update` to use the new\nmethod_name: version. This may also occur with an optional dependency that is not enabled.\nmethod_name: Downloading crates ...\nmethod_name: Downloaded vsdb v0.62.0\nmethod_name: Downloaded vsdb_core v0.62.1\nmethod_name: Compiling ruc v5.1.4\nmethod_name: Compiling librocksdb-sys v0.16.0+8.10.0\nmethod_name: Compiling zstd-sys v2.0.10+zstd.1.5.6\nmethod_name: Compiling rmp-serde v1.2.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `serde` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:878:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 878 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:358:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 358 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:882:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 882 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:848:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 848 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTDv01_decodeSeqHeaders':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTD_decompressSequences':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:39: warning: passing argument 4 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:38: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:49: warning: passing argument 5 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:60: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:59: warning: passing argument 6 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:82: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1854:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1854 | FSE_initDState(&(seqState.stateLL), &(seqState.DStream), DTableLL);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1855:68: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1855 | FSE_initDState(&(seqState.stateOffb), &(seqState.DStream), DTableOffb);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1856:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1856 | FSE_initDState(&(seqState.stateML), &(seqState.DStream), DTableML);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:387:19: error: conflicting types for 'BIT_readBits'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 387 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:273:21: note: previous declaration of 'BIT_readBits' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 273 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:396:19: error: conflicting types for 'BIT_readBitsFast'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 396 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:281:19: note: previous declaration of 'BIT_readBitsFast' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 281 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1378:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1378 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1035:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1035 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1382:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1382 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1348:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1348 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X4':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2120:38: warning: passing argument 1 of 'HUF_readDTableX4' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2120 | size_t hSize = HUF_readDTableX4 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1866:38: note: expected 'U32 *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1866 | static size_t HUF_readDTableX4 (U32* DTable, const void* src, size_t srcSize)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2126:71: warning: passing argument 5 of 'HUF_decompress4X4_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2126 | return HUF_decompress4X4_usingDTable (dst, dstSize, ip, cSrcSize, DTable);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2021:16: note: expected 'const U32 *' {aka 'const long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2021 | const U32* DTable)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X6':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2477:38: warning: passing argument 1 of 'HUF_readDTableX6' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2477 | size_t hSize = HUF_readDTableX6 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\n"},{"name":"vsdb_derive","settings":{},"status":"Success","custom_profile":false,"version":"0.53.0"},{"name":"vsdbsled","settings":{"patch":"[patch.crates-io]\ncrossbeam = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-utils = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\ncrossbeam-channel = { git = \"https://github.com/risc0/crossbeam\", rev = \"b25eb50f8c193f36dacb6739692261ea96827bb7\" }\n"},"status":"BuildFail","custom_profile":true,"version":"0.34.7-patched","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating git repository `https://github.com/risc0/crossbeam`\nmethod_name: Updating crates.io index\nmethod_name: error: failed to select a version for the requirement `vsdbsled = \"^0.34.7-patched\"`\nmethod_name: candidate versions found which didn't match: 0.34.7-p1\nmethod_name: location searched: crates.io index\nmethod_name: required by package `method_name v0.1.0 (/tmp/.tmp4mAvBF/template_project/methods/guest)`\nmethod_name: if you are looking for the prerelease package it needs to be specified explicitly\nmethod_name: vsdbsled = { version = \"0.34.7-p1\" }\nmethod_name: perhaps a crate was updated and forgotten to be re-vendored?\n"},{"name":"vte","settings":{},"status":"Success","custom_profile":false,"version":"0.13.0"},{"name":"vte_generate_state_changes","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"wait-timeout","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.2.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling wait-timeout v0.2.0\nmethod_name: error[E0433]: failed to resolve: use of undeclared crate or module `imp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs:66:9\nmethod_name: |\nmethod_name: 66 | imp::wait_timeout(self, dur)\nmethod_name: | ^^^ use of undeclared crate or module `imp`\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `wait-timeout` (lib) due to 1 previous error\n"},{"name":"waker-fn","settings":{},"status":"Success","custom_profile":false,"version":"1.1.1"},{"name":"walkdir","settings":{},"status":"Success","custom_profile":false,"version":"2.5.0"},{"name":"want","settings":{},"status":"Success","custom_profile":false,"version":"0.3.1"},{"name":"warp","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.3.7","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded headers-core v0.2.0\nmethod_name: Downloaded headers v0.3.9\nmethod_name: Downloaded multer v2.1.0\nmethod_name: Downloaded warp v0.3.7\nmethod_name: Compiling socket2 v0.5.6\nmethod_name: Compiling mio v0.8.11\nmethod_name: Compiling multer v2.1.0\nmethod_name: Compiling headers-core v0.2.0\nmethod_name: Compiling futures-util v0.3.30\nmethod_name: Compiling risc0-zkp v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkp)\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:179:1\nmethod_name: |\nmethod_name: 179 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: Compiling headers v0.3.9\nmethod_name: error[E0432]: unresolved import `crate::sys::IoSourceState`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5\nmethod_name: |\nmethod_name: 12 | use crate::sys::IoSourceState;\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IoSourceState` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:15:17\nmethod_name: |\nmethod_name: 15 | use crate::sys::tcp::{bind, listen, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `crate::sys::tcp`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/stream.rs:13:17\nmethod_name: |\nmethod_name: 13 | use crate::sys::tcp::{connect, new_for_addr};\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error: Socket2 doesn't support the compile target\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:182:1\nmethod_name: |\nmethod_name: 182 | compile_error!(\"Socket2 doesn't support the compile target\");\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `Selector` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:312:18\nmethod_name: |\nmethod_name: 312 | sys::Selector::new().map(|selector| Poll {\nmethod_name: | ^^^^^^^^ could not find `Selector` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:24:14\nmethod_name: |\nmethod_name: 24 | sys::event::token(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:38:14\nmethod_name: |\nmethod_name: 38 | sys::event::is_readable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:43:14\nmethod_name: |\nmethod_name: 43 | sys::event::is_writable(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:68:14\nmethod_name: |\nmethod_name: 68 | sys::event::is_error(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:99:14\nmethod_name: |\nmethod_name: 99 | sys::event::is_read_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:129:14\nmethod_name: |\nmethod_name: 129 | sys::event::is_write_closed(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::sa_family_t`, `crate::sys::sockaddr`, `crate::sys::sockaddr_in`, `crate::sys::sockaddr_in6`, `crate::sys::sockaddr_storage`, `crate::sys::socklen_t`, `crate::sys::AF_INET`, `crate::sys::AF_INET6`, `crate::sys::AF_UNIX`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/sockaddr.rs:11:5\nmethod_name: |\nmethod_name: 11 | c_int, sa_family_t, sockaddr, sockaddr_in, sockaddr_in6, sockaddr_storage, socklen_t, AF_INET,\nmethod_name: | ^^^^^ ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ no `AF_INET` in `sys`\nmethod_name: | | | | | | | |\nmethod_name: | | | | | | | no `socklen_t` in `sys`\nmethod_name: | | | | | | no `sockaddr_storage` in `sys`\nmethod_name: | | | | | no `sockaddr_in6` in `sys`\nmethod_name: | | | | no `sockaddr_in` in `sys`\nmethod_name: | | | no `sockaddr` in `sys`\nmethod_name: | | no `sa_family_t` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: 12 | AF_INET6, AF_UNIX,\nmethod_name: | ^^^^^^^^ ^^^^^^^ no `AF_UNIX` in `sys`\nmethod_name: | |\nmethod_name: | no `AF_INET6` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: = help: consider importing this module instead:\nmethod_name: crate::sockaddr\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:151:14\nmethod_name: |\nmethod_name: 151 | sys::event::is_priority(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved imports `crate::sys::c_int`, `crate::sys::getsockopt`, `crate::sys::setsockopt`, `crate::sys::Bool`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/socket.rs:23:24\nmethod_name: |\nmethod_name: 23 | use crate::sys::{self, c_int, getsockopt, setsockopt, Bool};\nmethod_name: | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^^ ^^^^ no `Bool` in `sys`\nmethod_name: | | | |\nmethod_name: | | | no `setsockopt` in `sys`\nmethod_name: | | no `getsockopt` in `sys`\nmethod_name: | no `c_int` in `sys`\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: core::ffi::c_int\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:173:14\nmethod_name: |\nmethod_name: 173 | sys::event::is_aio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0432]: unresolved import `sys::c_int`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.6/src/lib.rs:184:5\nmethod_name: |\nmethod_name: 184 | use sys::c_int;\nmethod_name: | ^^^^^^^^^^ no `c_int` in `sys`\nmethod_name: |\nmethod_name: help: consider importing one of these items instead\nmethod_name: |\nmethod_name: 184 | use core::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::ffi::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~\nmethod_name: 184 | use std::os::raw::c_int;\nmethod_name: | ~~~~~~~~~~~~~~~~~~~\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:183:14\nmethod_name: |\nmethod_name: 183 | sys::event::is_lio(&self.inner)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `event` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/event/event.rs:221:26\nmethod_name: |\nmethod_name: 221 | sys::event::debug_details(f, self.0)\nmethod_name: | ^^^^^ could not find `event` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `tcp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/tcp/listener.rs:103:18\nmethod_name: |\nmethod_name: 103 | sys::tcp::accept(inner).map(|(stream, addr)| (TcpStream::from_std(stream), addr))\nmethod_name: | ^^^ could not find `tcp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:122:14\nmethod_name: |\nmethod_name: 122 | sys::udp::bind(addr).map(UdpSocket::from_std)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0433]: failed to resolve: could not find `udp` in `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/net/udp.rs:544:14\nmethod_name: |\nmethod_name: 544 | sys::udp::only_v6(&self.inner)\nmethod_name: | ^^^ could not find `udp` in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:263:20\nmethod_name: |\nmethod_name: 263 | selector: sys::Selector,\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Selector` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/poll.rs:710:44\nmethod_name: |\nmethod_name: 710 | pub(crate) fn selector(&self) -> &sys::Selector {\nmethod_name: | ^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0412]: cannot find type `Waker` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/waker.rs:79:17\n"},{"name":"wasi","settings":{},"status":"Success","custom_profile":false,"version":"0.13.0+wasi-0.2.0"},{"name":"wasm-bindgen","settings":{},"status":"Success","custom_profile":false,"version":"0.2.92"},{"name":"wasm-bindgen-backend","settings":{},"status":"Success","custom_profile":false,"version":"0.2.92"},{"name":"wasm-bindgen-futures","settings":{},"status":"Success","custom_profile":false,"version":"0.4.42"},{"name":"wasm-bindgen-macro","settings":{},"status":"Success","custom_profile":false,"version":"0.2.92"},{"name":"wasm-bindgen-macro-support","settings":{},"status":"Success","custom_profile":false,"version":"0.2.92"},{"name":"wasm-bindgen-shared","settings":{},"status":"Success","custom_profile":false,"version":"0.2.92"},{"name":"wasmparser","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.205.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded wasmparser v0.205.0\nmethod_name: Compiling wasmparser v0.205.0\nmethod_name: Compiling risc0-zkvm v0.22.0-alpha.1 (/opt/actions-runner/_work/risc0/risc0/risc0/zkvm)\nmethod_name: error[E0152]: found duplicate lang item `panic_impl`\nmethod_name: --> /opt/actions-runner/_work/risc0/risc0/risc0/zkvm/src/guest/mod.rs:208:1\nmethod_name: |\nmethod_name: 208 | fn panic_impl(panic_info: &core::panic::PanicInfo) -> ! {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nmethod_name: |\nmethod_name: = note: the lang item is first defined in crate `std` (which `semver` depends on)\nmethod_name: = note: first definition in `std` loaded from /home/ubuntu/.local/share/cargo-risczero/toolchains/rust_x86_64-unknown-linux-gnu_v2024-02-08.1/lib/rustlib/riscv32im-risc0-zkvm-elf/lib/libstd-7eee042f4dd94b36.rlib\nmethod_name: = note: second definition in the local crate (`risc0_zkvm`)\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0152`.\nmethod_name: error: could not compile `risc0-zkvm` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\n"},{"name":"wast","settings":{},"status":"Success","custom_profile":false,"version":"205.0.0"},{"name":"web-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.3.69"},{"name":"webpki","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.22.4","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded webpki v0.22.4\nmethod_name: Compiling ring v0.17.8\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: ring@0.17.8: In file included from include/ring-core/base.h:74,\nmethod_name: warning: ring@0.17.8: from include/ring-core/mem.h:60,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:22:\nmethod_name: warning: ring@0.17.8: include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: 64 | #error \"Unknown target CPU\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: In file included from crypto/curve25519/internal.h:20,\nmethod_name: warning: ring@0.17.8: from crypto/curve25519/curve25519.c:24:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: warning: ring@0.17.8: | ^~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 270 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 278 | crypto_word_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 279 | crypto_word_t b) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 308 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 322 | const crypto_word_t mask) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h: At top level:\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:15: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/../internal.h:359:56: error: unknown type name 'crypto_word_t'\nmethod_name: warning: ring@0.17.8: 359 | static inline crypto_word_t constant_time_declassify_w(crypto_word_t v) {\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c: In function 'x25519_ge_scalarmult_small_precomp':\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: implicit declaration of function 'constant_time_eq_w' [-Wimplicit-function-declaration]\nmethod_name: warning: ring@0.17.8: 725 | cmov(&e, &multiples[j-1], 1&constant_time_eq_w(index, j));\nmethod_name: warning: ring@0.17.8: | ^~~~~~~~~~~~~~~~~~\nmethod_name: warning: ring@0.17.8: crypto/curve25519/curve25519.c:725:35: warning: nested extern declaration of 'constant_time_eq_w' [-Wnested-externs]\nmethod_name: \nmethod_name: error: failed to run custom build command for `ring v0.17.8`\nmethod_name: \nmethod_name: Caused by:\nmethod_name: process didn't exit successfully: `/tmp/.tmp4mAvBF/template_project/target/riscv-guest/release/build/ring-520c0f16f276c558/build-script-build` (exit status: 1)\nmethod_name: --- stdout\nmethod_name: cargo:rerun-if-env-changed=RING_PREGENERATE_ASM\nmethod_name: cargo:rustc-env=RING_CORE_PREFIX=ring_core_0_17_8_\nmethod_name: OPT_LEVEL = Some(\"3\")\nmethod_name: TARGET = Some(\"riscv32im-risc0-zkvm-elf\")\nmethod_name: HOST = Some(\"x86_64-unknown-linux-gnu\")\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im-risc0-zkvm-elf\nmethod_name: CC_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CC_riscv32im_risc0_zkvm_elf\nmethod_name: CC_riscv32im_risc0_zkvm_elf = None\nmethod_name: cargo:rerun-if-env-changed=TARGET_CC\nmethod_name: TARGET_CC = None\nmethod_name: cargo:rerun-if-env-changed=CC\nmethod_name: CC = Some(\"/home/ubuntu/.local/share/cargo-risczero/cpp/bin/riscv32-unknown-elf-gcc\")\nmethod_name: cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT\nmethod_name: cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS\nmethod_name: CRATE_CC_NO_DEFAULTS = None\nmethod_name: DEBUG = Some(\"false\")\nmethod_name: CARGO_CFG_TARGET_FEATURE = Some(\"m\")\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im-risc0-zkvm-elf\nmethod_name: CFLAGS_riscv32im-risc0-zkvm-elf = None\nmethod_name: cargo:rerun-if-env-changed=CFLAGS_riscv32im_risc0_zkvm_elf\nmethod_name: CFLAGS_riscv32im_risc0_zkvm_elf = Some(\"-march=rv32im -nostdlib\")\nmethod_name: cargo:warning=In file included from include/ring-core/base.h:74,\nmethod_name: cargo:warning= from include/ring-core/mem.h:60,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:22:\nmethod_name: cargo:warning=include/ring-core/target.h:64:2: error: #error \"Unknown target CPU\"\nmethod_name: cargo:warning= 64 | #error \"Unknown target CPU\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=In file included from crypto/curve25519/internal.h:20,\nmethod_name: cargo:warning= from crypto/curve25519/curve25519.c:24:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:219:2: error: #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= 219 | #error \"Must define either OPENSSL_32_BIT or OPENSSL_64_BIT\"\nmethod_name: cargo:warning= | ^~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:232:45: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 232 | static inline crypto_word_t value_barrier_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:244:49: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 244 | static inline crypto_word_t constant_time_msb_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:249:53: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 249 | static inline crypto_word_t constant_time_is_zero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:264:56: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 264 | static inline crypto_word_t constant_time_is_nonzero_w(crypto_word_t a) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:269:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 269 | static inline crypto_word_t constant_time_eq_w(crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:270:48: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 270 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:15: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:277:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 277 | static inline crypto_word_t constant_time_select_w(crypto_word_t mask,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:278:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 278 | crypto_word_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:279:52: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 279 | crypto_word_t b) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:291:46: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 291 | static inline uint8_t constant_time_select_8(crypto_word_t mask, uint8_t a,\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:308:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 308 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memcpy':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: implicit declaration of function 'constant_time_select_8' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 313 | out[i] = constant_time_select_8(mask, in[i], out[i]);\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:313:14: warning: nested extern declaration of 'constant_time_select_8' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:322:59: error: unknown type name 'crypto_word_t'\nmethod_name: cargo:warning= 322 | const crypto_word_t mask) {\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: In function 'constant_time_conditional_memxor':\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: implicit declaration of function 'value_barrier_w' [-Wimplicit-function-declaration]\nmethod_name: cargo:warning= 327 | out[i] ^= value_barrier_w(mask) & in[i];\nmethod_name: cargo:warning= | ^~~~~~~~~~~~~~~\nmethod_name: cargo:warning=crypto/curve25519/../internal.h:327:15: warning: nested extern declaration of 'value_barrier_w' [-Wnested-externs]\nmethod_name: cargo:warning=crypto/curve25519/../internal.h: At top level:\n"},{"name":"webpki-roots","settings":{},"status":"Success","custom_profile":false,"version":"0.25.4"},{"name":"weezl","settings":{},"status":"Success","custom_profile":false,"version":"0.1.8"},{"name":"which","settings":{},"status":"BuildFail","custom_profile":false,"version":"6.0.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling which v6.0.1\nmethod_name: error[E0046]: not all trait items implemented, missing: `is_valid`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-6.0.1/src/checker.rs:13:1\nmethod_name: |\nmethod_name: 13 | impl Checker for ExecutableChecker {\nmethod_name: | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `is_valid` in implementation\nmethod_name: |\nmethod_name: ::: /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-6.0.1/src/finder.rs:28:5\nmethod_name: |\nmethod_name: 28 | fn is_valid(&self, path: &Path) -> bool;\nmethod_name: | ---------------------------------------- `is_valid` from trait\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0046`.\nmethod_name: error: could not compile `which` (lib) due to 1 previous error\n"},{"name":"whoami","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.5.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling whoami v1.5.1\nmethod_name: error[E0433]: failed to resolve: could not find `unix` in `os`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/conversions.rs:15:22\nmethod_name: |\nmethod_name: 15 | use std::os::unix::ffi::OsStringExt;\nmethod_name: | ^^^^ could not find `unix` in `os`\nmethod_name: \nmethod_name: error[E0599]: no method named `into_vec` found for struct `OsString` in the current scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/conversions.rs:19:34\nmethod_name: |\nmethod_name: 19 | String::from_utf8(string.into_vec())\nmethod_name: | ^^^^^^^^ method not found in `OsString`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0433, E0599.\nmethod_name: For more information about an error, try `rustc --explain E0433`.\nmethod_name: error: could not compile `whoami` (lib) due to 2 previous errors\n"},{"name":"widestring","settings":{},"status":"Success","custom_profile":false,"version":"1.1.0"},{"name":"winapi","settings":{},"status":"Success","custom_profile":false,"version":"0.3.9"},{"name":"winapi-build","settings":{},"status":"Success","custom_profile":false,"version":"0.1.1"},{"name":"winapi-i686-pc-windows-gnu","settings":{},"status":"Success","custom_profile":false,"version":"0.4.0"},{"name":"winapi-util","settings":{},"status":"Success","custom_profile":false,"version":"0.1.6"},{"name":"winapi-x86_64-pc-windows-gnu","settings":{},"status":"Success","custom_profile":false,"version":"0.4.0"},{"name":"windows","settings":{},"status":"Success","custom_profile":false,"version":"0.56.0"},{"name":"windows-core","settings":{},"status":"Success","custom_profile":false,"version":"0.56.0"},{"name":"windows-sys","settings":{"skip":true},"status":"Skipped","custom_profile":true,"version":null},{"name":"windows-targets","settings":{},"status":"Success","custom_profile":false,"version":"0.52.5"},{"name":"windows_aarch64_gnullvm","settings":{},"status":"Success","custom_profile":false,"version":"0.52.5"},{"name":"windows_aarch64_msvc","settings":{},"status":"Success","custom_profile":false,"version":"0.52.5"},{"name":"windows_i686_gnu","settings":{},"status":"Success","custom_profile":false,"version":"0.52.5"},{"name":"windows_i686_msvc","settings":{},"status":"Success","custom_profile":false,"version":"0.52.5"},{"name":"windows_x86_64_gnu","settings":{},"status":"Success","custom_profile":false,"version":"0.52.5"},{"name":"windows_x86_64_gnullvm","settings":{},"status":"Success","custom_profile":false,"version":"0.52.5"},{"name":"windows_x86_64_msvc","settings":{},"status":"Success","custom_profile":false,"version":"0.52.5"},{"name":"winnow","settings":{},"status":"Success","custom_profile":false,"version":"0.6.6"},{"name":"winreg","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.52.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Downloading crates ...\nmethod_name: Downloaded windows-targets v0.48.5\nmethod_name: Downloaded winreg v0.52.0\nmethod_name: Downloaded windows_x86_64_gnu v0.48.5\nmethod_name: Downloaded windows-sys v0.48.0\nmethod_name: Compiling windows-targets v0.48.5\nmethod_name: Compiling windows-sys v0.48.0\nmethod_name: error[E0412]: cannot find type `XSAVE_FORMAT` in this scope\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/src/Windows/Win32/System/Diagnostics/Debug/mod.rs:9084:22\nmethod_name: |\nmethod_name: 9084 | pub LegacyState: XSAVE_FORMAT,\nmethod_name: | ^^^^^^^^^^^^ not found in this scope\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0412`.\nmethod_name: error: could not compile `windows-sys` (lib) due to 1 previous error\n"},{"name":"ws2_32-sys","settings":{},"status":"Success","custom_profile":false,"version":"0.2.1"},{"name":"wyz","settings":{},"status":"Success","custom_profile":false,"version":"0.6.1"},{"name":"x25519-dalek","settings":{},"status":"Success","custom_profile":false,"version":"2.0.1"},{"name":"x509-parser","settings":{},"status":"Success","custom_profile":false,"version":"0.16.0"},{"name":"xattr","settings":{},"status":"BuildFail","custom_profile":false,"version":"1.3.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling errno v0.3.8\nmethod_name: error[E0583]: file not found for module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:26:1\nmethod_name: |\nmethod_name: 26 | mod sys;\nmethod_name: | ^^^^^^^^\nmethod_name: |\nmethod_name: = help: to create the module `sys`, create file \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys.rs\" or \"/home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/sys/mod.rs\"\nmethod_name: = note: if there is a `mod sys` elsewhere in the crate already, import it with `use crate::...` instead\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:47:14\nmethod_name: |\nmethod_name: 47 | sys::with_description(*self, |desc| {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `with_description` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:58:14\nmethod_name: |\nmethod_name: 58 | sys::with_description(*self, |desc| match desc {\nmethod_name: | ^^^^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find value `STRERROR_NAME` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:64:22\nmethod_name: |\nmethod_name: 64 | sys::STRERROR_NAME,\nmethod_name: | ^^^^^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:95:10\nmethod_name: |\nmethod_name: 95 | sys::errno()\nmethod_name: | ^^^^^ not found in `sys`\nmethod_name: \nmethod_name: error[E0425]: cannot find function `set_errno` in module `sys`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.8/src/lib.rs:100:10\nmethod_name: |\nmethod_name: 100 | sys::set_errno(err)\nmethod_name: | ^^^^^^^^^ not found in `sys`\nmethod_name: \nmethod_name: Some errors have detailed explanations: E0425, E0583.\nmethod_name: For more information about an error, try `rustc --explain E0425`.\nmethod_name: error: could not compile `errno` (lib) due to 6 previous errors\n"},{"name":"xml-rs","settings":{},"status":"Success","custom_profile":false,"version":"0.8.20"},{"name":"xmlparser","settings":{},"status":"Success","custom_profile":false,"version":"0.13.6"},{"name":"yaml-rust","settings":{},"status":"Success","custom_profile":false,"version":"0.4.5"},{"name":"yansi","settings":{},"status":"Success","custom_profile":false,"version":"1.0.1"},{"name":"yasna","settings":{},"status":"Success","custom_profile":false,"version":"0.5.2"},{"name":"zerocopy","settings":{},"status":"Success","custom_profile":false,"version":"0.7.32"},{"name":"zerocopy-derive","settings":{},"status":"Success","custom_profile":false,"version":"0.7.32"},{"name":"zeroize","settings":{},"status":"Success","custom_profile":false,"version":"1.7.0"},{"name":"zeroize_derive","settings":{},"status":"Success","custom_profile":false,"version":"1.4.2"},{"name":"zip","settings":{"inject-cc-flags":true,"std":true},"status":"BuildFail","custom_profile":true,"version":"0.6.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling zstd-safe v5.0.2+zstd.1.5.2\nmethod_name: Compiling password-hash v0.4.2\nmethod_name: Compiling flate2 v1.0.28\nmethod_name: Compiling zstd-sys v2.0.10+zstd.1.5.6\nmethod_name: Compiling bzip2-sys v0.1.11+1.0.8\nmethod_name: Compiling cipher v0.4.4\nmethod_name: Compiling hmac v0.12.1\nmethod_name: Compiling sha2 v0.10.8\nmethod_name: Compiling aes v0.8.4\nmethod_name: Compiling pbkdf2 v0.11.0\nmethod_name: error[E0432]: unresolved imports `libc::c_char`, `libc::c_int`, `libc::c_uint`, `libc::c_void`\nmethod_name: --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs:5:12\nmethod_name: |\nmethod_name: 5 | use libc::{c_char, c_int, c_uint, c_void};\nmethod_name: | ^^^^^^ ^^^^^ ^^^^^^ ^^^^^^ no `c_void` in the root\nmethod_name: | | | |\nmethod_name: | | | no `c_uint` in the root\nmethod_name: | | no `c_int` in the root\nmethod_name: | no `c_char` in the root\nmethod_name: |\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_char\nmethod_name: std::os::raw::c_char\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_int\nmethod_name: std::os::raw::c_int\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_uint\nmethod_name: std::os::raw::c_uint\nmethod_name: = help: consider importing one of these items instead:\nmethod_name: std::ffi::c_void\nmethod_name: std::os::raw::c_void\nmethod_name: \nmethod_name: For more information about this error, try `rustc --explain E0432`.\nmethod_name: error: could not compile `bzip2-sys` (lib) due to 1 previous error\nmethod_name: warning: build failed, waiting for other jobs to finish...\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:878:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 878 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:358:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 358 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:882:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 882 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:848:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 848 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTDv01_decodeSeqHeaders':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTD_decompressSequences':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:39: warning: passing argument 4 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:38: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:49: warning: passing argument 5 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:60: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:59: warning: passing argument 6 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:82: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1854:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1854 | FSE_initDState(&(seqState.stateLL), &(seqState.DStream), DTableLL);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1855:68: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1855 | FSE_initDState(&(seqState.stateOffb), &(seqState.DStream), DTableOffb);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1856:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1856 | FSE_initDState(&(seqState.stateML), &(seqState.DStream), DTableML);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:387:19: error: conflicting types for 'BIT_readBits'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 387 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:273:21: note: previous declaration of 'BIT_readBits' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 273 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:396:19: error: conflicting types for 'BIT_readBitsFast'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 396 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:281:19: note: previous declaration of 'BIT_readBitsFast' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 281 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1378:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1378 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1035:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1035 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1382:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1382 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1348:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1348 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X4':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2120:38: warning: passing argument 1 of 'HUF_readDTableX4' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2120 | size_t hSize = HUF_readDTableX4 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1866:38: note: expected 'U32 *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1866 | static size_t HUF_readDTableX4 (U32* DTable, const void* src, size_t srcSize)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2126:71: warning: passing argument 5 of 'HUF_decompress4X4_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2126 | return HUF_decompress4X4_usingDTable (dst, dstSize, ip, cSrcSize, DTable);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2021:16: note: expected 'const U32 *' {aka 'const long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2021 | const U32* DTable)\n"},{"name":"zstd","settings":{},"status":"BuildFail","custom_profile":false,"version":"0.13.1","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Updating crates.io index\nmethod_name: Compiling zstd-sys v2.0.10+zstd.1.5.6\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:878:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 878 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:358:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 358 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:882:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 882 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:848:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 848 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTDv01_decodeSeqHeaders':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTD_decompressSequences':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:39: warning: passing argument 4 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:38: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:49: warning: passing argument 5 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:60: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:59: warning: passing argument 6 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:82: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1854:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1854 | FSE_initDState(&(seqState.stateLL), &(seqState.DStream), DTableLL);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1855:68: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1855 | FSE_initDState(&(seqState.stateOffb), &(seqState.DStream), DTableOffb);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1856:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1856 | FSE_initDState(&(seqState.stateML), &(seqState.DStream), DTableML);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:387:19: error: conflicting types for 'BIT_readBits'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 387 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:273:21: note: previous declaration of 'BIT_readBits' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 273 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:396:19: error: conflicting types for 'BIT_readBitsFast'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 396 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:281:19: note: previous declaration of 'BIT_readBitsFast' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 281 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1378:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1378 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1035:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1035 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1382:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1382 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1348:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1348 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X4':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2120:38: warning: passing argument 1 of 'HUF_readDTableX4' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2120 | size_t hSize = HUF_readDTableX4 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1866:38: note: expected 'U32 *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1866 | static size_t HUF_readDTableX4 (U32* DTable, const void* src, size_t srcSize)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2126:71: warning: passing argument 5 of 'HUF_decompress4X4_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2126 | return HUF_decompress4X4_usingDTable (dst, dstSize, ip, cSrcSize, DTable);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2021:16: note: expected 'const U32 *' {aka 'const long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2021 | const U32* DTable)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X6':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2477:38: warning: passing argument 1 of 'HUF_readDTableX6' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2477 | size_t hSize = HUF_readDTableX6 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2202:38: note: expected 'U32 *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2202 | static size_t HUF_readDTableX6 (U32* DTable, const void* src, size_t srcSize)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2483:71: warning: passing argument 5 of 'HUF_decompress4X6_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2483 | return HUF_decompress4X6_usingDTable (dst, dstSize, ip, cSrcSize, DTable);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2376:16: note: expected 'const U32 *' {aka 'const long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2376 | const U32* DTable)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'ZSTD_decodeSeqHeaders':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2913:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2913 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1117:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1117 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2913:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2913 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1117:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1117 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\n"},{"name":"zstd-safe","settings":{},"status":"BuildFail","custom_profile":false,"version":"7.1.0","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: Compiling zstd-safe v7.1.0\nmethod_name: Compiling zstd-sys v2.0.10+zstd.1.5.6\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:878:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 878 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:358:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 358 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:882:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 882 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:848:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 848 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTDv01_decodeSeqHeaders':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTD_decompressSequences':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:39: warning: passing argument 4 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:38: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:49: warning: passing argument 5 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:60: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:59: warning: passing argument 6 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:82: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1854:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1854 | FSE_initDState(&(seqState.stateLL), &(seqState.DStream), DTableLL);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1855:68: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1855 | FSE_initDState(&(seqState.stateOffb), &(seqState.DStream), DTableOffb);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1856:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1856 | FSE_initDState(&(seqState.stateML), &(seqState.DStream), DTableML);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:387:19: error: conflicting types for 'BIT_readBits'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 387 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:273:21: note: previous declaration of 'BIT_readBits' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 273 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:396:19: error: conflicting types for 'BIT_readBitsFast'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 396 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:281:19: note: previous declaration of 'BIT_readBitsFast' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 281 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1378:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1378 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1035:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1035 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1382:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1382 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1348:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1348 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X4':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2120:38: warning: passing argument 1 of 'HUF_readDTableX4' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2120 | size_t hSize = HUF_readDTableX4 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1866:38: note: expected 'U32 *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1866 | static size_t HUF_readDTableX4 (U32* DTable, const void* src, size_t srcSize)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2126:71: warning: passing argument 5 of 'HUF_decompress4X4_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2126 | return HUF_decompress4X4_usingDTable (dst, dstSize, ip, cSrcSize, DTable);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2021:16: note: expected 'const U32 *' {aka 'const long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2021 | const U32* DTable)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X6':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2477:38: warning: passing argument 1 of 'HUF_readDTableX6' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2477 | size_t hSize = HUF_readDTableX6 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2202:38: note: expected 'U32 *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2202 | static size_t HUF_readDTableX6 (U32* DTable, const void* src, size_t srcSize)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2483:71: warning: passing argument 5 of 'HUF_decompress4X6_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2483 | return HUF_decompress4X6_usingDTable (dst, dstSize, ip, cSrcSize, DTable);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2376:16: note: expected 'const U32 *' {aka 'const long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2376 | const U32* DTable)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'ZSTD_decodeSeqHeaders':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2913:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2913 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1117:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1117 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2913:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2913 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1117:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1117 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\n"},{"name":"zstd-sys","settings":{},"status":"BuildFail","custom_profile":false,"version":"2.0.10+zstd.1.5.6","build_errors":"method_name: Starting build for riscv32im-risc0-zkvm-elf\nmethod_name: warning: /tmp/.tmp4mAvBF/template_project/methods/guest/Cargo.toml: version requirement `2.0.10+zstd.1.5.6` for dependency `zstd-sys` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion\nmethod_name: Compiling zstd-sys v2.0.10+zstd.1.5.6\nmethod_name: The following warnings were emitted during compilation:\nmethod_name: \nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:878:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 878 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:358:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 358 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:882:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 882 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:848:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 848 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTDv01_decodeSeqHeaders':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1588:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1588 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1606:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1606 | headerSize = FSE_readNCount(norm, &max, &Offlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1624:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1624 | headerSize = FSE_readNCount(norm, &max, &MLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:440:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 440 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c: In function 'ZSTD_decompressSequences':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:39: warning: passing argument 4 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:38: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:49: warning: passing argument 5 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:60: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1838:59: warning: passing argument 6 of 'ZSTDv01_decodeSeqHeaders' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1838 | DTableLL, DTableML, DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1535:82: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1535 | FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1854:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1854 | FSE_initDState(&(seqState.stateLL), &(seqState.DStream), DTableLL);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1855:68: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1855 | FSE_initDState(&(seqState.stateOffb), &(seqState.DStream), DTableOffb);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:1856:66: warning: passing argument 3 of 'FSE_initDState' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1856 | FSE_initDState(&(seqState.stateML), &(seqState.DStream), DTableML);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v01.c:731:92: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 731 | static void FSE_initDState(FSE_DState_t* DStatePtr, FSE_DStream_t* bitD, const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:387:19: error: conflicting types for 'BIT_readBits'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 387 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:273:21: note: previous declaration of 'BIT_readBits' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 273 | MEM_STATIC size_t BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:396:19: error: conflicting types for 'BIT_readBitsFast'; have 'size_t(BIT_DStream_t *, U32)' {aka 'unsigned int(BIT_DStream_t *, long unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 396 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, U32 nbBits)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:281:19: note: previous declaration of 'BIT_readBitsFast' with type 'size_t(BIT_DStream_t *, unsigned int)' {aka 'unsigned int(BIT_DStream_t *, unsigned int)'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 281 | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~~~~~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'FSE_decompress':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1378:34: warning: passing argument 1 of 'FSE_buildDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1378 | errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1035:14: note: expected 'FSE_DTable *' {aka 'unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1035 | (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1382:71: warning: passing argument 5 of 'FSE_decompress_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1382 | return FSE_decompress_usingDTable (dst, maxDstSize, ip, cSrcSize, dt);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1348:47: note: expected 'const FSE_DTable *' {aka 'const unsigned int *'} but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1348 | const FSE_DTable* dt)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~~~~~~~~^~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X4':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2120:38: warning: passing argument 1 of 'HUF_readDTableX4' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2120 | size_t hSize = HUF_readDTableX4 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1866:38: note: expected 'U32 *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1866 | static size_t HUF_readDTableX4 (U32* DTable, const void* src, size_t srcSize)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2126:71: warning: passing argument 5 of 'HUF_decompress4X4_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2126 | return HUF_decompress4X4_usingDTable (dst, dstSize, ip, cSrcSize, DTable);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2021:16: note: expected 'const U32 *' {aka 'const long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2021 | const U32* DTable)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'HUF_decompress4X6':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2477:38: warning: passing argument 1 of 'HUF_readDTableX6' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2477 | size_t hSize = HUF_readDTableX6 (DTable, cSrc, cSrcSize);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2202:38: note: expected 'U32 *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2202 | static size_t HUF_readDTableX6 (U32* DTable, const void* src, size_t srcSize)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2483:71: warning: passing argument 5 of 'HUF_decompress4X6_usingDTable' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2483 | return HUF_decompress4X6_usingDTable (dst, dstSize, ip, cSrcSize, DTable);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | unsigned int *\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2376:16: note: expected 'const U32 *' {aka 'const long unsigned int *'} but argument is of type 'unsigned int *'\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2376 | const U32* DTable)\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~~^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c: In function 'ZSTD_decodeSeqHeaders':\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2913:51: warning: passing argument 2 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2913 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1117:67: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1117 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:2913:57: warning: passing argument 3 of 'FSE_readNCount' from incompatible pointer type [-Wincompatible-pointer-types]\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 2913 | headerSize = FSE_readNCount(norm, &max, &LLlog, ip, iend-ip);\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ^~~~~~\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | |\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | U32 * {aka long unsigned int *}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: zstd/lib/legacy/zstd_v02.c:1117:87: note: expected 'unsigned int *' but argument is of type 'U32 *' {aka 'long unsigned int *'}\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: 1117 | static size_t FSE_readNCount (short* normalizedCounter, unsigned* maxSVPtr, unsigned* tableLogPtr,\nmethod_name: warning: zstd-sys@2.0.10+zstd.1.5.6: | ~~~~~~~~~~^~~~~~~~~~~\n"}] \ No newline at end of file diff --git a/dev/crate-validation/results/index.json b/dev/crate-validation/results/index.json index 4c6e4cf5..059e9885 100644 --- a/dev/crate-validation/results/index.json +++ b/dev/crate-validation/results/index.json @@ -1 +1 @@ -[,{"timestamp":1713514718,"hash":"df99cddbc5c8790b2a7d467f9552a554a264792e"}] +[,{"timestamp":1713601006,"hash":"5415e7c038ec79aaa1600cbba029a0ae24952402"}]